mbox series

[GIT,PULL] soc: ti: Driver updates for v6.13

Message ID 20241106121708.rso5wvc7wbhfi6xk@maverick (mailing list archive)
State New
Headers show
Series [GIT,PULL] soc: ti: Driver updates for v6.13 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v6.13

Message

Nishanth Menon Nov. 6, 2024, 12:17 p.m. UTC
Hi,

Please pull

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v6.13

for you to fetch changes up to a4c14f509509a6a24f25edb7619f55f204a8433f:

  firmware: ti_sci: Remove use of of_match_ptr() helper (2024-10-25 12:56:37 -0500)

----------------------------------------------------------------
TI SoC driver updates for v6.13

- knav_qmss_queue: Cleanups around request_irq params and redundant code.
- ti_sci: Power management ops in preperation for suspend/resume capability.
  Also includes dependency patch to export dev_pm_qos_read_value
  (acked by Rafael).

----------------------------------------------------------------
Alessandro Zanni (1):
      soc: ti: knav_qmss_queue: Drop redundant continue statement

Andrew Davis (1):
      firmware: ti_sci: Remove use of of_match_ptr() helper

Dave Gerlach (1):
      firmware: ti_sci: Introduce Power Management Ops

Georgi Vlaev (1):
      firmware: ti_sci: Add support for querying the firmware caps

Jinjie Ruan (1):
      soc: ti: knav_qmss_queue: Use IRQF_NO_AUTOEN flag in request_irq()

Kevin Hilman (1):
      firmware: ti_sci: add CPU latency constraint management

Markus Schneider-Pargmann (1):
      PM: QoS: Export dev_pm_qos_read_value

Vibhore Vardhan (1):
      firmware: ti_sci: Add system suspend and resume call

 drivers/base/power/qos.c               |   1 +
 drivers/firmware/ti_sci.c              | 489 ++++++++++++++++++++++++++++++++-
 drivers/firmware/ti_sci.h              | 143 +++++++++-
 drivers/soc/ti/knav_qmss_queue.c       |   6 +-
 include/linux/soc/ti/ti_sci_protocol.h |  30 ++
 5 files changed, 662 insertions(+), 7 deletions(-)