diff mbox series

[2/5] mfd: rn5t618: add ADC subdevice for RC5T619

Message ID 20200117215926.15194-3-andreas@kemnade.info (mailing list archive)
State New, archived
Headers show
Series mfd: rn5t618: add ADC support | expand

Commit Message

Andreas Kemnade Jan. 17, 2020, 9:59 p.m. UTC
This adds a subdevice for the ADC in the RC5T619.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
 drivers/mfd/rn5t618.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Lee Jones Jan. 20, 2020, 8:49 a.m. UTC | #1
On Fri, 17 Jan 2020, Andreas Kemnade wrote:

> This adds a subdevice for the ADC in the RC5T619.
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> ---
>  drivers/mfd/rn5t618.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.
Andreas Kemnade Jan. 24, 2020, 3:28 p.m. UTC | #2
Hi,

hmm, I cannot find this in any branch/repo I know of and not in linux-next,
just wondering...
I guess the iio part is something to go towards 5.7 unless 5.5
is delayed mucch.

Regards,
Andreas

On Mon, 20 Jan 2020 08:49:34 +0000
Lee Jones <lee.jones@linaro.org> wrote:

> On Fri, 17 Jan 2020, Andreas Kemnade wrote:
> 
> > This adds a subdevice for the ADC in the RC5T619.
> > 
> > Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> > ---
> >  drivers/mfd/rn5t618.c | 1 +
> >  1 file changed, 1 insertion(+)  
> 
> Applied, thanks.
> 
> -- 
> Lee Jones [李琼斯]
> Linaro Services Technical Lead
> Linaro.org │ Open source software for ARM SoCs
> Follow Linaro: Facebook | Twitter | Blog
>
Lee Jones Jan. 27, 2020, 9:28 a.m. UTC | #3
On Fri, 24 Jan 2020, Andreas Kemnade wrote:
> hmm, I cannot find this in any branch/repo I know of and not in linux-next,
> just wondering...
> I guess the iio part is something to go towards 5.7 unless 5.5
> is delayed mucch.

Oh, it looks like there was a conflict.  Could you collect any Acks
(including mine) rebase and resend please?
Andreas Kemnade Jan. 27, 2020, 11:15 a.m. UTC | #4
On Mon, 27 Jan 2020 09:28:15 +0000
Lee Jones <lee.jones@linaro.org> wrote:

> On Fri, 24 Jan 2020, Andreas Kemnade wrote:
> > hmm, I cannot find this in any branch/repo I know of and not in linux-next,
> > just wondering...
> > I guess the iio part is something to go towards 5.7 unless 5.5
> > is delayed mucch.  
> 
> Oh, it looks like there was a conflict.  Could you collect any Acks
> (including mine) rebase and resend please?
> 
on what? It is based on top of my RTC v5 patch series. The ADC series
as a whole depends on that build-time and runtime as documented in
the cover letter. Maybe I should have put it into the patches itself.
I have hopefully addressed every comment in the v5 series.

Regards,
Andreas
diff mbox series

Patch

diff --git a/drivers/mfd/rn5t618.c b/drivers/mfd/rn5t618.c
index 073de8e0e78b..321836f78120 100644
--- a/drivers/mfd/rn5t618.c
+++ b/drivers/mfd/rn5t618.c
@@ -24,6 +24,7 @@  static const struct mfd_cell rn5t618_cells[] = {
 };
 
 static const struct mfd_cell rc5t619_cells[] = {
+	{ .name = "rn5t618-adc" },
 	{ .name = "rn5t618-regulator" },
 	{ .name = "rc5t619-rtc" },
 	{ .name = "rn5t618-wdt" },