Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • asoc-v3.15-rc5-intel
    ASoC: Intel fixes for v3.15
    
    This is a relatively large batch of fixes for the newly added
    Haswell/Baytrail drivers from Intel.  It's a bit larger than is good for
    this point in the cycle but it's all for a newly added driver so not so
    worrying as it might otherwise be.  Some of it's integration problems,
    some of it's the sort of problem usually turned up in stress tests.
    
  • v3.4.90
    f39c8bf9 · Linux 3.4.90 ·
    This is the 3.4.90 stable release
    
  • v3.10.40
    be67db10 · Linux 3.10.40 ·
    This is the 3.10.40 stable release
    
  • v3.14.4
    72616847 · Linux 3.14.4 ·
    This is the 3.14.4 stable release
    
  • gpio-v3.15-3
    GPIO fixes for the v3.15 series:
    
    - Fix a null pointer bug in the ICH6 chipset driver
    
    - Fix device tree registration for the mcp23s08 driver
    
  • v3.15-rc5
    d6d211db · Linux 3.15-rc5 ·
    Linux 3.15-rc5
    
  • v3.12.19
    3756888c · Linux 3.12.19 ·
    This is the 3.12.19 stable release
    
  • sound-3.15-rc5
    sound fixes for 3.15-rc5
    
    A bunch of small fixes for USB-audio and HD-audio, where most of them
    are for regressions: USB-audio PM fixes, ratelimit annoyance fix,
    HDMI offline state fix, and a couple of device-specific quirks.
    
  • mfd-mmc-fixes-3.15-rc4
    Fixes branch from MFD and MMC based on 3.15-rc4.
    
  • sunxi-fixes-for-3.15
    Set of fixes for the Allwinner support for 3.15
    
    Some minor things, the major thing being the enabling of the GMAC driver in
    sunxi_defconfig that will un-break Olof's autobooters.
    
  • drm-intel-fixes-2014-05-07
  • v3.14.3
    774e1e67 · Linux 3.14.3 ·
    This is the 3.14.3 stable release
    
  • v3.10.39
    5d897eed · Linux 3.10.39 ·
    This is the 3.10.39 stable release
    
  • v3.4.89
    d89a13cf · Linux 3.4.89 ·
    This is the 3.4.89 stable release
    
  • drm-intel-next-2014-05-06
    - ring init improvements (Chris)
    - vebox2 support (Zhao Yakui)
    - more prep work for runtime pm on Baytrail (Imre)
    - eDram support for BDW (Ben)
    - prep work for userptr support (Chris)
    - first parts of the encoder->mode_set callback removal (Daniel)
    - 64b reloc fixes (Ben)
    - first part of atomic plane updates (Ville)
  • staging-3.15-rc4
    Staging / IIO fixes for 3.15-rc4
    
    Here are some small IIO driver fixes for 3.15-rc4 that resolve some
    reported issues.
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    
  • iio-for-3.16b
    Second set of IIO new drivers, cleanups and functionality for the 3.16 cycle.
    
    This set contains a change to the ABI for the hid-sensors drivers to bring them
    in line with the long published documentation.  Unfortunately, rather than
    reporting true scale and offset values via sysfs they were reporting
    some magic numbers that could only be converted to anything useful using
    the HID sensors specification. I missed this entirely through the introduction
    of a number of drivers, only picking up on it recently.  Srinivas has had
    user feedback about this as well. The patch set is too large to go as a fix
    at this stage in the cycle and is not a regression fix as this was never
    right and so will have to wait for the next merge window. Srinivas assures
    me that there are relatively few pieces of hardware out there and he has
    had a number of people contact him to point out that the drivers did not
    obey the ABI.  Hence hopefully the fallout of this, if any will be minor.
    If we don't fix it now, it will only get worse going forward. There is no
    sensible way of maintaining the incorrect ABI as it is simply returning
    the wrong values through the standard interfaces.
    
    Non IIO elements
    * Introduce devm_kmemdup.  Does what it says on the tin.
    
    New drivers:
    * hid-sensors rotation devices (output as quaternion)
    * Freescale MPL115A2 presure and temperature sensor.
    * Melexis mlx90614 contactless infrared sensor.
    * Freescale MMA8452Q 3-axis accelerometer.
    
    New functionality:
    * Addition of multiple element callback to allow for sysfs interfaces to access
      elements such as quaternions which have no useful meaning if all 4 elements
      are not presented together.  Other future usecases for this include
      rotation matrices.
    * Support for multiple element buffer entries for exactly the same uses as
      the sysfs related elements described above.
    * Quaternion support via the quaternion IIO modifier.
    * TEMP_AMBIENT and TEMP_OBJECT modifiers to distinguish cases with thermopile
      devices.
    * hid-sensors gain sysfs access to the sensor readings. Previously these
      drivers used the buffered interface only.  This change involves some
      additional hid-sensors core support to read poll values back from the devices
      to allow the drivers to know roughly how long to wait for a result when
      polling the sensor.  There is also an associated hid-sensors abi to allow
      the devices to be turned off between reads and powered up on demand.
    
    Cleanups and fixes
    * Hid sensors fix as described above. Result is to make the _scale and _offset
      attributes applicable in the same way as for all other IIO drivers.
    * Some additional documentation - mostly covering stuff that graduated from
      staging without managing to take it's ABI docs with it.
    * A series of little tidy ups to the exynos_adc driver that make the code
      nicer to read and improve handling of some corner cases.
    * A tidy up to mag3110 (logical fix rather than a real one ;). Also enable
      user offset calibration for this device.
    * Drop some left over IS_ERR() checks from ad799x that snuck through during
      the cleanup in the last IIO patch set.
    * Fix a naming issue from clashing patches in ak8975 - note the clash only
      occured in the last IIO patch set, hence the fix needs to go through this
      tree.
    * A format string missmatch fix in ad7280.c. Unlikely to have ever had an
      impact so not worth rushing through.
    
  • v3.15-rc4
    89ca3b88 · Linux 3.15-rc4 ·
    Linux 3.15-rc4
    
  • sunxi-pinctrl-for-3.16
    Pinctrl cleanup and reworks for 3.16
    
    This serie of patch:
      - Moves the Allwinner pinctrl driver to a folder of its own
      - removes the sunxi-pinctrl-pins header, and split the driver into a core
        one, with all the logic, and smaller drivers, one for each SoC, that
        declare the pins, and will provide to the core the set of pins.
      - And does a few cleanups here and there.
    
  • pm+acpi-3.15-rc4
    ACPI and power management fixes for 3.15-rc4
    
     - There are two bugs in the ACPI PNP core that cause errors to
       be returned if optional ACPI methods are not present.  After
       an ACPI core change made in 3.14 one of those errors leads
       to serial port suspend failures on some systems.  Fix from
       Rafael J Wysocki.
    
     - A recently added PNP quirk related to Intel chipsets intorduced
       a build error in unusual configurations (PNP without PCI).  Fix
       from Bjorn Helgaas.
    
     - An ACPI EC workaround related to system suspend on Samsung machines
       added in 3.14 introduced a race causing some valid EC events to be
       discarded.  Fix from Kieran Clancy.
    
     - The acpi-cpufreq driver fails to load on some systems after a 3.14
       commit related to APIC ID parsing that overlooked one corner case.
       Fix from Lan Tianyu.
    
     - Fix for a recently introduced build problem in the ppc-corenet
       cpufreq driver from Tim Gardner.
    
     - A recent cpufreq core change to ensure serialization of frequency
       transitions for drivers with a ->target_index() callback overlooked
       the fact that some of those drivers had been doing operations
       introduced by it into the core already by themselves.  That resulted
       in a mess in which the core and the drivers try to do the same thing
       and block each other which leads to deadlocks.  Fixes for the
       powernow-k7, powernow-k6, and longhaul cpufreq drivers from
       Srivatsa S Bhat.
    
     - Fix for a computational error in the powernow-k6 cpufreq driver
       from Srivatsa S Bhat.
    
    /