public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] mfd-core: clean up platform_data/driver_data from mfd_cell
@ 2011-02-15 22:25 Andres Salomon
  2011-02-15 22:25 ` [PATCH 1/9] mfd-core: rename platform_data field of mfd_cell to mfd_data Andres Salomon
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Andres Salomon @ 2011-02-15 22:25 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: Mark Brown, linux-kernel

These patches build on top of the prior MFD set (that adds mfd_get_cell
and friends to the core API).

This set gets rid of driver_data, which a number of people have issues with
(and some drivers were using in a buggy fashion), as well as renaming
platform_data to mfd_data.

 b/drivers/gpio/rdc321x-gpio.c       |    2 -
 b/drivers/mfd/ab3100-core.c         |    2 -
 b/drivers/mfd/ab3550-core.c         |    2 -
 b/drivers/mfd/asic3.c               |    2 -
 b/drivers/mfd/davinci_voicecodec.c  |    4 +-
 b/drivers/mfd/htc-pasic3.c          |    3 --
 b/drivers/mfd/janz-cmodio.c         |    2 -
 b/drivers/mfd/mc13xxx-core.c        |    2 -
 b/drivers/mfd/mfd-core.c            |    1 
 b/drivers/mfd/rdc321x-southbridge.c |    4 +-
 b/drivers/mfd/sh_mobile_sdhi.c      |    2 -
 b/drivers/mfd/t7l66xb.c             |    2 -
 b/drivers/mfd/tc6387xb.c            |    2 -
 b/drivers/mfd/tc6393xb.c            |    2 -
 b/drivers/mfd/timberdale.c          |   54 ++++++++++++++++++------------------
 b/drivers/mfd/twl4030-codec.c       |    4 +-
 b/drivers/mfd/wl1273-core.c         |    4 +-
 b/drivers/mfd/wm8400-core.c         |    2 -
 b/drivers/mmc/host/tmio_mmc.c       |   26 ++++++-----------
 b/drivers/mtd/nand/tmio_nand.c      |    3 --
 b/drivers/video/tmiofb.c            |   15 ++++------
 b/drivers/w1/masters/ds1wm.c        |    4 +-
 b/drivers/watchdog/rdc321x_wdt.c    |    2 -
 b/include/linux/mfd/core.h          |    8 ++---
 b/sound/soc/codecs/cq93vc.c         |    3 +-
 b/sound/soc/codecs/wm8400.c         |    2 -
 b/sound/soc/davinci/davinci-vcif.c  |    2 -
 drivers/mfd/asic3.c                 |    2 -
 drivers/mfd/t7l66xb.c               |    2 -
 drivers/mfd/tc6393xb.c              |    4 +-
 include/linux/mfd/core.h            |    3 --
 31 files changed, 79 insertions(+), 93 deletions(-)


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 22:25 [PATCH 0/9] mfd-core: clean up platform_data/driver_data from mfd_cell Andres Salomon
2011-02-15 22:25 ` [PATCH 1/9] mfd-core: rename platform_data field of mfd_cell to mfd_data Andres Salomon
2011-02-16  8:39   ` Linus Walleij
2011-02-15 22:25 ` [PATCH 2/9] davinci_voicecodec: use mfd_data instead of driver_data Andres Salomon
2011-02-16 21:59   ` [alsa-devel] " Mark Brown
2011-02-15 22:25 ` [PATCH 3/9] wm8400-codec: " Andres Salomon
2011-02-16 21:29   ` Mark Brown
2011-02-15 22:25 ` [PATCH 4/9] ds1wm: " Andres Salomon
2011-02-15 22:25 ` [PATCH 5/9] tmio-mmc: " Andres Salomon
2011-02-15 22:25 ` [PATCH 6/9] tmio-nand: " Andres Salomon
2011-02-15 22:25 ` [PATCH 7/9] tmio-fb: " Andres Salomon
2011-02-15 22:25 ` [PATCH 8/9] rdc321x-southbridge: " Andres Salomon
2011-02-15 22:25 ` [PATCH 9/9] mfd-core: remove driver_data field from mfd_cell Andres Salomon

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