Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • for-4.0-rc
    contains fixes all over drivers/phy and includes the following
    *) Using phy_get_drvdata instead of dev_get_drvdata in armada375-usb2.c
    *) Fixes w.r.t checking return values in regmap APIs, protecting regmap ops
       with spin lock and directly using regmap_update_bits instead of having a
       separate function to do the same in the various PHYs used in exynos.
    *) check return value in platform_get_resource of hix5hd2-sata PHY
    *) Removed NULL terminating entry from phys array and fix off-by-one
       valid value checking for args->args[0] in of_xlate of exynos USB PHY.
    *) Fixup rockchip_usb_phy_power_on failure path
    *) Fix devm_phy_match to find the correct match in phy core and also fix to
       return the correct value from PHY APIs if PM runtime is not enabled.
    *) Removed redundant code in twl4030 and xgene
    *) Fixed sizeof during memory allocation in miphy PHYs
    *) simplify ti_pipe3_dpll_wait_lock implementation, fix missing clk_prepare
       when using old dt name and nit pick in MOUDLE_ALIAS in TI PHYs.
    
  • pm+acpi-4.0-rc4
    b1760233 · Merge branch 'pm-tools' ·
    Power management and ACPI fixes for v4.0-rc4
    
     - Fix an ACPI LPSS (Low-Power Subsystem) driver issue causing the
       8250_dw driver to confuse an LPSS clock with another one it is
       supposed to handle due to the lack of identification allowing it
       to tell those clocks apart (Heikki Krogerus).
    
     - Revert a recent commit that was supposed to improve the usability
       of the cpupower tool, but clearly did the opposite (Josh Boyer).
    
    /
    
  • devicetree-fixes-for-4.0
    DeviceTree fixes for 4.0-rc:
    
    - Fix for stdout-path option parsing with added unittest
    
    - Fix for stdout-path interaction with earlycon
    
    - Several DT unittest fixes
    
    - Fix Sparc allmodconfig build error on
      of_platform_register_reconfig_notifier
    
    - Several DT overlay kconfig and build warning fixes
    
    - Several DT binding documentation updates
    
  • sound-4.0-rc4
    sound fixes for 4.0-rc4
    
    This is a round of HD-audio fixes: there are a long-standing
    regression fix and a few more device/codec-specific quirks.
    In addition, a couple of FireWire regression fixes, a USB-audio quirk
    for Roland UA-22 and a sanity check in API for user-defined control
    elements.
    
  • iommu-fixes-v4.0-rc3
    IOMMU Fixes for Linux v4.0-rc3
    
    The patches contain:
    
    	* Fix multiple ARM IOMMU drivers to behave well when the
    	  hardware is not present
    
    	* Mark MSM driver as broken
    
    	* Fix build errors with the new ARM generic io-page-table code
    
  • wireless-drivers-for-davem-2015-03-10
    iwlwifi:
    
    * fix ROC removal - avoids a firmware crash
    * fix throughput regression on iwldvm devices
    * fix panic in BT Coex
    * fixes in rate control
    * fixes in scan
    
    b43:
    
    * fix support for 5 GHz only BCM43228 model
    
    rtlwifi:
    
    * improve handling of IPv6 packets
    
    brcmfmac:
    
    * perform bound checking on vendor command buffer
    
  • drm-intel-fixes-2015-03-12
  • topic/drm-misc-2015-03-10
  • v4.0-rc3
    9eccca08 · Linux 4.0-rc3 ·
    Linux 4.0-rc3
    
  • staging-4.0-rc3
    staging driver fixes for 4.0-rc3
    
    Here are some IIO and staging driver fixes for 4.0-rc3.
    
    Details are in the shortlog, nothing major, mostly IIO fixes for
    reported issues.
    
    All have been in linux-next successfully.
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    
  • regulator-v4.0-rc2
    regulator: Fixes for v4.0
    
    A couple of driver specific fixes plus a fix for a regression in the
    core where the updates to use sysfs group registration were overly
    enthusiastic in eliding properties and removed some that had been
    previously present.
    
  • v3.19.1
    5392bc6b · Linux 3.19.1 ·
    This is the 3.19.1 stable release
    
  • v3.18.9
    d1034e83 · Linux 3.18.9 ·
    This is the 3.18.9 stable release
    
  • v3.14.35
    e8f616ae · Linux 3.14.35 ·
    This is the 3.14.35 stable release
    
  • v3.10.71
    389fb5fb · Linux 3.10.71 ·
    This is the 3.10.71 stable release
    
  • wireless-drivers-next-for-davem-2015-03-06
    Major changes:
    
    brcmfmac:
    
    * sdio improvements
    * add a debugfs file so users can provide us all the revinfo we could
      ask for
    
    iwlwifi:
    
    * add triggers for firmware dump collection
    * remove support for -9.ucode
    * new statitics API
    * rate control improvements
    
    ath9k:
    
    * add per-vif TX power capability
    * BT coexistance fixes
    
    ath10k:
    
    * qca6174: enable STA transmit beamforming (TxBF) support
    * disable multi-vif power save by default
    
    bcma:
    
    * enable support for PCIe Gen 2 host devices
    
  • pm+acpi-4.0-rc3
    Power management and ACPI fixes for v4.0-rc3
    
     - Fix ACPI resources management problems introduced by the recent
       rework of the code in question (Jiang Liu) and a build issue
       introduced by those changes (Joachim Nilsson).
    
     - Fix a recent suspend-to-idle regression on systems where entering
       idle states causes local timers to stop, prevent suspend-to-idle
       from crashing in restricted configurations (no cpuidle driver,
       cpuidle disabled etc.) and clean up the idle loop somewhat while
       at it (Rafael J Wysocki).
    
     - Fix build problem in the cpufreq ppc driver (Geert Uytterhoeven).
    
     - Allow the ACPI backlight driver module to be loaded if ACPI is
       disabled which helps the i915 driver in those configurations
       (stable-candidate) and change the code to help debug unusual use
       cases (Chris Wilson).
    
     - Wakeup IRQ management changes in v3.18 caused some drivers on the
       at91 platform to trigger a warning from the IRQ core related to
       an unexpected combination of interrupt action handler flags.
       However, on at91 a timer IRQ is shared with some other devices
       (including system wakeup ones) and that leads to the unusual
       combination of flags in question.  To make it possible to avoid
       the warning introduce a new interrupt action handler flag (which
       can be used by drivers to indicate the special case to the core)
       and rework the problematic at91 drivers to use it and work as
       expected during system suspend/resume.  From Boris Brezillon,
       Rafael J Wysocki and Mark Rutland.
    
     - Clean up the generic power domains subsystem's debugfs interface
       (Kevin Hilman).
    
    /
    
  • sound-4.0-rc3
    sound fixes for 4.0-rc3
    
    In this pull request, there are a few more ASoC changes that have been
    gathered since rc1, but it's still fairly calm over all.  The only
    largish LOC is found in atmel driver, and it's just a removal of
    broken non-DT stuff.  The rest are all small driver-specific fixes,
    nothing to worry much.
    
  • v3.2.68
    9b81446e · Linux 3.2.68 ·
    This is the 3.2.68 stable release
    
  • asoc-v4.1
    ASoC: Changes for v4.1
    
    A selection of changes for v4.1 so far.  The main things are:
    
     - Move of jack registration to the card where it belongs.
     - Support for DAPM routes specified by both the machine driver and DT.