1. 15 Dec, 2023 29 commits
  2. 12 Dec, 2023 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'coresight-next-v6.8' of... · e909abe8
      Greg Kroah-Hartman authored
      Merge tag 'coresight-next-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-next
      
      Suzuki writes:
      
      coresight: Updates for Linux v6.8
      
      Updates for the hwtracing subsystem includes :
       - Support for CoreSight TPDM DSB set
       - Support for tuning Cycle count Threshold for CoreSight ETM via perf
       - Support for TRBE on ACPI based systems
       - Support for choosing buffer mode in ETR for sysfs mode
       - Improvements to HiSilicon PTT driver
       - Cleanups to Ultrasoc SMB driver
       - Cleanup .remove callback for various Coresight platform drivers
       - Remove Leo Yan from Reviewers
      Signed-off-by: default avatarSuzuki K Poulose <suzuki.poulose@arm.com>
      
      * tag 'coresight-next-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux: (32 commits)
        coresight: ultrasoc-smb: Use guards to cleanup
        coresight: ultrasoc-smb: Convert to platform remove callback returning void
        coresight: trbe: Convert to platform remove callback returning void
        coresight: replicator: Convert to platform remove callback returning void
        coresight: funnel: Convert to platform remove callback returning void
        coresight: etm4x: Convert to platform remove callback returning void
        coresight: dummy: Convert to platform remove callback returning void
        coresight: etm4x: Fix width of CCITMIN field
        coresight-tpdm: Correct the property name of MSR number
        hwtracing: hisi_ptt: Optimize the trace data committing
        hwtracing: hisi_ptt: Disable interrupt after trace end
        Documentation: ABI: coresight-tpdm: Fix Bit[3] description indentation
        coresight-tpdm: Add nodes for dsb msr support
        dt-bindings: arm: Add support for DSB MSR register
        coresight-tpdm: Add nodes for timestamp request
        coresight-tpdm: Add nodes to configure pattern match output
        coresight-tpdm: Add nodes for dsb edge control
        coresight-tpdm: Add node to set dsb programming mode
        coresight-tpdm: Add nodes to set trigger timestamp and type
        coresight-tpdm: Add reset node to TPDM node
        ...
      e909abe8
  3. 11 Dec, 2023 1 commit
  4. 10 Dec, 2023 7 commits
  5. 09 Dec, 2023 2 commits
    • Linus Torvalds's avatar
      Merge tag 'usb-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 21b73ffc
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here are some small USB fixes for 6.7-rc5 to resolve some reported
        issues. Included in here are:
      
         - usb gadget f_hid, and uevent fix
      
         - xhci driver revert to resolve a much-reported issue
      
         - typec driver fix
      
        All of these have been in linux-next with no reported issues"
      
      * tag 'usb-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        usb: gadget: f_hid: fix report descriptor allocation
        Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"
        usb: typec: class: fix typec_altmode_put_partner to put plugs
        USB: gadget: core: adjust uevent timing on gadget unbind
      21b73ffc
    • Linus Torvalds's avatar
      Merge tag 'tty-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · 0b526090
      Linus Torvalds authored
      Pull serial driver fixes from Greg KH:
       "Here are some small serial driver fixes for 6.7-rc4 to resolve some
        reported issues. Included in here are:
      
         - pl011 dma support fix
      
         - sc16is7xx driver fix
      
         - ma35d1 console index fix
      
         - 8250 driver fixes for small issues
      
        All of these have been in linux-next with no reported issues"
      
      * tag 'tty-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
        serial: ma35d1: Validate console index before assignment
        ARM: PL011: Fix DMA support
        serial: sc16is7xx: address RX timeout interrupt errata
        serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
        serial: 8250_omap: Add earlycon support for the AM654 UART controller
        serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
      0b526090