[PATCH v4 1/7] mfd: max77686/802: Remove support for board files

2014-11-27 Thread Krzysztof Kozlowski
The driver is used only on Exynos based boards with DTS support. After removal of board file support from max77686 and max77802 regulator drivers, the MFD driver can be converted to DTS-only version. This simplifies a little the code: 1. No dead (unused) entries in platform_data structure. 2. More

Re: [PATCH v4 1/7] mfd: max77686/802: Remove support for board files

2014-11-27 Thread Mark Brown
On Thu, Nov 27, 2014 at 12:20:47PM +0100, Krzysztof Kozlowski wrote: The driver is used only on Exynos based boards with DTS support. After removal of board file support from max77686 and max77802 regulator drivers, the MFD driver can be converted to DTS-only version. This simplifies a little

Re: [PATCH v4 1/7] mfd: max77686/802: Remove support for board files

2014-11-27 Thread Krzysztof Kozlowski
On czw, 2014-11-27 at 13:03 +, Mark Brown wrote: On Thu, Nov 27, 2014 at 12:20:47PM +0100, Krzysztof Kozlowski wrote: The driver is used only on Exynos based boards with DTS support. After removal of board file support from max77686 and max77802 regulator drivers, the MFD driver can be