mbox series

[GIT,PULL,1/3] TI SoC driver updates for v5.18

Message ID 20220228120655.wobd72acngl2bz6k@ecard (mailing list archive)
State Accepted
Commit 254a1864e4d0f82ee9ce2b4eaf469bfd176ac7a2
Headers show
Series [GIT,PULL,1/3] TI SoC driver updates for v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v5.18

Message

Nishanth Menon Feb. 28, 2022, 12:06 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v5.18

for you to fetch changes up to c65d68e7e95a39da31d64d67d5bea6550b91fb43:

  soc: ti: k3-socinfo: Add AM62x JTAG ID (2022-02-28 05:35:19 -0600)

----------------------------------------------------------------
TI Driver updates for v5.18

* Fixups for k3-ringacc, smartreflex, tisci, wkup_m3_ipc
* Device detection for am62x.

----------------------------------------------------------------
Christophe JAILLET (2):
      soc: ti: k3-ringacc: Use devm_bitmap_zalloc() when applicable
      firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not defined

Lad Prabhakar (1):
      soc: ti: smartreflex: Use platform_get_irq_optional() to get the interrupt

Miaoqian Lin (1):
      soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe

Peiwei Hu (1):
      firmware: ti_sci: inproper error handling of ti_sci_probe

Vignesh Raghavendra (1):
      soc: ti: k3-socinfo: Add AM62x JTAG ID

 drivers/firmware/ti_sci.c              |  2 +-
 drivers/soc/ti/k3-ringacc.c            | 15 ++++++---------
 drivers/soc/ti/k3-socinfo.c            |  1 +
 drivers/soc/ti/smartreflex.c           | 13 +++++++------
 drivers/soc/ti/wkup_m3_ipc.c           |  4 ++--
 include/linux/soc/ti/ti_sci_protocol.h |  2 +-
 6 files changed, 18 insertions(+), 19 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 28, 2022, 3 p.m. UTC | #1
Hello:

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

On Mon, 28 Feb 2022 06:06:55 -0600 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] TI SoC driver updates for v5.18
    https://git.kernel.org/soc/soc/c/254a1864e4d0
  - [GIT,PULL,2/3] TI K3 defconfig updates for v5.18
    https://git.kernel.org/soc/soc/c/98d4e4167e2a
  - [GIT,PULL,3/3] TI K3 device tree updates for v5.18
    https://git.kernel.org/soc/soc/c/d2717584521a

You are awesome, thank you!