All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] TI SoC driver updates for v5.19
@ 2022-05-07 16:34 ` Nishanth Menon
  0 siblings, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2022-05-07 16:34 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-arm-kernel, linux-kernel, Santosh Shilimkar, Tony Lindgren

[-- Attachment #1: Type: text/plain, Size: 2913 bytes --]

Hi ARM SoC maintainers,

   Please pull:

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

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.19

for you to fetch changes up to 2a21f9e6d9a408dbd09a01caf5fff42c2f70fa82:

  soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspend (2022-05-03 08:02:09 -0500)

----------------------------------------------------------------
TI Driver updates for v5.19

* wkup_m3: io isolation, voltage scaling, vtt regulator and a debug option to stop m3 in suspend.
* tisci: support for polled mode for system suspend, reset driver is now enabled for COMPILE_TEST
* knav, dma.. misc cleanups for IS_ERR, pm_run_time*, and various other fixups.

----------------------------------------------------------------
Dave Gerlach (5):
      soc: ti: wkup_m3_ipc: Add support for toggling VTT regulator
      firmware: ti_sci: Switch transport to polled mode during system suspend
      soc: ti: wkup_m3_ipc: Add support for IO Isolation
      soc: ti: wkup_m3_ipc: Add support for i2c voltage scaling
      soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspend

Haowen Bai (1):
      soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking knav_queue_open() result

Jakob Koschel (1):
      soc: ti: replace usage of found with dedicated list iterator variable

Minghao Chi (4):
      soc: ti: pruss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
      soc: ti: knav_dma: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync
      soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync
      soc: ti: pm33xx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

Minghao Chi (CGEL ZTE) (1):
      soc: ti: omap_prm: Use of_device_get_match_data()

Philipp Zabel (1):
      reset: ti-sci: Allow building under COMPILE_TEST

QintaoShen (1):
      soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc

Yihao Han (1):
      soc: ti: wkup_m3_ipc: fix platform_get_irq.cocci warning

 drivers/firmware/ti_sci.c          |  61 +++++++++--
 drivers/reset/Kconfig              |   2 +-
 drivers/soc/ti/knav_dma.c          |  29 +++--
 drivers/soc/ti/knav_qmss_queue.c   |  21 ++--
 drivers/soc/ti/omap_prm.c          |   7 +-
 drivers/soc/ti/pm33xx.c            |   6 +-
 drivers/soc/ti/pruss.c             |   3 +-
 drivers/soc/ti/ti_sci_pm_domains.c |   2 +
 drivers/soc/ti/wkup_m3_ipc.c       | 210 +++++++++++++++++++++++++++++++++++--
 include/linux/wkup_m3_ipc.h        |  13 +++
 10 files changed, 302 insertions(+), 52 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/2] TI SoC driver updates for v5.19
@ 2022-05-07 16:34 ` Nishanth Menon
  0 siblings, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2022-05-07 16:34 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-arm-kernel, linux-kernel, Santosh Shilimkar, Tony Lindgren


[-- Attachment #1.1: Type: text/plain, Size: 2913 bytes --]

Hi ARM SoC maintainers,

   Please pull:

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

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.19

for you to fetch changes up to 2a21f9e6d9a408dbd09a01caf5fff42c2f70fa82:

  soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspend (2022-05-03 08:02:09 -0500)

----------------------------------------------------------------
TI Driver updates for v5.19

* wkup_m3: io isolation, voltage scaling, vtt regulator and a debug option to stop m3 in suspend.
* tisci: support for polled mode for system suspend, reset driver is now enabled for COMPILE_TEST
* knav, dma.. misc cleanups for IS_ERR, pm_run_time*, and various other fixups.

----------------------------------------------------------------
Dave Gerlach (5):
      soc: ti: wkup_m3_ipc: Add support for toggling VTT regulator
      firmware: ti_sci: Switch transport to polled mode during system suspend
      soc: ti: wkup_m3_ipc: Add support for IO Isolation
      soc: ti: wkup_m3_ipc: Add support for i2c voltage scaling
      soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspend

Haowen Bai (1):
      soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking knav_queue_open() result

Jakob Koschel (1):
      soc: ti: replace usage of found with dedicated list iterator variable

Minghao Chi (4):
      soc: ti: pruss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
      soc: ti: knav_dma: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync
      soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync
      soc: ti: pm33xx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

Minghao Chi (CGEL ZTE) (1):
      soc: ti: omap_prm: Use of_device_get_match_data()

Philipp Zabel (1):
      reset: ti-sci: Allow building under COMPILE_TEST

QintaoShen (1):
      soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc

Yihao Han (1):
      soc: ti: wkup_m3_ipc: fix platform_get_irq.cocci warning

 drivers/firmware/ti_sci.c          |  61 +++++++++--
 drivers/reset/Kconfig              |   2 +-
 drivers/soc/ti/knav_dma.c          |  29 +++--
 drivers/soc/ti/knav_qmss_queue.c   |  21 ++--
 drivers/soc/ti/omap_prm.c          |   7 +-
 drivers/soc/ti/pm33xx.c            |   6 +-
 drivers/soc/ti/pruss.c             |   3 +-
 drivers/soc/ti/ti_sci_pm_domains.c |   2 +
 drivers/soc/ti/wkup_m3_ipc.c       | 210 +++++++++++++++++++++++++++++++++++--
 include/linux/wkup_m3_ipc.h        |  13 +++
 10 files changed, 302 insertions(+), 52 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/2] TI SoC driver updates for v5.19
  2022-05-07 16:34 ` Nishanth Menon
  (?)
@ 2022-05-09 21:40 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2022-05-09 21:40 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 Sat, 7 May 2022 11:34:24 -0500 you wrote:
> Hi ARM SoC maintainers,
> 
>    Please pull:
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] TI SoC driver updates for v5.19
    https://git.kernel.org/soc/soc/c/1901300bf356
  - [GIT,PULL,2/2] ARM: dts: TI K2 updates for v5.19
    https://git.kernel.org/soc/soc/c/7665a85a6943

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-05-09 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-07 16:34 [GIT PULL 1/2] TI SoC driver updates for v5.19 Nishanth Menon
2022-05-07 16:34 ` Nishanth Menon
2022-05-09 21:40 ` 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.