1. 09 Jul, 2024 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'icc-6.11-rc1' of... · 9d2877a5
      Greg Kroah-Hartman authored
      Merge tag 'icc-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-next
      
      Georgi writes:
      
      interconnect changes for 6.11
      
      This pull request contains the interconnect changes for the 6.11-rc1 merge
      window. It contains just driver changes with the following highlights:
      
      Driver changes:
      - New driver for MediaTek MT8183/8195 platforms
      - New driver for MSM8953 platforms
      - New QoS support for RPMh-based platforms with SC7280 being the
        first one to benefit from it.
      - Fix incorrect master-id value in qcm2290 driver
      - Add missing MODULE_DESCRIPTION in a few drivers
      Signed-off-by: default avatarGeorgi Djakov <djakov@kernel.org>
      
      * tag 'icc-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/djakov/icc:
        interconnect: qcom: Fix DT backwards compatibility for QoS
        interconnect: qcom: Add MSM8953 driver
        dt-bindings: interconnect: qcom: Add Qualcomm MSM8953 NoC
        interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID
        interconnect: qcom: sc7280: enable QoS configuration
        interconnect: qcom: icc-rpmh: Add QoS configuration support
        dt-bindings: interconnect: add clock property to enable QOS on SC7280
        interconnect: mediatek: remove unneeded semicolon
        interconnect: qcom: add missing MODULE_DESCRIPTION() macros
        interconnect: imx: add missing MODULE_DESCRIPTION() macros
        interconnect: mediatek: Add MediaTek MT8183/8195 EMI Interconnect driver
        dt-bindings: interconnect: Add MediaTek EMI Interconnect bindings
      9d2877a5
  2. 06 Jul, 2024 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'mhi-for-v6.11' of... · 1ebab783
      Greg Kroah-Hartman authored
      Merge tag 'mhi-for-v6.11' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-next
      
      Manivannan writes:
      
      MHI Host
      ========
      
      - Used unique 'mhi_pci_dev_info' struct for product families instead of reusing
        a shared struct. This allows displaying the actual product name for the MHI
        devices during driver probe.
      
      - Added support for Foxconn SDX72 based modems, T99W515 and DW5934E.
      
      - Added a 'name' field to 'struct mhi_controller' for allowing the MHI client
        drivers to uniquely identify each MHI device based on its product/device name.
        This is useful in applying any device specific quirks in the client drivers.
      
      WWAN MHI Client driver
      ======================
      
      - Due to the build dependency with the MHI patch exposing 'name' field to client
        drivers, the WWAN MHI client driver patch that is making use of the 'name'
        field to apply custom data mux id for Foxconn modems is also included.
        Collected Ack from Networking maintainer for this patch.
      
      MHI EP
      ======
      
      - Fixed the MHI EP stack to not allocate memory for MHI objects from DMA zone.
        This was done accidentally while adding the slab cache support and causes the
        MHI EP stack to run out of memory while doing high bandwidth transfers.
      
      * tag 'mhi-for-v6.11' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mani/mhi:
        net: wwan: mhi: make default data link id configurable
        bus: mhi: host: Allow controller drivers to specify name for the MHI controller
        bus: mhi: host: Add support for Foxconn SDX72 modems
        bus: mhi: host: pci_generic: Use unique 'mhi_pci_dev_info' for product families
        bus: mhi: ep: Do not allocate memory for MHI objects from DMA zone
      1ebab783
  3. 05 Jul, 2024 22 commits
  4. 04 Jul, 2024 12 commits
  5. 03 Jul, 2024 4 commits