Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.2.39
    cd1b44e9 · Linux 3.2.39 ·
    This is the 3.2.39 stable release
    
  • regulator-3.9
    regulator: Updates for v3.9
    
    A fairly quiet release for the regulator API, the bulk of the changes
    being lots of small cleanups and API updates contributed by Axel Lin
    with just a small set of larger changes:
    
    - New driver for LP8755
    - DT support for S5M8767, TPS51632, TPS6507x and TPS65090
    - Support for writing a "commit changes" bit in the regmap helper
      functions.
    
  • v3.8
    19f949f5 · Linux 3.8 ·
    Linux 3.8
    
  • pm+acpi-3.9-rc1
    ACPI and power management updates for 3.9-rc1
    
    - Rework of the ACPI namespace scanning code from Rafael J. Wysocki
      with contributions from Bjorn Helgaas, Jiang Liu, Mika Westerberg,
      Toshi Kani, and Yinghai Lu.
    
    - ACPI power resources handling and ACPI device PM update from
      Rafael J. Wysocki.
    
    - ACPICA update to version 20130117 from Bob Moore and Lv Zheng
      with contributions from Aaron Lu, Chao Guan, Jesper Juhl, and
      Tim Gardner.
    
    - Support for Intel Lynxpoint LPSS from Mika Westerberg.
    
    - cpuidle update from Len Brown including Intel Haswell support, C1
      state for intel_idle, removal of global pm_idle.
    
    - cpuidle fixes and cleanups from Daniel Lezcano.
    
    - cpufreq fixes and cleanups from Viresh Kumar and Fabio Baltieri
      with contributions from Stratos Karafotis and Rickard Andersson.
    
    - Intel P-states driver for Sandy Bridge processors from
      Dirk Brandewie.
    
    - cpufreq driver for Marvell Kirkwood SoCs from Andrew Lunn.
    
    - cpufreq fixes related to ordering issues between acpi-cpufreq and
      powernow-k8 from Borislav Petkov and Matthew Garrett.
    
    - cpufreq support for Calxeda Highbank processors from Mark Langsdorf
      and Rob Herring.
    
    - cpufreq driver for the Freescale i.MX6Q SoC and cpufreq-cpu0 update
      from Shawn Guo.
    
    - cpufreq Exynos fixes and cleanups from Jonghwan Choi, Sachin Kamat,
      and Inderpal Singh.
    
    - Support for "lightweight suspend" from Zhang Rui.
    
    - Removal of the deprecated power trace API from Paul Gortmaker.
    
    - Assorted updates from Andreas Fleig, Colin Ian King,
      Davidlohr Bueso, Joseph Salisbury, Kees Cook, Li Fei,
      Nishanth Menon, ShuoX Liu, Srinivas Pandruvada, Tejun Heo,
      Thomas Renninger, and Yasuaki Ishimatsu.
    
    /
    
  • v3.7.9
    5b7be634 · Linux 3.7.9 ·
    This is the 3.7.9 stable release
    
  • v3.4.32
    9ad3bfb9 · Linux 3.4.32 ·
    This is the 3.4.32 stable release
    
  • v3.0.65
    fe34c843 · Linux 3.0.65 ·
    This is the 3.0.65 stable release
    
  • v3.7.8
    7773647c · Linux 3.7.8 ·
    This is the 3.7.8 stable release
    
  • v3.4.31
    72a27460 · Linux 3.4.31 ·
    This is the 3.4.31 stable release
    
  • v3.0.64
    54ea5b40 · Linux 3.0.64 ·
    This is the 3.0.64 stable release
    
  • staging/for_v3.9
  • sunxi-dt-for-3.9
    Allwinner sunXi DT additions for 3.9
    
  • v3.9-kvm-arm
  • v3.7.7
    89c5f133 · Linux 3.7.7 ·
    This is the 3.7.7 stable release
    
  • v3.4.30
    c74d85ba · Linux 3.4.30 ·
    This is the 3.4.30 stable release
    
  • v3.0.63
    a96dbfbc · Linux 3.0.63 ·
    This is the 3.0.63 stable release
    
  • iio-for-3.9d
    4th set of IIO new drivers cleanups and fixes for the 3.9 cycle
    + a new spi helper function.
    
    1) Introduce spi_sync_transfer and use it within IIO.  Originally
       it was envisioned that this nice little boilerplate replacement
       would go through the spi tree, but Grant Likely stated he'd
       prefer we take it through IIO as the example usecases were all
       in IIO (and are also in this pull request).  Note that given
       their may have been some unresolved elements related to the
       coccinelle element of the patch, that has been stripped out
       and will doubtlessly follow at a later date (along with
       lots of other patches for drivers elsewhere in the tree).
    
    2) New Invensense MPU6050 driver.  This is stripped down to pretty
       much the basics from the original submission with the intent
       to build up all the fancy bits in an incremental (and hence
       reviewable fashion). It's been through a good few revisions
       so nice to finally merge this.
    
    3) Change to iio_channel_get api to simplify device tree based
       mappings.  The actual mappings are currently under review.
    
    4) Build fixes for !CONFIG_IIO_TRIGGER in the st_sensors driver.
       This one snuck past during review and testing but got picked
       up by Randy Dunlap in a randconfig build.
    
    5) Some max1363 cleanups and enhancements.
    
    6) Some comment fixes to make them coherent and comprehensible.
    
    7) Trivial build warning fix in mxs-lradc
    
  • v3.8-rc7
    836dc9e3 · Linux 3.8-rc7 ·
    Linux 3.8-rc7
    
  • sound-3.8
    Sound fixes for 3.8-rc7
    
    Just a couple of build regression fixes for ASoC fsl stuff.
    It doesn't look too trivial, but neither intrusive, so hopefully I can
    avoid your curse...
    
  • regulator-v3.8-rc6
    regulator: Fixes for v3.8-rc7
    
    Mostly driver specific fixes here, though one of them uncovered the
    issue Stephen Warren fixed with multiple OF matches getting upset due to
    a lack of cleanup.