mbox series

[GIT,PULL,1/2] TI SoC driver updates for v5.19

Message ID 20220507163424.pvqnwrxpoo73lmp2@debtless (mailing list archive)
State Accepted
Commit 1901300bf356a74437117464e19fc5f278f88d9a
Headers show
Series [GIT,PULL,1/2] TI SoC driver updates for v5.19 | expand

Pull-request

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

Message

Nishanth Menon May 7, 2022, 4:34 p.m. UTC
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(-)

Comments

patchwork-bot+linux-soc@kernel.org May 9, 2022, 9:40 p.m. UTC | #1
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!