* [GIT PULL 1/3] TI SoC driver updates for v5.18
@ 2022-02-28 12:06 ` Nishanth Menon
0 siblings, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2022-02-28 12:06 UTC (permalink / raw)
To: Arnd, Olof, SoC
Cc: arm, linux-arm-kernel, linux-kernel, Santosh Shilimkar,
Tony Lindgren, nm
[-- Attachment #1: Type: text/plain, Size: 1722 bytes --]
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(-)
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL 1/3] TI SoC driver updates for v5.18
@ 2022-02-28 12:06 ` Nishanth Menon
0 siblings, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2022-02-28 12:06 UTC (permalink / raw)
To: Arnd, Olof, SoC
Cc: arm, linux-arm-kernel, linux-kernel, Santosh Shilimkar,
Tony Lindgren, nm
[-- Attachment #1.1: Type: text/plain, Size: 1722 bytes --]
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(-)
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL 1/3] TI SoC driver updates for v5.18
2022-02-28 12:06 ` Nishanth Menon
(?)
@ 2022-02-28 15:00 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2022-02-28 15:00 UTC (permalink / raw)
To: Nishanth Menon; +Cc: soc
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-28 15:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-28 12:06 [GIT PULL 1/3] TI SoC driver updates for v5.18 Nishanth Menon
2022-02-28 12:06 ` Nishanth Menon
2022-02-28 15:00 ` patchwork-bot+linux-soc
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.