public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add GPIO support for the MAX6650/6651 ICs
@ 2013-12-23 16:08 Laszlo Papp
  2013-12-23 16:08 ` [PATCH 1/3] mfd: MAX6650/6651 support Laszlo Papp
                   ` (3 more replies)
  0 siblings, 4 replies; 34+ messages in thread
From: Laszlo Papp @ 2013-12-23 16:08 UTC (permalink / raw)
  To: Guenter Roeck, Linus Walleij, Lee Jones; +Cc: linux-kernel, Laszlo Papp

Important text here later. It is now just an attempt to get some feedback about
the design of the new features. This set has only been compilation tested, and
has many errors with checkpatch.pl, et al. Really, the point is only to get
feedback about the direction, as there has been a lot of paid work put into
this to work better with upstream after the previously rejected change simple
hwmon change.

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

 drivers/gpio/Kconfig                |  14 ++
 drivers/gpio/Makefile               |   2 +
 drivers/gpio/gpio-max6651.c         |  72 +++++++++
 drivers/gpio/gpio-max665x.c         | 301 ++++++++++++++++++++++++++++++++++++
 drivers/hwmon/Kconfig               |   2 +-
 drivers/hwmon/max6650.c             | 150 +++++++++---------
 drivers/mfd/Kconfig                 |  11 ++
 drivers/mfd/Makefile                |   1 +
 drivers/mfd/max6651.c               | 132 ++++++++++++++++
 include/linux/mfd/max6651-private.h |  63 ++++++++
 10 files changed, 675 insertions(+), 73 deletions(-)
 create mode 100644 drivers/gpio/gpio-max6651.c
 create mode 100644 drivers/gpio/gpio-max665x.c
 create mode 100644 drivers/mfd/max6651.c
 create mode 100644 include/linux/mfd/max6651-private.h

-- 
1.8.5.1


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

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

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 16:08 [PATCH 0/3] Add GPIO support for the MAX6650/6651 ICs Laszlo Papp
2013-12-23 16:08 ` [PATCH 1/3] mfd: MAX6650/6651 support Laszlo Papp
2014-01-07 14:11   ` Linus Walleij
2014-01-08 14:39     ` Laszlo Papp
2014-01-08 22:39   ` Lee Jones
2014-01-09  2:15     ` Laszlo Papp
2014-01-09  9:41       ` Lee Jones
2014-01-09 10:33         ` Laszlo Papp
2014-01-09 11:06           ` Lee Jones
2014-01-09 11:11             ` Laszlo Papp
2014-01-09 11:21               ` Lee Jones
2014-01-09 14:43     ` Laszlo Papp
2014-01-10  9:56       ` Lee Jones
2014-01-15  8:02         ` Linus Walleij
2013-12-23 16:08 ` [PATCH 2/3] hwmon: (max6650) Convert to be a platform driver Laszlo Papp
2014-02-13 17:41   ` Laszlo Papp
2014-02-14  9:20     ` Lee Jones
2013-12-23 16:08 ` [PATCH 3/3] gpio: MAX6650/6651 support Laszlo Papp
2014-01-07 14:33   ` Linus Walleij
2014-01-08 14:59     ` Laszlo Papp
2014-01-13  9:22       ` Laszlo Papp
2014-01-13  9:48         ` Linus Walleij
2014-01-13 12:15           ` Laszlo Papp
2014-01-13  9:43       ` Linus Walleij
2014-01-13 12:12         ` Laszlo Papp
2014-01-14 17:17           ` Laszlo Papp
2014-01-15 10:05             ` Linus Walleij
2014-01-15 10:51               ` Laszlo Papp
2014-01-15 12:21                 ` Linus Walleij
2014-01-07  9:09 ` [PATCH 0/3] Add GPIO support for the MAX6650/6651 ICs Lee Jones
2014-01-08 14:37   ` Laszlo Papp
2014-01-08 17:07     ` Laszlo Papp
2014-01-08 17:22       ` Lee Jones
2014-01-08 17:31         ` Laszlo Papp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox