Message ID | 20200117215926.15194-3-andreas@kemnade.info (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mfd: rn5t618: add ADC support | expand |
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.
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 >
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 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 --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" },
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(+)