Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • iio-for-5.1b
    Second set of new device support, features and cleanup for IIO in the 5.1 cycle.
    
    There are a few late breaking fixes in here that weren't worth trying to
    rush into 5.0 as they have been with us for quite a while.
    
    New device support
    * ad7476
      - add support for TI ADS786X parts that are compatible with this Analog
        Devices driver. Good to see some simple devices are so similar.
    * Ingenic jz47xx SoC ADCs
      - new driver and bindings
    * Plantower PMS7003 partical sensor
      - new driver and bindings including vendor prefix.
    * TI DAC7612
      - new driver and bindings for this dual DAC.
    
    New features
    * ad7768-1
      - Sampling frequency control
    * bmi160
      - Data ready trigger support, including open-drain dt binding.
    
    Cleanup / minor fixes.
    * Analog Device DACs
      - Fix some inconsistent licenses.  These are only ones where there were
        two different license marked in the same file, and hence were previously
        unclear.
    * ads124s08
      - Spelling fix.
    * adxl345
      - Parameter alignement tidy up.
    * bmi160
      - SPDX
      - correct a note on the types of supported interrupts which was too strict.
      - use iio_pollfunc_store_time to grab an earlier timestamp.
      - use if (ret) instead of if (ret < 0) to be consistent whilst simplifying
        some handling where ret was effectively getting written to 0 even though
        it was always already 0.
    * exynos_adc
      - Fix a null pointer dereference on unbind.
      - Fix number of channels on Exynos4x12 devices to be 4 rather than 8.
    * lpc32xx-adc
      - Move DT bindings doc out of staging. Oops, I missed this one when
        moving the driver.
      - SPDX.
    * npcm-adc
      - drop documentation of reset node as going to be done differently.
        It's a new driver this cycle so no need to support the previous
        binding going forwards.
    * sps30
      - Fix an issue with a loop timeout test that meant it would never identify
        a timeout.
      - Mark deliberate switch fall throughs.
    
  • v4.20.8
    0788acb1 · Linux 4.20.8 ·
    This is the 4.20.8 stable release
    
  • v4.19.21
    43d3d514 · Linux 4.19.21 ·
    This is the 4.19.21 stable release
    
  • v4.14.99
    383e9b61 · Linux 4.14.99 ·
    This is the 4.14.99 stable release
    
  • v4.9.156
    8278355e · Linux 4.9.156 ·
    This is the 4.9.156 stable release
    
  • phy-for-5.1
    phy: for 5.1
    
      *) Add a new driver to support Armada 3700 COMPHY IP (supports SATA, USB3,
         PCIe)
      *) Add a new driver to support Armada UTMI PHY
      *) Add a new driver to support Cadence D-PHY
      *) Extend omap-usb2 PHY driver to be used for AM654 USB2 PHY
      *) Extend qcom-qmp PHY driver to be used for UFS PHY and USB3 PHY in Qualcomm
         MSM8998
      *) Extend qcom-qusb2 PHY driver to support QUSB2 PHY in Qualcomm MSM8998
      *) Remove module specific code that is present for drivers that can be only
         built-in
      *) Allow Freescale IMX8MQ USB to be used for multiple SoCs and not just
         i.MX8MQ
      *) Cleanups such as switch to SPDX identifier, use readl_poll_timeout macro,
         remove unused headers etc.,
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • mac80211-for-davem-2019-02-12
    Just a few fixes:
     * aggregation session teardown with internal TXQs was
       continuing to send some frames marked as aggregation,
       fix from Ilan
     * IBSS join was missed during firmware restart, should
       such a thing happen
     * speculative execution based on the return value of
       cfg80211_classify8021d() - which is controlled by the
       sender of the packet - could be problematic in some
       code using it, prevent it
     * a few peer measurement fixes
    
  • v3.16.63
    e90210bb · Linux 3.16.63 ·
    This is the 3.16.63 stable release
    
  • topic/component-typed-2019-02-11
    typed componented support + i915/snd-hda changes
    
    This is needed by the new MEI-HDCP support in i915, so will need to go
    in through drm and drivers-misc trees at least.
    
  • sound-5.0-rc7
    sound fixes for 5.0-rc7
    
    It's a bit of surprising that we've got more changes than hoped
    at this late stage, but the all don't look too scaring but small
    fixes.
    
    One change in ALSA core side is again the PCM regression fix that
    was partially addressed for OSS, but now the all relevant change
    is reverted instead.  Also, a few ASoC core fixes for UAF and OOB
    are included, while the rest are usual random device-specific
    fixes.
    
  • v5.0-rc6
    d1393711 · Linux 5.0-rc6 ·
    Linux 5.0-rc6
    
  • asoc-v5.1
    ASoC: Updates for v5.1
    
    Lots and lots of new drivers so far, a highlight being the MediaTek
    BTCVSD which is a driver for a Bluetooth radio chip - the first such
    driver we've had upstream.  Hopefully we will soon also see a baseband
    with an upstream driver!
    
     - Support for only powering up channels that are actively being used.
     - Quite a few improvements to simplify the generic card drivers,
       especially the merge of the SCU cards into the main generic drivers.
     - Lots of fixes for probing on Intel systems, trying to rationalize
       things to look more standard from a framework point of view.
     - New drivers for Asahi Kasei Microdevices AK4497, Cirrus Logic CS4341,
       Google ChromeOS embedded controllers, Ingenic JZ4725B, MediaTek
       BTCVSD, MT8183 and MT6358, NXP MICFIL, Rockchip RK3328, Spreadtrum
       DMA controllers, Qualcomm WCD9335, Xilinx S/PDIF and PCM formatters.
    
  • asoc-fix-v5.0-rc5
    ASoC: Fixes for v5.0
    
    A selection of driver specific fixes here, along with a few core fixes:
    
     - A fixup for some MFD devices that were broken by the previous fixes
       for deferred probe.
     - A fix for potential out of bounds array accesses when ordering DAPM
       power/up down sequences.
     - Avoid use after free issue when unloading and reloading drivers using
       topologies.
    
  • acpi-5.0-rc6
    ACPI fix for 5.0-rc6
    
    Prevent excessive ACPI debug messages from being printed to the
    kernel log, which has started to happen after one of the recent
    ACPICA commits (Erik Schmauss).
    
  • sunxi-clk-fixes-for-5.0
    Allwinner clock fixes for 5.0
    
    Two fixes for clock indices, one for the A31 and one for the V3s.
    
  • sunxi-clk-for-5.1
    Allwinner clock changes for 5.1
    
    Just a single non-urgent fix for the PLL-MIPI on the A23
    
  • sunxi-config64-for-5.1
    Allwinner arm64 defconfig changes for 5.1
    
    Two new additions to arm64's defconfig to support A64 boards.
    
  • sunxi-dt-for-5.1-2
    Allwinner DT changes for 5.1, take 2
    
    Our usual bunch of DT changes for the Allwinner arm SoCs:
      - LCD support for the Q8 A13 tablets
      - GMAC support for the A80
      - PMIC power supplies for the A83t
    
  • sunxi-dt64-for-5.1-2
    Allwinner arm64 DT changes for 5.1, take 2
    
    Our usual round of DT changes for the arm64 Allwinner SoCs:
      - Enabling of the various power supplies on most a64 boards
      - H6 SRAM controller support
      - A64 CSI support
    
  • v4.4.174
    dc5e8c99 · Linux 4.4.174 ·
    This is the 4.4.174 stable release