mbox series

[GIT,PULL,1/3] soc: ti: Driver updates for v6.12

Message ID 20240903155632.525twuumykwnfkiz@subtitle (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/3] soc: ti: Driver updates for v6.12 | expand

Pull-request

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

Message

Nishanth Menon Sept. 3, 2024, 3:56 p.m. UTC
Hi,

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -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.12

for you to fetch changes up to 68123510b7c1c610387dd306f92ff539c3c546b5:

  soc: ti: pm33xx: do device_node auto cleanup (2024-08-28 12:18:02 -0500)

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

- pm33xx/knav_qmss_queue/pruss: Cleanups around device_node scope based cleanups
- knav: Additional fixes around of property
- k3-ringacc: Optimizations for data structure

----------------------------------------------------------------
Christophe JAILLET (1):
      soc: ti: k3-ringacc: Constify struct k3_ring_ops

Kousik Sanagavarapu (4):
      soc: ti: pruss: factor out memories setup
      soc: ti: pruss: do device_node auto cleanup
      soc: ti: knav_qmss_queue: do device_node auto cleanup
      soc: ti: pm33xx: do device_node auto cleanup

Rob Herring (Arm) (2):
      soc: ti: knav: Drop unnecessary check for property presence
      soc: ti: knav: Use of_property_read_variable_u32_array()

 drivers/soc/ti/k3-ringacc.c      |  12 +--
 drivers/soc/ti/knav_dma.c        |  22 ++---
 drivers/soc/ti/knav_qmss_queue.c | 105 +++++++++++------------
 drivers/soc/ti/pm33xx.c          |  52 +++++-------
 drivers/soc/ti/pruss.c           | 176 ++++++++++++++++++---------------------
 5 files changed, 166 insertions(+), 201 deletions(-)