lkml.org 
[lkml]   [2012]   [Oct]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH V2 0/5]mfd: tps65910: use regmap irq framework for interrupt
Date
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.


Changes from V1:
- rearrange patch on which older patch3 become the new patch 1.
- Add stub for new api in the regmap.
- Add empty line if paragraph change in description.

Laxman Dewangan (5):
mfd: tps65910: Initialize mfd devices after all initialization done
mfd: tps65910: use regmap irq framework for interrupt support
mfd: tps65910: move interrupt implementation code to mfd file
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 | 233 +++++++++++++++++++++++++++++++++--
include/linux/mfd/tps65910.h | 143 +++++++++++++++-------
include/linux/regmap.h | 8 ++
6 files changed, 349 insertions(+), 313 deletions(-)
delete mode 100644 drivers/mfd/tps65910-irq.c



\
 
 \ /
  Last update: 2012-10-10 20:41    [W:0.077 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site