linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver.
@ 2016-11-27  1:26 John Muir
  2016-11-27  2:18 ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: John Muir @ 2016-11-27  1:26 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Jonathan Corbet, Mark Rutland,
	Rob Herring, linux-kernel, linux-hwmon, linux-doc
  Cc: John Muir, John Muir, Anatol Pomazau

This driver is split into three patches as it is being ported forward from
a Linux 4.4 implementation where it was tested. The final driver code uses
interfaces that are not available in 4.4.

John Muir (3):
  hwmon: Add Texas Instruments TMP108 temperature sensor driver.
  hwmon: tmp108: Use devm variants of registration interfaces.
  hwmon: tmp108: Update driver to use hwmon_chip_info.

 Documentation/devicetree/bindings/hwmon/tmp108.txt |  27 ++
 Documentation/hwmon/tmp108                         |  38 ++
 drivers/hwmon/Kconfig                              |  11 +
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/tmp108.c                             | 421 +++++++++++++++++++++
 5 files changed, 498 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/tmp108.txt
 create mode 100644 Documentation/hwmon/tmp108
 create mode 100644 drivers/hwmon/tmp108.c

-- 
2.8.0.rc3.226.g39d4020

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

* Re: [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver.
  2016-11-27  1:26 [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver John Muir
@ 2016-11-27  2:18 ` Guenter Roeck
  0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2016-11-27  2:18 UTC (permalink / raw)
  To: John Muir, Jean Delvare, Jonathan Corbet, Mark Rutland,
	Rob Herring, linux-kernel, linux-hwmon, linux-doc
  Cc: John Muir, Anatol Pomazau

On 11/26/2016 05:26 PM, John Muir wrote:
> This driver is split into three patches as it is being ported forward from
> a Linux 4.4 implementation where it was tested. The final driver code uses
> interfaces that are not available in 4.4.
>
> John Muir (3):
>   hwmon: Add Texas Instruments TMP108 temperature sensor driver.
>   hwmon: tmp108: Use devm variants of registration interfaces.
>   hwmon: tmp108: Update driver to use hwmon_chip_info.
>
>  Documentation/devicetree/bindings/hwmon/tmp108.txt |  27 ++
>  Documentation/hwmon/tmp108                         |  38 ++
>  drivers/hwmon/Kconfig                              |  11 +
>  drivers/hwmon/Makefile                             |   1 +
>  drivers/hwmon/tmp108.c                             | 421 +++++++++++++++++++++
>  5 files changed, 498 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/hwmon/tmp108.txt
>  create mode 100644 Documentation/hwmon/tmp108
>  create mode 100644 drivers/hwmon/tmp108.c
>

Hi John,

maybe the rest of the patches are delayed, but so far I only see this introduction.
Just an early note, in case the other patches still show up.

Can you send me a register dump for this chip ?

Thanks,
Guenter

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

* [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver.
@ 2016-11-27  5:12 John Muir
  0 siblings, 0 replies; 3+ messages in thread
From: John Muir @ 2016-11-27  5:12 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Jonathan Corbet, Mark Rutland,
	Rob Herring, linux-kernel, linux-hwmon, linux-doc
  Cc: John Muir, John Muir, Anatol Pomazau

(Attempting a resend due to apparent delivery failure.)

This driver is split into three patches as it is being ported forward from
a Linux 4.4 implementation where it was tested. The final driver code uses
interfaces that are not available in 4.4.

John Muir (3):
  hwmon: Add Texas Instruments TMP108 temperature sensor driver.
  hwmon: tmp108: Use devm variants of registration interfaces.
  hwmon: tmp108: Update driver to use hwmon_chip_info.

 Documentation/devicetree/bindings/hwmon/tmp108.txt |  27 ++
 Documentation/hwmon/tmp108                         |  38 ++
 drivers/hwmon/Kconfig                              |  11 +
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/tmp108.c                             | 421 +++++++++++++++++++++
 5 files changed, 498 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/tmp108.txt
 create mode 100644 Documentation/hwmon/tmp108
 create mode 100644 drivers/hwmon/tmp108.c

-- 
2.8.0.rc3.226.g39d4020

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

end of thread, other threads:[~2016-11-27  5:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-27  1:26 [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver John Muir
2016-11-27  2:18 ` Guenter Roeck
2016-11-27  5:12 John Muir

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).