Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1530822 > unrolled thread
| Started by | John Muir <john@jmuir.com> |
|---|---|
| First post | 2016-11-27 02:30 +0100 |
| Last post | 2016-11-27 03:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] Texas Instruments TMP108 temperature sensor driver. John Muir <john@jmuir.com> - 2016-11-27 02:30 +0100
Re: [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver. Guenter Roeck <linux@roeck-us.net> - 2016-11-27 03:20 +0100
| From | John Muir <john@jmuir.com> |
|---|---|
| Date | 2016-11-27 02:30 +0100 |
| Subject | [PATCH 0/3] Texas Instruments TMP108 temperature sensor driver. |
| Message-ID | <sHWs1-5Xf-3@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2016-11-27 03:20 +0100 |
| Message-ID | <sHXep-6vw-1@gated-at.bofh.it> |
| In reply to | #1530822 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web