mbox series

[GIT,PULL,1/4] soc: ti: Driver updates for v6.6

Message ID 20230814160633.my3xbk5k2pxkvjyi@degrease (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/4] soc: ti: Driver updates for v6.6 | expand

Pull-request

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

Message

Nishanth Menon Aug. 14, 2023, 4:06 p.m. UTC
Hi,

Please pull:

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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.6

for you to fetch changes up to 443012dd31e5939cb53bc9c5713d32d87321b0d8:

  soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX (2023-08-11 16:01:09 -0500)

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

- Generic fixups: Explicitly include correct DT include.
- omap_prm: Cosmetic fixups for using devm_ api for ioremap_resource
- ti_sci: Documentation fixups, Using system_state to determine if
  polling is needed.
- k3-ringcc: Documentation fixups, cleanup of log messages, using
  devm_ to handle ioremap_resource.
- k3-socinfo: Add AM62PX detection.

----------------------------------------------------------------
Jayesh Choudhary (1):
      soc: ti: k3-ringacc: remove non-fatal probe deferral log

Nishanth Menon (3):
      firmware: ti_sci: Use system_state to determine polling
      firmware: ti_sci: Fixup documentation errors
      soc: ti: k3-ringacc: Fixup documentation errors

Rob Herring (1):
      soc: ti: Explicitly include correct DT includes

Vignesh Raghavendra (1):
      soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX

Yangtao Li (1):
      soc: ti: omap-prm: Use devm_platform_get_and_ioremap_resource()

Zhang Zekun (1):
      soc: ti: Use devm_platform_ioremap_resource_byname simplify logic

 drivers/firmware/ti_sci.c        | 49 ++++++++--------------------------------
 drivers/soc/ti/k3-ringacc.c      | 31 +++++++++----------------
 drivers/soc/ti/k3-socinfo.c      |  1 +
 drivers/soc/ti/omap_prm.c        | 13 ++++-------
 drivers/soc/ti/pruss.c           |  4 +++-
 drivers/soc/ti/ti_sci_inta_msi.c |  3 ++-
 6 files changed, 30 insertions(+), 71 deletions(-)