All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>, Li peiyu <579lpy@gmail.com>,
	robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	conor+dt@kernel.org, linux-iio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 3/4] iio: humidity: Add driver for ti HDC302x humidity sensors
Date: Sun, 21 Jan 2024 13:51:14 +0000	[thread overview]
Message-ID: <20240121135114.5f2aa0cf@jic23-huawei> (raw)
In-Reply-To: <b349fd4a-c7e3-44f8-9908-2abe24bbd69e@gmail.com>

On Sat, 20 Jan 2024 17:14:21 +0100
Javier Carrasco <javier.carrasco.cruz@gmail.com> 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@gmail.com>
> >> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
> >> Signed-off-by: Li peiyu <579lpy@gmail.com>
> >> ---
> >>   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




  reply	other threads:[~2024-01-21 13:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-11 12:22 [PATCH v6 0/4] iio: humidity: Add driver for ti HDC302x humidity sensors Li peiyu
2023-12-11 12:27 ` [PATCH v6 1/4] iio: core: introduce trough info element for minimum values Li peiyu
2023-12-11 12:28 ` [PATCH v6 2/4] iio: ABI: document temperature and humidity peak/trough raw attributes Li peiyu
2023-12-11 12:29 ` [PATCH v6 3/4] iio: humidity: Add driver for ti HDC302x humidity sensors Li peiyu
2024-01-20  4:17   ` Lars-Peter Clausen
2024-01-20 16:14     ` Javier Carrasco
2024-01-21 13:51       ` Jonathan Cameron [this message]
2023-12-11 12:31 ` [PATCH v6 4/4] dt-bindings: iio: humidity: Add TI HDC302x support Li peiyu
2023-12-11 18:21   ` Conor Dooley
2023-12-11 19:39 ` [PATCH v6 0/4] iio: humidity: Add driver for ti HDC302x humidity sensors Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240121135114.5f2aa0cf@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=579lpy@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=javier.carrasco.cruz@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.