[GIT PULL] ARM: soc: TI driver updates for v5.10

From: Santosh Shilimkar
Date: Sun Sep 20 2020 - 23:03:53 EST


The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

Linux 5.9-rc1 (2020-08-16 13:04:57 -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.10

for you to fetch changes up to dcca7a97c6bfff2a7a18b928a0b9bf215cc8f4f5:

Add missing '#' to fix schema errors: (2020-09-20 19:36:37 -0700)

----------------------------------------------------------------
ARM: soc: TI driver updates for v5.10

Consist of:
- Add Ring accelerator support for AM65x
- Add TI PRUSS platform driver and enable it on available platforms
- Extend PRUSS driver for CORECLK_MUX/IEPCLK_MUX support
- UDMA rx ring pair fix
- Add socinfo entry for J7200

----------------------------------------------------------------
Grygorii Strashko (2):
soc: ti: k3: ringacc: add am65x sr2.0 support
bindings: soc: ti: soc: ringacc: remove ti,dma-ring-reset-quirk

Grzegorz Jaszczyk (3):
dt-bindings: soc: ti: Add TI PRUSS bindings
dt-bindings: soc: ti: Update TI PRUSS bindings regarding clock-muxes
soc: ti: pruss: support CORECLK_MUX and IEPCLK_MUX

Krzysztof Kozlowski (1):
Add missing '#' to fix schema errors:

Peter Ujfalusi (2):
soc: ti: k3-socinfo: Add entry for J7200
dmaengine: ti: k3-udma-glue: Fix parameters for rx ring pair request

Qinglang Miao (1):
soc: ti: Convert to DEFINE_SHOW_ATTRIBUTE

Suman Anna (6):
soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs
soc: ti: pruss: Add support for PRU-ICSSs on AM437x SoCs
soc: ti: pruss: Add support for PRU-ICSS subsystems on AM57xx SoCs
soc: ti: pruss: Add support for PRU-ICSS subsystems on 66AK2G SoC
soc: ti: pruss: Enable support for ICSSG subsystems on K3 AM65x SoCs
soc: ti: pruss: Enable support for ICSSG subsystems on K3 J721E SoCs

Tero Kristo (2):
soc: ti: ti_sci_pm_domains: switch to use multiple genpds instead of one
firmware: ti_sci: allow frequency change for disabled clocks by default

.../devicetree/bindings/soc/ti/k3-ringacc.yaml | 6 -
.../devicetree/bindings/soc/ti/ti,pruss.yaml | 439 +++++++++++++++++++++
drivers/dma/ti/k3-udma-glue.c | 2 +-
drivers/firmware/ti_sci.c | 6 +-
drivers/soc/ti/Kconfig | 11 +
drivers/soc/ti/Makefile | 1 +
drivers/soc/ti/k3-ringacc.c | 33 +-
drivers/soc/ti/k3-socinfo.c | 1 +
drivers/soc/ti/knav_dma.c | 16 +-
drivers/soc/ti/knav_qmss_queue.c | 14 +-
drivers/soc/ti/pruss.c | 354 +++++++++++++++++
drivers/soc/ti/ti_sci_pm_domains.c | 251 ++++++------
include/linux/pruss_driver.h | 54 +++
13 files changed, 1021 insertions(+), 167 deletions(-)
create mode 100644 Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
create mode 100644 drivers/soc/ti/pruss.c
create mode 100644 include/linux/pruss_driver.h