Messages in this thread |  | | From | Laszlo Papp <> | Subject | [RFC PATCH 0/2] Redesign the MAX6650-6651 driver to be more flexible | Date | Fri, 14 Feb 2014 09:15:40 +0000 |
| |
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
|  |