* [GIT PULL] regmap updates for v3.7
@ 2012-10-01 10:29 Mark Brown
0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2012-10-01 10:29 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-3.7
for you to fetch changes up to 613dac31a612f9417bd1b1438acebbc3b8f9073e:
Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' into regmap-next (2012-09-22 12:02:05 -0400)
----------------------------------------------------------------
regmap: Updates for v3.7
A quiet release for the regmap core, essentially all the activity is in
the shared interrupt controller which is being more and more widely
used and has been enhanced to support a wider range of masking types and
wake handling methods, plus integration with runtime PM for devices
making aggressive use of that.
----------------------------------------------------------------
Dimitris Papastamos (1):
regmap: Don't lock in regmap_reinit_cache()
Mark Brown (4):
regmap: irq: Only update mask bits when doing initial mask
regmap: irq: Enable devices for runtime PM while handling interrupts
mfd: wm8994: Flag the interrupt block as requiring runtime PM be enabled
Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' into regmap-next
Stephen Warren (5):
regmap: fix some error messages to take account of irq_reg_stride
regmap: store irq_chip inside regmap_irq_chip_data
regmap: name irq_chip based on regmap_irq_chip's name
regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
regmap: irq: initialize all irqs to wake disabled
Xiaofan Tian (1):
regmap: irq: Add mask invert flag for enable register
Yunfan Zhang (1):
regmap: no need primary handler for nested irq
drivers/base/regmap/regmap-irq.c | 92 +++++++++++++++++++++++++++++++-------
drivers/base/regmap/regmap.c | 13 ++----
drivers/mfd/wm8994-irq.c | 1 +
include/linux/regmap.h | 3 ++
4 files changed, 83 insertions(+), 26 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-01 10:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 10:29 [GIT PULL] regmap updates for v3.7 Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.