1. 12 Jul, 2022 37 commits
  2. 11 Jul, 2022 3 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'coresight-next-v5.20' of... · 7e724422
      Greg Kroah-Hartman authored
      Merge tag 'coresight-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-next
      
      Suzuki writes:
      
      CoreSight self-hosted tracing changes for v5.20.
      
       - Fixes LOCKDEP warnings on module unload with configfs
       - Conversion of DT bindings to DT schema
       - Branch broadcast support for perf cs_etm
       - Etm4x driver fixes for build failures with Clang and unrolled loops
      Signed-off-by: default avatarSuzuki K Poulose <suzuki.poulose@arm.com>
      
      * tag 'coresight-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux:
        coresight: etm4x: avoid build failure with unrolled loops
        Documentation: coresight: Expand branch broadcast documentation
        Documentation: coresight: Link config options to existing documentation
        Documentation: coresight: Turn numbered subsections into real subsections
        coresight: Add config flag to enable branch broadcast
        Documentation: coresight: Escape coresight bindings file wildcard
        dt-bindings: arm: Convert CoreSight CPU debug to DT schema
        dt-bindings: arm: Convert CoreSight bindings to DT schema
        dt-bindings: arm: Rename Coresight filenames to match compatible
        coresight: syscfg: Update load and unload operations
        coresight: configfs: Fix unload of configurations on module exit
        coresight: Clear the connection field properly
      7e724422
    • Greg Kroah-Hartman's avatar
      Merge tag 'fpga-late-for-5.20-rc1' of... · 4682f213
      Greg Kroah-Hartman authored
      Merge tag 'fpga-late-for-5.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into char-misc-next
      
      Xu writes:
      
      Here is the second set of FPGA changes for 5.20-rc1
      
      FPGA Manager core:
      - Ivan's change to support image offset and data size setting for
      reprograming. A parse_header() callback is introduced for drivers to
      specify these info.
      - Colin's immediate spelling fix for Ivan's patch.
      
      Microchip:
      - Ivan's change to add Microchip MPF FPGA manager driver. And MAINTAINERS
      entry added for the driver.
      
      All patches have been reviewed on the mailing list, and have been in the
      last linux-next releases (as part of our for-next branch).
      Signed-off-by: default avatarXu Yilun <yilun.xu@intel.com>
      
      * tag 'fpga-late-for-5.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga:
        fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream"
        MAINTAINERS: add Microchip PolarFire FPGA drivers entry
        dt-bindings: fpga: add binding doc for microchip-spi fpga mgr
        fpga: microchip-spi: add Microchip MPF FPGA manager
        docs: fpga: mgr: document parse_header() callback
        fpga: fpga-mgr: support bitstream offset in image buffer
      4682f213
    • Greg Kroah-Hartman's avatar
      Merge tag 'mhi-for-v5.20' of... · f5fd903b
      Greg Kroah-Hartman authored
      Merge tag 'mhi-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-next
      
      Manivannan writes:
      
      MHI Host
      --------
      
      Support for new modems:
      
       - Quectel EM120 FCCL based on SDX24. This product MHI configuration is same
         as EM120R-GL modem.
       - Foxconn Cinterion MV31-W. This product is same as the existing MV31-W
         modem but sold as a separate product as it uses a different firmware
         baseline.
       - Foxconn T99W175 based on SDX55.
      
      Core changes:
      
       - Moved the IRQ allocation to MHI controller registration phase. Since the
         MHI endpoint may be powered up/down several times during runtime, it
         makes sense to move the IRQ allocation to registration phase and just
         enable/disable IRQs during endpoint power up/down.
      
      MHI endpoint
      ------------
      
      Core changes:
      
       - Added error check for dev_set_name()
      
      * tag 'mhi-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi:
        bus: mhi: ep: Check dev_set_name() return value
        bus: mhi: host: pci_generic: Add another Foxconn T99W175
        bus: mhi: host: Move IRQ allocation to controller registration phase
        bus: mhi: host: pci_generic: Add Cinterion MV31-W with new baseline
        bus: mhi: host: pci_generic: Add support for Quectel EM120 FCCL modem
      f5fd903b