[GIT PULL 1/2] drivers: soc: Keystone update for v5.12

From: Santosh Shilimkar
Date: Mon Feb 01 2021 - 01:43:46 EST


The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

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

for you to fetch changes up to a8fc8e5b8e42c4401d009143a5fd822ef3d0c9df:

soc: ti: k3-ringacc: Use of_device_get_match_data() (2021-01-31 20:58:49 -0800)

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

----------------------------------------------------------------
Christophe JAILLET (1):
soc: ti: pm33xx: Fix some resource leak in the error handling paths of the probe function

Grzegorz Jaszczyk (1):
dt-bindings: soc: ti: Update TI PRUSS bindings about schemas to include

Suman Anna (3):
soc: ti: pruss: Correct the pruss_clk_init error trace text
soc: ti: pruss: Refactor the CFG sub-module init
soc: ti: k3-ringacc: Use of_device_get_match_data()

Vasyl Gomonovych (1):
soc: ti: knav_qmss: Put refcount for dev node in failure case

.../devicetree/bindings/soc/ti/ti,pruss.yaml | 76 ++++++++++++++++++
drivers/soc/ti/k3-ringacc.c | 7 +-
drivers/soc/ti/knav_dma.c | 1 +
drivers/soc/ti/knav_qmss_queue.c | 3 +
drivers/soc/ti/pm33xx.c | 5 +-
drivers/soc/ti/pruss.c | 91 ++++++++++++----------
6 files changed, 137 insertions(+), 46 deletions(-)