All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] regmap fixes for v4.0
@ 2015-03-17 11:39 Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-17 11:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]

The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b:

  Linux 4.0-rc2 (2015-03-03 09:04:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v4.0-rc4

for you to fetch changes up to 7d720ee52598b49ad70a2572fa159467c5f45dc4:

  Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus (2015-03-07 16:18:08 +0000)

----------------------------------------------------------------
regmap: Fixes for v4.0

A few things here:

 - A change from Lars to fix insertion of cache values at the start of
   rather than end of a rbtree block.  This hadn't been noticed before
   since almost everything lists registers in ascending order.
 - A fix from Takashi for spurious warnings during cache sync with read
   once registers, a problem which can be very noticeable on devices
   that it affects.
 - A fix from Valentin for a tighening of the oneshot IRQ request
   interface which would have broken affected devices.

----------------------------------------------------------------
Lars-Peter Clausen (1):
      regmap: regcache-rbtree: Fix present bitmap resize

Mark Brown (1):
      Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus

Takashi Iwai (1):
      regmap: Skip read-only registers in regcache_sync()

Valentin Rothberg (1):
      regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request

 drivers/base/regmap/regcache-rbtree.c | 2 +-
 drivers/base/regmap/regcache.c        | 6 ++++--
 drivers/base/regmap/regmap-irq.c      | 3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] regmap fixes for v4.0
@ 2015-03-23 19:04 Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-23 19:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1197 bytes --]

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v4.0-rc5

for you to fetch changes up to c6b570d97c0e77f570bb6b2ed30d372b2b1e9aae:

  regmap: introduce regmap_name to fix syscon regmap trace events (2015-03-19 20:04:55 +0000)

----------------------------------------------------------------
regmap: Fix for v4.0

This patch fixes a bad interaction between the support that was added
for having regmaps without devices for early system controller
initialization and the trace support.  There's a very good analysis of
the actual issue in the commit message for the change.

----------------------------------------------------------------
Philipp Zabel (1):
      regmap: introduce regmap_name to fix syscon regmap trace events

 drivers/base/regmap/internal.h |   8 +++
 drivers/base/regmap/regcache.c |  16 +++---
 drivers/base/regmap/regmap.c   |  32 +++++------
 include/trace/events/regmap.h  | 123 ++++++++++++++++++++---------------------
 4 files changed, 91 insertions(+), 88 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-23 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17 11:39 [GIT PULL] regmap fixes for v4.0 Mark Brown
2015-03-23 19:04 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.