All of lore.kernel.org
 help / color / mirror / Atom feed
From: Javier Carrasco <javier.carrasco.cruz@gmail.com>
To: Lars-Peter Clausen <lars@metafoo.de>, Li peiyu <579lpy@gmail.com>,
	jic23@kernel.org
Cc: 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: Sat, 20 Jan 2024 17:14:21 +0100	[thread overview]
Message-ID: <b349fd4a-c7e3-44f8-9908-2abe24bbd69e@gmail.com> (raw)
In-Reply-To: <d9a84e5b-9e23-4aa9-8e58-0bb9f2b224d7@metafoo.de>

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

  reply	other threads:[~2024-01-20 16:14 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 [this message]
2024-01-21 13:51       ` Jonathan Cameron
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=b349fd4a-c7e3-44f8-9908-2abe24bbd69e@gmail.com \
    --to=javier.carrasco.cruz@gmail.com \
    --cc=579lpy@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --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.