ARM: OMAP2+: PRM: provide generic API for system reset
authorTero Kristo <t-kristo@ti.com>
Fri, 4 Apr 2014 08:47:38 +0000 (11:47 +0300)
committerTero Kristo <t-kristo@ti.com>
Mon, 22 Sep 2014 12:52:29 +0000 (15:52 +0300)
commite0809c90f2c1fbfc9ec21607c67ad9dcebb42a03
treee15245c22483ed0a3f522deb04b4ab8688e564fb
parent33abb620810f1029b26fdf6ab9df04cdbe0a9ceb
ARM: OMAP2+: PRM: provide generic API for system reset

This patch combines the various prm_warm_reset calls under a common
API prm_reset_system, and adds the SoC specific implementation under
prm_ll_data.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Nishanth Menon <nm@ti.com>
13 files changed:
arch/arm/mach-omap2/am33xx-restart.c
arch/arm/mach-omap2/omap2-restart.c
arch/arm/mach-omap2/omap3-restart.c
arch/arm/mach-omap2/omap4-restart.c
arch/arm/mach-omap2/prm.h
arch/arm/mach-omap2/prm2xxx.c
arch/arm/mach-omap2/prm2xxx.h
arch/arm/mach-omap2/prm33xx.c
arch/arm/mach-omap2/prm33xx.h
arch/arm/mach-omap2/prm3xxx.c
arch/arm/mach-omap2/prm3xxx.h
arch/arm/mach-omap2/prm44xx.c
arch/arm/mach-omap2/prm_common.c