Re: [PATCH v2 5/5] tegra: add power management controller driver

2013-03-10 Thread Antony Pavlov
On 7 March 2013 14:33, Lucas Stach wrote: > Currently only implements system wide reset functionality. Please split this patch into two patches, one for reset_cpu()-related stuff and one for the rest. > > Signed-off-by: Lucas Stach > --- > arch/arm/mach-tegra/Makefile | 2 +- > arch/arm/m

[PATCH v2 5/5] tegra: add power management controller driver

2013-03-07 Thread Lucas Stach
Currently only implements system wide reset functionality. Signed-off-by: Lucas Stach --- arch/arm/mach-tegra/Makefile | 2 +- arch/arm/mach-tegra/reset.c | 39 - arch/arm/mach-tegra/tegra20-pmc.c | 89 +++ arch/arm/mach-tegra/tegra