Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • asoc-fix-v3.19-rc7
    ASoC: Fixes for v3.19
    
    A few last minute fixes for v3.19, all driver specific.  None of them
    stand out particularly - it's all the standard people who are affected
    will care stuff.
    
    The Samsung fix is a DT only fix for the audio controller, it's being
    merged via the ASoC tree due to process messups (the submitter sent it
    at the end of a tangentally related series rather than separately to the
    ARM folks) in order to make sure that it gets to people sooner.
    
  • pm+acpi-3.19-fin
    ACPI power management fix for final 3.19
    
    This is a revert of an ACPI Low-power Subsystem (LPSS) driver change
    that was supposed to improve power management of the LPSS DMA controller,
    but introduced more serious problems.
    
    Since fixing them turns out to be non-trivial, it is better to revert
    the commit in question at this point and try to fix the original issue
    differently in the next cycle.
    
    /
    
  • regulator-v3.19-rc7
    regulator: Fix !REGULATOR builds of systems using system suspend calls
    
    The system suspend calls (used to synchronize between system suspend of
    the CPU and it's PMIC) are called from board code but not stubbed when
    regulator is disabled causing build failures in such cases.  This patch
    fixes those build failures.
    
  • asoc-v3.20-2
    ASoC: Updates for v3.20
    
    More updates for v3.20:
    
     - Lots of refactoring from Lars-Peter Clausen, moving drivers to more
       data driven initialization and rationalizing a lot of DAPM usage.
     - Much improved handling of CDCLK clocks on Samsung I2S controllers.
     - Lots of driver specific cleanups and feature improvements.
     - CODEC support for TI PCM514x and TLV320AIC3104 devices.
     - Board support for Tegra systems with Realtek RT5677.
    
  • topic/drm-misc-2015-02-06
  • mac80211-next-for-davem-2015-02-03
    Last round of updates for net-next:
     * revert a patch that caused a regression with mesh userspace (Bob)
     * fix a number of suspend/resume related races
       (from Emmanuel, Luca and myself - we'll look at backporting later)
     * add software implementations for new ciphers (Jouni)
     * add a new ACPI ID for Broadcom's rfkill (Mika)
     * allow using netns FD for wireless (Vadim)
     * some other cleanups (various)
    
  • gpio-v3.19-5
    Yet more GPIO fixes for the v3.19 series:
    - Two fixes stabilizing that which was never stable before:
      removal of GPIO chips, now let's stop leaking memory.
    - Make sure OMAP IRQs are usable when the irqchip API
      is used orthogonally to the gpiochip API.
    - Provide a default GPIO base for the mcp23s08 driver.
    
  • v3.4.106
    28895317 · Linux 3.4.106 ·
    This is the 3.4.106 stable release
    
  • 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.