All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Johan Hovold <johan@kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Chris Healy <cphealy@gmail.com>,
	Lucas Stach <l.stach@pengutronix.de>,
	Nikita Yushchenko <nikita.yoush@cogentembedded.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Pavel Machek <pavel@ucw.cz>
Subject: Re: [RESEND PATCH v7 1/1] platform: Add driver for RAVE Supervisory Processor
Date: Tue, 24 Oct 2017 11:28:02 +0100	[thread overview]
Message-ID: <20171024102802.u6j3valav7idapi5@dell> (raw)
In-Reply-To: <CAHQ1cqFHt+zb1M=3CN9xBfKjmuJ1s920KO=GC=wmyRFxOMLfTQ@mail.gmail.com>

On Fri, 13 Oct 2017, Andrey Smirnov wrote:

> On Fri, Oct 13, 2017 at 9:17 AM, Lee Jones <lee.jones@linaro.org> wrote:
> > On Fri, 13 Oct 2017, Andrey Smirnov wrote:
> >
> >> On Fri, Oct 13, 2017 at 12:27 AM, Johan Hovold <johan@kernel.org> wrote:
> >> > On Thu, Oct 12, 2017 at 11:13:21PM -0700, Andrey Smirnov 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.
> >> >
> >> > I only skimmed this, but have a few of comments below.
> >> >
> >> >> Cc: linux-kernel@vger.kernel.org
> >> >> Cc: cphealy@gmail.com
> >> >> Cc: Lucas Stach <l.stach@pengutronix.de>
> >> >> Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
> >> >> Cc: Lee Jones <lee.jones@linaro.org>
> >> >> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >> >> Cc: Pavel Machek <pavel@ucw.cz>
> >> >> Tested-by: Chris Healy <cphealy@gmail.com>
> >> >> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> >> >> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> >> >> ---
> >> >>  drivers/platform/Kconfig        |   2 +
> >> >>  drivers/platform/Makefile       |   1 +
> >> >>  drivers/platform/rave/Kconfig   |  26 ++
> >> >>  drivers/platform/rave/Makefile  |   1 +
> >> >>  drivers/platform/rave/rave-sp.c | 677 ++++++++++++++++++++++++++++++++++++++++
> >> >
> >> > First of all, why do these live in drivers/platform and why don't use
> >> > the mfd subsystem to implement this driver (instead of rolling your own
> >> > mfd-implementation)?
> >> >
> >>
> >> Because when I submitted this driver to MFD Lee Jones told me that it
> >> didn't belong to that subsystem and should be added to the kernel in
> >> "drivers/platform".
> >
> > When I first reviewed this driver, it looked far too complex to be an
> > MFD driver.
> 
> With exception of removed sysfs/debugfs entries (and minor code
> changes) the driver is still the same as when you reviewed it.
> 
> > Most of the code doesn't deal with what I'd expect to be
> > handled in MFD.  Why do you have ~600 lines of protocol handling?
> >
> 
> Because there are three ever-so-slightly different ICDs that the
> firmware of the device implements depending on the variant/generation
> of the overall platform it is a part of.

Okay, it sounds like this might fit into MFD after all.

Sorry for the fuss.

Do you want me to review the first submission, or will you submit
again?

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2017-10-24 10:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-13  6:13 [RESEND PATCH v7 0/1] ZII RAVE platform driver Andrey Smirnov
2017-10-13  6:13 ` [RESEND PATCH v7 1/1] platform: Add driver for RAVE Supervisory Processor Andrey Smirnov
2017-10-13  7:27   ` Johan Hovold
2017-10-13 15:56     ` Andrey Smirnov
2017-10-13 16:17       ` Lee Jones
2017-10-13 16:34         ` Andrey Smirnov
2017-10-24 10:28           ` Lee Jones [this message]
2017-10-24 18:34             ` Andrey Smirnov
2017-10-23  9:31         ` Pavel Machek
2017-10-16 14:14       ` Johan Hovold
2017-10-16 16:45         ` Andrey Smirnov
2017-10-18  7:27           ` Johan Hovold
2017-10-23  9:30     ` Pavel Machek
2017-10-24 15:13       ` Johan Hovold
2017-10-24 18:40         ` Andrey Smirnov
2017-10-25  7:17           ` Johan Hovold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171024102802.u6j3valav7idapi5@dell \
    --to=lee.jones@linaro.org \
    --cc=andrew.smirnov@gmail.com \
    --cc=cphealy@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=johan@kernel.org \
    --cc=l.stach@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nikita.yoush@cogentembedded.com \
    --cc=pavel@ucw.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.