All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux] Add BMC HWMON driver to kernel. Format patch based on Joel's comments.
@ 2015-11-27  6:00 OpenBMC Patches
  2015-11-27  6:00 ` OpenBMC Patches
  0 siblings, 1 reply; 4+ messages in thread
From: OpenBMC Patches @ 2015-11-27  6:00 UTC (permalink / raw)
  To: openbmc; +Cc: adamliyi

Signed-off-by: adamliyi <adamliyi@msn.com>
 Add BMC HWMON driver to kernel. Format patch based on Joel's comments.

https://github.com/openbmc/linux/pull/22

adamliyi (1):
  Add BMC HWMON driver to kernel. Format patch based on Joel's comments.

 Documentation/devicetree/bindings/hwmon/occ.txt |   14 +
 drivers/hwmon/Kconfig                           |   10 +
 drivers/hwmon/Makefile                          |    1 +
 drivers/hwmon/occ.c                             | 1347 +++++++++++++++++++++++
 4 files changed, 1372 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/occ.txt
 create mode 100644 drivers/hwmon/occ.c

-- 
2.6.3

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

end of thread, other threads:[~2015-12-06 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27  6:00 [PATCH linux] Add BMC HWMON driver to kernel. Format patch based on Joel's comments OpenBMC Patches
2015-11-27  6:00 ` OpenBMC Patches
2015-11-27  7:20   ` Jeremy Kerr
2015-12-06 16:20     ` Yi TZ Li

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.