Re: [PATCH RESEND 1/5] mfd: arizona: Add registers for ADC microphone detection

2015-09-11 Thread Lee Jones
On Fri, 11 Sep 2015, Chanwoo Choi wrote: > I make the temporary branch[1] and then apply patch1-patch4 without patch5 > because of patch5 may need the ack message by DT maintainer. If Lee want to > make the immutable branch and send the pull request, I'll make the immutable > branch based on Linux-

Re: [PATCH RESEND 1/5] mfd: arizona: Add registers for ADC microphone detection

2015-09-11 Thread Chanwoo Choi
Hi Lee, Charles, I make the temporary branch[1] and then apply patch1-patch4 without patch5 because of patch5 may need the ack message by DT maintainer. If Lee want to make the immutable branch and send the pull request, I'll make the immutable branch based on Linux-4.3-rcX and send it to MFD main

[PATCH RESEND 1/5] mfd: arizona: Add registers for ADC microphone detection

2015-09-09 Thread Charles Keepax
The newer devices support using a software comparison to determine whether a 3/4 pole jack is present. Add the registers necessary for this. Signed-off-by: Charles Keepax Acked-by: Lee Jones --- drivers/mfd/wm5110-tables.c |2 ++ include/dt-bindings/mfd/arizona.h |2 ++ in

Re: [PATCH RESEND 1/5] mfd: arizona: Add registers for ADC microphone detection

2015-08-12 Thread Lee Jones
On Tue, 11 Aug 2015, Charles Keepax wrote: > The newer devices support using a software comparison to determine > whether a 3/4 pole jack is present. Add the registers necessary for > this. > > Signed-off-by: Charles Keepax > --- > > Hi, > > The first two MFD patches and the two extcon patches

[PATCH RESEND 1/5] mfd: arizona: Add registers for ADC microphone detection

2015-08-11 Thread Charles Keepax
The newer devices support using a software comparison to determine whether a 3/4 pole jack is present. Add the registers necessary for this. Signed-off-by: Charles Keepax --- Hi, The first two MFD patches and the two extcon patches need to go through together as there are build dependencies. Ho