mbox series

[GIT,PULL] soc: Keystone driver update for v5.15

Message ID 0A637A41-2353-4900-962C-DBE50BBDE75A@oracle.com
State New
Headers show
Series [GIT,PULL] soc: Keystone driver update for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.15

Message

Santosh Shilimkar Aug. 10, 2021, 11:38 p.m. UTC
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.15

for you to fetch changes up to 62e8ce8506f5a998796dbdd93363fbed3342d379:

  dt-bindings: soc: ti: pruss: Add dma-coherent property (2021-08-10 15:51:22 -0700)

----------------------------------------------------------------
soc: Keystone SOC drivers for v5.15

The pull request contains:
 - ICSSG subsystem support for Keystone3 AM64x SOCs
 - Removes smartrefelx PM dependency for deeper low power states

----------------------------------------------------------------
Suman Anna (3):
      dt-bindings: soc: ti: pruss: Update bindings for K3 AM64x SoCs
      soc: ti: pruss: Enable support for ICSSG subsystems on K3 AM64x SoCs
      dt-bindings: soc: ti: pruss: Add dma-coherent property

Tony Lindgren (1):
      soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex

 .../devicetree/bindings/soc/ti/ti,pruss.yaml       | 41 +++++++++++------
 drivers/bus/ti-sysc.c                              |  6 +--
 drivers/soc/ti/pruss.c                             |  1 +
 drivers/soc/ti/smartreflex.c                       | 52 +++++++++-------------
 include/linux/power/smartreflex.h                  |  2 +
 5 files changed, 55 insertions(+), 47 deletions(-)

Comments

Tony Lindgren Aug. 12, 2021, 7:53 a.m. UTC | #1
* Santosh Shilimkar <santosh.shilimkar@oracle.com> [210810 23:47]:
> Tony Lindgren (1):
>       soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex

Thanks for picking this one up, I also just sent a pull request for it,
my pull request can now be just ignored as that's a single commit
in it.

Regards,

Tony
Arnd Bergmann Aug. 12, 2021, 8:44 p.m. UTC | #2
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 10 Aug 2021 23:38:07 +0000, Santosh Shilimkar wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.15
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 866e1691ed5beee933c0f8c9268963c33377ede6

       Arnd