Merge tag 'drivers_soc_for_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Tue, 2 Feb 2021 21:25:39 +0000 (22:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 2 Feb 2021 21:25:40 +0000 (22:25 +0100)
commitb04c38b666edd9cf19ac773a7a899cf8554a474f
treec0a48b4211a988d512d0d88ede46417c34a4505e
parent60a64da9f0d0b7e766ba9bb0c11e28ca780fc2fd
parenta8fc8e5b8e42c4401d009143a5fd822ef3d0c9df
Merge tag 'drivers_soc_for_5.12' of git://git./linux/kernel/git/ssantosh/linux-keystone into arm/drivers

drivers: soc: Keystone update for v5.12

Updates include:
- Navigator refcount correction
- probe fix in pm driver
- fix clock init for PRUSS
- PRUSS binding doc update
- of_device_get_match_data() use in ringacc

* tag 'drivers_soc_for_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
  soc: ti: k3-ringacc: Use of_device_get_match_data()
  soc: ti: pruss: Refactor the CFG sub-module init
  dt-bindings: soc: ti: Update TI PRUSS bindings about schemas to include
  soc: ti: pruss: Correct the pruss_clk_init error trace text
  soc: ti: pm33xx: Fix some resource leak in the error handling paths of the probe function
  soc: ti: knav_qmss: Put refcount for dev node in failure case

Link: https://lore.kernel.org/r/1612156854-10929-1-git-send-email-santosh.shilimkar@oracle.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>