Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • iio-for-5.4a
    First set of new device support, features and cleanups for IIO in the 5.4 cycle
    
    Note includes a merge from i3c tree to get support needed for stm_lsm6dsx driver
    support for l3c devices.  Done from immutable branch.
    
    A counter subsystem patche in here as well.
    
    Alongside the new device support (which is always good), Chuhong's work
    on using devres managed APIs has cleaned up a number of drivers.
    
    New device support
    * adis16460
      - New driver based on ADIS framework which needed addition of support
        for cs_change_delay. Includes device tree binding.
    * cros_ec
      - Support fo the veyron-minnie which uses an older interface.
    * lsm6dsx
      - Support for LSM6DSTR-C gyro + magnetometer sensor (new IDs mainly)
      - Support for ISM330DHCX acc + gyro sensor (extensive rework needed!)
    * Maxim 5432
      - New driver support MAX5432-MAX5435 family of potentiometers.
    * noa1305
      - New driver for this ON Semiconductor Ambient light sensor.
    
    Features and cleanups
    * tree wide
      - Drop error prints after platform_get_irq as already prints errors
        internally if any occur.
    * docs
      - Document mounting matrix.
      - Fix a missing newline at end of file.
    * ad2s1210
      - Switch to device managed APIs for all of probe and drop explicit remove.
    * ad7192
      - Add of_device_id array to explicity handling DT bindings.
    * ad7606
      - Lots of rework leading to support for software configure modes in ad7616
        parts.
      - Debugfs register access support.
    * am2315
      - Switch to device managed APIs for all of probe and drop explicit remove.
    * apds9960
      - Typo in module description.
    * cm36651
      - Convert to i2c_new_dummy_device.
      - Swithc to device managed APIs for all of probe adn drop explicit remove.
    * cros_ec
      - Calibscale support for accel, gyro and magnetometer.
      - Tidy up some error codes to return the error from the stack rather than
        -EIO.
      - Determine protocol version.
      - Add a sign vector to the core to fix sensor rotation if necessary.
        Cannot just be done with mount matrix as already in use in many devices.
      - Tidy up INFO_SCALE being in both the separate and shared lists.
      - Drop a lot of dplicate code from the cros-ec-accel-legacy driver
        and use the core provided code instead.
      - Make frequency range available to userspace.
    * counter / ftm-quaddec
      - Switch to device managed APIs for all of probe adn drop explicit remove.
    * hdc100x
      - Switch to device managed APIs for all of probe and drop explicit remove.
    * hi8435
      - Use gpiod_set_value_cansleep as we don't care here and there is a
        board out there where it needs to sleep.
      - Switch to device managed APIs for all of probe and drop explict remove.
    * hp03
      - Convert to i2c_new_dummy_device.
    * maxim thermocouple
      - Switch to device managed APIs for all of probe and drop explicit remove.
    * mmc35240
      - Fix typo in constant naming.
    * mpu6050
      - Use devm_add_action_or_reset in place of explicit error handling.
      - Make text in Kconfig more explicit about which parts are supported.
    * mxc4005
      - Switch to device managed APIs for all of probe and drop explicit remove.
    * pms7003
      - Convert device tree bindings to yaml.
      - Add a MAINTAINERS entry
    * sc27xx
      - Introduce a local struct device *dev pointer to avoid lots of deref.
      - Use devm_add_action_or_reset in place of explicit error handling.
    * sca3000
      - Typo fix in naming.
    * si1145
      - Switch to device managed APIs for all of probe and drop explicit remove.
    * st_sensors
      - Lots of rework to enable switch to regmap.
      - Regmap conversion at the end.
      - Tidy up some inconsistencies in buffer setup ops.
      - Tidy up an oddity by dropping get_irq_data_ready function in favour
        of direct access.
      - Stop allocating buffer in buffer enable in favour of just embedding
        a large enough constant size buffer in the iio_priv accessed structure.
    * st_lsm6dsx
      - l3c device support (LSM6DSO and LSM6DSR)
      - tidy up irq return logic which was strangely written.
      - fix up an ABI quirk where this driver used separate scale
        attributes, even though they were always shared by type.
    * stk33xx
      - Device tree bindings include manufacturer ID.
    * stm32-adc
      - Add control for supply to analog switches including DT bindings.
    * stm32 timer
      - Drop the quadrature mode support.  Believed there were no users so
        take this opportunity to drop this unwanted ABI.
    * tsl2772
      - Switch to device mangage APIs for all of probe and drop explicit remove.
      - Use regulator_bulk_* APIs to reduce repitition.
    * veml6070
      - Convert to i2c_new_dummy_device.
    
  • iio-fixes-for-5.3b
    Second set of IIO fix for the 5.3 cycle.
    
    * adf4371
      - Calculation of the value to program to control the output frequency
        was incorrect.
    * max9611
      - Fix temperature reading in probe.  A recent fix for a wrong mask
        meant this code was looked at afresh.  A second bug became obvious
        in which the return value was used inplace of the desired register
        value.  This had no visible effect other than a communication test
        not actually testing the communications.
    
  • v5.3-rc4
    d45331b0 · Linux 5.3-rc4 ·
    Linux 5.3-rc4
    
  • v4.9.189
    4bd718db · Linux 4.9.189 ·
    This is the 4.9.189 stable release
    
  • v4.4.189
    3904234b · Linux 4.4.189 ·
    This is the 4.4.189 stable release
    
  • v4.14.138
    3ffe1e79 · Linux 4.14.138 ·
    This is the 4.14.138 stable release
    
  • v4.19.66
    893af1c7 · Linux 4.19.66 ·
    This is the 4.19.66 stable release
    
  • v5.2.8
    d36a8d2f · Linux 5.2.8 ·
    This is the 5.2.8 stable release
    
  • media/v5.3-3
    media updates for v5.3-rc1
    
  • sound-5.3-rc4
    sound fixes for 5.3-rc4
    
    Lots of small fixes at this time since we've received the ASoC
    fix batch now.
    
    - Some coverage in ASoC core mostly for minor issues like NULL
      checks for DPCM and proper error handling in DAI instantiation
    
    - A collection of small device-specific changes in various ASoC
      codec and platform drivers
    
    - OF-tree refcount fixes in a few ASoC drivers
    
    - Fixes of memory leaks in the error paths of various ASoC / ALSA
      drivers
    
    - A workaround for a long-standing issue on AMD HD-audio device
    
    - Updates of MAINTAINERS, mail addresses, file permission fixups
    
  • LV.AU.0.0.2-00510-qtiquingvm.0
    "LV.AU.0.0.2-00510-qtiquingvm.0"
  • v5.2.7
    5697a9d3 · Linux 5.2.7 ·
    This is the 5.2.7 stable release
    
  • v4.19.65
    cc4c818b · Linux 4.19.65 ·
    This is the 4.19.65 stable release
    
  • v4.14.137
    b19ffe6e · Linux 4.14.137 ·
    This is the 4.14.137 stable release
    
  • v4.9.188
    fa897d17 · Linux 4.9.188 ·
    This is the 4.9.188 stable release
    
  • v4.4.188
    d63f4f25 · Linux 4.4.188 ·
    This is the 4.4.188 stable release
    
  • wireless-drivers-for-davem-2019-08-06
    wireless-drivers fixes for 5.3
    
    Second set of fixes for 5.3. Lots of iwlwifi fixes have accumulated
    which consists most of patches in this pull request. Only most notable
    iwlwifi fixes are listed below.
    
    mwifiex
    
    * fix a regression related to WPA1 networks since v5.3-rc1
    
    iwlwifi
    
    * fix use-after-free issues
    
    * fix DMA mapping API usage errors
    
    * fix frame drop occurring due to reorder buffer handling in
      RSS in certain conditions
    
    * fix rate scale locking issues
    
    * disable TX A-MSDU on older NICs as it causes problems and was
      never supposed to be supported
    
    * new PCI IDs
    
    * GEO_TX_POWER_LIMIT API issue that many people were hitting
    
  • asoc-fix-v5.3-rc3-2
    ASoC: Fixes for v5.3
    
    Incremental fix removing executable bits added in a prior patch
    accidentally.
    
  • ASB-2019-08-05_mainline
    https://source.android.com/security/bulletin/2019-08-01
  • ASB-2019-08-05_4.19-q
    https://source.android.com/security/bulletin/2019-08-01