All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
To: Ben Gamari <bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [lm-sensors] [PATCH 1/3] dt: Add adt7411 to trivial devices list
Date: Sun, 08 Dec 2013 13:44:28 -0800	[thread overview]
Message-ID: <52A4E83C.3000407@roeck-us.net> (raw)
In-Reply-To: <1386536538-14861-1-git-send-email-bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Ben Gamari <bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [lm-sensors] [PATCH 1/3] dt: Add adt7411 to trivial devices list
Date: Sun, 08 Dec 2013 21:44:28 +0000	[thread overview]
Message-ID: <52A4E83C.3000407@roeck-us.net> (raw)
In-Reply-To: <1386536538-14861-1-git-send-email-bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

On 12/08/2013 01:02 PM, Ben Gamari wrote:
> Signed-off-by: Ben Gamari <bgamari.foss@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 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@vger.kernel.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


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  parent reply	other threads:[~2013-12-08 21:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-08 21:02 [lm-sensors] [PATCH 1/3] dt: Add adt7411 to trivial devices list Ben Gamari
2013-12-08 21:02 ` Ben Gamari
     [not found] ` <1386536538-14861-1-git-send-email-bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-12-08 21:02   ` [lm-sensors] [PATCH 2/3] dt: Remove redundant entry from trivial devices Ben Gamari
2013-12-08 21:02     ` Ben Gamari
2013-12-08 21:02   ` [lm-sensors] [PATCH 3/3] dt: Describe modalias resolution in i2c/trivial-devices.txt Ben Gamari
2013-12-08 21:02     ` Ben Gamari
2013-12-08 21:44   ` Guenter Roeck [this message]
2013-12-08 21:44     ` [lm-sensors] [PATCH 1/3] dt: Add adt7411 to trivial devices list Guenter Roeck

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=52A4E83C.3000407@roeck-us.net \
    --to=linux-0h96xk9xttrk1umjsbkqmq@public.gmane.org \
    --cc=bgamari.foss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.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.