* Re: [PATCH 1/3] iio: adc: sun4i-gpadc-iio: no temp sensor on R40
[not found] ` <20211122091132.yjudzei3bdqmnxq6@gilmour>
@ 2021-11-22 12:41 ` Jonathan Cameron
2022-01-11 13:13 ` Evgeny Boger
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2021-11-22 12:41 UTC (permalink / raw)
To: Maxime Ripard
Cc: Evgeny Boger, Chen-Yu Tsai, linux-sunxi, Lee Jones, Rob Herring,
devicetree, Jernej Skrabec, linux-arm-kernel, linux-iio
On Mon, 22 Nov 2021 10:11:32 +0100
Maxime Ripard <maxime@cerno.tech> wrote:
> On Fri, Nov 19, 2021 at 10:14:54PM +0300, Evgeny Boger wrote:
> > R40 SoC has touchscreen controller also serving as general-purpose ADC.
> > The hardware is very similar to A31, except that R40 has separate
> > calibrated thermal sensor IP (handled by sun8i_thermal).
> >
> > Despite the temperature sensor in the RTP is never mentioned in
> > the R40 family user manuals, it appears to be working. However,
> > it's not very useful as it lacks calibration data and there is another
> > fully functioning temperature sensor anyway.
> >
> > This patch disables the temperature sensor in RTP/GPADC IP on R40.
> >
> > The reason for disabling the temperature sensor is that the IP
> > needs to be switched back and forth between RTP and GPADC modes for
> > temperature measurements. Not only this introduces delays, but it also
> > disturbs external circuitry by injecting current into ADC inputs.
> >
> > Signed-off-by: Evgeny Boger <boger@wirenboard.com>
>
> Acked-by: Maxime Ripard <maxime@cerno.tech>
+Cc linux-iio@vger.kernel.org
I'm fine with this and assuming Lee is happy to pick it up + send
me an immutable branch in case anything crosses with it this cycle..
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Thanks,
Jonathan
>
> Maxime
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/3] iio: adc: sun4i-gpadc-iio: no temp sensor on R40
2021-11-22 12:41 ` [PATCH 1/3] iio: adc: sun4i-gpadc-iio: no temp sensor on R40 Jonathan Cameron
@ 2022-01-11 13:13 ` Evgeny Boger
2022-01-15 15:41 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Evgeny Boger @ 2022-01-11 13:13 UTC (permalink / raw)
To: Jonathan Cameron, Maxime Ripard
Cc: Chen-Yu Tsai, linux-sunxi, Lee Jones, Rob Herring, devicetree,
Jernej Skrabec, linux-arm-kernel, linux-iio
22.11.2021 15:41, Jonathan Cameron пишет:
> On Mon, 22 Nov 2021 10:11:32 +0100
> Maxime Ripard <maxime@cerno.tech> wrote:
>
>> On Fri, Nov 19, 2021 at 10:14:54PM +0300, Evgeny Boger wrote:
>>> R40 SoC has touchscreen controller also serving as general-purpose ADC.
>>> The hardware is very similar to A31, except that R40 has separate
>>> calibrated thermal sensor IP (handled by sun8i_thermal).
>>>
>>> Despite the temperature sensor in the RTP is never mentioned in
>>> the R40 family user manuals, it appears to be working. However,
>>> it's not very useful as it lacks calibration data and there is another
>>> fully functioning temperature sensor anyway.
>>>
>>> This patch disables the temperature sensor in RTP/GPADC IP on R40.
>>>
>>> The reason for disabling the temperature sensor is that the IP
>>> needs to be switched back and forth between RTP and GPADC modes for
>>> temperature measurements. Not only this introduces delays, but it also
>>> disturbs external circuitry by injecting current into ADC inputs.
>>>
>>> Signed-off-by: Evgeny Boger <boger@wirenboard.com>
>> Acked-by: Maxime Ripard <maxime@cerno.tech>
> +Cc linux-iio@vger.kernel.org
>
> I'm fine with this and assuming Lee is happy to pick it up + send
> me an immutable branch in case anything crosses with it this cycle..
>
> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Hi Jonathan!
Is there anything else I should do to make this patch series accepted?
> Thanks,
>
> Jonathan
>
>> Maxime
>>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/3] iio: adc: sun4i-gpadc-iio: no temp sensor on R40
2022-01-11 13:13 ` Evgeny Boger
@ 2022-01-15 15:41 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2022-01-15 15:41 UTC (permalink / raw)
To: Evgeny Boger
Cc: Jonathan Cameron, Maxime Ripard, Chen-Yu Tsai, linux-sunxi,
Lee Jones, Rob Herring, devicetree, Jernej Skrabec,
linux-arm-kernel, linux-iio
On Tue, 11 Jan 2022 16:13:02 +0300
Evgeny Boger <boger@wirenboard.com> wrote:
> 22.11.2021 15:41, Jonathan Cameron пишет:
> > On Mon, 22 Nov 2021 10:11:32 +0100
> > Maxime Ripard <maxime@cerno.tech> wrote:
> >
> >> On Fri, Nov 19, 2021 at 10:14:54PM +0300, Evgeny Boger wrote:
> >>> R40 SoC has touchscreen controller also serving as general-purpose ADC.
> >>> The hardware is very similar to A31, except that R40 has separate
> >>> calibrated thermal sensor IP (handled by sun8i_thermal).
> >>>
> >>> Despite the temperature sensor in the RTP is never mentioned in
> >>> the R40 family user manuals, it appears to be working. However,
> >>> it's not very useful as it lacks calibration data and there is another
> >>> fully functioning temperature sensor anyway.
> >>>
> >>> This patch disables the temperature sensor in RTP/GPADC IP on R40.
> >>>
> >>> The reason for disabling the temperature sensor is that the IP
> >>> needs to be switched back and forth between RTP and GPADC modes for
> >>> temperature measurements. Not only this introduces delays, but it also
> >>> disturbs external circuitry by injecting current into ADC inputs.
> >>>
> >>> Signed-off-by: Evgeny Boger <boger@wirenboard.com>
> >> Acked-by: Maxime Ripard <maxime@cerno.tech>
> > +Cc linux-iio@vger.kernel.org
> >
> > I'm fine with this and assuming Lee is happy to pick it up + send
> > me an immutable branch in case anything crosses with it this cycle..
> >
> > Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
>
> Hi Jonathan!
>
> Is there anything else I should do to make this patch series accepted?
Perhaps try a resend to Lee Jones, making sure to cc linux-iio
Chances are it just got missed in the deluge!
Jonathan
>
>
> > Thanks,
> >
> > Jonathan
> >
> >> Maxime
> >>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-15 15:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20211119191456.510435-1-boger@wirenboard.com>
[not found] ` <20211119191456.510435-2-boger@wirenboard.com>
[not found] ` <20211122091132.yjudzei3bdqmnxq6@gilmour>
2021-11-22 12:41 ` [PATCH 1/3] iio: adc: sun4i-gpadc-iio: no temp sensor on R40 Jonathan Cameron
2022-01-11 13:13 ` Evgeny Boger
2022-01-15 15:41 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox