Re: [PATCH 1/3] regmap: Add 1-Wire bus support
From: Mark Brown <broonie@kernel.org>
Date: 2017-06-08 12:57:23
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 488 bytes
From: Mark Brown <broonie@kernel.org>
Date: 2017-06-08 12:57:23
Also in:
lkml
On Thu, Jun 08, 2017 at 02:53:50PM +0200, Sebastian Reichel wrote:
On Fri, Jun 02, 2017 at 10:06:27AM +0300, Alex A. Mihaylov wrote:quoted
Add basic support regmap (register map access) API for 1-Wire bus
quoted
+#include <linux/module.h> +#include "../../w1/w1.h"
This conflicts with the following patch:
https://www.spinics.net/lists/kernel/msg2524566.html
Not in -next yet?
I guess Greg could pull your immutable branch and above patch can be augumented to also update regmap-w1.
Yes, or I can pull in a tag and apply an integration fix if needed.