RE: [RFC V2] mfd: da9063: Add support for AD silicon variant

From: Opensource [Steve Twiss]
Date: Mon Jul 28 2014 - 03:44:16 EST



On 28 July 2014 07:53 Lee Jones wrote:

>On Mon, 21 Jul 2014, Opensource [Steve Twiss] wrote:
>> From: Opensource [Steve Twiss] <stwiss.opensource@xxxxxxxxxxx>
>>
>> Add register definitions for DA9063 AD (0x3) silicon variant ID
>> the ability to choose the silicon variant at run-time using regmap
>> configuration. This patch also adds RTC support for the AD silicon
>> changes.
>>
>> It adds both BB and AD support as regmap ranges and then makes the
>> distinction between the two tables at run-time. This allows both AD
>> and BB silicon variants to be supported at the same time.
>>
>>
>> Signed-off-by: Opensource [Steve Twiss] <stwiss.opensource@xxxxxxxxxxx>
>> Suggested-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
>>
>> ---
>> Checks performed with linux-next/v3.16-rc5/scripts/checkpatch.pl
>> rtc-da9063.c total: 0 errors, 0 warnings, 353 lines checked
>> da9063-core.c total: 0 errors, 0 warnings, 188 lines checked
>> da9063-i2c.c total: 0 errors, 0 warnings, 266 lines checked
>> core.h total: 0 errors, 0 warnings, 98 lines checked
>> registers.h total: 0 errors, 0 warnings, 1073 lines checked
>>
>> Thank you for your quick responses to my RFC-V1.
>>
>> This is in reply to comments made by Lee Jones, Alessandro Zummo and
>> Philipp Zabel. Please see the RFC-V1 thread for further details on
>> these discussions: https://lkml.org/lkml/2014/7/16/478
>>
>> Adding AD support using a compile-time flag under a new menu item in
>> Kconfig proved very unpopular for two main reasons.
>>
>> - Using ifdef else statements throughout the code
>> - Not supporting AD and BB silicon variants at the same time
>>
>> This RFC-V2 patch uses the method proposed by Philipp Zabel in his
>> reply e-mail: https://lkml.org/lkml/2014/7/18/219
>> and makes use of the regmap configuration method in da9063-i2c.c
>>
>> This patch applies against linux-next and v3.16-rc5
>>
>> Regards,
>> Steve Twiss, Dialog Semiconductor Ltd.
>>
>> drivers/mfd/da9063-core.c | 6 +-
>> drivers/mfd/da9063-i2c.c | 134 +++++++++++++++++++++++++++-------
>> drivers/rtc/rtc-da9063.c | 54 +++++++++-----
>> include/linux/mfd/da9063/core.h | 3 +-
>> include/linux/mfd/da9063/registers.h | 129 +++++++++++++++++++++-----------
>> 5 files changed, 236 insertions(+), 90 deletions(-)
>
>Patch looks good to me. Applied, thanks.
>

Thank you