All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mfd: tps65910: dt: cleanups in device node parsing
@ 2012-05-18 20:31 Laxman Dewangan
  2012-05-18 20:31 ` [PATCH 1/3] mfd: save device node parsed platform data for sub devices Laxman Dewangan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Laxman Dewangan @ 2012-05-18 20:31 UTC (permalink / raw)
  To: grant.likely, linus.walleij, sameo, broonie, lrg
  Cc: linux-kernel, Laxman Dewangan

In this patch series organizing the processing of device node locally specific
to driver.
- The gpio specific processing is moved to gpio driver.
- Core will only process the non-subdevices information.
- Also keep the allocated pointer for device node in to global structure
  so that sub devices can use this.

This patch series is generated on-top of Samuel's mfd subsystem tree.


Laxman Dewangan (3):
  mfd: save device node parsed platform data for sub devices
  mfd: remove the parsing of dt info for gpio
  gpio: tps65910: dt: process gpio specific device node info

 drivers/gpio/gpio-tps65910.c |   36 ++++++++++++++++++++++++++++++++++++
 drivers/mfd/tps65910.c       |   21 +++++----------------
 include/linux/mfd/tps65910.h |    3 +++
 3 files changed, 44 insertions(+), 16 deletions(-)


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

end of thread, other threads:[~2012-05-22 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 20:31 [PATCH 0/3] mfd: tps65910: dt: cleanups in device node parsing Laxman Dewangan
2012-05-18 20:31 ` [PATCH 1/3] mfd: save device node parsed platform data for sub devices Laxman Dewangan
2012-05-18 20:31 ` [PATCH 2/3] mfd: remove the parsing of dt info for gpio Laxman Dewangan
2012-05-18 20:31 ` [PATCH 3/3] gpio: tps65910: dt: process gpio specific device node info Laxman Dewangan
2012-05-18 23:31   ` Grant Likely
2012-05-22 21:51 ` [PATCH 0/3] mfd: tps65910: dt: cleanups in device node parsing Samuel Ortiz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.