mbox series

[GIT,PULL,1/3] soc: ti: Updates for v6.4

Message ID 20230410140506.ucvkwq7vz2h47vyj@stipulate
State New
Headers show
Series [GIT,PULL,1/3] soc: ti: Updates for v6.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v6.4

Message

Nishanth Menon April 10, 2023, 2:05 p.m. UTC
Hi,

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v6.4

for you to fetch changes up to a33bfafd99e0d1e33dfe910f751426f298a218b6:

  soc: ti: Use devm_platform_ioremap_resource() (2023-03-28 06:23:42 -0500)

----------------------------------------------------------------
TI SoC driver updates for v6.4

* Minor fixups for of_property, using devm_platform_ioremap
* Fixups for refcount leaks in pm33xx
* Fixups for k3-ringacc for dmaring_request
* SoCinfo detection for J784S4 SoC.

----------------------------------------------------------------
Miaoqian Lin (1):
      soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe

Nicolas Frayer (1):
      soc: ti: k3-ringacc: Add try_module_get() to k3_dmaring_request_dual_ring()

Rob Herring (2):
      soc: ti: Use of_property_present() for testing DT property presence
      soc: ti: Use of_property_read_bool() for boolean properties

Siddharth Vadapalli (1):
      soc: ti: k3-socinfo: Add entry for J784S4 SOC

Yang Li (1):
      soc: ti: Use devm_platform_ioremap_resource()

 drivers/soc/ti/k3-ringacc.c      | 7 +++++++
 drivers/soc/ti/k3-socinfo.c      | 1 +
 drivers/soc/ti/knav_dma.c        | 4 ++--
 drivers/soc/ti/knav_qmss_acc.c   | 2 +-
 drivers/soc/ti/knav_qmss_queue.c | 4 ++--
 drivers/soc/ti/omap_prm.c        | 2 +-
 drivers/soc/ti/pm33xx.c          | 5 +++--
 drivers/soc/ti/wkup_m3_ipc.c     | 6 ++----
 8 files changed, 19 insertions(+), 12 deletions(-)