[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20121001102914.GG4360@opensource.wolfsonmicro.com>
Date: Mon, 1 Oct 2012 11:29:15 +0100
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] regmap updates for v3.7
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(-)
--
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