Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.10.72
    7f4e6424 · Linux 3.10.72 ·
    This is the 3.10.72 stable release
    
  • sound-4.0-rc5
    sound fixes for 4.0-rc5
    
    This is a collection of many small fixes.  Most of fixes are for ASoC
    drivers, including the fixes of wrong field usages for boolean kctls.
    
    In addition, there is a fix in ASoC core for adding proper locks for
    component lists, and a fix for a HD-audio regression by the previous
    mono channel fix.
    
  • drm-intel-fixes-2015-03-19
  • drm-intel-next-2015-03-13-rebased
    - EU count report param for gen9+ (Jeff McGee)
    - piles of pll/wm/... fixes for chv, finally out of preliminary hw support
      (Ville, Vijay)
    - gen9 rps support from Akash
    - more work to move towards atomic from Matt, Ander and others
    - runtime pm support for skl (Damien)
    - edp1.4 intermediate link clock support (Sonika)
    - use frontbuffer tracking for fbc (Paulo)
    - remove ilk rc6 (John Harrison)
    - a bunch of smaller things and fixes all over
  • topic/drm-misc-2015-03-18
  • regulator-fix-v4.0-rc4
    regulator: Fixes for v4.0
    
    The two main fixes here from Javier and Doug both fix issues seen on the
    Exynos-based ARM Chromebooks with reference counting of GPIO regulators
    over system suspend.  The GPIO enable code didn't properly take account
    of this cases (a full analysis is in Doug's commit log).  This is fixed
    by both fixing the reference counting directly and by making the resume
    code skip enables it doesn't need to do.  We could skip the change in
    the resume code but it's a very simple change and adds extra robustness
    against problems in other drivers.
    
  • asoc-fix-v4.0-rc4
    ASoC: Fixes for v4.0
    
    As well as the usual collection of driver specific fixes there's a few
    more generic things:
    
     - Lots of fixes from Takashi for drivers using the wrong field in the
       control union to communicate with userspace, leading to potential
       errors on 64 bit systems.
     - A fix from Lars for locking of the lists of devices we maintain,
       mostly only likely to trigger during device probe and removal.
    
  • mac80211-for-davem-2015-03-16
    Here are a few fixes that I'd like to still get in:
     * disable U-APSD for better interoperability, from Michal Kazior
     * drop unencrypted frames in mesh forwarding, from Bob Copeland
     * treat non-QoS/WMM HT stations as non-HT, to fix confusion when
       they connect and then get QoS packets anyway due to HT
     * fix counting interfaces for combination checks, otherwise the
       interface combinations aren't properly enforced (from Andrei)
     * fix pure ECSA by reacting to the IE change
     * ignore erroneous (E)CSA to the current channel which sometimes
       happens due to AP/GO bugs
    
  • v4.0-rc4
    06e5801b · Linux 4.0-rc4 ·
    Linux 4.0-rc4
    
  • iio-for-4.1a
    First set of new drivers, cleanups and functionality for IIO in the 4.1 cycle.
    
    New drivers
    * CM3323 color sensor.
    * MS5611 pressure and temperature sensor.
    
    New functionality
    * mup6050 - create mux clients for devices described via ACPI. The reasoning
         and approach taken in this patch are complex.  Basically there is no
         otherway of finding out what is there than by some esoteric look ups in
         the ACPI data.
    * cm3232 - PM support
    * itg3200 - suspend/resume support
    * mcp320x - add more ADCs to the kconfig to reflect what the driver supports
         (this patch and the bindings got left behind when the support was added
          a while back).
    
    Docs / utils
    * ti-adc128s052 - DT bindings.
    * mcp3422 - DT bindings.
    * mcp320x - DT bindings
    * ABI docs for event threshold scale attributes, in_magn_offset, proximity
      scan_element and thresh falling/rising values for accelerometers.  All
      elements long in use that have slipped by being explicitly documented.
    * Tidy up the tools previously in drivers/staging/iio/Documentation and move
      them out to /tools/iio. Yet another move that should have happened long ago.
      This time Roberta Dobrescu did the leg work.  Thanks!
    
    Core Cleanups
    * Export userspace IIO headers.  We should have done the appropriate header
      splitting a long time ago. Thanks to Daniel for sorting this out.
    
    * Refactor the registring of attributes for buffers to move all non-custom
      ones to a vector allowing easier additions to the current set in the future.
    
    Driver Cleanups
    * gpiod related cleanups.  Make use of the additional parameter to specify
      	initial direciton to avoid extra code.
    * bmc150 - Various refactorings to reduce code repitition and prepare for
               hardware buffer support.  Some of these cleanups are good even
    	   without the new functionality.
    * kmx61 - direct use of index to an array avoiding a structure element which
              was always the index to an element in an array of that structure.
    * vf610 - avoid incorrect type for return from wait_for_completion_timeout.
    * gp2ap020a00f - use put_unaligned_le32 for slight code simplification.
    * ade7754 - improve error handling including suppressing some build warnings.
    * ade7759 - improve error handling including suppressing some build warnings.
    * hmc5843 - Long line and indentation fixes. Also some constifying of various
          constant data.
    * ade7854 - 80+ character line splitting.
    * ad2s1210 - fix wrong printf format string.
    * mxs-lradc - fix wrong printf format string.
    * ade7954-i2c - code alignment fixes and other trivial but worthwhile bits.
    * periodic rtc trigger - make the frequency type an unsigned int as it
      is always treated as such.
    * jsa1212 - constify struct regmap_config as it is constant.
    * ad7793 - typo in the MODULE_DESCRIPTION
    * mma9551 - check gpiod_to_irq errors.  Note that this doesn't actually cause
        any trouble but is worth tidying up as obviously incorrect.
    * mlx90614 - refactor the register symbols to make it clear which reads are to
        RAM not PROM.
    
  • iio-fixes-for-4.0c
    3rd set of IIO fixes for the 4.0 cycle.
    
    * A double free occured on an error path in due to an event registration issue.
      The fix is the minimal change rather than possibly reworking this area of
      the core to give a more elegant solution (future work).
    * A number of drivers were directly accessing indio_dev->buffer->scan_mask
      to identify the currently enabled channel set.  This may not be correct
      if we have additional clients on the push interface.  The correct option
      is indio_dev->active_scan_mask. This is fixed.
    * bmc150 had incorrectly specified sampling frequency (a datasheet confusion
      as they are specified in terms of bandwith - e.g. half the sampling
      frequency).
    * hmc5843 wasn't setting it's name and hence the name attribute was
      returning an empty string.
    * inv_mpu6050 wasn't clearing the locally held timestamp buffer when the
      hardware fifo was reset. Also an inconsistency existed in the interface
      for the scale of the channels.  Magic numbers were written but real ones
      were used for the reads.  Now uses real numbers (i.e. not array indexes)
      for both.
    * fix a missing dependency in the dummy driver. Previously shielded from
      the autobuilders by an earlier build error.
    
  • 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