All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH 1/1] hwmon: add support for tmp112
Date: Tue, 06 Aug 2013 14:47:23 +0000	[thread overview]
Message-ID: <52010C7B.1080707@roeck-us.net> (raw)
In-Reply-To: <28DAD847AEFDD344B2D3802E7670BEE116B91254@DNCE04.ent.ti.com>

Hi Lothar,

not sure what happened here, but it seems the e-mail got all screwed up.
Two e-mails instead of one, with the description in the first e-mail,
and the Sign-off it at the end instead of the description.

Would be great if you can sort this out and resubmit.

Thanks,
Guenter

On 08/06/2013 06:20 AM, Felten, Lothar wrote:
> diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c
> index c03b490..3edb394 100644
> --- a/drivers/hwmon/lm75.c
> +++ b/drivers/hwmon/lm75.c
> @@ -49,6 +49,7 @@ enum lm75_type {              /* keep sorted in alphabetical order */
>          tmp100,
>          tmp101,
>          tmp105,
> +       tmp112,
>          tmp175,
>          tmp275,
>          tmp75,
> @@ -237,6 +238,7 @@ lm75_probe(struct i2c_client *client, const struct i2c_device_id *id)
>                  clr_mask |= 1 << 7;             /* not one-shot mode */
>                  break;
>          case tmp105:
> +       case tmp112:
>          case tmp175:
>          case tmp275:
>          case tmp75:
> @@ -306,6 +308,7 @@ static const struct i2c_device_id lm75_ids[] = {
>          { "tmp100", tmp100, },
>          { "tmp101", tmp101, },
>          { "tmp105", tmp105, },
> +       { "tmp112", tmp112, },
>          { "tmp175", tmp175, },
>          { "tmp275", tmp275, },
>          { "tmp75", tmp75, },
>
>
> diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
> index e989f7f..4316313 100644
> --- a/drivers/hwmon/Kconfig
> +++ b/drivers/hwmon/Kconfig
> @@ -652,8 +652,8 @@ config SENSORS_LM75
>                  - NXP's LM75A
>                  - ST Microelectronics STDS75
>                  - TelCom (now Microchip) TCN75
> -               - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
> -                 TMP275
> +               - Texas Instruments TMP100, TMP101, TMP105, TMP112,
> +                  TMP175, TMP275, TMP75
>
>            This driver supports driver model based binding through board
>            specific I2C device tables.
>
>
>
> diff --git a/Documentation/hwmon/lm75 b/Documentation/hwmon/lm75
> index 2560a9c..c6a5ff1 100644
> --- a/Documentation/hwmon/lm75
> +++ b/Documentation/hwmon/lm75
> @@ -42,13 +42,14 @@ Supported chips:
>       Addresses scanned: none
>       Datasheet: Publicly available at the ST website
>                  http://www.st.com/internet/analog/product/121769.jsp
> -  * Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175, TMP275
> -    Prefixes: 'tmp100', 'tmp101', 'tmp105', 'tmp175', 'tmp75', 'tmp275'
> +  * Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75, TMP175, TMP275
> +    Prefixes: 'tmp100', 'tmp101', 'tmp105', 'tmp112', 'tmp175', 'tmp75', 'tmp275'
>       Addresses scanned: none
>       Datasheet: Publicly available at the Texas Instruments website
>                  http://www.ti.com/product/tmp100
>                  http://www.ti.com/product/tmp101
>                  http://www.ti.com/product/tmp105
> +               http://www.ti.com/product/tmp112
>                  http://www.ti.com/product/tmp75
>                  http://www.ti.com/product/tmp175
>                  http://www.ti.com/product/tmp275
>
> Signed-off-by:l-felten@ti.com
>
>
> Texas Instruments Belgium SA, Rond Point Schuman 6- Bo?te 5, 1040 Bruxelles. BCE: 0414.207.123. RPM Bruxelles. IBAN: BE83570121895615. Swift: CITIBEBX. TVA BE 0414.207.123
>
>
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
>
>


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

      reply	other threads:[~2013-08-06 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-06 13:20 [lm-sensors] [PATCH 1/1] hwmon: add support for tmp112 Felten, Lothar
2013-08-06 14:47 ` Guenter Roeck [this message]

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=52010C7B.1080707@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=lm-sensors@vger.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.