Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • media/v5.3-1
    media updates for v5.3-rc1
    
  • regulator-v5.3
    regulator: Updates for v5.3
    
    A couple of new features in the core, the most interesting one
    being support for complex regulator coupling configurations
    initially targeted at nVidia Tegra SoCs, and some new drivers but
    otherwise quite a quiet release.
    
     - Core support for gradual ramping of voltages for devices that
       can't manage large changes in hardware from Bartosz Golaszewski.
     - Core support for systems that have complex coupling requirements
       best described via code, contributed by Dmitry Osipenko.
     - New drivers for Dialog SLG51000, Qualcomm PM8005 and ST
       Microelectronics STM32-Booster.
    
  • asoc-v5.3
    ASoC: Updates for v5.3
    
    This is a very big update, mainly thanks to Morimoto-san's refactoring
    work and some fairly large new drivers.
    
     - Lots more work on moving towards a component based framework from
       Morimoto-san.
     - Support for force disconnecting muxes from Jerome Brunet.
     - New drivers for Cirrus Logic CS47L35, CS47L85 and CS47L90, Conexant
       CX2072X, Realtek RT1011 and RT1308.
    
  • gpio-v5.3-1
    Bulk GPIO changes for the v5.3 kernel cycle:
    
    Core:
    
    - When a gpio_chip request GPIOs from itself, it can now fully
      control the line characteristics, both machine and consumer
      flags. This makes a lot of sense, but took some time before I
      figured out that this is how it has to work.
    
    - Several smallish documentation fixes.
    
    New drivers:
    
    - The PCA953x driver now supports the TI TCA9539.
    
    - The DaVinci driver now supports the K3 AM654 SoCs.
    
    Driver improvements:
    
    - Major overhaul and hardening of the OMAP driver by Russell
      King.
    
    - Starting to move some drivers to the new API passing irq_chip
      along with the gpio_chip when adding the gpio_chip instead
      of adding it separately.
    
    Unrelated:
    
    - Delete the FMC subsystem.
    
  • v5.2
    0ecfebd2 · Linux 5.2 ·
    Linux 5.2
    
  • sunxi-dt-for-5.3-201907041122
    Our usual bunch of patches:
      - Some work on the BPi M2-Berry to support various devices
      - Convert some bindings to a schema, and a lot of fixes reported by
        the schemas we introduced.
      - A few other fixes here and there
    
  • sunxi-dt64-for-5.3-round-2
    Allwinner DT64 Changes for 5.3 - Round 2
    
    One extra change wiring up the interrupt line for the external RTC chip
    on the Pine H64.
    
  • gpio-v5.2-4
    A single fixup for the SPI CS gpios that regressed
    in the current kernel cycle.
    
  • sound-5.2
    sound fixes for 5.2
    
    Here are a collection of small fixes for:
    - A race with ASoC HD-audio registration
    - LINE6 usb-audio memory overwrite by malformed descriptor
    - FireWire MIDI handling
    - Missing cast for bit shifts in a few USB-audio quirks
    - The wrong function calls in minor OSS sequencer code paths
    - A couple of HD-audio quirks
    
  • v4.14.132
    e3c1b273 · Linux 4.14.132 ·
    This is the 4.14.132 stable release
    
  • v4.19.57
    1a059243 · Linux 4.19.57 ·
    This is the 4.19.57 stable release
    
  • v5.1.16
    8584aaf1 · Linux 5.1.16 ·
    This is the 5.1.16 stable release
    
  • LE.UM.3.3.1.r1-00400-qcs405.0
    "LE.UM.3.3.1.r1-00400-qcs405.0"
  • phy-for-5.3
    phy: for 5.3
    
      *) Add a new PHY driver for Qualcomm PCIe2 PHY
      *) Add a new PHY driver for Mixel DPHY present in i.MX8
      *) Fix Qualcomm QMP UFS PHY driver from incorrectly reporting that
         PHY enable failed
      *) Fix _BUG_ on Amlogic G12A USB3 + PCIE Combo PHY Driver due to
         calling a sleeping function from invalid context
      *) Fix WARN_ON dump on rcar-gen3-usb2 PHY driver caused due to
         imbalance powered flag
      *) Fix .cocci and sparse warnings
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • v5.2-rc7
    6fbc7275 · Linux 5.2-rc7 ·
    Linux 5.2-rc7
    
  • mac80211-for-davem-2019-06-28
    Just a single patch:
     * 1<<31 is undefined, use 1U<<31 in nl80211.h UAPI
    
  • wireless-drivers-for-davem-2019-06-28
    wireless-drivers fixes for 5.2
    
    Hopefully the last set of fixes for 5.2. Nothing special this around,
    only small fixes and support for new cards.
    
    iwlwifi
    
    * add new cards for 22000 series and smaller fixes
    
    wl18xx
    
    * fix a clang warning about unused variables
    
    mwifiex
    
    * properly handle small vendor IEs (a regression from the recent
      security fix)
    
    ath
    
    * fix few SPDX tags
    
    mt76
    
    * fix A-MSDU aggregation which got broken in v5.2-rc1
    
  • qcom-dts-for-5.3-2
    Qualcomm Device Tree Changes for v5.3
    
    * Add vibrator motor for MSM8974 based Fairphone 2
    
  • qcom-arm64-for-5.3-2
    Qualcomm ARM64 Updates for v5.3 Part 2
    
    * Add SDM845 Cheza support
    * Add TSENS controller and thermal zones for QCS404
    
  • iio-for-5.3b
    Second set of IIO device support, features, cleanups and minor fixes for 5.3.
    
    A few bits for the counters subsystem mixed in here as well.
    There are some late breaking fixes as well, which aren't so urgent
    they can't wait for the merge window.
    
    New Device Support
    * adf4371
      - New driver + bindings.
      - Support the adf4372 PLL. Mostly ID and bindings.
    * ad8366 (note includes rework of driver needed to allow support for these).
      - Support the ADL5240 variable gain amplifier (VGA).
      - Support the ADA4961 digital gain amplifier (DGA).
    * dps310
      - New driver, in several parts from different authors for this temp
        and pressure sensor.
      - Includes errata workaround for a temperature reading issue.
    * stk3310
      - Support the stk3335, mostly ID.
    
    Features and cleanups
    * core
      - drop error handling on debugfs registration.
      - harden by making sure we don't overrun iio_chan_info_postfix.
    * docs
      - convert remaining docs to rst. At somepoint we'll fit these few
        into the main IIO docs.
      - improve sampling_frequency_available docs but explaining the
        range form.
    * ad_sigma_delta
      - Drop a pointless goto.
    * ad2s1210
      - Drop pointless platform data null check seeing as we don't actually
        use platform data anymore.
    * ad7124
      - Relax limitation on channel numbers to allow pseudo different channels.
      - Support control of whether the input is buffered via DT.
      - Use dynamic allocation for channel configuration to make it easier
        to support new devices.
      - YAML binding conversion.
    * ad7150
      - Comment tidy up.
      - Consistent and simple if (ret) handling of i2c errors.
      - FIELD_GET and GENMASK.
      - Ternary rather than !!(condition) for readability.
      - Use macros to avoid repetition of channel definitions.
    * ad7606
      - Add software channel config (rather that pin controlled)
      - Refactor to simplify addition of new part in future.
    * ad7746
      - of_deivce_id table.
    * ad7780
      - MAINTAINERS entry
      - YAML DT bindings.
    * ad8366
      - Stop using core mlock in favour of well scoped local lock.
      - SPDX + copyright date update.
    * ad9834
      - of_device_id table
    * adf4371
      - Add support for output stage muting before lock on has occured.
    * adis library
      - MAINTAINERS entry to reflect that this now Alexandru's problem ;)
    * adis162xx:
      - Fix a slightly incorrect set of comments and print statements on
        minimum supported voltage.
    * adis16203
      - of_device_id table.
    * adis16240
      - Add of_device_id table (in two parts as first patch only used it for
        MODULE_DEVICE_TABLE.)
    * adt7316-spi
      - of_device_id table
    * adxl372
      - YAML DT binding conversion.
      - Cleanup use of buffer callback functions (precursor to core rework).
    * bh1710
      - Simplify getting the i2c adapter from the client.
    * dht11
      - Mote to newer GPIO consumer interface.
    * kxcjk-1013.c
      - Add binding for sensor in display of some ultrabooks after userspace
        tools updated for it not be a problem to report two similar sensors.
    * imx7d
      - drop unused variables.
      - white space
      - define instead of variable for clock frequency that is fixed.
      - drop pointless error message.
    * messon_saradc
      - SPDX
    * sps30
      - MAINTAINERS entry
      - YAML binding conversion.
    * st_accel
      - Tidy up ordering in various buffer related callbacks. This is
        part of a long running effort to simplify the core code.
    * stm32-dfsdm:
      - Manage the resolution cleanly in triggerd modes.
      - Add fast mode support which allows more flexible filter choices.
      - Add a comment on the reason for a 16 bit record when technically
        not 'required'.
    * st_lsm6dsx
      - Embed device name in the sensor_settings struct as i3c doesn't
        have a convenient name field to use for this.
    * xilinx-adc
      - Relax constraints on supported platforms to reflect that this
        can used with FPGAs on PCIe cards and hence many architectures.
    * counters/ftm-quaddec
      - Fix some formatting io MODULE_AUTHOR
      - MAINTAINERS entry
    
    Fixes
    * tools
      - fix incorrect handling of 32 bit channels.
    * sca3000
      - Potential endian bug that is unlikely to bite anyone (be64 host
        seems unlikely for this old part).
    * stm32-adc
      - Add vdda-supply. On some boards it needs to be turned on to supply
        the ADC.  DT bindings included.
    * stm32-dfsdm
      - Fix output resolution to work with filter orders other than 3.
      - Fix output datatype as it's signed and previously claimed not to be.