[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1572372856-20598-1-git-send-email-santosh.shilimkar@oracle.com>
Date: Tue, 29 Oct 2019 11:14:15 -0700
From: Santosh Shilimkar <santosh.shilimkar@...cle.com>
To: arm@...nel.org, linux-arm-kernel@...ts.infradead.org
Cc: khilman@...nel.org, arnd@...db.de, olof@...om.net,
linux-kernel@...r.kernel.org, santosh.shilimkar@...cle.com
Subject: [RESEND][GIT PULL 1/2] soc: TI soc updates for v5.5
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_5.5/driver-soc
for you to fetch changes up to faee19ece8263738c147cb0140e0fbc7b5397ca8:
memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs' (2019-10-29 09:57:57 -0700)
----------------------------------------------------------------
Tero Kristo (9):
dt-bindings: omap: add new binding for PRM instances
soc: ti: add initial PRM driver with reset control support
soc: ti: omap-prm: poll for reset complete during de-assert
soc: ti: omap-prm: add support for denying idle for reset clockdomain
soc: ti: omap-prm: add omap4 PRM data
soc: ti: omap-prm: add data for am33xx
soc: ti: omap-prm: add dra7 PRM data
soc: ti: omap-prm: add am4 PRM data
soc: ti: omap-prm: add omap5 PRM data
Wei Yongjun (1):
soc: ti: omap-prm: fix return value check in omap_prm_probe()
YueHaibing (1):
memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'
.../devicetree/bindings/arm/omap/prm-inst.txt | 29 ++
arch/arm/mach-omap2/Kconfig | 1 +
drivers/memory/emif.c | 5 +-
drivers/soc/ti/Makefile | 1 +
drivers/soc/ti/omap_prm.c | 391 +++++++++++++++++++++
include/linux/platform_data/ti-prm.h | 21 ++
6 files changed, 444 insertions(+), 4 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/omap/prm-inst.txt
create mode 100644 drivers/soc/ti/omap_prm.c
create mode 100644 include/linux/platform_data/ti-prm.h
Powered by blists - more mailing lists