[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171213092537.GB12631@kroah.com>
Date: Wed, 13 Dec 2017 10:25:37 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: srinivas.kandagatla@...aro.org
Cc: Mark Brown <broonie@...nel.org>, alsa-devel@...a-project.org,
sdharia@...eaurora.org, Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Jonathan Corbet <corbet@....net>, pombredanne@...b.com,
j.neuschaefer@....net, linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: Re: [PATCH v10 08/13] regmap: add SLIMbus support
On Mon, Dec 11, 2017 at 11:43:02PM +0000, srinivas.kandagatla@...aro.org wrote:
> From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
>
> This patch adds support to read/write SLIMbus value elements.
> Currently it only supports byte read/write. Adding this support in
> regmap would give codec drivers more flexibility when there are more
> than 2 control interfaces like SLIMbus, i2c.
>
> Without this patch each codec driver has to directly call SLIMbus value
> element apis, and this could would get messy once we want to add i2c
> interface to it.
>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
> ---
> drivers/base/regmap/Kconfig | 4 ++
> drivers/base/regmap/Makefile | 1 +
> drivers/base/regmap/regmap-slimbus.c | 80 ++++++++++++++++++++++++++++++++++++
> include/linux/regmap.h | 18 ++++++++
> 4 files changed, 103 insertions(+)
> create mode 100644 drivers/base/regmap/regmap-slimbus.c
Mark, can I get an Ack for this patch so I can take it through my tree
with the other patches in this series?
thanks,
greg k-h
Powered by blists - more mailing lists