* [PATCH 1/3] dt: Add adt7411 to trivial devices list
@ 2013-12-08 21:02 Ben Gamari
[not found] ` <1386536538-14861-1-git-send-email-bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Ben Gamari @ 2013-12-08 21:02 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA,
lm-sensors-GZX6beZjE8VD60Wz+7aTrA
Cc: Ben Gamari
Signed-off-by: Ben Gamari <bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
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 b1cb341..9c3a684 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -9,6 +9,7 @@ document for it just like any other devices.
Compatible Vendor / Chip
========== =============
+ad,adt7411 I2C Digital 8-channel 10-bit ADC and temperature sensor
ad,ad7414 SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
ad,adm9240 ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
adi,adt7461 +/-1C TDM Extended Temp Range I.C
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] dt: Remove redundant entry from trivial devices
[not found] ` <1386536538-14861-1-git-send-email-bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-12-08 21:02 ` Ben Gamari
2013-12-08 21:02 ` [PATCH 3/3] dt: Describe modalias resolution in i2c/trivial-devices.txt Ben Gamari
2013-12-08 21:44 ` [lm-sensors] [PATCH 1/3] dt: Add adt7411 to trivial devices list Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Ben Gamari @ 2013-12-08 21:02 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA,
lm-sensors-GZX6beZjE8VD60Wz+7aTrA
Cc: Ben Gamari
Signed-off-by: Ben Gamari <bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
Documentation/devicetree/bindings/i2c/trivial-devices.txt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index 9c3a684..c475c3a 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -12,8 +12,7 @@ Compatible Vendor / Chip
ad,adt7411 I2C Digital 8-channel 10-bit ADC and temperature sensor
ad,ad7414 SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
ad,adm9240 ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
-adi,adt7461 +/-1C TDM Extended Temp Range I.C
-adt7461 +/-1C TDM Extended Temp Range I.C
+adi,adt7461 +/-1C SMBus digital thermometer
at,24c08 i2c serial eeprom (24cxx)
atmel,24c02 i2c serial eeprom (24cxx)
atmel,at97sc3204t i2c trusted platform module (TPM)
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] dt: Describe modalias resolution in i2c/trivial-devices.txt
[not found] ` <1386536538-14861-1-git-send-email-bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-12-08 21:02 ` [PATCH 2/3] dt: Remove redundant entry from trivial devices Ben Gamari
@ 2013-12-08 21:02 ` Ben Gamari
2013-12-08 21:44 ` [lm-sensors] [PATCH 1/3] dt: Add adt7411 to trivial devices list Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Ben Gamari @ 2013-12-08 21:02 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA,
lm-sensors-GZX6beZjE8VD60Wz+7aTrA
Cc: Ben Gamari
To someone with little device-tree experience these details aren't at
all obvious. Make the fact that the manufacturer prefix is dropped
explicit.
Signed-off-by: Ben Gamari <bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
Documentation/devicetree/bindings/i2c/trivial-devices.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index c475c3a..59bbb07 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -1,6 +1,9 @@
This is a list of trivial i2c devices that have simple device tree
bindings, consisting only of a compatible field, an address and
-possibly an interrupt line.
+possibly an interrupt line. The compatible field is used by lookup
+the modalias for the driver which will handle the device. A
+manufacturer prefix (separated by a comma) will be stripped off during
+this lookup.
If a device needs more specific bindings, such as properties to
describe some aspect of it, there needs to be a specific binding
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [lm-sensors] [PATCH 1/3] dt: Add adt7411 to trivial devices list
[not found] ` <1386536538-14861-1-git-send-email-bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-12-08 21:02 ` [PATCH 2/3] dt: Remove redundant entry from trivial devices Ben Gamari
2013-12-08 21:02 ` [PATCH 3/3] dt: Describe modalias resolution in i2c/trivial-devices.txt Ben Gamari
@ 2013-12-08 21:44 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2013-12-08 21:44 UTC (permalink / raw)
To: Ben Gamari, devicetree-u79uwXL29TY76Z2rM5mHXA,
lm-sensors-GZX6beZjE8VD60Wz+7aTrA
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA
On 12/08/2013 01:02 PM, Ben Gamari wrote:
> Signed-off-by: Ben Gamari <bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> 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 b1cb341..9c3a684 100644
> --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> @@ -9,6 +9,7 @@ document for it just like any other devices.
>
> Compatible Vendor / Chip
> ========== =============
> +ad,adt7411 I2C Digital 8-channel 10-bit ADC and temperature sensor
> ad,ad7414 SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
> ad,adm9240 ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
> adi,adt7461 +/-1C TDM Extended Temp Range I.C
>
You should also copy the i2c mailing list (linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
It is ok to copy lm-sensors, but the patches will have to be reviewed
and applied through the other lists (or at least I think so).
Note that "ad" is the vendor prefix for "Avionic Design GmbH".
You might want to use "adi" instead.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-08 21:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-08 21:02 [PATCH 1/3] dt: Add adt7411 to trivial devices list Ben Gamari
[not found] ` <1386536538-14861-1-git-send-email-bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-12-08 21:02 ` [PATCH 2/3] dt: Remove redundant entry from trivial devices Ben Gamari
2013-12-08 21:02 ` [PATCH 3/3] dt: Describe modalias resolution in i2c/trivial-devices.txt Ben Gamari
2013-12-08 21:44 ` [lm-sensors] [PATCH 1/3] dt: Add adt7411 to trivial devices list Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).