Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-fixes-2014-05-06
  • topc/core-stuff-2014-05-05
  • topic/core-stuff-2014-05-05
  • ib-mfd-mmc-memstick-v3.16
    Immutable branch between MFD, MMC and Memstick for the v3.16 merge window.
    
  • ib-mfd-regulator-3.16
    Immutable branch between MFD and Regulator due for v3.16 merge-window.
    
  • v3.15-rc3
    d1db0eea · Linux 3.15-rc3 ·
    Linux 3.15-rc3
    
  • v3.14.2
    798d3c53 · Linux 3.14.2 ·
    This is the 3.14.2 stable release
    
  • v3.10.38
    bdec4322 · Linux 3.10.38 ·
    This is the 3.10.38 stable release
    
  • v3.4.88
    5c5994f5 · Linux 3.4.88 ·
    This is the 3.4.88 stable release
    
  • iio-fixes-for-3.15b
    Second set of fixes for IIO in the 3.15 cycle.
    
    * ad2s1200 - Fix some missing parenthesis in a for statement that could have
      led to an error being missed when getting gpios.
    * Fix a null derefference issue in the mpu6050 when platform data is not
      provided (or is provided via the device tree for example).
    * exynos_adc bug on remove due to child devices having been added to the
      parent of the IIO device rather than the IIO device itself.  This caused an
      issue with the IIO device removing itself in it's remove function.
    * Make all ADC drivers buildable as modules to avoid dependency issues if
      the IIO core is itself built as a module.  The exynos adc bug became
      apparently whilst this fix was being tested.
    
  • iio-for-3.16a
    First round of IIO new driver, functionality and cleanups for the 3.16 cycle.
    
    New device support
    * AS3935 Lightning Sensor
    * MCP3426/7/8 support added to the existing MCP3422 ADC driver
    * AK8963 support in the AK8975 driver
    * MPU6500 support in the MPU6050 driver (the functionality that is different
      is mostly not supported yet in either part).
    
    Staging Graduations
    * AD799x ADC
    
    New functionality
    * ACPI enumeration for the ak8975 driver
    
    Cleanup / tweaks
    * Use snprintf as a matter of good practice in a few additional places.
    * Document *_mean_raw attributes.  These have been there a while, but were
      undocumented.
    * Add an in kernel interface to get the mean values.
    * Bug in the length of the event info mask that by coincidence wasn't yet
      actually causing any problems.
    * itg3000 drop an unreachable return statement.
    * spear_adc cleanups (heading for a staging graduation but a few more
      issues showed up in the review of these patches).
    * Exynos ADC dependencies changed so it is only built when Exynos is present
      or COMPILE_TEST and OF are set.
    * tsl2583 cleanups.
    * Some cut and paste typos in the comments of various drivers still in staging.
    * Couple of minor improvements to the ST sensor drivers.
    
  • pm+acpi-3.15-rc3
    ACPI and power management fixes for 3.15-rc3
    
     - Fix for broken ACPI notifications on some systems caused by
       a recent ACPI hotplug commit that blocked the propagation of
       unknown type notifications to device drivers inadvertently.
    
     - intel_idle fix to make the IvyTown C-states handling (added
       recently) work as intended which now is broken due to missing
       braces.  From Christoph Jaeger.
    
     - ACPICA fix to make it allocate buffers of the right sizes for
       the Generic Serial Bus operation region access.  From Lv Zheng.
    
     - PM core fix unblocking cpuidle before entering the "freeze"
       sleep state which causes that state to be able to actually save
       more energy than runtime idle.
    
     - Configuration and build fixes for the highbank and powernv
       cpufreq drivers from Kefeng Wang and Srivatsa S Bhat.
    
     - Coccinelle warning fix related to error pointers for the
       unicore32 cpufreq driver from Duan Jiong.
    
     - Integer overflow fix for the ppc-corenet cpufreq driver from
       Geert Uytterhoeven.
    
     - Workaround for BIOSes that don't report the entire Intel MCH
       area in their ACPI tables from Bjorn Helgaas.
    
     - ACPI tools Makefile fix and cleanup from Thomas Renninger.
    
    /
    
  • drm-intel-fixes-2014-04-25
  • fixes-3.15-rc3
    ARM: SoC fixes for 3.15-rc3:
    
    Since we didn't get around to collect fixes in time for -rc2 over
    the easter vacation, this one is unfortunately a bit larger than
    we'd like for an -rc3 merge. A large set of the changes is in the
    device tree sources, so I'm splitting out the description between
    code changes and DT changes. Aside from omap and versatile express,
    the actual code bugs are sporadic and trivial. Here is an overview:
    
      imx:
       - fix video clock settings
       - fix one clock refcounting bug
    
      omap:
       - update defconfig for renamed USB PHY driver
       - fix error handling in gpmc
       - fix N900 video initialization regression
       - fix reression in hwmod code from missing braces
       - fix am43xx and omap3 clocks
       - remove bogus write to voltage control register
    
      pxa:
       - fix build regression from 3.13 header cleanup
    
      rockchip:
       - fix a misleading printk string
    
      shmobile:
       - fix incorrect sound setting on multiple machines
    
      spear:
       - remove incorrect __init section annotation
    
      tegra:
       - remove a stale Kconfig entry
    
      u300:
       - update defconfig
    
      ux500:
       - enable common wireless and sensor drivers in defconfig
       - more defconfig updates
    
      vexpress:
       - fix voltage calculation for opp
       - fix reboot hang and warning
       - fix out-of-bounds array access
       - improve error handling in clock driver
    
      overall:
       - always select CLKSRC_OF in multiplatform builds
    
    And these are the devicetree related changes:
    
      imx:
       - add missing #clock-cell properties
       - fix pinctrl setting in imx6sl-evk
       - fix video endpoint on imx53
       - remove obsolete lvds-channel nodes (multiple patches)
       - add missing second stmpe node
       - fix usb host mode on dmo-edmqmx6 (multiple patches)
       - fix gic node #address-cells to match usage
       - add missing legacy IRQ map for PCIe
       - fix microsom pincontrol setting for rgmii
       - fix fatal typo in touchscreen DT usage for mx5
       - list all RAM present on m53evk and mx53qsb
    
      omap:
       - fix bug in DT handling of gpmc external bus
       - add DT for older revision of beagleboard
       - fix regression after DT node name fixes
       - remove obsolete properties for gpmc
       - fix pinmux comment to match DT it refers to
       - fix newly added dra7xx clock node data
       - add missing clock for USB PHY
    
      mvebu:
       - add missing clock for mdio node
       - fix nonstandard vendor prefixes on i2c nodes
    
      rockchip:
       - fix pin control setting for uart
    
      shmobile:
       - fix typo in DT data for pin control (multiple patches)
       - fix gic node #address-cells to match usage
    
      tegra:
       - fix clock and uart DT representation to match hardware
    
      zynq:
       - add DT nodes for newly added driver
       - add DT properties required for cpufreq-ondemand
    
      overall:
       - restore alphabetic order in Makefile
       - grammar fixes in bindings
    
  • drm/tegra/for-3.15-rc3
    drm/tegra: Fixes for v3.15-rc3
    
    A single fix for some framebuffer reference counting fallout caused by
    the primary plane helpers introduced in 3.15-rc1.
    
  • regulator-v3.15-rc2
    regulator: Fixes for v3.15
    
    A couple of things here:
    
     - Fixes for pbias that didn't make it in during the merge window due to
       the driver coming in via MMC.  The conversion to use helpers is a
       fix as it implements list_voltage() which the main user (MMC) relies
       on for correct functioning.
     - Change the !REGULATOR stub for optional regulators to return an
       error rather than a dummy; this is more in keeping with the intended
       use of optional regulators and fixes some issues seen MMC where it
       got confused by a dummy being provided.
    
  • tps65090-reg-pdata-v3.16
    regulator: Platform data additions for tp65090
    
    This patch adds platform/MFD data for tps65090 which need to go in the
    core struct and so may need merging into MFD and other trees.
    
  • ib-mfd-omap-3.16
    Immutable branch between MFD and ARM OMAP due for v3.16 merge-window.
    
  • ib-mfd-extcon-3.16
    Immutable branch between MFD and Extcon due for v3.16 merge-window.
    
  • v3.12.18
    ae2a5e12 · Linux 3.12.18 ·
    This is the 3.12.18 stable release