All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hwmon: (ina2xx) Add ina231 compatible string
@ 2015-01-14 23:57 ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2015-01-14 23:57 UTC (permalink / raw)
  To: Guenter Roeck, lm-sensors; +Cc: linux-samsung-soc, Jean Delvare, open list

From: Kevin Hilman <khilman@linaro.org>

Add support for "ina231" as compatible string.

Tested with the Exynos5422-based odroid-xu3 board which has on-board
INA231 sensors.

Signed-off-by: Kevin Hilman <khilman@linaro.org>
---
 drivers/hwmon/ina2xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hwmon/ina2xx.c b/drivers/hwmon/ina2xx.c
index e01feba909c3..8c4a29bd2eaf 100644
--- a/drivers/hwmon/ina2xx.c
+++ b/drivers/hwmon/ina2xx.c
@@ -287,6 +287,7 @@ static const struct i2c_device_id ina2xx_id[] = {
 	{ "ina220", ina219 },
 	{ "ina226", ina226 },
 	{ "ina230", ina226 },
+	{ "ina231", ina226 },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, ina2xx_id);
-- 
2.1.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] hwmon: (ina2xx) Add ina231 compatible string
@ 2015-01-14 23:57 ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2015-01-14 23:57 UTC (permalink / raw)
  To: Guenter Roeck, lm-sensors; +Cc: linux-samsung-soc, Jean Delvare, open list

From: Kevin Hilman <khilman@linaro.org>

Add support for "ina231" as compatible string.

Tested with the Exynos5422-based odroid-xu3 board which has on-board
INA231 sensors.

Signed-off-by: Kevin Hilman <khilman@linaro.org>
---
 drivers/hwmon/ina2xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hwmon/ina2xx.c b/drivers/hwmon/ina2xx.c
index e01feba909c3..8c4a29bd2eaf 100644
--- a/drivers/hwmon/ina2xx.c
+++ b/drivers/hwmon/ina2xx.c
@@ -287,6 +287,7 @@ static const struct i2c_device_id ina2xx_id[] = {
 	{ "ina220", ina219 },
 	{ "ina226", ina226 },
 	{ "ina230", ina226 },
+	{ "ina231", ina226 },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, ina2xx_id);
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [lm-sensors] [PATCH] hwmon: (ina2xx) Add ina231 compatible string
@ 2015-01-14 23:57 ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2015-01-14 23:57 UTC (permalink / raw)
  To: Guenter Roeck, lm-sensors; +Cc: linux-samsung-soc, Jean Delvare, open list

From: Kevin Hilman <khilman@linaro.org>

Add support for "ina231" as compatible string.

Tested with the Exynos5422-based odroid-xu3 board which has on-board
INA231 sensors.

Signed-off-by: Kevin Hilman <khilman@linaro.org>
---
 drivers/hwmon/ina2xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hwmon/ina2xx.c b/drivers/hwmon/ina2xx.c
index e01feba909c3..8c4a29bd2eaf 100644
--- a/drivers/hwmon/ina2xx.c
+++ b/drivers/hwmon/ina2xx.c
@@ -287,6 +287,7 @@ static const struct i2c_device_id ina2xx_id[] = {
 	{ "ina220", ina219 },
 	{ "ina226", ina226 },
 	{ "ina230", ina226 },
+	{ "ina231", ina226 },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, ina2xx_id);
-- 
2.1.3


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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] hwmon: (ina2xx) Add ina231 compatible string
  2015-01-14 23:57 ` Kevin Hilman
@ 2015-01-15  0:56   ` Guenter Roeck
  -1 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2015-01-15  0:56 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: lm-sensors, linux-samsung-soc, Jean Delvare, open list

On Wed, Jan 14, 2015 at 03:57:32PM -0800, Kevin Hilman wrote:
> From: Kevin Hilman <khilman@linaro.org>
> 
> Add support for "ina231" as compatible string.
> 
> Tested with the Exynos5422-based odroid-xu3 board which has on-board
> INA231 sensors.
> 
> Signed-off-by: Kevin Hilman <khilman@linaro.org>

Hi Kevin,

can you also update Documentation/hwmon/ina2xx and Documentation/hwmon/Kconfig ?

Thanks,
Guenter

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [lm-sensors] [PATCH] hwmon: (ina2xx) Add ina231 compatible string
@ 2015-01-15  0:56   ` Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2015-01-15  0:56 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: lm-sensors, linux-samsung-soc, Jean Delvare, open list

On Wed, Jan 14, 2015 at 03:57:32PM -0800, Kevin Hilman wrote:
> From: Kevin Hilman <khilman@linaro.org>
> 
> Add support for "ina231" as compatible string.
> 
> Tested with the Exynos5422-based odroid-xu3 board which has on-board
> INA231 sensors.
> 
> Signed-off-by: Kevin Hilman <khilman@linaro.org>

Hi Kevin,

can you also update Documentation/hwmon/ina2xx and Documentation/hwmon/Kconfig ?

Thanks,
Guenter

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] hwmon: (ina2xx) Add ina231 compatible string
  2015-01-15  0:56   ` [lm-sensors] " Guenter Roeck
@ 2015-01-15  1:30     ` Kevin Hilman
  -1 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2015-01-15  1:30 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: lm-sensors, linux-samsung-soc, Jean Delvare, open list

Guenter Roeck <linux@roeck-us.net> writes:

> On Wed, Jan 14, 2015 at 03:57:32PM -0800, Kevin Hilman wrote:
>> From: Kevin Hilman <khilman@linaro.org>
>> 
>> Add support for "ina231" as compatible string.
>> 
>> Tested with the Exynos5422-based odroid-xu3 board which has on-board
>> INA231 sensors.
>> 
>> Signed-off-by: Kevin Hilman <khilman@linaro.org>
>
> Hi Kevin,
>
> can you also update Documentation/hwmon/ina2xx and Documentation/hwmon/Kconfig ?
>

Sure... coming right up.

Kevin


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [lm-sensors] [PATCH] hwmon: (ina2xx) Add ina231 compatible string
@ 2015-01-15  1:30     ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2015-01-15  1:30 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: lm-sensors, linux-samsung-soc, Jean Delvare, open list

Guenter Roeck <linux@roeck-us.net> writes:

> On Wed, Jan 14, 2015 at 03:57:32PM -0800, Kevin Hilman wrote:
>> From: Kevin Hilman <khilman@linaro.org>
>> 
>> Add support for "ina231" as compatible string.
>> 
>> Tested with the Exynos5422-based odroid-xu3 board which has on-board
>> INA231 sensors.
>> 
>> Signed-off-by: Kevin Hilman <khilman@linaro.org>
>
> Hi Kevin,
>
> can you also update Documentation/hwmon/ina2xx and Documentation/hwmon/Kconfig ?
>

Sure... coming right up.

Kevin


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-15  1:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14 23:57 [PATCH] hwmon: (ina2xx) Add ina231 compatible string Kevin Hilman
2015-01-14 23:57 ` [lm-sensors] " Kevin Hilman
2015-01-14 23:57 ` Kevin Hilman
2015-01-15  0:56 ` Guenter Roeck
2015-01-15  0:56   ` [lm-sensors] " Guenter Roeck
2015-01-15  1:30   ` Kevin Hilman
2015-01-15  1:30     ` [lm-sensors] " Kevin Hilman

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.