Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • iio-for-4.10b
    Second round of new device support, cleanups and fixes for IIO in the 4.10 cycle
    
    This includes two branch merges for elements that may also go via MFD.
    
    New device support
    * cros_ec
      - new driver to support these Chrome OS contiguous sensors which are behind
        the Chrome OS embedded controller.  Requires a few minor MFD and chrome
        platform changes.  One follow up fix deals with some dependency issues in
        Kconfig.
    * mpu-3050
      - new driver and device tree bindings for this venerable device.
    * st_accel
      - support for the lng2dm an
    
    Driver features
    * ad7192
      - Add DVdd regulator handling
    * ad9832
      - Add DVDD regulator handling
    * at91
      - Suspend and resume support
    * si7020
      - Device tree bindings
    * ti-am335x
      - DMA support - uses dma to accelerate short bursts of read back rather
      than full blown DMA buffer support.  Greatly improved performance.
      Includes an MFD addition to give access to the address needed for DMA.
    * tsl2583
      - Device tree bindings
    
    Cleanups and minor fixes
    * ad7192
      - Fix regulator naming to match datasheet
      - Handle regulator errors correctly (so as to not break deferred probing)
      - Rename reg variable to reflect which regulator it is
    * ad5933
      - Fix regulator naming to match datasheet
      - Handle regulator errors correctly (so as to not break deferred probing)
    * ad7746
      - Fix a missing return value (fallout from previous patch set)
    * ad7780
      - Fix regulator naming to match datasheet
      - Handle regulator errors correctly (so as to not break deferred probing)
    * ad9832
      - Fix regulator naming to match datasheet
      - Handle regulator errors correctly (so as to not break deferred probing)
      - Rename reg regulator to reflect which one it is
    * ad9834
      - Fix regulator naming to match datasheet
      - Handle regulator errors correctly (so as to not break deferred probing)
    * hts221
      - Remove a duplicated include
    * maxim thermocouple
      - Handle a wrong storage side in read function.  Prevent any problems that
      might be introduced by additions to this driver in future.
    * tsl2583 - big set from Brian Masney to drive this towards a staging
      graduation.
      - Convert to iio_chan_spec and read_raw / write_raw (in a couple of steps)
      - Improved error handling in various functions
      - Drop redundant power_state custom sysfs attribute.
      - Use IIO_*_ATTR* macros for remaining attributes.
      - Return an error code to userspace on invalid parameters being writen to
        sysfs files.
      - Add locking to various attribute accesses to remove possible races.
      - Add defines for various magic numbers.
      - Use smbus_read_byte_data instead of a write_byte followed by read_byte.
      - Query only relevant registers in probe.
      - Tidy up ordering of code comments.
      - Remove a pointless power off sequence in taos_chip_on.
      - Don't bother shutting down the chip when updating the lux table.
      The table is held entirely in the driver and doesn't effect the chip at all.
      - Drop a redundant i2c call in taos_als_calibrate where the same register
      is read twice in a row.
    
  • v4.9-rc4
    bc33b0ca · Linux 4.9-rc4 ·
    Linux 4.9-rc4
    
  • phy-for-4.9-rc
    phy: for 4.9 -rc
    
    phy fixes:
    *) Add a empty function for phy_reset when CONFIG_GENERIC_PHY is not set
    *) change the phy lookup table for da8xx-usb to match it with the name
       present in the board configuraion file (used for non-dt boot)
    *) Fix incorrect programming sequence in w.r.t deassert of phy_rst
       in phy-rockchip-pcie
    *) Fix to avoid NULL pointer dereferencing error in sun4i phy
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • asoc-fix-v4.9-rc3
    ASoC: Fixes for v4.9
    
    The most important fix in here is a change which removes the #error
    making the topology API unusable as-is since we have recently discovered
    some production uses on Chromebooks so need to acknowledge that what
    we've got there now is an ABI.
    
    There's also a very big batch of driver specific fixes here which have
    kept on being delayed due to more arriving so the update is another of
    these bigger than I would like ones.  There is one especially big one in
    there, for the Qualcomm code which fixes simultaneous playback and
    capture which was broken during the merge window.  The diff for that is
    large because it moves blocks of code to different functions but it's
    functionally fairly simple and if it breaks it should have been very
    obvious in testing.
    
  • gpio-v4.9-3
    Some GPIO fixes for the v4.9 series:
    
    - Fix a nasty file descriptor leak when getting line handles.
    
    - A fix for a cleanup that seemed innocent but created a problem
      for drivers instantiating several gpiochips for one single
      OF node.
    
    - Fix a unpredictable problem using irq_domain_simple() in the
      mvebu driver by converting it to a lineas irqdomain.
    
  • drm-fixes-for-v4.9-rc4
    drm fixes for amdgpu, radeon, intel, imx and virtio-gpu
    
  • media/v4.9-3
    media fixes for v4.9-rc4
    
  • v4.4.30
    887b692a · Linux 4.4.30 ·
    This is the 4.4.30 stable release
    
  • media/v4.9-2
    media fixes for v4.9-rc4
    
  • regulator-fix-v4.9-rc3
    regulator: Fix ramp_delay warnings for v4.9
    
    A new warning was introduced for missing information about the time that
    regulators take to power on in v4.9.  This is in theory a real issue but
    for most practical regulators the communication overhead of talking to
    the device is greater than the ramp time so a lot of drivers don't set
    it and the warning is far too noisy without identifying practical
    issues.  Just remove the warning for now.
    
  • v4.4.29
    acd21d84 · Linux 4.4.29 ·
    This is the 4.4.29 stable release
    
  • v4.8.6
    5d506f21 · Linux 4.8.6 ·
    This is the 4.8.6 stable release
    
  • wireless-drivers-for-davem-2016-10-30
    wireless-drivers fixes for 4.9
    
    iwlwifi
    
    * some fixes for suspend/resume with unified FW images
    * a fix for a false-positive lockdep report
    * a fix for multi-queue that caused an unnecessary 1 second latency
    * a fix for an ACPI parsing bug that caused a misleading error message
    
    brcmfmac
    
    * fix a variable uninitialised warning in brcmf_cfg80211_start_ap()
    
  • v4.9-rc3
    a909d3e6 · Linux 4.9-rc3 ·
    Linux 4.9-rc3
    
  • driver-core-4.9-rc3
    driver core fixes for 4.9-rc3
    
    Here are two small driver core / kernfs fixes for 4.9-rc3.  One makes
    the Kconfig entry for DEBUG_TEST_DRIVER_REMOVE a bit more explicit that
    this is a crazy thing to enable for a distro kernel (thanks for trying
    Fedora!), the other resolves an issue with vim opening kernfs files
    (sysfs, configfs, etc.).
    
    Both have been in linux-next with no reported issues.
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    
  • drm-intel-fixes-2016-11-01
  • mac80211-next-for-davem-2016-10-28
    Among various cleanups and improvements, we have the following:
     * client FILS authentication support in mac80211 (Jouni)
     * AP/VLAN multicast improvements (Michael Braun)
     * config/advertising support for differing beacon intervals on
       multiple virtual interfaces (Purushottam Kushwaha, myself)
     * deprecate the old WDS mode for cfg80211-based drivers, the
       mode is hardly usable since it doesn't support any "modern"
       features like WPA encryption (2003), HT (2009) or VHT (2014),
       I'm not even sure WEP (introduced in 1997) could be done.
    
  • sound-4.9-rc3
    sound fixes for 4.9-rc3
    
    Here contains the usual stuff -- the fixups and quirks for HD-audio
    and USB-audio, in addition to a bad regression fix in ALSA sequencer
    timer since 4.8, and a trivial fix for asihpi PCI driver.
    
  • v4.4.28
    c843445f · Linux 4.4.28 ·
    This is the 4.4.28 stable release
    
  • v4.8.5
    3cf02960 · Linux 4.8.5 ·
    This is the 4.8.5 stable release