Re: [PATCH v3 3/4] iio: ping: add parallax ping sensors

From: Jonathan Cameron
Date: Sat Nov 23 2019 - 09:35:55 EST


On Mon, 18 Nov 2019 08:36:30 +0100
Andreas Klinger <ak@xxxxxxxxxxxxx> wrote:

> Add support for parallax ping and laser ping sensors with just one pin
> for trigger and echo signal.
>
> This driver is based on srf04. In contrast to it it's necessary to
> change direction of the pin and to request the irq just for the period
> when the echo is rising and falling. Because this adds a lot of cases
> there is this individual driver for handling this type of sensors.
>
> Add a new configuration variable CONFIG_PING to Kconfig and Makefile.
>
> Signed-off-by: Andreas Klinger <ak@xxxxxxxxxxxxx>
Applied,

Thanks,

Jonathan