[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20171219092240.uirk77frjqtaczdw@dell>
Date: Tue, 19 Dec 2017 09:22:40 +0000
From: Lee Jones <lee.jones@...aro.org>
To: Andrey Smirnov <andrew.smirnov@...il.com>
Cc: linux-kernel@...r.kernel.org, cphealy@...il.com,
Lucas Stach <l.stach@...gutronix.de>,
Nikita Yushchenko <nikita.yoush@...entembedded.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Pavel Machek <pavel@....cz>,
Andy Shevchenko <andy.shevchenko@...il.com>,
Guenter Roeck <linux@...ck-us.net>,
Rob Herring <robh@...nel.org>, Johan Hovold <johan@...nel.org>,
Sebastian Reichel <sebastian.reichel@...labora.co.uk>
Subject: Re: [PATCH v14 3/5] mfd: Add driver for RAVE Supervisory Processor
On Thu, 07 Dec 2017, Andrey Smirnov wrote:
> Add a driver for RAVE Supervisory Processor, an MCU implementing
> various 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: linux-kernel@...r.kernel.org
> Cc: cphealy@...il.com
> Cc: Lucas Stach <l.stach@...gutronix.de>
> Cc: Nikita Yushchenko <nikita.yoush@...entembedded.com>
> Cc: Lee Jones <lee.jones@...aro.org>
> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> Cc: Pavel Machek <pavel@....cz>
> Cc: Andy Shevchenko <andy.shevchenko@...il.com>
> Cc: Guenter Roeck <linux@...ck-us.net>
> Cc: Rob Herring <robh@...nel.org>
> Cc: Johan Hovold <johan@...nel.org>
> Cc: Sebastian Reichel <sebastian.reichel@...labora.co.uk>
> Tested-by: Chris Healy <cphealy@...il.com>
> Reviewed-by: Guenter Roeck <linux@...ck-us.net>
> Reviewed-by: Andy Shevchenko <andy.shevchenko@...il.com>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@...il.com>
> ---
> drivers/mfd/Kconfig | 8 +
> drivers/mfd/Makefile | 2 +
> drivers/mfd/rave-sp.c | 660 ++++++++++++++++++++++++++++++++++++++++++++
> include/linux/mfd/rave-sp.h | 56 ++++
> 4 files changed, 726 insertions(+)
> create mode 100644 drivers/mfd/rave-sp.c
> create mode 100644 include/linux/mfd/rave-sp.h
While we sort the 'matching on parent's compatible strings' issue:
For my own reference:
Acked-for-MFD-by: Lee Jones <lee.jones@...aro.org>
--
Lee Jones
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists