RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-24 Thread Opensource [Steve Twiss]
On Fri, 21 June 2013, Mark Brown wrote: > >On Thu, Jun 20, 2013 at 02:42:03PM +0100, Steve Twiss wrote: > >> @@ -293,6 +293,13 @@ config REGULATOR_LP8788 >> help >>This driver supports LP8788 voltage regulator chip. >> >> +config REGULATOR_DA9210 >> +bool "Dialog Semiconductor DA9

RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-24 Thread Opensource [Steve Twiss]
On Fri, 21 Jun 2013, Guennadi Liakhovetski wrote: > >On Thu, 20 Jun 2013, Steve Twiss wrote: > >> From: Steve Twiss >> >> This is the regulator driver for the Dialog DA9210 Multi-phase Buck. >> The patch is relative to linux-next next-20130620 >> >> The regulator implements the functions for .ena

RE: [RFC V2] DA9210 driver files

2013-07-03 Thread Opensource [Steve Twiss]
On 02 July 2013 @ 22:06, Mark Brown wrote: >Please follow the patch submission process in SubmittingPatches. This doesn't >visually >resemble most patch submissions... Will follow the rules more closely in future. >> >This looks like you should be using a regmap range. > >> The use of regmap_

RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-28 Thread Opensource [Steve Twiss]
On Wed, 26 June 2013, Guennadi Liakhovetski wrote: > >Hi Steve > >On Mon, 24 Jun 2013, Opensource [Steve Twiss] wrote: > >[snip] > >> Thank you for the comments. > >Thanks for your work on this! I've got one more question to you though: it >looks li

RE: [RFC V1] COMMIT 1: DA9210 driver files

2013-06-28 Thread Opensource [Steve Twiss]
On Fri, Jun 28, 2013, Mark Brown wrote: > >On Fri, Jun 28, 2013 at 10:32:08AM +, Opensource [Steve Twiss] wrote: > >Please fix your mail client to word wrap between paragraphs for legibility. > Hi Mark, Apologies for the word-wrap. >> Dialog are planning to submit

RE: [PATCH V1 0/2] Add DA9021 support to the existing DA9052/53 driver

2015-10-12 Thread Opensource [Steve Twiss]
2:36 Mark Brown wrote: > > > To: Opensource [Steve Twiss] > > Cc: LINUXKERNEL; Lee Jones; Liam Girdwood; Samuel Ortiz; David Dajun > > Chen; Support Opensource > > Subject: Re: [PATCH V1 0/2] Add DA9021 support to the existing DA9052/53 > > driver > > The title o

RE: [PATCH V1 1/2] mfd: da9053: Addition of extra registers for GPIOs 8-13

2015-10-13 Thread Opensource [Steve Twiss]
On 13 October 2015 08:32 Lee Jones wrote: > To: Opensource [Steve Twiss] > Cc: LINUXKERNEL; Samuel Ortiz; David Dajun Chen; Support Opensource > Subject: Re: [PATCH V1 1/2] mfd: da9053: Addition of extra registers for > GPIOs 8-13 > > On Thu, 08 Oct 2015, Steve Twiss wrote:

RE: [PATCH V1] mfd: da9063: Add device tree support

2015-01-19 Thread Opensource [Steve Twiss]
On 19 January 2015 09:54, Lee Jones wrote: > On Wed, 14 Jan 2015, Steve Twiss wrote: > > From: Steve Twiss > > > > --- > > Checks performed with linux-next/v3.19-rc4/scripts/checkpatch.pl > > da9063.txttotal: 0 errors, 0 warnings, 94 lines checked > > da9063-core.c t

[PATCH V2 0/2] Add device tree support for DA9063

2015-01-19 Thread Opensource [Steve Twiss]
From: Steve Twiss This patch set adds device tree support for the Dialog Semiconductor DA9063 PMIC. Support is provided for the Regulators; Real-Time Clock and Watchdog. [PATCH V2 1/2]: kernel driver device tree support [PATCH V2 2/2]: device tree bindings document Thank you, Steve Twiss, Dialo

RE: [RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

2015-04-24 Thread Opensource [Steve Twiss]
On 17 April 2015 17:16 Dmitry Torokhov wrote > On Fri, Apr 17, 2015 at 01:03:20PM +0100, S Twiss wrote: > > From: Steve Twiss > > > > Add OnKey driver support for DA9063 > > > > Isn't this almost to the letter identical to da9062 that I just looked > at? Please find a way to not make a brand new

RE: [RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

2015-04-24 Thread Opensource [Steve Twiss]
On 18 April 2015 08:55 Paul Bolle wrote: > There's still a license mismatch left (it probably got lost in the noise > when I finally noticed that the header comment mentioned the LGPL in > V1). > > On Fri, 2015-04-17 at 13:03 +0100, S Twiss wrote: > > + * as published by the Free Software Foundat

RE: [PATCH V1 2/6] regulator: da9062: DA9062 regulator driver

2015-04-24 Thread Opensource [Steve Twiss]
On 18 April 2015 12:48 Mark Brown wrote: > On Fri, Apr 17, 2015 at 03:23:32PM +0100, S Twiss wrote: > > > +/* Regulator interrupt handlers */ > > +static irqreturn_t da9062_ldo_lim_event(int irq, void *data) > > +{ > > + struct da9062_regulators *regulators = data; > > + struct da9062 *hw =

RE: [PATCH V1 1/6] mfd: da9062: DA9062 MFD core driver

2015-04-24 Thread Opensource [Steve Twiss]
On 17 April 2015 15:24 Steve Twiss wrote. > Subject: [PATCH V1 1/6] mfd: da9062: DA9062 MFD core driver > From: S Twiss > > Add MFD core driver support for DA9062 > > Signed-off-by: Steve Twiss > > --- > > This patch applies against linux-next and v4.0 > > drivers/mfd/Kconfig

RE: [PATCH V1 2/2] devicetree: Add bindings for DA9063 OnKey

2015-04-09 Thread Opensource [Steve Twiss]
On 09 April 2015 10:22 Lee Jones wrote > > From: Steve Twiss > What format is this? Why aren't you using `git send-email`? I am using a git format-patch to generate the patches but our in-house IT department complications disallow the use of git send-email. > > This patch is dependent on PATCH

RE: [PATCH V1 6/6] devicetree: da9062: Add bindings for DA9062 driver

2015-04-29 Thread Opensource [Steve Twiss]
On 29 April 2015 11:54 Lee Jones wrote : > On Fri, 17 Apr 2015, S Twiss wrote: > > From: S Twiss > > > > Add device tree bindings for the DA9062 driver > > > > Signed-off-by: Steve Twiss > > > > --- > > > > This patch applies against linux-next and v4.0 > > > > Documentation/devicetree/binding

RE: [PATCH V1 4/6] input: misc: onkey: da9062: DA9062 OnKey driver

2015-04-29 Thread Opensource [Steve Twiss]
Hi Dmitry, Thanks for your patience on this one. The Dialog OnKey for DA9062 is a fairly complicated set of interrupts and register read and writes. I've tried to explain the best I can below. On 17 April 2015 17:12, Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] wrote: [...] > > diff --

RE: [RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

2015-04-29 Thread Opensource [Steve Twiss]
On 28 April 2015 12:57 Lee Jones [mailto:lee.jo...@linaro.org] wrote: > On Fri, 17 Apr 2015, S Twiss wrote: > > ++ > > drivers/mfd/da9063-core.c | 55 + > > include/linux/mfd/da9063/pdata.h | 1 + > > This should be a seperate patch. > O

RE: [RESEND PATCH V2 1/2] input: misc: da9063: OnKey driver

2015-04-29 Thread Opensource [Steve Twiss]
On 17 April 2015 17:16 Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] wrote: > On Fri, Apr 17, 2015 at 01:03:20PM +0100, S Twiss wrote: > > From: Steve Twiss > > > > Add OnKey driver support for DA9063 > > > > Isn't this almost to the letter identical to da9062 that I just looked > at? Pleas

RE: [PATCH V1 1/2] input: misc: da9063: OnKey driver

2015-04-09 Thread Opensource [Steve Twiss]
On 09 April 2015 09:48 Paul Bolle wrote: > > This patch is dependent on PATCH V1 2/2 > This patch is dependent on PATCH V1 1/2 > Which makes it all rather confusing. It is a bit circular, I'll take that out for the next patch > > +++ b/drivers/input/misc/da9063-onkey.c > > @@ -0,0 +1,227 @@

RE: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-27 Thread Opensource [Steve Twiss]
On 26 May 2015 11:37 Lee Jones wrote: > To: Opensource [Steve Twiss] > Subject: Re: regulator: da9062: undefined Kconfig option MFD_DA9062 > > > On 22 May 2015 09:20 Valentin Rothberg wrote: > > > To: Opensource [Steve Twiss] > > > Hi Steve, > > >

RE: [RESEND PATCH V4 1/3] input: misc: da9063: OnKey driver

2015-05-27 Thread Opensource [Steve Twiss]
On 19 May 2015 11:33, S Twiss wrote: > To: Dmitry Torokhov > Cc: DT; David Dajun Chen; INPUT; Ian Campbell; Kumar Gala; LKML; Lee > Jones; Mark Rutland; Pawel Moll; Rob Herring; Samuel Ortiz; Opensource > [Steve Twiss]; Support Opensource > Subject: [RESEND PATCH V4 1/3] inpu

RE: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver

2015-05-28 Thread Opensource [Steve Twiss]
Please find more detailed comments below. thanks, Steve On 26 May 2015 17:10 Lee Jones wrote > To: Opensource [Steve Twiss] > Cc: LINUXKERNEL; Samuel Ortiz; Alessandro Zummo; DEVICETREE; David > Dajun Chen; Dmitry Torokhov; Ian Campbell; Kumar Gala; LINUXINPUT; > LINUXWATCHDOG; L

RE: [RESEND PATCH V4 1/1] input: misc: da9063: OnKey driver

2015-06-08 Thread Opensource [Steve Twiss]
On 05 June 2015 18:50 Dmitry Torokhov wrote: > Subject: Re: [RESEND PATCH V4 1/1] input: misc: da9063: OnKey driver > On Thu, Jun 04, 2015 at 12:02:32PM +0100, S Twiss wrote: > > From: Steve Twiss > > > > Add OnKey driver support for DA9063 > > > > Signed-off-by: Steve Twiss > > > > --- > > The

RE: [PATCH V1] regulators: da9062: Remove unused variable build warning

2015-06-02 Thread Opensource [Steve Twiss]
On 02 June 2015 12:12 Mark Brown wrote: > To: Opensource [Steve Twiss] > Cc: LINUXKERNEL; Liam Girdwood; David Dajun Chen; Support Opensource > Subject: Re: [PATCH V1] regulators: da9062: Remove unused variable build > warning > > On Mon, Jun 01, 2015 at 02:00:20PM +0100, S Twi

RE: [RESEND PATCH V4 1/3] input: misc: da9063: OnKey driver

2015-06-01 Thread Opensource [Steve Twiss]
On 27 May 2015 16:38, Steve Twiss wrote: > On 19 May 2015 11:33, S Twiss wrote: > > > To: Dmitry Torokhov > > Subject: [RESEND PATCH V4 1/3] input: misc: da9063: OnKey driver > > > > From: Steve Twiss > > Add OnKey driver support for DA9063 > > Signed-off-by: Steve Twiss > > > > --- > > The ch

RE: [RESEND PATCH V4 3/3] mfd: da9063: MFD support for OnKey driver

2015-06-09 Thread Opensource [Steve Twiss]
On 09 June 2015 07:51 Lee Jones wrote: > On Mon, 08 Jun 2015, Dmitry Torokhov wrote: > > On Tue, May 19, 2015 at 11:32:45AM +0100, S Twiss wrote: > > > From: Steve Twiss > > > > > > Add MFD support for the DA9063 OnKey driver > > > > > > The function da9063_clear_fault_log() is added to mitigate

RE: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver

2015-06-11 Thread Opensource [Steve Twiss]
On 28 May 2015 13:53, Steve Twiss wrote: > To: 'Lee Jones' > Subject: RE: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver > > Hi Lee, > > I will refactor a lot of the driver and implement your changes as requested. Hi Lee, I realise this is a busy kernel time for you, as ever, so this is ju

RE: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver

2015-06-11 Thread Opensource [Steve Twiss]
On 11 June 2015 09:57 Lee Jones wrote: > To: Opensource [Steve Twiss] > Subject: Re: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver > > > > > > diff --git a/include/linux/mfd/da9062/registers.h [...] > > > > > +#define DA9062AA_W

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

2014-03-17 Thread Opensource [Steve Twiss]
On 14 March 2014 14:37 Philipp Zabel wrote: >Hi, > >Am Freitag, den 14.02.2014, 16:43 + schrieb Lee Jones: >> > From: Opensource [Steve Twiss] >> > >> > Add the correct silicon variant code ID (0x5) to the driver. This >> > new code i

[RFC V1 1/2] mfd: da9063: Upgrade of register definitions to support production silicon

2014-03-05 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch updates the register definitions for DA9063 to support the production silicon variant code ID (0x5). These changes are not backwards compatible with the previous register definitions and can only be used with the production variant of DA9063. Signed-off

[RFC V1 0/2] da9063: Support for RTC and register definition updates

2014-03-05 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch series updates the register definitions for the DA9063 PMIC and adds support for the DA9063 RTC. - Changes to the DA9063 registers.h to support production silicon; - Add a new RTC driver which is applicable to this version of the silicon; Thank you

[RFC V1 2/2] rtc: da9063: RTC driver

2014-03-05 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with next-20140305/scripts/checkpatch.pl Kconfig total: 0 errors, 21 warnings, 1344 lines checked Makefile total: 0 errors, 0 warnings

RE: [RFC V1 2/2] rtc: da9063: RTC driver

2014-03-05 Thread Opensource [Steve Twiss]
On: 05 March 2014 15:41 Alessandro Zummo [mailto:a.zu...@towertech.it] wrote >-Original Message- >From: Alessandro Zummo [mailto:a.zu...@towertech.it] >Sent: 05 March 2014 15:41 > >On Wed, 5 Mar 2014 12:25:16 +0000 >"Opensource [Steve Twiss]" wrote: >

[PATCH V1 1/2] mfd: da9063: Upgrade of register definitions to support production silicon

2014-03-06 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch updates the register definitions for DA9063 to support the production silicon variant code ID (0x5). These changes are not backwards compatible with the previous register definitions and can only be used with the production variant of DA9063. Signed-off

[PATCH V1 0/2] da9063: Support for RTC and register definition updates

2014-03-06 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch series updates the register definitions for the DA9063 PMIC and adds support for the DA9063 RTC. - Changes to the DA9063 registers.h to support production silicon; - Add a new RTC driver which is applicable to this version of the silicon; Thank you

[PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-06 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with next-20140306/scripts/checkpatch.pl Kconfig total: 0 errors, 21 warnings, 1344 lines checked Makefile total: 0 errors, 0 warnings

RE: [PATCH V1] MAINTAINERS: Addition of Dialog Semiconductor files

2014-03-18 Thread Opensource [Steve Twiss]
Hi Joe, >Sent: 10 March 2014 17:52 >To: Joe Perches >Subject: [PATCH V1] MAINTAINERS: Addition of Dialog Semiconductor files > >Addition of support e-mail address for Dialog Semiconductor Ltd About a week ago I sent a patch for the MAINTAINERS file that added a support e-mail address for Dialog S

RE: [PATCH V1] MAINTAINERS: Addition of Dialog Semiconductor files

2014-03-18 Thread Opensource [Steve Twiss]
On 18 March 2014 10:37, Joe Perches wrote: >To: Opensource [Steve Twiss] >I received your email. It looks fine to me. >But: >I am not the MAINTAINERS maintainer nor am I >a path to get patches accepted into Linus' >tree. Aww... :( my apologies for this mistake from me.

[PATCH V2] MAINTAINERS: Addition of Dialog Semiconductor files

2014-03-18 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Addition of support e-mail address for Dialog Semiconductor Ltd Signed-off-by: Opensource [Steve Twiss] Signed-off-by: David Dajun Chen --- Checks performed with linux-next/next-20140318/scripts/checkpatch.pl MAINTAINERS total: 0 errors, 0

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

2014-03-19 Thread Opensource [Steve Twiss]
On 17 March 2014 08:34, Steve Twiss wrote: >On 14 March 2014 14:37 Philipp Zabel wrote: >>Am Freitag, den 14.02.2014, 16:43 + schrieb Lee Jones: >>> > From: Opensource [Steve Twiss] >>> > >>> > Add the correct silicon variant code ID (0

RE: [PATCH V1] regulator: da9063: Bug fix when setting max voltage on LDOs 5-11

2014-02-12 Thread Opensource [Steve Twiss]
As usual, thank you for your quick response Mark. I take all of your comments and will resubmit the change for this bug-fix as a single patch. Regards, Steve On 11 February 2014 18:52, Mark Brown wrote: >From: Mark Brown [mailto:broo...@kernel.org] >> From: Steve Twiss >> >> Bug fix to allow

[RFC V1] mfd: da9063: Add support for production silicon variant code

2014-02-13 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the correct silicon variant code ID (0x5) to the driver. This new code is the 'production' variant code ID for DA9063. This patch will remove the older variant code ID which matches the pre-production silicon ID (0x3) for the DA9063 chip. There is

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

2014-07-21 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] 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

RE: [RESEND RFC V2] devicetree: Dialog Semiconductor consolidate existing vendor prefixes to standardise on 'dlg'

2014-07-30 Thread Opensource [Steve Twiss]
On 30 July 2014 03:37 Simon Horman wrote: >On Mon, Jul 28, 2014 at 09:53:56AM +0000, Opensource [Steve Twiss] wrote: >> On 25 July 2014 08:00, Lee Jones wrote: >> >> >On Thu, 24 Jul 2014, Opensource [Steve Twiss] wrote: >> >> From: Steve Twiss >> >

RE: [PATCH V1 1/2] mfd: da9063: Upgrade of register definitions to support production silicon

2014-03-07 Thread Opensource [Steve Twiss]
>From: Lee Jones [mailto:lee.jo...@linaro.org] >Sent: 07 March 2014 03:32 > >> From: Opensource [Steve Twiss] >> >> This patch updates the register definitions for DA9063 to support the >> production silicon variant code ID (0x5). These changes are not backward

RE: [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-07 Thread Opensource [Steve Twiss]
>From: Alessandro Zummo [mailto:a.zu...@towertech.it] >Sent: 07 March 2014 09:33 > >On Thu, 6 Mar 2014 16:40:02 + >"Opensource [Steve Twiss]" wrote: > >> Change History: >> >> Changes made to this driver since previous RFC V1 >> Comments by

[RFC V1] MAINTAINERS: Addition of Dialog Semiconductor files

2014-03-07 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Addition of support mailing list for Dialog Semiconductor Ltd Signed-off-by: Opensource [Steve Twiss] Signed-off-by: David Dajun Chen --- Checks performed with next-20140307/scripts/checkpatch.pl MAINTAINERS total: 0 errors, 0 warnings, 9942 lines

[RFC V1 2/2] input: misc: da9063: OnKey driver

2014-03-07 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the OnKey driver for DA9063. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with next-20140307/scripts/checkpatch.pl da9063-onkey.ctotal: 0 errors, 0 warnings, 202 lines checked Kconfig total: 0 errors, 11

RE: [RFC V1 2/2] input: misc: da9063: OnKey driver

2014-03-08 Thread Opensource [Steve Twiss]
On 07 March 2014 17:46, Dmitry Torokhov wrote: >Hi Steve, > >On Fri, Mar 07, 2014 at 12:37:45PM +, Opensource [Steve Twiss] wrote: >> From: Opensource [Steve Twiss] >> >> Add the OnKey driver for DA9063. >> >> >> Signed-off-by: Opensource [Steve

RE: [RFC V1] MAINTAINERS: Addition of Dialog Semiconductor files

2014-03-08 Thread Opensource [Steve Twiss]
On 07 March 2014 16:25 Joe Perches wrote: >> Dialog Semiconductor would like to add a new section called DIALOG >> SEMICONDUCTOR DRIVERS which contains the new support mailing list >> for Dialog supported drivers. > >That's a fine idea. > >It's generally better to have a person rather >than an ex

RE: [PATCH V1 1/2] mfd: da9063: Upgrade of register definitions to support production silicon

2014-03-10 Thread Opensource [Steve Twiss]
On 10 March 2014 14:03, Lee Jones wrote: >> From: Opensource [Steve Twiss] >> >> This patch updates the register definitions for DA9063 to support the >> production silicon variant code ID (0x5). These changes are not backwards >> compatible with the previous regist

[PATCH V1 2/2] input: misc: da9063: OnKey driver

2014-03-10 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the OnKey driver for DA9063. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with linux-next/next-20140307/scripts/checkpatch.pl da9063-onkey.ctotal: 0 errors, 0 warnings, 209 lines checked Kconfig total: 0 errors

[PATCH V1 1/2] mfd: da9063: Linkages for ONKEY support in core files

2014-03-10 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This change adds the name field "ONKEY" to the properties of the the OnKey IORESOURCE_IRQ resource structure (part of the mfd_cell Onkey resource). The addition of bool key_power which will be passed to the onkey driver and allow KEY_POWER support to be

[PATCH V1 0/2] da9063: Support for OnKey

2014-03-10 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch series adds support for the DA9063 OnKey. It has been split into two parts because the OnKey driver requires a minor alteration to the da9063-core.c file and the platform data header file. These parts have been separated out. - Add a new OnKey driver

RE: [PATCH V1 1/2] mfd: da9063: Linkages for ONKEY support in core files

2014-03-10 Thread Opensource [Steve Twiss]
On 10 March 2014 16:40, Lee Jones wrote: >> From: Opensource [Steve Twiss] >> >> This change adds the name field "ONKEY" to the properties of the >> the OnKey IORESOURCE_IRQ resource structure (part of the mfd_cell >> Onkey resource). >> >> Th

[PATCH V2] input: misc: da9063: OnKey driver

2014-03-10 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the OnKey driver for DA9063 Plus some minor dependencies: - Addition of "ONKEY" name to OnKey IRQ resource structure; - Bool key_power platform data driver configuration option. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with

[PATCH V1] MAINTAINERS: Addition of Dialog Semiconductor files

2014-03-10 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Addition of support e-mail address for Dialog Semiconductor Ltd Signed-off-by: Opensource [Steve Twiss] Signed-off-by: David Dajun Chen --- Checks performed with linux-next/next-20140307/scripts/checkpatch.pl MAINTAINERS total: 0 errors, 0

[RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-11 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] Acked-by: Alessandro Zummo Acked-by: Lee Jones --- Checks performed with next-20140306/scripts/checkpatch.pl Kconfig total: 0 errors, 21 warnings, 1344 lines checked

RE: [RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-11 Thread Opensource [Steve Twiss]
On 11 March 2014 12:27, Lee Jones wrote: >Subject: Re: [RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver > >> From: Opensource [Steve Twiss] >> >> Add the RTC driver for DA9063. >> >> Signed-off-by: Opensource [Steve Twiss] >> Acked-by: Alessandro Zum

[RESEND] [PATCH V1 0/2] da9063: Support for RTC and register definition updates

2014-04-25 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch series updates the register definitions for the DA9063 PMIC and adds support for the DA9063 RTC. - Changes to the DA9063 registers.h to support production silicon; - Add a new RTC driver which is applicable to this version of the silicon; This is a

[RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-04-25 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with next-20140306/scripts/checkpatch.pl Kconfig total: 0 errors, 21 warnings, 1344 lines checked Makefile total: 0 errors, 0 warnings

[RESEND] [PATCH V1 1/2] mfd: da9063: Upgrade of register definitions to support production silicon

2014-04-25 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch updates the register definitions for DA9063 to support the production silicon variant code ID (0x5). These changes are not backwards compatible with the previous register definitions and can only be used with the production variant of DA9063. Signed-off

RE: [RFC V1] mfd: da9063: Add support for production silicon variant code

2014-02-14 Thread Opensource [Steve Twiss]
Thanks for your reply On 14 February 2014 09:35 Lee Jones [mailto:lee.jo...@linaro.org] wrote: >> From: Opensource [Steve Twiss] >> >> Add the correct silicon variant code ID (0x5) to the driver. This >> new code is the 'production' variant code ID for DA9063

[RFC V2] mfd: da9063: Add support for production silicon variant code

2014-02-14 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the correct silicon variant code ID (0x5) to the driver. This new code is the 'production' variant code ID for DA9063. This patch will remove the older variant code ID which matches the pre-production silicon ID (0x3) for the DA9063 chip. There is

RE: [RFC V1] mfd: da9063: Add support for production silicon variant code

2014-02-16 Thread Opensource [Steve Twiss]
On 14 February 2014 14:57, Mark Brown [mailto:broo...@kernel.org] wrote: >On Fri, Feb 14, 2014 at 10:28:38AM +0000, Opensource [Steve Twiss] wrote: > >> The previous silicon was only sent out in sample form to selected customers >> and will no longer be available. I have been

RE: [RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-05-08 Thread Opensource [Steve Twiss]
On 07 May 2014 21:01, Andrew Morton [mailto:a...@linux-foundation.org] wrote: > >So how does this look? > >--- a/drivers/rtc/rtc-da9063.c~rtc-da9063-rtc-driver-fix >+++ a/drivers/rtc/rtc-da9063.c >@@ -82,6 +82,7 @@ static void da9063_tm_to_data(struct rtc > static int da9063_rtc_stop_alarm(struct d

RE: [PATCH V1 2/2] rtc: da9063: RTC driver

2014-04-11 Thread Opensource [Steve Twiss]
On 07 March 2014 09:33, Alessandro Zummo wrote, >On Thu, 6 Mar 2014 16:40:02 + >"Opensource [Steve Twiss]" wrote: >> Change History: >> Changes made to this driver since previous RFC V1 >> Comments by Alessandro Zummo >> - http://www.kernelhub.org/?p=

RE: [RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-21 Thread Opensource [Steve Twiss]
https://lkml.org/lkml/2014/3/7/112 On 11 March 2014 12:27, Lee Jones wrote: >Subject: Re: [RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver >> From: Opensource [Steve Twiss] >> >> Add the RTC driver for DA9063. >> >> Signed-off-by: Opensource [Steve Twiss] >

[RFC V1 1/3] hwmon: da9063: HWMON driver

2014-03-23 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the HWMON driver for DA9063 Signed-off-by: Opensource [Steve Twiss] --- Checks performed with linux-next/next-20140321/scripts/checkpatch.pl da9063-hwmon.ctotal: 0 errors, 0 warnings, 456 lines checked Kconfig total: 1 errors

[RFC V1 3/3] Documentation: hwmon: New information for DA9063

2014-03-23 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Addition of HWMON documentation for the DA9063 driver. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with linux-next/next-20140321/scripts/checkpatch.pl da9063total: 0 errors, 0 warnings, 67 lines checked This is the

[RFC V1 2/3] mfd: da9063: Add HWMON dependencies

2014-03-23 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Dependencies required for DA9063 HWMON support. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with linux-next/next-20140321/scripts/checkpatch.pl core.htotal: 0 errors, 0 warnings, 100 lines checked pdata.h

[RFC V1 0/3] da9063: Addition of HWMON support for DA9063

2014-03-23 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch series covers hardware monitoring support for the DA9063 PMIC. There are three patches in this set: - Add a new HWMON driver component - Minor MFD core and platform data changes for HWMON - Documentation Thank you, Steve Twiss, Dialog Semiconductor

RE: [RFC V1 1/3] hwmon: da9063: HWMON driver

2014-03-24 Thread Opensource [Steve Twiss]
On 24 March 2014 03:39, Guenter Roeck wrote: >On 03/23/2014 01:37 PM, Opensource [Steve Twiss] wrote: >> From: Opensource [Steve Twiss] >> >> Add the HWMON driver for DA9063 >> >> Signed-off-by: Opensource [Steve Twiss] >> --- >> Checks pe

RE: [RFC V1 1/3] hwmon: da9063: HWMON driver

2014-03-24 Thread Opensource [Steve Twiss]
Hi Lee, Thank you for the fast reply. On 24 March 2014 07:52 Lee Jones wrote, >> From: Opensource [Steve Twiss] >> >> Add the HWMON driver for DA9063 >> >> Signed-off-by: Opensource [Steve Twiss] >> --- >> >> drivers/hwmon/Kconfig

RE: [RFC V1 2/3] mfd: da9063: Add HWMON dependencies

2014-03-24 Thread Opensource [Steve Twiss]
Hi Lee, On 24 March 2014 08:03 Lee Jones wrote: >On Sun, 23 Mar 2014, Opensource [Steve Twiss] wrote: >> From: Opensource [Steve Twiss] >> >> Dependencies required for DA9063 HWMON support. >> >> Signed-off-by: Opensource [Steve Twiss] >> --- >>

RE: [RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-25 Thread Opensource [Steve Twiss]
Hi Lee, I realise that you and Alessandro are very busy (I have not often seen Alessandro do any posting in the past fortnight), but a couple of weeks ago I sent an RTC patch set with register.h changes ... >> From: Opensource [Steve Twiss] >> >> Add the RTC driver for DA9063

RE: [RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-26 Thread Opensource [Steve Twiss]
>> I realise that you and Alessandro are very busy (I have not often seen >> Alessandro do any posting in the past fortnight), but a couple of weeks >> ago I sent an RTC patch set with register.h changes ... >> >> >> From: Opensource [Steve Twiss] >&

[RESEND] [PATCH V1 0/2] da9063: Support for RTC and register definition updates

2014-04-16 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch series updates the register definitions for the DA9063 PMIC and adds support for the DA9063 RTC. - Changes to the DA9063 registers.h to support production silicon; - Add a new RTC driver which is applicable to this version of the silicon; This is a

[RESEND] [PATCH V1 1/2] mfd: da9063: Upgrade of register definitions to support production silicon

2014-04-16 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch updates the register definitions for DA9063 to support the production silicon variant code ID (0x5). These changes are not backwards compatible with the previous register definitions and can only be used with the production variant of DA9063. Signed-off

[RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-04-16 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with next-20140306/scripts/checkpatch.pl Kconfig total: 0 errors, 21 warnings, 1344 lines checked Makefile total: 0 errors, 0 warnings

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

2014-07-28 Thread Opensource [Steve Twiss]
On 28 July 2014 07:53 Lee Jones wrote: >On Mon, 21 Jul 2014, Opensource [Steve Twiss] wrote: >> From: Opensource [Steve Twiss] >> >> Add register definitions for DA9063 AD (0x3) silicon variant ID >> the ability to choose the silicon variant at run-time using regmap &

RE: [RESEND RFC V2] devicetree: Dialog Semiconductor consolidate existing vendor prefixes to standardise on 'dlg'

2014-07-28 Thread Opensource [Steve Twiss]
On 25 July 2014 08:00, Lee Jones wrote: >On Thu, 24 Jul 2014, Opensource [Steve Twiss] wrote: >> From: Steve Twiss >> >> This patch series updates the device tree vendor prefix for >> Dialog Semiconductor. >> >> Various methods are currently used throughout

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

2014-07-16 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add register definitions for DA9063 AD (0x3) silicon variant ID and Kconfig support to choose the silicon variant at compile time. This patch also adds RTC support for the AD silicon changes. It adds AD support as a compile-time flag under a new menu item in

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

2014-07-17 Thread Opensource [Steve Twiss]
On 16 July 2014 18:27 Alessandro Zummo wrote: >From: Alessandro Zummo [mailto:a.zu...@towertech.it] >Sent: 16 July 2014 18:27 >To: Opensource [Steve Twiss] >Cc: Andrew Morton; LINUX-KERNEL; Lee Jones; RTC-LINUX; Samuel Ortiz; David >Dajun Chen; Mark Brown; Philipp Zabel; Sup

[RESEND] [PATCH V1 0/2] da9063: Support for RTC and register definition updates

2014-05-07 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch series updates the register definitions for the DA9063 PMIC and adds support for the DA9063 RTC. - PATCH-0001 Changes to the DA9063 registers.h to support production silicon; - PATCH-0002 Add a new RTC driver which is applicable to this version of the

[RESEND] [PATCH V1 2/2] rtc: da9063: RTC driver

2014-05-07 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] Add the RTC driver for DA9063. Signed-off-by: Opensource [Steve Twiss] --- Checks performed with next-20140306/scripts/checkpatch.pl Kconfig total: 0 errors, 21 warnings, 1344 lines checked Makefile total: 0 errors, 0 warnings

[RESEND] [PATCH V1 1/2] mfd: da9063: Upgrade of register definitions to support production silicon

2014-05-07 Thread Opensource [Steve Twiss]
From: Opensource [Steve Twiss] This patch updates the register definitions for DA9063 to support the production silicon variant code ID (0x5). These changes are not backwards compatible with the previous register definitions and can only be used with the production variant of DA9063. Signed-off

[RESEND PATCH V2] devicetree: Dialog Semiconductor consolidate existing vendor prefixes to standardise on 'dlg'

2014-08-22 Thread Opensource [Steve Twiss]
From: Steve Twiss This patch series updates the device tree vendor prefix for Dialog Semiconductor. Various methods are currently used throughout the kernel: 'diasemi', 'dialog' and 'dlg'. Others have also been suggested. This patch set aims to consolidate the usage of the vendor prefix to use

RE: [RESEND PATCH V2] devicetree: Dialog Semiconductor consolidate existing vendor prefixes to standardise on 'dlg'

2014-08-26 Thread Opensource [Steve Twiss]
On 26 August 2014 10:33 Lee Jones wrote: > On Fri, 22 Aug 2014, Opensource [Steve Twiss] wrote: > > From: Steve Twiss > > > > This patch series updates the device tree vendor prefix for > > Dialog Semiconductor. > > [...] > > I think this is it. But

RE: [GIT PULL] MFD: ARM (IMX & R8): Immutable branch for Dialog Semiconductor - vendor prefix consolidation

2014-08-29 Thread Opensource [Steve Twiss]
On 29 August 2014 10:14, Lee Jones wrote > Subject: [GIT PULL] MFD: ARM (IMX & R8): Immutable branch for Dialog > Semiconductor - vendor prefix consolidation > > IMX and R8 sub-arch Maintainers, > > The following changes since commit > 52addcf9d6669fa439387610bc65c92fa0980cef: > > Linux 3.17-

RE: [PATCH] Input: da9052_onkey: Convert to managed resources

2015-08-04 Thread Opensource [Steve Twiss]
On 27 July 2015 03:56, Vaishali Thakkar wrote: > Subject: [PATCH] Input: da9052_onkey: Convert to managed resources > > Use managed resource functions devm_input_allocate_device and > devm_kzalloc. To be compatible with the change, replace various > gotos by direct returns and drop unneeded label

RE: [PATCH V3 3/3] rtc: da9063: Add DA9062 RTC capability to DA9063 RTC driver

2015-08-05 Thread Opensource [Steve Twiss]
On 05 August 2015 02:55 Alexandre Belloni wrote: > Subject: Re: [PATCH V3 3/3] rtc: da9063: Add DA9062 RTC capability to DA9063 > RTC driver > > On 21/07/2015 at 11:29:07 +0100, S Twiss wrote : > > From: S Twiss > > > > Add DA9062 RTC support into the existing DA9063 RTC driver component by > >

RE: [PATCH RFC V1 0/3] da9062: Add DA9062 RTC support using the existing DA9063 RTC driver

2015-07-09 Thread Opensource [Steve Twiss]
On 09 July 2015 09:02, Geert Uytterhoeven wrote: > Subject: Re: [PATCH RFC V1 0/3] da9062: Add DA9062 RTC support using the > existing DA9063 RTC driver > > Hi Steve, > > On Thu, Jul 9, 2015 at 9:45 AM, S Twiss > wrote: > > From: S Twiss > > > > This patch set adds RTC support for the Dialog D

RE: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey

2015-07-28 Thread Opensource [Steve Twiss]
On 28 July 2015 06:40, Dmitry Torokhov wrote: > Subject: Re: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for > DA9062 OnKey > > On Mon, Jul 27, 2015 at 03:43:00PM -0700, Dmitry Torokhov wrote: > > On Thu, Jul 23, 2015 at 05:17:41PM +0100, S Twiss wrote: > > > From: S Twiss > > >

RE: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey

2015-07-28 Thread Opensource [Steve Twiss]
On 28 July 2015 08:43 Lee Jones wrote: > To: Dmitry Torokhov > Subject: Re: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for > DA9062 OnKey > > On Mon, 27 Jul 2015, Dmitry Torokhov wrote: > > > On Mon, Jul 27, 2015 at 03:43:00PM -0700, Dmitry Torokhov wrote: > > > On Thu, Jul 23

RE: [PATCH V3 0/3] da9062: Add DA9062 OnKey support using the existing DA9063 OnKey driver

2015-07-28 Thread Opensource [Steve Twiss]
On 28 July 2015 09:52 Lee Jones wrote: > To: Opensource [Steve Twiss] > > Steve, > > Can you sort out your git configuration please. Your name should be > represented in full. No abbreviations or synonyms please. > > I would expect to see: 'Steve Twiss ' S

RE: [PATCH V1] MAINTAINERS: Add Dialog PMIC search terms for missing documentation and header files

2016-05-11 Thread Opensource [Steve Twiss]
Hi Mark, I'm probably too quick with this e-mail, but just in case I needed to put you in the TO: field to begin with, or I need to modify & re-send? On 11 May 2016 14:19, Lee Jones wrote: > Subject: Re: [PATCH V1] MAINTAINERS: Add Dialog PMIC search terms for > missing documentation and header

RE: [PATCH V1] rtc: da9063: access ordering error during RTC interrupt system power on

2015-12-17 Thread Opensource [Steve Twiss]
On 16 December 2015 23:47 Alexandre Belloni wrote: > Subject: Re: [PATCH V1] rtc: da9063: access ordering error during RTC > interrupt system power on > > This seems mostly fine, however ... Hi Alexandre, Thanks for reviewing this. > On 08/12/2015 at 16:28:39 +, Steve Twiss wrote : > >

RE: [PATCH] mfd: da9063: Allow modular build

2015-12-17 Thread Opensource [Steve Twiss]
On 08 December 2015 13:56, Lee Jones wrote: > To: Geert Uytterhoeven > Subject: Re: [PATCH] mfd: da9063: Allow modular build > > On Mon, 07 Dec 2015, Geert Uytterhoeven wrote: > > > Allow support for the DA9063 PMIC to be modular, cfr. DA9062, which > > allows to decrease size of multi-platform

RE: [PATCH V2] input: da9063: report KEY_POWER instead of KEY_SLEEP during power key-press

2015-12-14 Thread Opensource [Steve Twiss]
Regarding: > To: Dmitry Torokhov; LINUX-INPUT; LINUXKERNEL > Subject: [PATCH V2] input: da9063: report KEY_POWER instead of KEY_SLEEP > during power key-press Hi Dmitry, Thanks for your Signed-off-by and merge. Regards, Steve repo linux-next tag next-20151214 commit f889beaaab1ce2ff9d018302359ab

  1   2   >