Re: [PATCH v6 3/4] iio: humidity: Add driver for ti HDC302x humidity sensors

From: Jonathan Cameron
Date: Sun Jan 21 2024 - 08:51:38 EST


On Sat, 20 Jan 2024 17:14:21 +0100
Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> wrote:

> On 20.01.24 05:17, Lars-Peter Clausen wrote:
> > On 12/11/23 04:29, Li peiyu wrote:
> >> Add support for HDC302x integrated capacitive based relative
> >> humidity (RH) and temperature sensor.
> >> This driver supports reading values, reading the maximum and
> >> minimum of values and controlling the integrated heater of
> >> the sensor.
> >>
> >> Co-developed-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
> >> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
> >> Signed-off-by: Li peiyu <579lpy@xxxxxxxxx>
> >> ---
> >>   MAINTAINERS                    |   8 +
> >>   drivers/iio/humidity/Kconfig   |  12 +
> >>   drivers/iio/humidity/Makefile  |   1 +
> >>   drivers/iio/humidity/hdc3020.c | 473 +++++++++++++++++++++++++++++++++
> > I was just trying to use this driver. Somehow the Makefile and Kconfig
> > changes were lost when the patch was applied to the IIO tree.
> >
> >
> Apparently only the driver code was added. The new entry in the
> MAINTAINERS file is also missing.
>
> Best regards,
> Javier Carrasco

Gah, I clearly messed up. My guess is a messy merge that went wrong..

Anyhow, I'll post a patch to put this back in a few mins and pick it directly
given it's just putting in the missing stuff from this patch.

That will be on the fixes-togreg branch of iio.git shortly.

Extra tags etc are fine, but I'm keen to get this into linux-next at least
quickly so we get some testing before I send a fixes pull request (probably
next weekend).

Sorry for the mess up!

Jonathan