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

[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: Fix GPIO suspend enable shift wrapping bug

2015-06-24 Thread Mark Brown
On Wed, Jun 24, 2015 at 01:02:28PM +0900, Krzysztof Kozlowski wrote: 2015-05-28 23:44 GMT+09:00 Mark Brown broo...@kernel.org: On Wed, May 27, 2015 at 12:22:08PM +0900, Krzysztof Kozlowski wrote: Status of enabling suspend mode for regulator was stored in bitmap-like long integer.

[PATCH RESEND] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug

2015-06-24 Thread Krzysztof Kozlowski
From: Krzysztof Kozlowski k.kozlow...@samsung.com Status of enabling suspend mode for regulator was stored in bitmap-like long integer. However since adding support for S2MPU02 the number of regulators exceeded 32 so on devices with more than 32 regulators (S2MPU02 and S2MPS13) overflow happens

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 RESEND] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug

2015-06-24 Thread Mark Brown
On Wed, Jun 24, 2015 at 07:48:43PM +0900, Krzysztof Kozlowski wrote: From: Krzysztof Kozlowski k.kozlow...@samsung.com Status of enabling suspend mode for regulator was stored in bitmap-like long integer. Applied, thanks. signature.asc Description: Digital signature

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

Re: [PATCH] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug

2015-06-24 Thread Krzysztof Kozlowski
2015-06-24 18:31 GMT+09:00 Mark Brown broo...@kernel.org: On Wed, Jun 24, 2015 at 01:02:28PM +0900, Krzysztof Kozlowski wrote: 2015-05-28 23:44 GMT+09:00 Mark Brown broo...@kernel.org: On Wed, May 27, 2015 at 12:22:08PM +0900, Krzysztof Kozlowski wrote: Status of enabling suspend mode for

Re: [PATCH 05/23] drm/exynos: Kconfig: select DP if FIMD or DECON are selected

2015-06-24 Thread Andrzej Hajda
Hi Gustavo, On 06/23/2015 11:35 PM, Gustavo Padovan wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk DP is required if either FIMD or DECON are selected so select it automatically. It is not true, there are even SoCs with FIMD/DECON and without DP. Regards Andrzej

Re: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-06-24 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, June 23, 2015 08:46:33 AM Krzysztof Kozlowski wrote: On 23.06.2015 00:04, Michael Turquette wrote: Quoting Kukjin Kim (2015-06-21 18:46:26) Krzysztof Kozlowski wrote: On 22.06.2015 10:38, Kukjin Kim wrote: Krzysztof Kozlowski wrote: 2015-05-08 9:18 GMT+09:00

[PATCH 0/3] mfd: ChromeOS EC Kconfig dependency cleanup

2015-06-24 Thread Javier Martinez Canillas
Hello, This is a trivial series that do some changes to the dependency for the ChromeOS EC drivers Kconfig symbols. The patches are on top of Paul's patch mfd: fix dependency warning for CHROME_PLATFORMS on !X86, !ARM: https://lkml.org/lkml/2015/6/20/219. Paul fixed a warning about unmet

[PATCH 3/3] mfd: Remove MFD_CROS_EC_SPI depends on OF

2015-06-24 Thread Javier Martinez Canillas
The ChromeOS EC SPI transport driver has a dependency on OF because it uses some OF helpers from the linux/of.h header. But there isn't a need for an explicit dependency since the header has stub functions if CONFIG_OF is not defined. Also, MFD_CROS_EC_SPI already depends on MFD_CROS_EC which in

[PATCH 1/3] platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM

2015-06-24 Thread Javier Martinez Canillas
The Chrome platform support depends on X86 || ARM because there are only Chromebooks using those architectures. But only some drivers depend on a given architecture, and the ones that do already have a dependency on their specific Kconfig symbol entries. An option is to also make CHROME_PLATFORMS

[PATCH 2/3] mfd: Remove MFD_CROS_EC depends on X86 || ARM

2015-06-24 Thread Javier Martinez Canillas
A dependency on X86 || ARM for MFD_CROS_EC was added to fix the warning: (MFD_CROS_EC) selects CHROME_PLATFORMS which has unmet direct dependencies (X86 || ARM) This happened because CHROME_PLATFORMS had a dependency on X86 || ARM but that dependency was removed since there isn't a reason why

Re: [PATCH 05/23] drm/exynos: Kconfig: select DP if FIMD or DECON are selected

2015-06-24 Thread Gustavo Padovan
Hi Andrzej, 2015-06-24 Andrzej Hajda a.ha...@samsung.com: Hi Gustavo, On 06/23/2015 11:35 PM, Gustavo Padovan wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk DP is required if either FIMD or DECON are selected so select it automatically. It is not true, there are