Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • mac80211-for-davem-2015-07-17
    Some fixes for the current cycle:
    
     1. Arik introduced an rtnl-locked regulatory API to be able
        to differentiate between place do/don't have the RTNL;
        this fixes missing locking in some of the code paths
    
     2. Two small mesh bugfixes from Bob, one to avoid treating
        a certain malformed over-the-air frame and one to avoid
        sending a garbage field over the air.
    
     3. A fix for powersave during WoWLAN suspend from Krishna Chaitanya.
    
     4. A fix for a powersave vs. aggregation teardown race, from Michal.
    
     5. Thomas reduced the loglevel of CRDA messages to avoid spamming
        the kernel log with mostly irrelevant information.
    
     6. Tom fixed a dangling debugfs directory pointer that could cause
        crashes if subsequent addition of the same interface to debugfs
        failed for some reason.
    
     7. A fix from myself for a list corruption issue in mac80211 during
        combined interface shutdown/removal - shut down interfaces first
        and only then remove them to avoid that.
    
  • gpio-v4.2-2
    This is a first set of GPIO fixes for the v4.2 series, all
    hitting individual drivers and nothing else.
    
  • sound-4.2-rc3
    sound fixes for 4.2-rc3
    
    There are two small fixes for HD-audio and USB LINE6, and the rest are
    a few new quirks and device ID addition that are good enough to get
    into 4.2.
    
  • topic/drm-misc-2015-07-23
  • iio-for-4.3a
    First round of new drivers, cleanups and functionality for IIO in the 4.3 cycle.
    
    Core and tools new stuff
    * Allow explicit flush of hardware fifo by using an non blocking read.
      This is needed to support some of the Android requirements for HW fifo
      devices - also makes sense generally and clarifies a corner of the ABI.
    * Add some missing modifier names.  Mostly these exist for weird and
      wonderful event types, but should still be present in the name array.
    * Update iio_event_monitor to cope with new channel types.
    * generic_buffer gains support for single byte scan elements (no idea
      how this never got implemented before!)
    
    New device support
    * ROHM rpr0521 light and proximity sensor driver.
    * bmc150 gains bmc156 support.
    * ms5611 gains ms5607 temperature and pressure sensor support.
    
    Driver functionality
    * inv-mpu - add scale_available attributes to aid userspace in
      configuring these devices.
    * isl29125 - add scale_available attributes.
    * stk8ba50 - sampling frequency control, triggered buffer support.
    * stk8312 - sampling frequency control, triggered buffer support.
    * cc10001 - ensure ADC powered up at probe time if shared by non linux
      running CPUs.
    * bmc150-magn - decouple the buffer and trigger allowing other triggers
      to be used to drive this device's sampling.
    Documentation
    * Add some previously missed *scale_available attributes to the ABI docs.
    
    Cleanups
    * Clarify some crazy naming in iio_triggered_buffer_setup that seems to
      have somehow ended up backwards (dates back a long way).  Avoid the top
      half and bottom half naming entirely given we are how dealing with a
      handler and a thread in all cases.
    * Tools cleanup including coding style, variable naming improvements, also
      a new sanity check on a full event having been read.
    * stk8ba50 - replace the scale table with a struct for clarity. Also suspend
      the sensor if an error occurs in init.
    * hid-sensor-prox - drop uneeded line break.
    * mma9551 - use size in words for word read / write avoiding accidental
      sending of an odd number of bytes.
    * mma9553 - fix code alignment and document the use of a mutex.
    * light/Kconfig - typo fix in commment.
    * cm3323 - don't eat an error value, replace an unneeded local variable with
      a generic local variable with the same use, add some blank lines for clarity.
    * pressure/Kconfig - typo in Measurement Specialties name.
    * bmc150-accel - actually use a mask definition rather than repeating the
      value inline, code style cleanup.
    * adc/Kconfig - general help description cleanup.
    * ssp_sensors - drop redundant spi driver bus initialization (done in the
      spi core)
    * tmp006 - use genmask rather than hand generated masks.
    * ms5611 - drop IIO_CHAN_INFO_SCALE as this driver provides a processed
      output and as such the read only scale adds nothing useful.
    * kxcjk-1013, adf4350, dummy - drop unwanted blank lines.
    * Drop all owner assignments from i2c_drivers and this is done in the
      i2c core.
    
  • topic/drm-fixes-2015-07-16
  • drm-intel-fixes-2015-07-15
  • iio-fixes-for-4.2b
    Second set of IIO fixes for the 4.2 cycle. Note these depend (mostly) on
    material in the recent merge window, hence their separation from set (a)
    as the fixes-togreg branch predated the merge window.  I am running rather
    later with these than I would have liked hence the large set.
    
    * stk3310 fixes from Hartmut's review that came in post merge
      - fix direction of proximity inline with recent documentation
        clarification.
      - fix missing REGMAP_I2C dependency
      - rework the error handling for raw readings to fix an failure to power
        down in the event of a raw reading failing.
      - fix a bug in the compensation code which was toggling an extra bit in the
        register.
    * mmc35240 - reported samplign frequencies were wrong.
    * ltr501 fixes
      - fix a case of returning the return value of a regmap_read instead of
        the value read.
      - fix missing regmap dependency
    * sx9500 - fix missing default values for ret in a couple of places to handle
      the case of no enabled channels.
    * tmp006 - check that writes to info_mask elements are actually to writable
      ones.  Otherwise, writing to any of them will change the sampling frequency.
    
  • iio-fixes-for-4.2a
    First set of IIO fixes for the 4.2 cycle.
    
    * Fix a regression in hid sensors suspend time as a result of adding runtime
      pm.  The normal flow of waking up devices in order to go into suspend
      (given the devices are normally suspended when not reading) to a regression
      in suspend time on some laptops (reports of an additional 8 seconds).
      Fix this by checking to see if a user action resulting in the wake up, and
      make it a null operation if it didn't.  Note that for hid sensors, there is
      nothing useful to be done when moving into a full suspend from a runtime
      suspend so they might as well be left alone.
    * rochip_saradc: fix some missing MODULE_* data including the licence so that
      the driver does not taint the kernel incorrectly and can build as a module.
    * twl4030 - mark irq as oneshot as it always should have been.
    * inv-mpu - write formats for attributes not specified, leading to miss
      interpretation of the gyro scale channel when written.
    * Proximity ABI clarification.  This had snuck through as a mess.  Some
      drivers thought proximity went in one direction, some the other.  We went
      with the most common option, documented it and fixed up the drivers going
      the other way.  Fix for sx9500 included in this set.
    * ad624r - fix a wrong shift in the output data.
    * at91_adc - remove a false limit on the value of the STARTUP register
      applied by too small a type for the device tree parameter.
    * cm3323 - clear the bits when setting the integration time (otherwise
      we can only ever set more bits in the relevant field).
    * bmc150-accel - multiple triggers are registered, but on error were not being
      unwound in the opposite order leading to removal of triggers that had not
      yet successfully been registered (count down instead of up when unwinding).
    * tcs3414 - ensure right part of val / val2 pair read so that the integration
      time is not always 0.
    * cc10001_adc - bug in kconfig dependency. Use of OR when AND was intended.
    
  • v4.2-rc2
    bc0195aa · Linux 4.2-rc2 ·
    Linux 4.2-rc2
    
  • v3.10.84
    f1178e99 · Linux 3.10.84 ·
    This is the 3.10.84 stable release
    
  • v3.14.48
    3cdf9194 · Linux 3.14.48 ·
    This is the 3.14.48 stable release
    
  • v4.1.2
    5cf9896d · Linux 4.1.2 ·
    This is the 4.1.2 stable release
    
  • v4.0.8
    8864dd19 · Linux 4.0.8 ·
    This is the 4.0.8 stable release
    
  • v3.18.18
    866cebe2 · Linux 3.18.18 ·
    Linux 3.18.18
    
  • topic/drm-misc-2015-07-09
  • topic/drm-misc-2015-07-13
  • drm-intel-fixes-2015-07-09
  • qcomlt-v4.2-rc1
    qcomlt-v4.2-rc1
  • topic/drm-fixes-2015-07-09