public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mfd: tps65910: use regmap irq framework for interrupt
@ 2012-10-09 11:28 Laxman Dewangan
  2012-10-09 11:28 ` [PATCH 1/5] mfd: tps65910: use regmap irq framework for interrupt support Laxman Dewangan
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Laxman Dewangan @ 2012-10-09 11:28 UTC (permalink / raw)
  To: broonie, gregkh, sameo; +Cc: swarren, linux-kernel, Laxman Dewangan

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


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

end of thread, other threads:[~2012-10-10  3:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 11:28 [PATCH 0/5] mfd: tps65910: use regmap irq framework for interrupt Laxman Dewangan
2012-10-09 11:28 ` [PATCH 1/5] mfd: tps65910: use regmap irq framework for interrupt support Laxman Dewangan
2012-10-10  3:07   ` Mark Brown
2012-10-09 11:28 ` [PATCH 2/5] mfd: tps65910: move interrupt implementation code to mfd file Laxman Dewangan
2012-10-10  3:08   ` Mark Brown
2012-10-09 11:28 ` [PATCH 3/5] mfd: tps65910: Initialize mfd devices after all initialization done Laxman Dewangan
2012-10-10  3:09   ` Mark Brown
2012-10-09 11:28 ` [PATCH 4/5] regmap: add API to get irq_domain from regmap irq Laxman Dewangan
2012-10-10  2:08   ` Mark Brown
2012-10-09 11:28 ` [PATCH 5/5] mfd: tps65910: pass irq_domain when adding mfd sub devices Laxman Dewangan

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