Re: [PATCH v7 08/13] regmap: add SLIMbus support

2017-11-22 Thread Charles Keepax
On Wed, Nov 15, 2017 at 02:10:38PM +, srinivas.kandaga...@linaro.org wrote: > From: Srinivas Kandagatla > > 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 whe

[PATCH v7 08/13] regmap: add SLIMbus support

2017-11-15 Thread srinivas . kandagatla
From: Srinivas Kandagatla 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 cod