Re: [PATCH v3 08/14] mfd: max77686/802: Remove support for board files

2014-11-04 Thread Lee Jones
On Tue, 04 Nov 2014, Krzysztof Kozlowski wrote: > On pon, 2014-11-03 at 17:01 +, Lee Jones wrote: > > On Thu, 30 Oct 2014, Krzysztof Kozlowski wrote: > > > > > The driver is used only on Exynos based boards with DTS support. > > > Convert the driver to DTS-only version. This simplifies a

Re: [PATCH v3 08/14] mfd: max77686/802: Remove support for board files

2014-11-04 Thread Lee Jones
On Tue, 04 Nov 2014, Krzysztof Kozlowski wrote: On pon, 2014-11-03 at 17:01 +, Lee Jones wrote: On Thu, 30 Oct 2014, Krzysztof Kozlowski wrote: The driver is used only on Exynos based boards with DTS support. Convert the driver to DTS-only version. This simplifies a little the

Re: [PATCH v3 08/14] mfd: max77686/802: Remove support for board files

2014-11-03 Thread Krzysztof Kozlowski
On pon, 2014-11-03 at 17:01 +, Lee Jones wrote: > On Thu, 30 Oct 2014, Krzysztof Kozlowski wrote: > > > The driver is used only on Exynos based boards with DTS support. > > Convert the driver to DTS-only version. This simplifies a little the > > code: > > 1. No dead (unused) entries in

Re: [PATCH v3 08/14] mfd: max77686/802: Remove support for board files

2014-11-03 Thread Lee Jones
On Thu, 30 Oct 2014, Krzysztof Kozlowski wrote: > The driver is used only on Exynos based boards with DTS support. > Convert the driver to DTS-only version. This simplifies a little the > code: > 1. No dead (unused) entries in platform_data structure. > 2. More code removed. > 3. Regulator driver

Re: [PATCH v3 08/14] mfd: max77686/802: Remove support for board files

2014-11-03 Thread Lee Jones
On Thu, 30 Oct 2014, Krzysztof Kozlowski wrote: The driver is used only on Exynos based boards with DTS support. Convert the driver to DTS-only version. This simplifies a little the code: 1. No dead (unused) entries in platform_data structure. 2. More code removed. 3. Regulator driver does

Re: [PATCH v3 08/14] mfd: max77686/802: Remove support for board files

2014-11-03 Thread Krzysztof Kozlowski
On pon, 2014-11-03 at 17:01 +, Lee Jones wrote: On Thu, 30 Oct 2014, Krzysztof Kozlowski wrote: The driver is used only on Exynos based boards with DTS support. Convert the driver to DTS-only version. This simplifies a little the code: 1. No dead (unused) entries in platform_data

[PATCH v3 08/14] mfd: max77686/802: Remove support for board files

2014-10-30 Thread Krzysztof Kozlowski
The driver is used only on Exynos based boards with DTS support. Convert the driver to DTS-only version. This simplifies a little the code: 1. No dead (unused) entries in platform_data structure. 2. More code removed. 3. Regulator driver does not depend on allocated memory from MFD driver. 4.

[PATCH v3 08/14] mfd: max77686/802: Remove support for board files

2014-10-30 Thread Krzysztof Kozlowski
The driver is used only on Exynos based boards with DTS support. Convert the driver to DTS-only version. This simplifies a little the code: 1. No dead (unused) entries in platform_data structure. 2. More code removed. 3. Regulator driver does not depend on allocated memory from MFD driver. 4.