[PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Alim Akhtar
Now we can use the generic syscon-{reboot/poweroff} drivers, so we don't need special handling for reboot/poweroff in exynos pmu driver. This patch remove the same. Signed-off-by: Alim Akhtar --- arch/arm/mach-exynos/pmu.c | 43

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Krzysztof Kozlowski
On 19.10.2015 15:03, Alim Akhtar wrote: > Now we can use the generic syscon-{reboot/poweroff} drivers, > so we don't need special handling for reboot/poweroff in > exynos pmu driver. This patch remove the same. > > Signed-off-by: Alim Akhtar > --- >

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Javier Martinez Canillas
Hello, On 10/19/2015 09:00 AM, Krzysztof Kozlowski wrote: > On 19.10.2015 15:03, Alim Akhtar wrote: >> Now we can use the generic syscon-{reboot/poweroff} drivers, >> so we don't need special handling for reboot/poweroff in >> exynos pmu driver. This patch remove the same. >> >> Signed-off-by:

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Alim Akhtar
On 10/19/2015 03:26 PM, Javier Martinez Canillas wrote: Hello, On 10/19/2015 09:00 AM, Krzysztof Kozlowski wrote: On 19.10.2015 15:03, Alim Akhtar wrote: Now we can use the generic syscon-{reboot/poweroff} drivers, so we don't need special handling for reboot/poweroff in exynos pmu driver.

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Alim Akhtar
Hello Krzysztof, On 10/19/2015 12:30 PM, Krzysztof Kozlowski wrote: On 19.10.2015 15:03, Alim Akhtar wrote: Now we can use the generic syscon-{reboot/poweroff} drivers, so we don't need special handling for reboot/poweroff in exynos pmu driver. This patch remove the same. Signed-off-by: Alim

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Krzysztof Kozlowski
2015-10-19 18:56 GMT+09:00 Javier Martinez Canillas : > Hello, > > On 10/19/2015 09:00 AM, Krzysztof Kozlowski wrote: >> On 19.10.2015 15:03, Alim Akhtar wrote: >>> Now we can use the generic syscon-{reboot/poweroff} drivers, >>> so we don't need special handling for

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Javier Martinez Canillas
Hello Krzysztof, On 10/19/2015 03:28 PM, Krzysztof Kozlowski wrote: > 2015-10-19 18:56 GMT+09:00 Javier Martinez Canillas : >> Hello, >> >> On 10/19/2015 09:00 AM, Krzysztof Kozlowski wrote: >>> On 19.10.2015 15:03, Alim Akhtar wrote: Now we can use the generic

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Alim Akhtar
Hi krzysztof, On Mon, Oct 19, 2015 at 6:58 PM, Krzysztof Kozlowski wrote: > 2015-10-19 18:56 GMT+09:00 Javier Martinez Canillas : >> Hello, >> >> On 10/19/2015 09:00 AM, Krzysztof Kozlowski wrote: >>> On 19.10.2015 15:03, Alim Akhtar wrote:

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Alim Akhtar
Hi Javier, On Mon, Oct 19, 2015 at 7:37 PM, Javier Martinez Canillas wrote: > Hello Krzysztof, > > On 10/19/2015 03:28 PM, Krzysztof Kozlowski wrote: >> 2015-10-19 18:56 GMT+09:00 Javier Martinez Canillas : >>> Hello, >>> >>> On 10/19/2015 09:00

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Krzysztof Kozlowski
On 20.10.2015 01:06, Alim Akhtar wrote: >>> Previously this code was always compiled in for ARCH_EXYNOS. Now it is not so I am thinking about selecting necessary drivers from main exynos Kconfig symbol. That could be tricky though, because "select" should be used only for

Re: [PATCH 7/7] ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs

2015-10-19 Thread Javier Martinez Canillas
Hello Alim, On 10/19/2015 06:13 PM, Alim Akhtar wrote: > Hi Javier, > > On Mon, Oct 19, 2015 at 7:37 PM, Javier Martinez Canillas > wrote: >> Hello Krzysztof, >> >> On 10/19/2015 03:28 PM, Krzysztof Kozlowski wrote: >>> 2015-10-19 18:56 GMT+09:00 Javier Martinez Canillas