Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.19-rc7
    e36f014e · Linux 3.19-rc7 ·
    Linux 3.19-rc7
    
  • iio-for-3.20b
    Second round of IIO new drivers, functionality and cleanups for the 3.20 cycle.
    
    New drivers and device support:
    * Capella cm3232 ambient light sensor driver.
    * Freescale MMA9553 pedometer and activity monitor. Note this involved a
      refactor of the mma9551 driver to pull out shared elements.
    * Samsung sensor hub (as used in the galaxy gear 2 watch) Core support
      and initial drivers (gyro and accelerometer) more to follow.
      An additional fix was applied on top of this for a build issue
      thrown up by the autobuilders on some platforms.
    * Cosmic Circuits 10001 ADC driver
    * Qualcomm SPMI PMIC voltage ADC driver (current adc merged a while back).
    * Add binding for AK8963 (in capitals) as unfortunately there are bios'
      out there not using lower case.
    
    New functionality
    * Add newe operating mode to the core to allow for non triggered software
      buffers.  This is mostly semantics as previously drivers just claimed they
      had a hardware buffer (when they didn't).
    * Add distance channel type.
    * Add energy channel type.
    * Add velocity channel type and IIO_MOD_ROOT_SUM_SQUARED (i.e. speed when
      our channel type is velocity).
    * Add _debounce_count and _debounce_time filter attributes.  Only really
      make sense for counting types of measurements.  First use is for avoiding
      miss detection of steps prior to walking.
    * Add change event type.   This replaces the briefly present INSTANCE type
      (which hadn't gained any users).  It is more generic as it allows for
      events say every 10 steps rather than every step.
    * Add _calibweight attributes to the ABI (and core support).  Used by
      activity monitors to estimate energy use.  Can imagine there will be
      other uses for this one.
    
    Driver new functionality
    * mma9551 gains runtime pm support.
    * hid-sensors gain PM support.
    
    Cleanup
    * Change calibheight unit to m from cm.  As there are no prior users
      and this was inconsistent with other distance units, it makes sense
      to fix it before hte mma9553 driver which uses it.
    * mpu6050 cleanups and devm_ use.
    * as3935 switch over to PM ops.
    * Fix a few format strings for signed vs unsigned.
    * Fix tcs3414 missindentation
    * Typo in industrialio-event
    * Stop requiring IIO_TRIGGER for IIO_KFIFO_BUF as we have drivers that don't
      need it. No one is quite sure why that dependency was there and it
      seems to not matter.
    
  • iio-for-3.19b
    Second round of IIO new drivers, functionality and cleanups for the 3.19 cycle.
    
    New drivers and device support:
    * Capella cm3232 ambient light sensor driver.
    * Freescale MMA9553 pedometer and activity monitor. Note this involved a
      refactor of the mma9551 driver to pull out shared elements.
    * Samsung sensor hub (as used in the galaxy gear 2 watch) Core support
      and initial drivers (gyro and accelerometer) more to follow.  A small build
      fix relevant to some architectures applied in response to autobuilder
      warnings.
    * Cosmic Circuits 10001 ADC driver
    * Qualcomm SPMI PMIC voltage ADC driver (current adc merged a while back).
    * Add binding for AK8963 (in capitals) as unfortunately there are bios'
      out there not using lower case.
    
    New functionality
    * Add newe operating mode to the core to allow for non triggered software
      buffers.  This is mostly semantics as previously drivers just claimed they
      had a hardware buffer (when they didn't).
    * Add distance channel type.
    * Add energy channel type.
    * Add velocity channel type and IIO_MOD_ROOT_SUM_SQUARED (i.e. speed when
      our channel type is velocity).
    * Add _debounce_count and _debounce_time filter attributes.  Only really
      make sense for counting types of measurements.  First use is for avoiding
      miss detection of steps prior to walking.
    * Add change event type.   This replaces the briefly present INSTANCE type
      (which hadn't gained any users).  It is more generic as it allows for
      events say every 10 steps rather than every step.
    * Add _calibweight attributes to the ABI (and core support).  Used by
      activity monitors to estimate energy use.  Can imagine there will be
      other uses for this one.
    
    Driver new functionality
    * mma9551 gains runtime pm support.
    * hid-sensors gain PM support.
    
    Cleanup
    * Change calibheight unit to m from cm.  As there are no prior users
      and this was inconsistent with other distance units, it makes sense
      to fix it before hte mma9553 driver which uses it.
    * mpu6050 cleanups and devm_ use.
    * as3935 switch over to PM ops.
    * Fix a few format strings for signed vs unsigned.
    * Fix tcs3414 missindentation
    * Typo in industrialio-event
    * Stop requiring IIO_TRIGGER for IIO_KFIFO_BUF as we have drivers that don't
      need it. No one is quite sure why that dependency was there and it
      seems to not matter.
    
  • drm-intel-next-2015-01-30
    - chv rps improvements from Ville
    - atomic state handling prep work from Ander
    - execlist request tracking refactoring from Nick Hoath
    - forcewake code consolidation from Chris&Mika
    - fastboot plane config refactoring and skl support from Damien
    - some more skl pm patches all over (Damien)
    - refactor dsi code to use drm dsi helpers and drm_panel infrastructure (Jani)
    - first cut at experimental atomic plane updates (Matt Roper)
    - piles of smaller things all over, as usual
  • qcomlt-v3.19-rc6-30012015
    qcomlt-v3.19-rc6-30012015
  • iommu-fixes-v3.19-rc6
    IOMMU Fixes for Linux v3.19-rc6
    
    Two small fixes for the Tegra GART IOMMU driver:
    
    	* Provide a .map_sg function for iommu_ops
    	* Do not register Tegra GART driver as a workaround because of
    	  issues with it when used from DRM code
    
  • for-3.20
    Adds a new Rockchip PHY driver and contains miscellaneous fixes.
    
  • v3.12.37
    7cdb8bda · Linux 3.12.37 ·
    This is the 3.12.37 stable release
    
  • v3.10.67
    4227cffc · Linux 3.10.67 ·
    This is the 3.10.67 stable release
    
  • v3.14.31
    016ea480 · Linux 3.14.31 ·
    This is the 3.14.31 stable release
    
  • v3.18.5
    c2d6598e · Linux 3.18.5 ·
    This is the 3.18.5 stable release
    
  • sound-3.19-rc7
    sound fixes for 3.19-rc7
    
    This batch ended up being larger than wished, but there is nothing to
    worry too much there.  Most of commits are for ASoC, a compress NULL
    dereference fix, a fix for probe error handling, and the rest are
    device-specific fixes.  In addition, we have a fix for a long-standing
    but of seq-dummy driver, which just cuts off the buggy part in the
    end.
    
  • ubuntu-qcom-snapdragon-15.01
    Linaro 15.01
    
  • v3.18.4
    71745ce1 · Linux 3.18.4 ·
    This is the 3.18.4 stable release
    
  • v3.14.30
    4d7313cd · Linux 3.14.30 ·
    This is the 3.14.30 stable release
    
  • v3.10.66
    5d53369e · Linux 3.10.66 ·
    This is the 3.10.66 stable release
    
  • topic/atomic-core-2015-01-27
  • asoc-v3.19-rc6
    ASoC: Fixes for v3.19
    
    There's a lot more fixes here than I'd like since I've been lax in
    sending things throughout the release cycle but there's only two in
    generic code and they've had quite some time to cook in -next so
    hopefully on balance are OK.
    
    The two generic fixes are a fix for crashes on capture DAIs in the
    compress code and a fix for error handling on probe failures which would
    have been harmless in the past but now oopses with the new dynamic probe
    code.
    
  • regulator-v3.19-rc6
    regulator: Fixes for v3.19
    
    One correctness fix here for the s2mps11 driver which would have
    resulted in some of the regulators being completely broken together with
    a fix for locking in regualtor_put() (which is fortunately rarely called
    at all in practical systems).
    
  • drm-intel-fixes-2015-01-29