2020-05-28 04:04:53

by Santosh Shilimkar

[permalink] [raw]
Subject: [GIT PULL 1/2] soc: TI drivers updates for v5.8

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

Linux 5.7-rc1 (2020-04-12 12:35:55 -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.8

for you to fetch changes up to b8b38a8e3cae100f292d756e32c78ab288db8a7d:

drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops static (2020-05-27 20:39:14 -0700)

----------------------------------------------------------------
soc: ARM TI update for v5.8

- Platform chipid driver support and associated dts doc update
- Sparse warning fix in Navigator driver

----------------------------------------------------------------
Grygorii Strashko (2):
dt-bindings: soc: ti: add binding for k3 platforms chipid module
soc: ti: add k3 platforms chipid module driver

Samuel Zou (1):
drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops static

.../devicetree/bindings/soc/ti/k3-socinfo.yaml | 40 ++++++
drivers/soc/ti/Kconfig | 10 ++
drivers/soc/ti/Makefile | 1 +
drivers/soc/ti/k3-socinfo.c | 152 +++++++++++++++++++++
drivers/soc/ti/knav_qmss_queue.c | 2 +-
5 files changed, 204 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/soc/ti/k3-socinfo.yaml
create mode 100644 drivers/soc/ti/k3-socinfo.c


2020-05-28 04:05:00

by Santosh Shilimkar

[permalink] [raw]
Subject: [GIT PULL 2/2] ARM: DTS: Keystone update for v5.8

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_5.8

for you to fetch changes up to 644c5a582261ecdf1df41b11d05d10a1cccc0a66:

ARM: dts: keystone: Rename "msmram" node to "sram" (2020-05-27 20:36:32 -0700)

----------------------------------------------------------------
ARM: dts: Keystone update for v5.8

- Rename "msmram" node to "sram"

----------------------------------------------------------------
Krzysztof Kozlowski (1):
ARM: dts: keystone: Rename "msmram" node to "sram"

arch/arm/boot/dts/keystone-k2e.dtsi | 4 ++--
arch/arm/boot/dts/keystone-k2g.dtsi | 4 ++--
arch/arm/boot/dts/keystone-k2hk.dtsi | 4 ++--
arch/arm/boot/dts/keystone-k2l.dtsi | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)