From: Laxman Dewangan <ldewangan@nvidia.com>
To: <sameo@linux.intel.com>, <broonie@opensource.wolfsonmicro.com>
Cc: <swarren@nvidia.com>, <linux-kernel@vger.kernel.org>,
Laxman Dewangan <ldewangan@nvidia.com>
Subject: [PATCH V3 0/4] mfd: tps65910: use regmap irq framework for interrupt
Date: Fri, 2 Nov 2012 22:59:54 +0530 [thread overview]
Message-ID: <1351877398-11389-1-git-send-email-ldewangan@nvidia.com> (raw)
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.
Changes from V2:
- Remove the older 4th patch where API for getting irq_domain was added
in regmap. It is already taken care by Mark B.
Laxman Dewangan (4):
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
mfd: tps65910: pass irq_domain when adding mfd sub devices
drivers/mfd/Makefile | 2 +-
drivers/mfd/tps65910-irq.c | 260 ------------------------------------------
drivers/mfd/tps65910.c | 233 ++++++++++++++++++++++++++++++++++++--
include/linux/mfd/tps65910.h | 143 ++++++++++++++++-------
4 files changed, 325 insertions(+), 313 deletions(-)
delete mode 100644 drivers/mfd/tps65910-irq.c
next reply other threads:[~2012-11-02 17:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-02 17:29 Laxman Dewangan [this message]
2012-11-02 17:29 ` [PATCH V3 1/4] mfd: tps65910: Initialize mfd devices after all initialization done Laxman Dewangan
2012-11-02 17:29 ` [PATCH V3 2/4] mfd: tps65910: use regmap irq framework for interrupt support Laxman Dewangan
2012-11-02 17:29 ` [PATCH V3 3/4] mfd: tps65910: move interrupt implementation code to mfd file Laxman Dewangan
2012-11-02 17:29 ` [PATCH V3 4/4] mfd: tps65910: pass irq_domain when adding mfd sub devices Laxman Dewangan
2012-11-02 18:50 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1351877398-11389-1-git-send-email-ldewangan@nvidia.com \
--to=ldewangan@nvidia.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sameo@linux.intel.com \
--cc=swarren@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®