1. 22 May, 2020 2 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'soundwire-5.8-rc1' of... · ddc0aef0
      Greg Kroah-Hartman authored
      Merge tag 'soundwire-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-next
      
      Vinod writes:
      
      soundwire updates for v5.8-rc1
      
      This contains sdw_master_device patches and other updates done by Intel
      folks.
      
      Details:
        - sdw_master_device to represent the master instances.
        - sysfs properties for sdw_master_device and sdw_slave.
        - Documentation update for TDM modes.
        - some code cleanup patches and odd updates.
      
      * tag 'soundwire-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire:
        soundwire: intel: use a single module
        soundwire: fix spelling mistake
        soundwire: fix trailing line in sysfs_slave.c
        soundwire: add Slave sysfs support
        soundwire: master: add sysfs support
        soundwire: disco: s/ch/channels/
        soundwire: master: add runtime pm support
        soundwire: bus_type: add sdw_master_device support
        soundwire: bus: add unique bus id
        soundwire: bus_type: introduce sdw_slave_type and sdw_master_type
        soundwire: bus: rename sdw_bus_master_add/delete, add arguments
        soundwire: intel: (cosmetic) remove multiple superfluous "else" statements
        soundwire: (cosmetic) remove multiple superfluous "else" statements
        soundwire: qcom: Use IRQF_ONESHOT
        soundwire: bus: reduce verbosity on enumeration
        soundwire: debugfs: clarify SDPX license with GPL-2.0-only
        soundwire: slave: don't init debugfs on device registration error
        Documentation: SoundWire: clarify TDM mode support
        soundwire: qcom: fix error handling in probe
        soundwire: intel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
      ddc0aef0
    • Greg Kroah-Hartman's avatar
      Merge tag 'icc-5.8-rc1' of https://git.linaro.org/people/georgi.djakov/linux into char-misc-next · c9cf27d9
      Greg Kroah-Hartman authored
      Georgi writes:
      
      interconnect changes for 5.8
      
      These are the interconnect changes for the 5.8-rc1 merge window:
      
      Core changes:
      - Convert the framework core from tristate to bool to make handling
      dependencies between other core frameworks easier
      - Add of_icc_get_by_index()
      - Add devm_of_icc_get() helper function
      - Add icc_enable() and icc_disable() helpers
      
      New drivers:
      - Platform driver for NXP i.MX8MM SoC
      - Platform driver for NXP i.MX8MN SoC
      - Platform driver for NXP i.MX8MQ SoC
      Signed-off-by: default avatarGeorgi Djakov <georgi.djakov@linaro.org>
      
      * tag 'icc-5.8-rc1' of https://git.linaro.org/people/georgi.djakov/linux:
        interconnect: Remove unused module exit code from core
        interconnect: Disallow interconnect core to be built as a module
        interconnect: Add of_icc_get_by_index() helper function
        interconnect: Add helpers for enabling/disabling a path
        interconnect: imx: Fix return value check in imx_icc_node_init_qos()
        interconnect: imx: Add platform driver for imx8mn
        interconnect: imx: Add platform driver for imx8mq
        interconnect: imx: Add platform driver for imx8mm
        interconnect: Add imx core driver
        dt-bindings: interconnect: Add bindings for imx8m noc
        interconnect: Add devm_of_icc_get() as exported API for users
      c9cf27d9
  2. 21 May, 2020 2 commits
  3. 20 May, 2020 6 commits
  4. 19 May, 2020 30 commits