public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] fix PASIC3/DS1WM, use MFD core
@ 2009-02-05 16:53 Philipp Zabel
  2009-02-05 16:53 ` [PATCH 1/6] mfd: DS1WM: convert to " Philipp Zabel
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Philipp Zabel @ 2009-02-05 16:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Samuel Ortiz, Evgeniy Polyakov, Matt Reimer

Hi,

the following patches turn DS1WM into an MFD cell driver, make PASIC3 use 
the MFD core functions to register it and remove the generic clock API
code from DS1WM as MFDs currently can't register their clocks with it.
With those applied, 1-Wire is finally in a working state on magician.

Patch #2 depends on #1, patch #4 depends on #3 and patch #6 depends on #5.
Therefor I propose that this whole patchset be queued in the mfd tree.
If so, #4 could be merged into #2. But it won't hurt to just leave out 
#3 and #4 for now and apply them as cleanups later.

Philipp Zabel (6):
      mfd: DS1WM: convert to use MFD core
      mfd: PASIC3: convert to use MFD core
      pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data
      mfd: PASIC3: remove unused bus_shift field
      mfd: DS1WM: remove clock handling
      mfd: PASIC3: supply clock_rate to DS1WM via driver_data

 arch/arm/mach-pxa/magician.c   |    1 -
 drivers/mfd/Kconfig            |    1 +
 drivers/mfd/htc-pasic3.c       |  169 ++++++++++++++++------------------------
 drivers/w1/masters/ds1wm.c     |   53 ++++++-------
 include/linux/ds1wm.h          |   12 ---
 include/linux/mfd/ds1wm.h      |    6 ++
 include/linux/mfd/htc-pasic3.h |    1 -
 7 files changed, 100 insertions(+), 143 deletions(-)
 delete mode 100644 include/linux/ds1wm.h
 create mode 100644 include/linux/mfd/ds1wm.h

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05 16:53 [PATCH 0/6] fix PASIC3/DS1WM, use MFD core Philipp Zabel
2009-02-05 16:53 ` [PATCH 1/6] mfd: DS1WM: convert to " Philipp Zabel
2009-02-05 16:53 ` [PATCH 2/6] mfd: PASIC3: " Philipp Zabel
2009-02-05 16:53 ` [PATCH 3/6] pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data Philipp Zabel
2009-02-05 16:53 ` [PATCH 4/6] mfd: PASIC3: remove unused bus_shift field Philipp Zabel
2009-02-05 16:53 ` [PATCH 5/6] mfd: DS1WM: remove clock handling Philipp Zabel
2009-02-06 16:31   ` [PATCH] mfd: DS1WM: remove warning about unused label err2 Philipp Zabel
2009-02-05 16:53 ` [PATCH 6/6] mfd: PASIC3: supply clock_rate to DS1WM via driver_data Philipp Zabel
2009-02-05 21:14 ` [PATCH 0/6] fix PASIC3/DS1WM, use MFD core Evgeniy Polyakov
2009-02-06 14:16 ` Samuel Ortiz

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