Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1659060

Re: [PATCH 1/3] regmap: Add 1-Wire bus support

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/3] regmap: Add 1-Wire bus support
Date 2017-06-06 21:00 +0200
Message-ID <tPrRU-48M-37@gated-at.bofh.it> (permalink)
References <tNOSB-698-7@gated-at.bofh.it> <tNOSD-698-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Fri, Jun 02, 2017 at 10:06:27AM +0300, Alex A. Mihaylov wrote:
> Add basic support regmap (register map access) API for 1-Wire bus

Applied, thanks.  I created a signed tag for the other two patches to
use:

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git regmap-1wire-support

for you to fetch changes up to cc5d0db390b0ff0f5da95b643a2b070da15a9c3e:

  regmap: Add 1-Wire bus support (2017-06-06 19:47:28 +0100)

----------------------------------------------------------------
regmap: Add support for 1wire bus

This tag contains a patch adding support for the 1wire bus to regmap.

----------------------------------------------------------------
Alex A. Mihaylov (1):
      regmap: Add 1-Wire bus support

 drivers/base/regmap/Kconfig     |   6 +-
 drivers/base/regmap/Makefile    |   1 +
 drivers/base/regmap/regmap-w1.c | 245 ++++++++++++++++++++++++++++++++++++++++
 include/linux/regmap.h          |  34 ++++++
 4 files changed, 285 insertions(+), 1 deletion(-)
 create mode 100644 drivers/base/regmap/regmap-w1.c

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Battery monitor MAX1721x with w1-regmap and w1-slave (resend) "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-06-02 09:10 +0200
  [PATCH 1/3] regmap: Add 1-Wire bus support "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-06-02 09:10 +0200
    Re: [PATCH 1/3] regmap: Add 1-Wire bus support Mark Brown <broonie@kernel.org> - 2017-06-06 21:00 +0200

csiph-web