devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Maxim Integrated MAX31760 fan controller driver.
@ 2017-04-04 19:20 John Muir
  2017-04-04 19:20 ` [PATCH 1/2] hwmon: Add " John Muir
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: John Muir @ 2017-04-04 19:20 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Jonathan Corbet, Rob Herring,
	Pawel Moll, Ian Campbell, Kumar Gala, devicetree, linux-hwmon,
	linux-doc
  Cc: John Muir, Anatol Pomazau, Mark Segal

Add a device driver for the MAX31760 I2C device with a hwmon interface and
a few open firmware device properties.

John Muir (2):
  hwmon: Add MAX31760 fan controller driver.
  devicetree: Document the max31760 device binding.

 .../devicetree/bindings/hwmon/max31760.txt         |   58 +
 Documentation/hwmon/max31760                       |   41 +
 drivers/hwmon/Kconfig                              |   10 +
 drivers/hwmon/Makefile                             |    1 +
 drivers/hwmon/max31760.c                           | 1430 ++++++++++++++++++++
 5 files changed, 1540 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/max31760.txt
 create mode 100644 Documentation/hwmon/max31760
 create mode 100644 drivers/hwmon/max31760.c

-- 
2.12.2.715.g7642488e1d-goog


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

end of thread, other threads:[~2017-04-19 21:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-04 19:20 [PATCH 0/2] Add Maxim Integrated MAX31760 fan controller driver John Muir
2017-04-04 19:20 ` [PATCH 1/2] hwmon: Add " John Muir
2017-04-04 19:20 ` [PATCH 2/2] devicetree: Document the max31760 device binding John Muir
     [not found]   ` <20170404192034.158901-3-john-eXjPKP/gKhgAvxtiuMwx3w@public.gmane.org>
2017-04-10 15:42     ` Rob Herring
2017-04-10 15:44       ` Rob Herring
2017-04-11 13:47       ` John Muir
2017-04-11 20:27         ` Guenter Roeck
     [not found] ` <20170404192034.158901-1-john-eXjPKP/gKhgAvxtiuMwx3w@public.gmane.org>
2017-04-11 21:32   ` [PATCH v2 0/2] Add Maxim Integrated MAX31760 fan controller driver John Muir
     [not found]     ` <20170411213218.138718-1-john-eXjPKP/gKhgAvxtiuMwx3w@public.gmane.org>
2017-04-11 21:32       ` [PATCH v2 1/2] hwmon: Add " John Muir
2017-04-11 21:32       ` [PATCH v2 2/2] devicetree: Document the max31760 device binding John Muir
2017-04-19 21:04         ` Rob Herring

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