[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1349782116-9757-1-git-send-email-ldewangan@nvidia.com>
Date: Tue, 9 Oct 2012 16:58:31 +0530
From: Laxman Dewangan <ldewangan@...dia.com>
To: <broonie@...nsource.wolfsonmicro.com>,
<gregkh@...uxfoundation.org>, <sameo@...ux.intel.com>
CC: <swarren@...dia.com>, <linux-kernel@...r.kernel.org>,
Laxman Dewangan <ldewangan@...dia.com>
Subject: [PATCH 0/5] mfd: tps65910: use regmap irq framework for interrupt
This patch series has following change:
- Use regmap irq framework for interrupt registration. Corrected the
register bit definition for interrupts.
- Move the irq table to tps65910.c and get rid of tps65910-irq.c.
- Raarrange the init sequence of different sub moduled of tps65910 like
irq, clock and then mfd devices.
- Export the irq domain handle from regmap to use in mfd driver.
- Pass the irq domain in mfd_add_devices to have proper interrupt mapping
for sub devices like RTC.
Laxman Dewangan (5):
mfd: tps65910: use regmap irq framework for interrupt support
mfd: tps65910: move interrupt implementation code to mfd file
mfd: tps65910: Initialize mfd devices after all initialization done
regmap: add API to get irq_domain from regmap irq
mfd: tps65910: pass irq_domain when adding mfd sub devices
drivers/base/regmap/regmap-irq.c | 16 +++
drivers/mfd/Makefile | 2 +-
drivers/mfd/tps65910-irq.c | 260 --------------------------------------
drivers/mfd/tps65910.c | 235 +++++++++++++++++++++++++++++++++--
include/linux/mfd/tps65910.h | 143 +++++++++++++++-------
include/linux/regmap.h | 1 +
6 files changed, 343 insertions(+), 314 deletions(-)
delete mode 100644 drivers/mfd/tps65910-irq.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists