mbox series

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

Message ID 20240903155632.525twuumykwnfkiz@subtitle (mailing list archive)
State Accepted
Commit b1cd063981de572f010092b7afde5ff4b3d923eb
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(-)

Comments

patchwork-bot+linux-soc@kernel.org Oct. 11, 2024, 10:59 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 3 Sep 2024 10:56:32 -0500 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] soc: ti: Driver updates for v6.12
    https://git.kernel.org/soc/soc/c/b1cd063981de
  - [GIT,PULL,2/3] arm64: defconfig: TI K3 platform updates for v6.12
    https://git.kernel.org/soc/soc/c/714dfb9556b4
  - [GIT,PULL,3/3] arm64: dts: ti: K3 devicetree updates for v6.12
    https://git.kernel.org/soc/soc/c/7b6eee4f0e31

You are awesome, thank you!