[PATCH 0/3] mfd: tps65910: dt: cleanups in device node parsing

From: Laxman Dewangan
Date: Fri May 18 2012 - 16:36:58 EST


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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/