public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/17] mfd sharing support (v2, part 1)
@ 2011-02-12  1:57 Andres Salomon
  2011-02-14 16:31 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Andres Salomon @ 2011-02-12  1:57 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel, Mark Brown

Hi,

Here's my second attempt[0] of the MFD sharing.  Rather than go
through with the whole thing, this is just the part which makes
mfd_cells always available to MFD clients.  I'm planning to later 
remove driver_data, and just use a (renamed) platform_data as a
general cleanup, but for now..  Here's the first part.

Again, the goal here is to allow MFD clients to share MFD driver
resources.  Each platform device that an MFD driver creates has
the mfd_cell that created it located in its platform_data area.  For
drivers that were using the mfd_cell's platform_data field for other
purposes, this is now available by grabbing the mfd_cell and looking at
its platform_data field.

[0] first attempt -
http://thread.gmane.org/gmane.linux.kernel/1095524/focus=1095546

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/17] mfd sharing support (v2, part 1)
  2011-02-12  1:57 [PATCH 0/17] mfd sharing support (v2, part 1) Andres Salomon
@ 2011-02-14 16:31 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2011-02-14 16:31 UTC (permalink / raw)
  To: Andres Salomon; +Cc: Samuel Ortiz, linux-kernel

On Fri, Feb 11, 2011 at 05:57:35PM -0800, Andres Salomon wrote:

> Here's my second attempt[0] of the MFD sharing.  Rather than go
> through with the whole thing, this is just the part which makes
> mfd_cells always available to MFD clients.  I'm planning to later 
> remove driver_data, and just use a (renamed) platform_data as a
> general cleanup, but for now..  Here's the first part.

Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

though I didn't go and check for existing platform data users in the
affected drivers.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-14 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12  1:57 [PATCH 0/17] mfd sharing support (v2, part 1) Andres Salomon
2011-02-14 16:31 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox