lkml.org 
[lkml]   [2013]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/3] Add GPIO support for the MAX6650/6651 ICs
    Date
    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



    \
     
     \ /
      Last update: 2013-12-23 17:21    [W:4.112 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site