[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6ED8E3B22081A4459DAC7699F3695FB7D0B28DF3@SW-EX-MBX02.diasemi.com>
Date: Mon, 28 Jul 2014 07:44:03 +0000
From: "Opensource [Steve Twiss]" <stwiss.opensource@...semi.com>
To: Lee Jones <lee.jones@...aro.org>
CC: Alessandro Zummo <a.zummo@...ertech.it>,
Andrew Morton <akpm@...ux-foundation.org>,
LINUX-KERNEL <linux-kernel@...r.kernel.org>,
RTC-LINUX <rtc-linux@...glegroups.com>,
Samuel Ortiz <sameo@...ux.intel.com>,
David Dajun Chen <david.chen@...semi.com>,
Mark Brown <broonie@...aro.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
Support Opensource <Support.Opensource@...semi.com>
Subject: RE: [RFC V2] mfd: da9063: Add support for AD silicon variant
On 28 July 2014 07:53 Lee Jones wrote:
>On Mon, 21 Jul 2014, Opensource [Steve Twiss] wrote:
>> From: Opensource [Steve Twiss] <stwiss.opensource@...semi.com>
>>
>> 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@...semi.com>
>> Suggested-by: Philipp Zabel <p.zabel@...gutronix.de>
>>
>> ---
>> 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
Powered by blists - more mailing lists