[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFXsbZociERie6bqHUz2fGw71d9JXN512BG27UgXN1EEyRC+YA@mail.gmail.com>
Date: Wed, 14 Jun 2017 21:19:45 -0700
From: Chris Healy <cphealy@...il.com>
To: Andrey Smirnov <andrew.smirnov@...il.com>
Cc: Lee Jones <lee.jones@...aro.org>,
Lucas Stach <l.stach@...gutronix.de>,
Nikita Yushchenko <nikita.yoush@...entembedded.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
devicetree@...r.kernel.org,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] mfd: Add driver for RAVE Supervisory Processor
On Mon, Jun 12, 2017 at 6:23 PM, Andrey Smirnov
<andrew.smirnov@...il.com> wrote:
> Add a driver for RAVE Supervisory Processor, an MCU implementing
> varoius bits of housekeeping functionality (watchdoging, backlight
> control, LED control, etc) on RAVE family of products by Zodiac
> Inflight Innovations.
>
> This driver implementes core MFD/serdev device as well as
> communication subroutines necessary for commanding the device.
>
> Cc: cphealy@...il.com
> Cc: Lucas Stach <l.stach@...gutronix.de>
> Cc: Nikita Yushchenko <nikita.yoush@...entembedded.com>
> Cc: Rob Herring <robh+dt@...nel.org>
> Cc: Mark Rutland <mark.rutland@....com>
> Cc: devicetree@...r.kernel.org
> Cc: linux-kernel@...r.kernel.org
> Signed-off-by: Andrey Smirnov <andrew.smirnov@...il.com>
> ---
>
> Changes since [v1]:
>
> - Fix MODULE_LICENSE to specify "GPL v2"
>
> - Fix a bug in rave_sp_get_status()
>
> - Use %zu to fix warning repored by kbuild test robot
>
> - Remove "status" properties from examples zii,rave-sp.txt as well as
> clarify the fact that device node is expected to be a child of a
> serial device node
>
> NOTE:
>
> * The driver for "zii,rave-sp-watchdog" exists, but I haven't
> submitted it yet, becuase I wanted to make sure that API exposed by
> this MFD is acceptable and doesn't need drastic changes
>
> * This driver is dependent on crc_ccitt_false() introduced in
> 2da9378d531f8cc6670c7497f20d936b706ab80b in 'linux-next'
>
>
> [v1] lkml.kernel.org/r/20170606180643.14258-1-andrew.smirnov@...il.com
>
>
> .../devicetree/bindings/mfd/zii,rave-sp.txt | 36 +
> drivers/mfd/Kconfig | 9 +
> drivers/mfd/Makefile | 1 +
> drivers/mfd/rave-sp.c | 1009 ++++++++++++++++++++
> include/linux/rave-sp.h | 54 ++
> 5 files changed, 1109 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mfd/zii,rave-sp.txt
> create mode 100644 drivers/mfd/rave-sp.c
> create mode 100644 include/linux/rave-sp.h
>
This patch was tested on Zodiac RDU1 and RDU2 platforms.
Tested-by: Chris Healy <cphealy@...il.com>
Powered by blists - more mailing lists