From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] regmap updates for 3.6
Date: Sun, 22 Jul 2012 19:41:42 +0100 [thread overview]
Message-ID: <20120722184142.GB4557@opensource.wolfsonmicro.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2095 bytes --]
The following changes since commit 485802a6c524e62b5924849dd727ddbb1497cc71:
Linux 3.5-rc3 (2012-06-16 17:25:17 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-3.6
for you to fetch changes up to 38e23194e1c95e73819d25a63bcf94fe4709d4c5:
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next (2012-07-22 19:26:07 +0100)
----------------------------------------------------------------
regmap: Updates for 3.6
A few fixes plus a few features, the most generally useful thing being
the register paging support which can be used by quite a few devices:
- Support for wake IRQs in regmap-irq
- Support for register paging
- Support for explicitly specified endianness, mostly for MMIO.
----------------------------------------------------------------
Axel Lin (1):
regmap: mmio: Staticize regmap_mmio_gen_context()
Dimitris Papastamos (1):
regmap: Fix incorrect arguments to kzalloc() call
Krystian Garbaciak (3):
regmap: Move lock out from internal function _regmap_update_bits().
regmap: Add support for register indirect addressing.
regmap: Fix work_buf switching for page update during virtual range access.
Mark Brown (6):
regmap: Constify regmap_irq_chip
regmap: Don't try to map non-existant IRQs
regmap: Implement support for wake IRQs
regmap: Remove warning on stubbed dev_get_regmap()
regmap: Add hook for printk logging for debugging during early init
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
Stephen Warren (2):
regmap: allow busses to request formatting with specific endianness
regmap: mmio: request native endian formatting
drivers/base/regmap/internal.h | 17 ++
drivers/base/regmap/regmap-irq.c | 57 +++++-
drivers/base/regmap/regmap-mmio.c | 30 ++--
drivers/base/regmap/regmap.c | 344 ++++++++++++++++++++++++++++++++++---
include/linux/regmap.h | 69 +++++++-
5 files changed, 478 insertions(+), 39 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
reply other threads:[~2012-07-22 18:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120722184142.GB4557@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox