From: Santosh Shilimkar <santosh.shilimkar@oracle.com>
To: arnd@arndb.de, olof@lixom.net, soc@kernel.org
Cc: arm@kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
santosh.shilimkar@oracle.com
Subject: [GIT PULL] ARM: soc: TI driver updates for v5.10
Date: Sun, 20 Sep 2020 19:53:48 -0700 [thread overview]
Message-ID: <1600656828-29267-1-git-send-email-santosh.shilimkar@oracle.com> (raw)
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
reply other threads:[~2020-09-21 2:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1600656828-29267-1-git-send-email-santosh.shilimkar@oracle.com \
--to=santosh.shilimkar@oracle.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=olof@lixom.net \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).