* [GIT PULL] regmap updates for v3.9
@ 2013-02-20 12:17 Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-02-20 12:17 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 4135 bytes --]
The following changes since commit 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39:
Linux 3.8-rc7 (2013-02-09 08:20:39 +1100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-3.9
for you to fetch changes up to a2b37efc4e2aa76a5be29bbde8a2cd1c9c9066bc:
Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next (2013-02-14 17:11:09 +0000)
----------------------------------------------------------------
regmap: Updates for v3.9
Several nice new features and performance improvements here, especially
the first:
- Support for using the cache infrastructure without the physical I/O,
allowing devices which don't fit the physical model regmap has to
take advantage of the cache infrastructure, contributed by Andrey
Smirnov.
- Several small improvements to the support for wake capable IRQs.
- Support for asynchronous I/O, allowing us to come much closer to
saturating fast buses like SPI.
- Support for simple array caches, giving higher performance for use
with MMIO devices.
- Restoration of the use of bulk reads for handling interrupts, giving
a performance improvement.
- Support for 24 bit register addresses.
- More performance improvements for debugfs.
----------------------------------------------------------------
Andrey Smirnov (3):
regmap: Add provisions to have user-defined read operation
regmap: Add provisions to have user-defined write operation
regmap: Add "no-bus" option for regmap API
Axel Lin (1):
regmap: Export regmap_async_complete_cb
Dimitris Papastamos (4):
regmap: debugfs: Fix reading in register field units
regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache
regmap: debugfs: Optimize seeking within blocks of registers
regmap: debugfs: Factor out debugfs_tot_len calc into a function
Lars-Peter Clausen (1):
regmap: Add support for 24 bit wide register addresses
Laxman Dewangan (1):
regmap: irq: enable wake support by default
Mark Brown (18):
regmap: flat: Add flat cache type
regmap: irq: Factor register read out of the IRQ parsing loop
regmap: irq: Use a bulk read for interrupt status where possible
regmap: irq: Fix sync of wake statuses to hardware
regmap: irq: Support wake IRQ mask inversion
mfd: wm5102: Mark wakes as inverted
mfd: wm5110: Mark wakes as inverted
regmap: Add asynchronous I/O support
regmap: spi: Support asynchronous I/O for SPI
regmap: Export regmap_async_complete()
regmap: spi: Handle allocation failures gracefully
Merge remote-tracking branch 'regmap/topic/24bit' into regmap-next
Merge remote-tracking branch 'regmap/topic/async' into regmap-next
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
Merge remote-tracking branch 'regmap/topic/flat' into regmap-next
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next
Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next
Philipp Zabel (1):
regmap: mmio: add register clock support
Russell King (1):
regmap: regmap: avoid spurious warning in regmap_read_debugfs
Stephen Warren (1):
regmap: include linux/sched.h to fix build
drivers/base/regmap/Makefile | 2 +-
drivers/base/regmap/internal.h | 22 +++
drivers/base/regmap/regcache-flat.c | 72 +++++++
drivers/base/regmap/regcache.c | 1 +
drivers/base/regmap/regmap-debugfs.c | 50 +++--
drivers/base/regmap/regmap-irq.c | 125 +++++++++---
drivers/base/regmap/regmap-mmio.c | 79 ++++++--
drivers/base/regmap/regmap-spi.c | 54 ++++++
drivers/base/regmap/regmap.c | 351 +++++++++++++++++++++++++++++-----
drivers/mfd/wm5102-tables.c | 1 +
drivers/mfd/wm5110-tables.c | 1 +
include/linux/regmap.h | 97 +++++++++-
12 files changed, 737 insertions(+), 118 deletions(-)
create mode 100644 drivers/base/regmap/regcache-flat.c
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] regmap updates for v3.9
@ 2013-04-02 22:02 Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-04-02 22:02 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1429 bytes --]
The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:
Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v3.9-rc4
for you to fetch changes up to af8ee69df3b5cf4649d65efa3aa359c73c48402a:
Merge remote-tracking branch 'regmap/fix/async' into tmp (2013-03-31 23:27:38 +0100)
----------------------------------------------------------------
regmap: Fixes for v3.9
A small collection of fixes. The most important ones are those from
Stephen and Lars-Peter both of which fix cache issues that have been
lurking for a while but not manifesting noticably enough for anyone to
report them.
----------------------------------------------------------------
Dimitris Papastamos (1):
regmap: Initialize `map->debugfs' before regcache
Lars-Peter Clausen (1):
regmap: cache Fix regcache-rbtree sync
Mark Brown (4):
regmap: async: Add missing return
Merge remote-tracking branch 'regmap/fix/cache' into tmp
Merge remote-tracking branch 'regmap/fix/core' into tmp
Merge remote-tracking branch 'regmap/fix/async' into tmp
Stephen Warren (1):
regmap: don't corrupt work buffer in _regmap_raw_write()
drivers/base/regmap/regcache-rbtree.c | 2 +-
drivers/base/regmap/regmap.c | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-02 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 22:02 [GIT PULL] regmap updates for v3.9 Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2013-02-20 12:17 Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox