Re: [PATCH v2 1/3] regulator: max77802: Remove support for board files

2014-11-26 Thread Mark Brown
On Wed, Nov 05, 2014 at 10:47:49AM +0100, Krzysztof Kozlowski wrote: > The driver is used only on Exynos based boards with DTS support. > Simplify the driver and remove dead (unused) entries in platform_data > structure. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v2 1/3] regulator: max77802: Remove support for board files

2014-11-26 Thread Mark Brown
On Wed, Nov 05, 2014 at 10:47:49AM +0100, Krzysztof Kozlowski wrote: The driver is used only on Exynos based boards with DTS support. Simplify the driver and remove dead (unused) entries in platform_data structure. Applied, thanks. signature.asc Description: Digital signature

[RESEND PATCH v2 1/3] regulator: max77802: Remove support for board files

2014-11-17 Thread Krzysztof Kozlowski
The driver is used only on Exynos based boards with DTS support. Simplify the driver and remove dead (unused) entries in platform_data structure. Convert the driver to DTS-only version. Parse all regulators at once, not one-by-one. Remove dependency on data provided by max77686 MFD driver. Use

[RESEND PATCH v2 1/3] regulator: max77802: Remove support for board files

2014-11-17 Thread Krzysztof Kozlowski
The driver is used only on Exynos based boards with DTS support. Simplify the driver and remove dead (unused) entries in platform_data structure. Convert the driver to DTS-only version. Parse all regulators at once, not one-by-one. Remove dependency on data provided by max77686 MFD driver. Use

Re: [PATCH v2 1/3] regulator: max77802: Remove support for board files

2014-11-06 Thread Javier Martinez Canillas
On 11/05/2014 10:47 AM, Krzysztof Kozlowski wrote: > The driver is used only on Exynos based boards with DTS support. > Simplify the driver and remove dead (unused) entries in platform_data > structure. > Tested on an Exynos5420 Peach Pit Chromebook that has a max77802 PMIC. Acked-by: Javier

Re: [PATCH v2 1/3] regulator: max77802: Remove support for board files

2014-11-06 Thread Javier Martinez Canillas
On 11/05/2014 10:47 AM, Krzysztof Kozlowski wrote: The driver is used only on Exynos based boards with DTS support. Simplify the driver and remove dead (unused) entries in platform_data structure. Tested on an Exynos5420 Peach Pit Chromebook that has a max77802 PMIC. Acked-by: Javier

[PATCH v2 1/3] regulator: max77802: Remove support for board files

2014-11-05 Thread Krzysztof Kozlowski
The driver is used only on Exynos based boards with DTS support. Simplify the driver and remove dead (unused) entries in platform_data structure. Convert the driver to DTS-only version. Parse all regulators at once, not one-by-one. Remove dependency on data provided by max77686 MFD driver. Use

[PATCH v2 1/3] regulator: max77802: Remove support for board files

2014-11-05 Thread Krzysztof Kozlowski
The driver is used only on Exynos based boards with DTS support. Simplify the driver and remove dead (unused) entries in platform_data structure. Convert the driver to DTS-only version. Parse all regulators at once, not one-by-one. Remove dependency on data provided by max77686 MFD driver. Use