RE: [PATCH v4 2/2] ARM: EXYNOS: PMU: move restart code into pmu driver

2014-11-18 Thread Pankaj Dubey
On Monday, November 17, 2014 10:11 PM, Guenter Roeck wrote: > On Mon, Nov 17, 2014 at 04:51:13PM +0530, Pankaj Dubey wrote: > > > > +/* > > + * Exynos PMU reboot notifier, handles reboot functionality > > restart, really. > > > + */ > > +static struct notifier_block pmu_restart_handler = { > > +

Re: [PATCH v4 2/2] ARM: EXYNOS: PMU: move restart code into pmu driver

2014-11-17 Thread Guenter Roeck
On Mon, Nov 17, 2014 at 04:51:13PM +0530, Pankaj Dubey wrote: > Let's register restart handler from PMU driver for reboot > functionality. So that we can remove restart hooks from > machine specific file, and thus moving ahead when PMU moved > to driver folder, this functionality can be reused for

[PATCH v4 2/2] ARM: EXYNOS: PMU: move restart code into pmu driver

2014-11-17 Thread Pankaj Dubey
Let's register restart handler from PMU driver for reboot functionality. So that we can remove restart hooks from machine specific file, and thus moving ahead when PMU moved to driver folder, this functionality can be reused for ARM64 based Exynos SoC's. Signed-off-by: Pankaj Dubey --- arch/arm/