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

2014-02-17 Thread Mark Brown
On Sun, Feb 16, 2014 at 12:18:43PM +, Opensource [Steve Twiss] wrote: > Some registers in the new variant make backwards compatibility easy, > however attempting to combine the two register maps in other components > makes the driver a mess. OK, that makes sense - if the changes really are s

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 +, 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 informed that the new

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

2014-02-14 Thread Mark Brown
On Fri, Feb 14, 2014 at 10:28:38AM +, 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 informed that the new silicon > has been sent out, and everybody should have received the new varia

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. >> >> This patch will remove the o

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

2014-02-14 Thread Lee Jones
> 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. > > Th