Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-fixes-2016-11-09
  • iio-fixes-for-4.9b
    Second set of IIO fixes for the 4.9 cycle.
    
    Interestingly scale related fixes for accelerometers at both ends of
    the range.  Obviously more varied devices turning up than we've seen before!
    
    * ad5933
      - fix an uninitialized value in a return case that is winding up GCC.
    * hid sensors
      - missing pm function prevents hid rotations sensors from working on newer
      ISH hubs (works by luck on older ones)
      - increase of scale precision needed to fix a case where on a yoga 260
      the reported scale is 0 (presumably a high precision but very low g sensor).
    * st_sensors
      - fix an issue seen with the hs3lis331dl where the range is much greater
      than previous devices (100's of g) and hence the per bit scale is greater
      than 1.
    
  • 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>
    
  • acpi-4.9-rc3
    ACPI fixes for v4.9-rc3
    
    Specifics:
    
     - Fix three ACPICA issues related to the interpreter locking and
       introduced by recent changes in that area (Lv Zheng).
    
     - Fix a PCI IRQ management regression introduced during the 4.7
       cycle and related to the configuration of shared IRQs on systems
       with an ISA bus (Sinan Kaya).
    
     - Fix up a return value of one function in the APEI code (Punit
       Agrawal).
    
  • pm-4.9-rc3
    Power management fixes for v4.9-rc3
    
    Specifics:
    
     - Fix a missing KERN_CONT in a system suspend message by converting
       the affected code to using pr_info() and pr_cont() instead of the
       "raw" printk() (Jon Hunter).
    
     - Make intel_pstate set the CPU P-state from its .set_policy()
       callback when the scaling_governor sysfs attribute is set to
       "performance" so that it interacts with NOHZ_FULL more
       predictably which was the case before 4.7 (Rafael Wysocki).
    
     - Make intel_pstate always request the maximum allowed P-state when
       the scaling_governor sysfs attribute is set to "performance" to
       prevent it from effectively ingoring that setting is some
       situations (Rafael Wysocki).
    
  • drm-intel-fixes-2016-11-01