[RFC PATCH 0/2] Redesign the MAX6650-6651 driver to be more flexible

From: Laszlo Papp
Date: Fri Feb 14 2014 - 04:16:25 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/