All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Redesign the MAX6650-6651 driver to be more flexible
@ 2014-02-14  9:15 ` Laszlo Papp
  0 siblings, 0 replies; 14+ messages in thread
From: Laszlo Papp @ 2014-02-14  9:15 UTC (permalink / raw)
  To: jdelvare, linux; +Cc: lm-sensors, lee.jones, lpapp, linux-kernel

Yet to be run-time tested, but early reviews are welcome to catch any obvious
mistakes that are potentially hard and time-consuming to debug.

Laszlo Papp (2):
  mfd: MAX6650/6651 support
  hwmon: (max6650) Convert to be a platform driver

 drivers/hwmon/Kconfig               |   2 +-
 drivers/hwmon/max6650.c             | 125 ++++++++++++++++++------------------
 drivers/mfd/Kconfig                 |  11 ++++
 drivers/mfd/Makefile                |   1 +
 drivers/mfd/max665x.c               |  94 +++++++++++++++++++++++++++
 include/linux/mfd/max665x-private.h |  34 ++++++++++
 6 files changed, 203 insertions(+), 64 deletions(-)
 create mode 100644 drivers/mfd/max665x.c
 create mode 100644 include/linux/mfd/max665x-private.h

-- 
1.8.5.4


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

end of thread, other threads:[~2014-02-14 17:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14  9:15 [RFC PATCH 0/2] Redesign the MAX6650-6651 driver to be more flexible Laszlo Papp
2014-02-14  9:15 ` [lm-sensors] " Laszlo Papp
2014-02-14  9:15 ` [PATCH 1/2] mfd: MAX6650/6651 support Laszlo Papp
2014-02-14  9:15   ` [lm-sensors] " Laszlo Papp
2014-02-14 11:43   ` Lee Jones
2014-02-14 11:43     ` [lm-sensors] " Lee Jones
2014-02-14 17:24   ` Guenter Roeck
2014-02-14 17:24     ` [lm-sensors] " Guenter Roeck
2014-02-14  9:15 ` [PATCH 2/2] hwmon: (max6650) Convert to be a platform driver Laszlo Papp
2014-02-14  9:15   ` [lm-sensors] " Laszlo Papp
2014-02-14 12:00   ` Lee Jones
2014-02-14 12:00     ` [lm-sensors] " Lee Jones
2014-02-14 17:45   ` Guenter Roeck
2014-02-14 17:45     ` [lm-sensors] " Guenter Roeck

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.