1. 29 Aug, 2021 22 commits
  2. 27 Aug, 2021 5 commits
  3. 24 Aug, 2021 4 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'soundwire-5.15-rc1' of... · 8c61951b
      Greg Kroah-Hartman authored
      Merge tag 'soundwire-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-next
      
      Vinod writes:
      
      soundwire updates for 5.15-rc1
      
      - Core has updates to support SoundWire mockup device (includes tag from
        asoc), improved error handling and slave status.
      
      - Drivers has update on Intel driver for new quriks and better handling of
        errors and suspend routines
      
      * tag 'soundwire-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire:
        soundwire: cadence: do not extend reset delay
        soundwire: intel: conditionally exit clock stop mode on system suspend
        soundwire: intel: skip suspend/resume/wake when link was not started
        soundwire: intel: fix potential race condition during power down
        soundwire: cadence: override PDI configurations to create loopback
        soundwire: cadence: add debugfs interface for PDI loopbacks
        soundwire: stream: don't program mockup device ports
        soundwire: bus: squelch error returned by mockup devices
        soundwire: add flag to ignore all command/control for mockup devices
        soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATA
        soundwire: cadence: add paranoid check on self-clearing bits
        soundwire: dmi-quirks: add quirk for Intel 'Bishop County' NUC M15
        soundwire: bus: update Slave status in sdw_clear_slave_status
        soundwire: cadence: Remove ret variable from sdw_cdns_irq()
        soundwire: bus: filter out more -EDATA errors on clock stop
        soundwire: dmi-quirks: add ull suffix for SoundWire _ADR values
        ASoC: Intel: boards: sof_sdw: add SoundWire mockup codecs for tests
        ASoC: soc-acpi: tgl: add table for SoundWire mockup devices
        ASoC: soc-acpi: cnl: add table for SoundWire mockup devices
        ASoC: codecs: add SoundWire mockup device support
      8c61951b
    • Greg Kroah-Hartman's avatar
      Merge tag 'phy-for-5.15' of... · 96e9df33
      Greg Kroah-Hartman authored
      Merge tag 'phy-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into char-misc-next
      
      Vinod writes:
      
      phy-for-5.15
      
        - Updates:
              - Yaml conversion for Freescale imx8mq usb phy, TI AM654 SERDES phy,
                Cadence torrent phy
              - Updates for Amlogic Meson8b-usb2 phy, Samsung ufs phy
      
        - New support:
              - UFS phy for Qualcomm SM6115
      	- PCIe & USB/DP phy for Qualcomm sc8180x
      	- USB3 PHY support for Qualcomm IPQ6018
      	- Renesas USB2.0 PHY for RZ/G2L
      
      * tag 'phy-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy: (45 commits)
        phy: qcom-qmp: Add support for SM6115 UFS phy
        dt-bindings: phy: qcom,qmp: Add SM6115 UFS PHY bindings
        phy: qmp: Provide unique clock names for DP clocks
        phy: xilinx: zynqmp: skip PHY initialization and PLL lock for USB
        phy: amlogic: meson8b-usb2: don't log an error on -EPROBE_DEFER
        phy: amlogic: meson8b-usb2: Power off the PHY by putting it into reset mode
        phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resource
        phy: phy-mtk-mipi-dsi: remove dummy assignment of error number
        phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resource
        phy: phy-mtk-ufs: use clock bulk to get clocks
        phy: phy-mtk-tphy: remove error log of ioremap failure
        phy: phy-mtk-tphy: print error log using child device
        phy: phy-mtk-tphy: support type switch by pericfg
        phy: phy-mtk-tphy: use clock bulk to get clocks
        dt-bindings: phy: mediatek: tphy: support type switch by pericfg
        phy: cadence-torrent: Check PIPE mode PHY status to be ready for operation
        phy: cadence-torrent: Add debug information for PHY configuration
        phy: cadence-torrent: Add separate functions for reusable code
        phy: cadence-torrent: Add PHY configuration for DP with 100MHz ref clock
        phy: cadence-torrent: Add PHY registers for DP in array format
        ...
      96e9df33
    • Greg Kroah-Hartman's avatar
      Merge tag 'icc-5.15-rc1' of... · c446e40e
      Greg Kroah-Hartman authored
      Merge tag 'icc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-next
      
      Georgi writes:
      
      interconnect changes for 5.15
      
      Here are changes for the 5.15-rc1 merge window consisting of interconnect
      core and driver updates.
      
      Framework change:
      - Add sanity check to detect if node is already added to provider.
      
      Driver changes:
      - RPMh drivers probe function consolidation
      - Add driver for SC8180x platforms
      - Add support for SC8180x OSM L3
      - Use driver-specific naming in OSM L3
      Signed-off-by: default avatarGeorgi Djakov <djakov@kernel.org>
      
      * tag 'icc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc:
        interconnect: qcom: osm-l3: Use driver-specific naming
        interconnect: qcom: osm-l3: Add sc8180x support
        dt-bindings: interconnect: Add SC8180x to OSM L3 DT binding
        interconnect: qcom: Add SC8180x providers
        dt-bindings: interconnect: Add Qualcomm SC8180x DT bindings
        interconnect: Sanity check that node isn't already on list
        interconnect: qcom: icc-rpmh: Consolidate probe functions
      c446e40e
    • Greg Kroah-Hartman's avatar
      Merge 5.14-rc7 into char-misc-next · 637d0957
      Greg Kroah-Hartman authored
      We need the char/misc fixes in here as well.
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      637d0957
  4. 23 Aug, 2021 6 commits
  5. 22 Aug, 2021 2 commits
  6. 21 Aug, 2021 1 commit