linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: "Lee Jones" <lee.jones@linaro.org>,
	"Aaron Lu" <aaron.lu@intel.com>,
	"Alexandre Courbot" <gnurou@gmail.com>,
	"Samuel Ortiz" <sameo@linux.intel.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Jacob Pan" <jacob.jun.pan@linux.intel.com>,
	"Lejun Zhu" <lejun.zhu@intel.com>,
	"Radivoje Jovanovic" <radivoje.jovanovic@intel.com>,
	"Daniel Glöckner" <dg@emlix.com>,
	"ACPI Devel Maling List" <linux-acpi@vger.kernel.org>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>
Subject: Re: [PATCH 2/2] PMIC / opregion: support PMIC customized operation region for CrystalCove
Date: Wed, 8 Oct 2014 13:54:29 +0100	[thread overview]
Message-ID: <20141008125429.GX4609@sirena.org.uk> (raw)
In-Reply-To: <CACRpkdaPFzq=Qya_UoZpxHom+VcynTwQL9EfdLb_Vpr=g6+Prg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1317 bytes --]

On Wed, Oct 08, 2014 at 11:16:11AM +0200, Linus Walleij wrote:
> On Wed, Oct 8, 2014 at 10:05 AM, Lee Jones <lee.jones@linaro.org> wrote:

Please don't send upstream mail to my work account (which I've never
used for upstream mail and isn't advertised in MAINTAINERS), it mostly
gets deleted unread.

> > With the influx of new same-chip devices, I think the MFD subsystem is
> > fast becoming overloaded.  I think all of the PMIC handling should in
> > fact either live in Regulators or have its own subsystem.

> You have a valid point, and it's been raised before that MFD risk being
> a dumping ground of the same kind that drivers/misc used to be (is?).

> If they shall live in MFD the driver there should (IMHO) just be
> an exchange station, multiplexing messages and spawning
> MFD cells into platform devices for respective *real* subsystem,
> various misc stuff should not be allowed to be shoehorned
> into MFD just because there is no other place to put it.

Right, there's a very clear role for MFD in multiplexing the various
functions of the device and dealing with any core behaviour it needs for
bootstrapping or things like chip level suspend and resume.  Dumping
that into some random subsystem doesn't seem to make any sense, but
doing things that fall outside that remit also don't seem clever.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

  parent reply	other threads:[~2014-10-08 12:54 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09  2:32 [PATCH 0/2] Support CrystalCove PMIC ACPI operation region Aaron Lu
2014-09-09  2:32 ` [PATCH 1/2] gpio / CrystalCove: support virtual GPIO Aaron Lu
2014-09-09  2:32   ` Aaron Lu
2014-09-23 10:13   ` Linus Walleij
2014-09-23 10:13     ` Linus Walleij
2014-09-24 11:18   ` Linus Walleij
2014-09-24 11:18     ` Linus Walleij
2014-09-25  2:57     ` [PATCH v2 " Aaron Lu
2014-09-25  2:57       ` Aaron Lu
2014-09-25 11:15       ` Mika Westerberg
2014-09-26  5:21         ` Aaron Lu
2014-09-26  5:21           ` Aaron Lu
2014-09-25 13:16       ` Linus Walleij
2014-09-25 13:16         ` Linus Walleij
2014-09-26  5:22         ` Aaron Lu
2014-09-26  5:22           ` Aaron Lu
2014-09-09  2:32 ` [PATCH 2/2] PMIC / opregion: support PMIC customized operation region for CrystalCove Aaron Lu
2014-09-09  2:32   ` Aaron Lu
2014-10-08  8:05   ` Lee Jones
2014-10-08  8:05     ` Lee Jones
2014-10-08  9:16     ` Linus Walleij
2014-10-08 11:58       ` Jacob Pan
2014-10-08 12:54       ` Mark Brown [this message]
2014-10-08 12:54         ` Mark Brown
2014-10-09  9:21     ` Aaron Lu
2014-10-09  9:21       ` Aaron Lu
2014-10-13  9:02       ` Aaron Lu
2014-10-13  9:02         ` Aaron Lu
2014-10-13 14:51         ` Rafael J. Wysocki
2014-09-09  2:37 ` [PATCH 0/2] Support CrystalCove PMIC ACPI operation region Aaron Lu
2014-09-09  2:37   ` Aaron Lu
2014-09-15  2:57 ` Aaron Lu
2014-09-15  2:57   ` Aaron Lu
2014-09-15 22:43   ` Lee Jones
2014-09-15 22:43     ` Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2014-09-09  2:26 Aaron Lu
2014-09-09  2:26 ` [PATCH 2/2] PMIC / opregion: support PMIC customized operation region for CrystalCove Aaron Lu
2014-09-09  2:26   ` Aaron Lu

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=20141008125429.GX4609@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=aaron.lu@intel.com \
    --cc=arnd@arndb.de \
    --cc=dg@emlix.com \
    --cc=gnurou@gmail.com \
    --cc=jacob.jun.pan@linux.intel.com \
    --cc=lee.jones@linaro.org \
    --cc=lejun.zhu@intel.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=radivoje.jovanovic@intel.com \
    --cc=rjw@rjwysocki.net \
    --cc=sameo@linux.intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).