soc: ti: add initial PRM driver with reset control support
authorTero Kristo <t-kristo@ti.com>
Wed, 9 Oct 2019 15:55:36 +0000 (08:55 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Wed, 9 Oct 2019 15:55:36 +0000 (08:55 -0700)
commit3e99cb214f03b8206aad80644809aea947910372
tree8c333e870defc5066540720af99c0ede3bf9c3b5
parent95ec5442715a16e3df91aa17d527f8f07588f5d2
soc: ti: add initial PRM driver with reset control support

Add initial PRM (Power and Reset Management) driver for TI OMAP class
SoCs. Initially this driver only supports reset control, but can be
extended to support rest of the functionality, like powerdomain
control, PRCM irq support etc.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
arch/arm/mach-omap2/Kconfig
drivers/soc/ti/Makefile
drivers/soc/ti/omap_prm.c [new file with mode: 0644]