From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755691Ab1EJHw2 (ORCPT ); Tue, 10 May 2011 03:52:28 -0400 Received: from mail-ew0-f46.google.com ([209.85.215.46]:47293 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752439Ab1EJHw1 (ORCPT ); Tue, 10 May 2011 03:52:27 -0400 Subject: Re: [PATCH 00/19] mfd: mfd_data removal From: Richard =?ISO-8859-1?Q?R=F6jfors?= To: Samuel Ortiz Cc: linux-kernel , Andres Salomon , Artem Bityutskiy , Dmitry Baryshkov , Dmitry Torokhov , Florian Fainelli , Grant Likely , Guennadi Liakhovetski , Haojian Zhuang , Ian Molton , "Ira W. Snyder" , Liam Girdwood , Linus Walleij , Mark Brown , Matti Aaltonen , Matt Reimer , Miguel Aguilar , Paul Mundt , Peter Ujfalusi , Philipp Zabel , Richard Purdie , Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= , Wim Van Sebroeck , Wolfgang Grandegger In-Reply-To: <1304901131-7104-1-git-send-email-sameo@linux.intel.com> References: <1304901131-7104-1-git-send-email-sameo@linux.intel.com> Content-Type: text/plain; charset="UTF-8" Organization: Pelagicore AB Date: Tue, 10 May 2011 09:52:19 +0200 Message-ID: <1305013939.2731.3.camel@debian> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2011-05-09 at 02:31 +0200, Samuel Ortiz wrote: > This patchset is using the newly added platform_device mfd_cell pointer to get > rid of the mfd_data cell pointer. > Drivers willing to access their parent MFD cell will do so through the > mfd_get_cell accessor. Other drivers (and in particular the non MFD ones) will > get their platform data bits from the cell's platform_data pointer. This > allows for non MFD sub drivers to not depend on the MFD core APIs if they > don't need to. > > Cc: Andres Salomon > Cc: Artem Bityutskiy > Cc: Dmitry Baryshkov > Cc: Dmitry Torokhov > Cc: Florian Fainelli > Cc: Grant Likely > Cc: Guennadi Liakhovetski > Cc: Haojian Zhuang > Cc: Ian Molton > Cc: Ira W. Snyder > Cc: Liam Girdwood > Cc: Linus Walleij > Cc: Mark Brown > Cc: Matti Aaltonen > Cc: Matt Reimer > Cc: Miguel Aguilar > Cc: Paul Mundt > Cc: Peter Ujfalusi > Cc: Philipp Zabel > Cc: Richard Purdie > Cc: Richard Röjfors > Cc: Uwe Kleine-König > Cc: Wim Van Sebroeck > Cc: Wolfgang Grandegger > > --- > Samuel Ortiz (19): > mfd: Add platform data pointer back > mfd: Use mfd cell platform_data for ab3550 cells platform bits > mfd: Use mfd cell platform_data for ab3100 cells platform bits > mmc: Use device platform_data to retrieve tmio_mmc platform bits > w1: Use device platform_data to retrieve ds1wm platform bits > mfd: Pass htc-pasic3 led platform data through the cell platform_data > mfd: Use mfd cell platform_data for wl1273 cells platform bits > fb: Use platform_data to retrieve tmiofb platform bits > mtd: Use platform_data to retrieve tmio_nand platform bits > mfd: Use mfd cell platform_data for timberdale cells platform bits > mfd: Use mfd cell platform_data for rdc321x cells platform bits > mfd: Use mfd cell platform_data for wm8400 cells platform bits > mfd: Use mfd cell platform_data for mc13xxx cells platform bits > mfd: Use mfd cell platform_data for janz cells platform bits > mfd: Use mfd cell platform_data for twl4030 codec cells platform bits > mfd: Use mfd cell platform_data for tps6105x cells platform bits > mfd: Use mfd cell platform_data for 88pm860x cells platform bits > mfd: Use mfd cell platform_data for davinci cells platform bits > mfd: Remove mfd_data > > drivers/dma/timb_dma.c | 3 +- > drivers/gpio/janz-ttl.c | 3 +- > drivers/gpio/rdc321x-gpio.c | 3 +- > drivers/gpio/timbgpio.c | 6 +- > drivers/i2c/busses/i2c-ocores.c | 3 +- > drivers/i2c/busses/i2c-xiic.c | 3 +- > drivers/input/misc/twl4030-vibra.c | 3 +- > drivers/leds/leds-88pm860x.c | 7 +-- > drivers/leds/leds-mc13783.c | 7 +-- > drivers/media/radio/radio-timb.c | 3 +- > drivers/media/radio/radio-wl1273.c | 2 +- > drivers/media/video/timblogiw.c | 3 +- > drivers/mfd/88pm860x-core.c | 18 +++++-- > drivers/mfd/ab3100-core.c | 6 ++- > drivers/mfd/ab3550-core.c | 6 ++- > drivers/mfd/asic3.c | 6 ++- > drivers/mfd/davinci_voicecodec.c | 6 ++- > drivers/mfd/htc-pasic3.c | 5 ++- > drivers/mfd/janz-cmodio.c | 3 +- > drivers/mfd/mc13xxx-core.c | 12 +++-- > drivers/mfd/mfd-core.c | 7 +++ > drivers/mfd/rdc321x-southbridge.c | 6 ++- > drivers/mfd/t7l66xb.c | 6 ++- > drivers/mfd/tc6387xb.c | 3 +- > drivers/mfd/tc6393xb.c | 10 +++- > drivers/mfd/timberdale.c | 81 +++++++++++++++++++++----------- > drivers/mfd/tps6105x.c | 3 +- > drivers/mfd/twl4030-codec.c | 6 ++- > drivers/mfd/wl1273-core.c | 6 ++- > drivers/mfd/wm8400-core.c | 3 +- > drivers/mmc/host/tmio_mmc.c | 2 +- > drivers/mtd/nand/tmio_nand.c | 2 +- > drivers/net/can/janz-ican3.c | 3 +- > drivers/net/ks8842.c | 3 +- > drivers/regulator/88pm8607.c | 7 +-- > drivers/regulator/ab3100.c | 3 +- > drivers/regulator/mc13783-regulator.c | 7 ++- > drivers/regulator/mc13892-regulator.c | 7 ++- > drivers/regulator/tps6105x-regulator.c | 4 +- > drivers/spi/xilinx_spi.c | 3 +- > drivers/video/backlight/88pm860x_bl.c | 7 +-- > drivers/video/tmiofb.c | 12 ++--- > drivers/w1/masters/ds1wm.c | 12 ++++- > drivers/watchdog/rdc321x_wdt.c | 3 +- > include/linux/mfd/abx500.h | 1 + > include/linux/mfd/core.h | 23 +-------- > sound/soc/codecs/cq93vc.c | 3 +- > sound/soc/codecs/twl4030.c | 6 +-- > sound/soc/codecs/wl1273.c | 3 +- > sound/soc/codecs/wm8400.c | 2 +- > sound/soc/davinci/davinci-vcif.c | 2 +- > 51 files changed, 191 insertions(+), 163 deletions(-) > The timberdale part looks good. Acked-by: Richard Röjfors --Richard