1. 12 Jul, 2022 38 commits
  2. 11 Jul, 2022 2 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