Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751562AbdFFSur (ORCPT ); Tue, 6 Jun 2017 14:50:47 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:58354 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751390AbdFFSuZ (ORCPT ); Tue, 6 Jun 2017 14:50:25 -0400 Date: Tue, 6 Jun 2017 19:50:09 +0100 From: Mark Brown To: "Alex A. Mihaylov" Cc: Greg Kroah-Hartman , Sebastian Reichel , Evgeniy Polyakov , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Message-ID: <20170606185009.vuosw4amnqnl5bf6@sirena.org.uk> References: <20170602070629.8210-1-minimumlaw@rambler.ru> <20170602070629.8210-2-minimumlaw@rambler.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="eqt3zajegioz6uiy" Content-Disposition: inline In-Reply-To: <20170602070629.8210-2-minimumlaw@rambler.ru> X-Cookie: The heart is wiser than the intellect. User-Agent: NeoMutt/20170306 (1.8.0) X-SA-Exim-Connect-IP: 2001:470:1f1d:6b5::3 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: [PATCH 1/3] regmap: Add 1-Wire bus support X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: No (on mezzanine.sirena.org.uk); Unknown failure Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1894 Lines: 55 --eqt3zajegioz6uiy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --eqt3zajegioz6uiy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlk2+WEACgkQJNaLcl1U h9BrGQf+LZHHHowIez6HMk8tW/NujtMB8lFOZMSTSz0rVtGkobNep4vNfkc4R0T6 YEB1PJyzDzjE4uuNpVmk512b7j4Kb/mN9C3rOCvXD5OhLIo+ZpEgOx1mCKwe9d+4 4EusXZDjM6i+gWVFzzXMR1nkjtHR7JBdlLhZ5cp6oREdn9Q0qYwcCf21IONLYjUn cUh1t4az8zgE6fmvrpr27eW1O0SFVnvh8P8mVfCpyzVuFoH8EwDbacdVdDayfWoI yUeLb2ofL5+gjEMtIS1sngdA5zKv8EAI95ktCchl3qLkbiGHmUq2YSBtrZe//biq Vgf+0pIzrWaEFw0JHJmuqrXSy/5DWQ== =IOAQ -----END PGP SIGNATURE----- --eqt3zajegioz6uiy--