Re: [PATCH v4 02/14] mfd: wcd9335: add support to wcd9335 core

2018-10-24 Thread Srinivas Kandagatla
On 24/10/18 08:07, Lee Jones wrote: +#define WCD9335_SLIM_INTERFACE_DEVICE_INDEX0 + +static const struct mfd_cell wcd9335_devices[] = { + { .name = "wcd9335-codec", }, +}; Any news on other devices? We are totally limited with hardware to test other devices on this codec. Given th

Re: [PATCH v4 02/14] mfd: wcd9335: add support to wcd9335 core

2018-10-24 Thread Lee Jones
On Sun, 16 Sep 2018, srinivas.kandaga...@linaro.org wrote: > From: Srinivas Kandagatla > > Qualcomm WCD9335 Codec is a standalone Hi-Fi audio codec IC, > It has mulitple blocks like Soundwire controller, codec, > Codec processing engine, ClassH controller, interrupt mux. > It supports both I2S/I

[PATCH v4 02/14] mfd: wcd9335: add support to wcd9335 core

2018-09-16 Thread srinivas . kandagatla
From: Srinivas Kandagatla Qualcomm WCD9335 Codec is a standalone Hi-Fi audio codec IC, It has mulitple blocks like Soundwire controller, codec, Codec processing engine, ClassH controller, interrupt mux. It supports both I2S/I2C and SLIMbus audio interfaces. This patch adds support to SLIMbus aud