Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • mac80211-for-davem-2018-12-19
    Just three fixes:
     * fix a memory leak in an error path
     * fix TXQs in interface teardown
     * free fraglist if we used it internally
       before returning SKB
    
  • asoc-v4.21
    ASoC: Updates for v4.21
    
    Not much work on the core this time around but we've seen quite a bit of
    driver work, including on the generic DT drivers.  There's also a large
    part of the diff from a merge of the DaVinci and OMAP directories, along
    with some active development there:
    
     - Preparatory work from Morimoto-san for merging the audio-graph and
       audio-graph-scu cards.
     - A merge of the TI OMAP and DaVinci directories, the OMAP product line
       has been merged into the DaVinci product line so there is now a lot
       of IP sharing which meant that the split directories just got in the
       way.  This has pulled in a few architecture changes as well.
     - A big cleanup of the Maxim MAX9867 driver from Ladislav Michl.
     - Support for Asahi Kaesi AKM4118, AMD ACP3x, Intel platforms with
       RT5660, Meson AXG S/PDIF inputs, several Qualcomm IPs and Xilinx I2S
       controllers.
    
  • v4.4.168
    d3c67a52 · Linux 4.4.168 ·
    This is the 4.4.168 stable release
    
  • next-20181217
    next-20181217
    
  • v3.18.130
    49a6ef53 · Linux 3.18.130 ·
    This is the 3.18.130 stable release
    
  • v4.9.146
    0cff8946 · Linux 4.9.146 ·
    This is the 4.9.146 stable release
    
  • v4.14.89
    3beeb261 · Linux 4.14.89 ·
    This is the 4.14.89 stable release
    
  • v4.19.10
    b23de325 · Linux 4.19.10 ·
    This is the 4.19.10 stable release
    
  • v4.20-rc7
    7566ec39 · Linux 4.20-rc7 ·
    Linux 4.20-rc7
    
  • v3.16.62
    6c2f633c · Linux 3.16.62 ·
    This is the 3.16.62 stable release
    
  • old/ipu3_20181213
  • v3.18.129
    40f34a09 · Linux 3.18.129 ·
    This is the 3.18.129 stable release
    
  • v4.4.167
    640f8586 · Linux 4.4.167 ·
    This is the 4.4.167 stable release
    
  • v4.9.145
    9c2f007c · Linux 4.9.145 ·
    This is the 4.9.145 stable release
    
  • v4.14.88
    1bb538a3 · Linux 4.14.88 ·
    This is the 4.14.88 stable release
    
  • v4.19.9
    be53d23e · Linux 4.19.9 ·
    This is the 4.19.9 stable release
    
  • sound-4.20-rc7
    sound fixes for 4.20-rc7
    
    Only usual suspects here: a few more fixups for Realtek HD-audio on
    various PCs, including a regression fix in the previous fix for
    Lenovo X1 Carbon, as well as a typo fix in the recent Fireface patch.
    
  • iio-for-4.21b
    Second set of IIO new device support, features and cleanups for the 4.21 cycle.
    
    Staging graduation
    * ad2s90
      - Driver for this resolver to digital chip.
    
    New drivers and device support.
    * ad5686
      - Add support for ad5310r DAC and associated fix in value read back.
    * exynos-adc
      - Support for S5PV210 which is slightly different from other parts.
    * mcp41010
      - Driver supporting MCP41010, MCP41050, MCP41100, MCP42010, MCP42050 and
      MCP42100 microchip potentiometers.
    
    New ACPI ids.
    * ak8975
      - AKM9911 ACPI HID.
    * kxcjk-1013
      - KXJ2109 ACPI HID.
      - KIOX010A ACPI HID.
    
    New features
    * ad5933
      - Explicit DT binding.
    * ad2s90
      - Explicit DT binding including dropping spi setup that is done via dt
        in favour of verifying the settings form DT.
    * adt7316
      - Explicit DT binding and support for gpio, irq_flags etc.
    * stm32-adc
      - Runtime power management.
    
    Minor fixes and cleanups
    * core
      - Protect against missing info structure.
    * ad2s90
      - SPDX
      - Add documentation fo the mutex.
    * ad7280a
      - Check allocation failure.
      - Fix an accidental replacement of an error return.
    * adt7316
      - Switch some variables to be local and rename for consistency with other
        drivers.
      - Revert a false handling of 0 as an error introduced earlier this cycle.
    * bmi160
      - Use devm functions throughout probe() to avoid need for remove().
    * hid-sensor-hub
      - White space cleanup.
    * hts221
      - MAINTAINERS entry.
    * lis302
      - Use generic name in the DT binding doc.
    * Messon-saradc
      - Check for allocation error.
      - Fix some presented clock names that break clk debugfs.
    * qcom-spmi-adc
      - A fix for initialization of the prescale property. Came late in the
        cycle, so merge window is probably the best route for this.
    * st_lsm6dsx
      - Allow for variable read length to support wider range of slave devices.
    
  • media/v4.20-5
    media fixes for v4.20-rc7
    
  • phy-for-4.21_v1
    phy: for 4.21
    
     *) Change phy set_mode ops to take both mode and setmode as arguments
     *) Add phy_configure() and phy_validate() API's mostly used for MIPI D-PHY
     *) Add helpers to get default values of parameters define in MIPI D-PHY spec
     *) Add driver for TI's CPSW Port PHY Interface Mode selection
     *) Add driver for Cadence Sierra PHY used with USB and PCIe
     *) Add driver for Freescale i.MX8MQ USB3 PHY
     *) Fixes QMP PHY bindings to allow the clocks provided by the PHY to be
        pointed at in device tree
     *) Fix for using fully specified regions (in device tree) for configuring
        the second lane in dual lane PHYs in QMP PHY
     *) Add support for Allwinner H6 USB2 PHY in phy-sun4i-usb driver
     *) Update phy-rcar-gen3-usb driver to follow the hardware manual
     *) Add support for fine grained power management in mapphone-mdm6600 driver
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>