Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-14 Thread Krzysztof Kozlowski
On 14.07.2015 18:33, Marek Szyprowski wrote: > Hello, > > On 2015-07-11 09:57, Krzysztof Kozlowski wrote: >> +CC Marek >> >> >> W dniu 11.07.2015 o 16:12, Anand Moon pisze: >>> Hi Krzysztof, >>> >>> On 24 June 2015 at 16:27, Krzysztof Kozlowski >>> wrote: 2015-06-24 19:32 GMT+09:00 Anand

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-14 Thread Marek Szyprowski
Hello, On 2015-07-11 09:57, Krzysztof Kozlowski wrote: +CC Marek W dniu 11.07.2015 o 16:12, Anand Moon pisze: Hi Krzysztof, On 24 June 2015 at 16:27, Krzysztof Kozlowski wrote: 2015-06-24 19:32 GMT+09:00 Anand Moon : Hi Krzysztof, On 24 June 2015 at 13:27, Krzysztof Kozlowski wrote:

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-14 Thread Marek Szyprowski
Hello, On 2015-07-11 09:57, Krzysztof Kozlowski wrote: +CC Marek W dniu 11.07.2015 o 16:12, Anand Moon pisze: Hi Krzysztof, On 24 June 2015 at 16:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 19:32 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi Krzysztof, On 24 June

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-14 Thread Krzysztof Kozlowski
On 14.07.2015 18:33, Marek Szyprowski wrote: Hello, On 2015-07-11 09:57, Krzysztof Kozlowski wrote: +CC Marek W dniu 11.07.2015 o 16:12, Anand Moon pisze: Hi Krzysztof, On 24 June 2015 at 16:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 19:32 GMT+09:00 Anand Moon

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-11 Thread Krzysztof Kozlowski
+CC Marek W dniu 11.07.2015 o 16:12, Anand Moon pisze: > Hi Krzysztof, > > On 24 June 2015 at 16:27, Krzysztof Kozlowski wrote: >> 2015-06-24 19:32 GMT+09:00 Anand Moon : >>> Hi Krzysztof, >>> >>> On 24 June 2015 at 13:27, Krzysztof Kozlowski >>> wrote: 2015-06-24 16:16 GMT+09:00 Anand

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-11 Thread Anand Moon
Hi Krzysztof, On 24 June 2015 at 16:27, Krzysztof Kozlowski wrote: > 2015-06-24 19:32 GMT+09:00 Anand Moon : >> Hi Krzysztof, >> >> On 24 June 2015 at 13:27, Krzysztof Kozlowski >> wrote: >>> 2015-06-24 16:16 GMT+09:00 Anand Moon : Added .shutdown function to s2mps11 to help poweroff the

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-11 Thread Krzysztof Kozlowski
+CC Marek W dniu 11.07.2015 o 16:12, Anand Moon pisze: Hi Krzysztof, On 24 June 2015 at 16:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 19:32 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi Krzysztof, On 24 June 2015 at 13:27, Krzysztof Kozlowski

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-07-11 Thread Anand Moon
Hi Krzysztof, On 24 June 2015 at 16:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 19:32 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi Krzysztof, On 24 June 2015 at 13:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 16:16 GMT+09:00 Anand Moon

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Krzysztof Kozlowski
2015-06-24 19:32 GMT+09:00 Anand Moon : > Hi Krzysztof, > > On 24 June 2015 at 13:27, Krzysztof Kozlowski wrote: >> 2015-06-24 16:16 GMT+09:00 Anand Moon : >>> Added .shutdown function to s2mps11 to help poweroff the board succefully. >> >> s/succefully/successfully/ >> >>> The device drivers set

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Anand Moon
Hi Krzysztof, On 24 June 2015 at 13:27, Krzysztof Kozlowski wrote: > 2015-06-24 16:16 GMT+09:00 Anand Moon : >> Added .shutdown function to s2mps11 to help poweroff the board succefully. > > s/succefully/successfully/ > >> The device drivers set the register to turn off the PMIC. > > Driver or

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Krzysztof Kozlowski
2015-06-24 16:16 GMT+09:00 Anand Moon : > Added .shutdown function to s2mps11 to help poweroff the board succefully. s/succefully/successfully/ > The device drivers set the register to turn off the PMIC. Driver or drivers? > > Signed-off-by: Anand Moon > --- > Changes fixes the poweroff >

[PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Anand Moon
Added .shutdown function to s2mps11 to help poweroff the board succefully. The device drivers set the register to turn off the PMIC. Signed-off-by: Anand Moon --- Changes fixes the poweroff root@odroidxu3:~# poweroff Broadcast message from root@odroidxu3 (/dev/ttySAC2) at 13:08 ... The

[PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Anand Moon
Added .shutdown function to s2mps11 to help poweroff the board succefully. The device drivers set the register to turn off the PMIC. Signed-off-by: Anand Moon linux.am...@gmail.com --- Changes fixes the poweroff root@odroidxu3:~# poweroff Broadcast message from root@odroidxu3

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Krzysztof Kozlowski
2015-06-24 16:16 GMT+09:00 Anand Moon linux.am...@gmail.com: Added .shutdown function to s2mps11 to help poweroff the board succefully. s/succefully/successfully/ The device drivers set the register to turn off the PMIC. Driver or drivers? Signed-off-by: Anand Moon linux.am...@gmail.com

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Krzysztof Kozlowski
2015-06-24 19:32 GMT+09:00 Anand Moon linux.am...@gmail.com: Hi Krzysztof, On 24 June 2015 at 13:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 16:16 GMT+09:00 Anand Moon linux.am...@gmail.com: Added .shutdown function to s2mps11 to help poweroff the board succefully.

Re: [PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3

2015-06-24 Thread Anand Moon
Hi Krzysztof, On 24 June 2015 at 13:27, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: 2015-06-24 16:16 GMT+09:00 Anand Moon linux.am...@gmail.com: Added .shutdown function to s2mps11 to help poweroff the board succefully. s/succefully/successfully/ The device drivers set the register