lkml.org 
[lkml]   [2013]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] regmap updates for v3.11
The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d:

Linux 3.10-rc7 (2013-06-22 09:47:31 -1000)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v3.11

for you to fetch changes up to 7bc8c4c37aea74332b16ffb5412a8ad355d508ce:

Merge remote-tracking branch 'regmap/topic/field' into regmap-next (2013-06-30 12:40:03 +0100)

----------------------------------------------------------------

regmap: Updates for v3.11

A small but useful set of regmap updates this time around:

- An abstraction for bitfields within a register map contributed by
Srinivas Kandagatla, allowing drivers to cope more easily when
hardware designers randomly move things about (mainly when talking
to things like system controllers).

- Changes from Lars-Peter Clausen to allow the MMIO regmap to be used from
hard IRQ context.

- Small improvements to the cache infrastructure and performance,
including a default cache sync operation so now all regmaps can sync
easily.

There's also a pinctrl driver making use of the new bitfield API, merged
here for dependency reasons. There will be a simple add/add conflict
with the pinctrl tree as a result.

----------------------------------------------------------------
Axel Lin (1):
pinctrl: st: Remove unnecessary use of of_match_ptr macro

Lars-Peter Clausen (2):
regmap: regcache: Fixup locking for custom lock callbacks
regmap: Make regmap-mmio usable from atomic contexts

Maarten ter Huurne (1):
regmap: Implemented default cache sync operation

Mark Brown (11):
regmap: Add support for discarding parts of the register cache
regmap: Make regmap_check_range_table() a public API
regmap: rbtree: Factor out node allocation
regmap: rbtree: Use range information to allocate nodes
regmap: debugfs: Don't mark lockdep as broken due to debugfs write
regmap: core: Cache all registers by default when cache is enabled
regmap: debugfs: Suppress cache for partial register files
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
Merge remote-tracking branch 'regmap/topic/field' into regmap-next

Srinivas KANDAGATLA (1):
pinctrl: st: Add pinctrl and pinconf support.

Srinivas Kandagatla (2):
regmap: debugfs: Fix return from regmap_debugfs_get_dump_start
regmap: Add regmap_field APIs

Wei Yongjun (1):
pinctrl: st: fix return value check

.../devicetree/bindings/pinctrl/pinctrl-st.txt | 110 ++
drivers/base/regmap/internal.h | 10 +
drivers/base/regmap/regcache-rbtree.c | 62 +-
drivers/base/regmap/regcache.c | 83 +-
drivers/base/regmap/regmap-debugfs.c | 8 +-
drivers/base/regmap/regmap.c | 156 ++-
drivers/pinctrl/Kconfig | 6 +
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-st.c | 1403 ++++++++++++++++++++
include/linux/regmap.h | 43 +
include/trace/events/regmap.h | 23 +
11 files changed, 1875 insertions(+), 30 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-st.txt
create mode 100644 drivers/pinctrl/pinctrl-st.c
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2013-07-01 12:01    [W:0.214 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site