[RESEND PATCH v2 3/3] mfd: max77686/802: Remove support for board files

2014-11-17 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

[RESEND PATCH v2 3/3] mfd: max77686/802: Remove support for board files

2014-11-17 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