Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1584157 > unrolled thread

[PATCH 3/3] DT: i2c: add sht21 to trivial-devices

Started byTomasz Duszynski <tduszyns@gmail.com>
First post2017-02-19 16:10 +0100
Last post2017-02-27 22:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 3/3] DT: i2c: add sht21 to trivial-devices Tomasz Duszynski <tduszyns@gmail.com> - 2017-02-19 16:10 +0100
    Re: [PATCH 3/3] DT: i2c: add sht21 to trivial-devices Rob Herring <robh@kernel.org> - 2017-02-27 22:00 +0100

#1584157 — [PATCH 3/3] DT: i2c: add sht21 to trivial-devices

FromTomasz Duszynski <tduszyns@gmail.com>
Date2017-02-19 16:10 +0100
Subject[PATCH 3/3] DT: i2c: add sht21 to trivial-devices
Message-ID<tcBhE-to-21@gated-at.bofh.it>
Add binding for Sensirion sht21 relative humidity and temperature
sensor driver.

Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
---
 Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index 539874490492..919a763dcc23 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -79,6 +79,7 @@ ricoh,rv5c386		I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
 ricoh,rv5c387a		I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
 samsung,24ad0xd1	S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
 sgx,vz89x		SGX Sensortech VZ89X Sensors
+sensirion,sht21		Relative humidity and temperature sensor
 sii,s35390a		2-wire CMOS real-time clock
 skyworks,sky81452	Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply
 st-micro,24c256		i2c serial eeprom  (24cxx)
--
2.11.1

[toc] | [next] | [standalone]


#1588942

FromRob Herring <robh@kernel.org>
Date2017-02-27 22:00 +0100
Message-ID<tfAyK-2v1-17@gated-at.bofh.it>
In reply to#1584157
On Sun, Feb 19, 2017 at 9:00 AM, Tomasz Duszynski <tduszyns@gmail.com> wrote:
> Add binding for Sensirion sht21 relative humidity and temperature
> sensor driver.
>
> Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
> ---
>  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 +
>  1 file changed, 1 insertion(+)

Looks fine, but you are going to need to resend after -rc1. We're
planning to move this file up a level.

Rob

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web