mbox series

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

Message ID 20240705151449.s4rngkehjn73favn@stream (mailing list archive)
State Accepted
Commit 9c148cb47a1ece34853b4e86286d2fc0670195e9
Headers show
Series [GIT,PULL] soc: ti: Driver updates for v6.11 | expand

Pull-request

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

Message

Nishanth Menon July 5, 2024, 3:14 p.m. UTC
Hi,

Please pull:

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -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.11

for you to fetch changes up to b87a1cbb3385a806f8abfd9b8a2191e4c6620347:

  dt-bindings: soc: ti: Move ti,j721e-system-controller.yaml to soc/ti (2024-07-01 08:09:27 -0500)

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

- Update TISCI protocol URL link  which was dead
- socinfo: Add j721E SR 2.0 detection support
- MAINTAINER list additions: ti,pruss.yaml and ti,j721e-system-controller.yaml
- pm33xx: log statement improvement
- knav_qmss: minor data structure optimization

----------------------------------------------------------------
Christophe JAILLET (1):
      soc: ti: knav_qmss: Constify struct knav_range_ops

MD Danish Anwar (1):
      MAINTAINERS: Add entry for ti,pruss.yaml to TI KEYSTONE MULTICORE NAVIGATOR DRIVERS

Neha Malcom Francis (1):
      soc: ti: k3-socinfo: Add J721E SR2.0

Richard Genoud (2):
      dt-bindings: ti: fix TISCI protocol URL link
      firmware: ti_sci: fix TISCI protocol URL link

Roger Quadros (1):
      dt-bindings: soc: ti: Move ti,j721e-system-controller.yaml to soc/ti

Vasyl Gomonovych (1):
      soc: ti: pm33xx: Fix missing newlines in log statements

 Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml            | 2 +-
 Documentation/devicetree/bindings/clock/ti,sci-clk.yaml               | 2 +-
 Documentation/devicetree/bindings/reset/ti,sci-reset.yaml             | 2 +-
 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml           | 2 +-
 .../bindings/{mfd => soc/ti}/ti,j721e-system-controller.yaml          | 4 ++--
 MAINTAINERS                                                           | 1 +
 drivers/firmware/ti_sci.h                                             | 2 +-
 drivers/soc/ti/k3-socinfo.c                                           | 2 +-
 drivers/soc/ti/knav_qmss.h                                            | 2 +-
 drivers/soc/ti/knav_qmss_acc.c                                        | 2 +-
 drivers/soc/ti/knav_qmss_queue.c                                      | 2 +-
 drivers/soc/ti/pm33xx.c                                               | 4 ++--
 12 files changed, 14 insertions(+), 13 deletions(-)
 rename Documentation/devicetree/bindings/{mfd => soc/ti}/ti,j721e-system-controller.yaml (96%)

Comments

patchwork-bot+linux-soc@kernel.org July 9, 2024, 9:30 a.m. UTC | #1
Hello:

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

On Fri, 5 Jul 2024 10:14:49 -0500 you wrote:
> Hi,
> 
> Please pull:
> 
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
> 
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] soc: ti: Driver updates for v6.11
    https://git.kernel.org/soc/soc/c/9c148cb47a1e

You are awesome, thank you!