Re: [PATCH 2/2] slimbus: ngd: Add qcom SLIMBus NGD driver

2018-05-21 Thread Srinivas Kandagatla
Thanks Vinod for the review! On 21/05/18 12:33, Vinod wrote: On 16-05-18, 17:51, Srinivas Kandagatla wrote: This patch adds suppor to Qualcomm SLIMBus Non-Generic Device (NGD) /s/suppor/support Yep, Will fix this in next version. +/* NGD (Non-ported Generic Device) registers */ +#define

Re: [PATCH 2/2] slimbus: ngd: Add qcom SLIMBus NGD driver

2018-05-21 Thread Vinod
On 16-05-18, 17:51, Srinivas Kandagatla wrote: > This patch adds suppor to Qualcomm SLIMBus Non-Generic Device (NGD) /s/suppor/support > +/* NGD (Non-ported Generic Device) registers */ > +#define NGD_CFG 0x0 > +#define NGD_CFG_ENABLE BIT(0) > +#define NGD_

Re: [PATCH 2/2] slimbus: ngd: Add qcom SLIMBus NGD driver

2018-05-21 Thread Srinivas Kandagatla
Thanks for the report! This patch has dependency on https://lkml.org/lkml/2018/5/17/251 I should have mentioned this in cover letter! thanks, srini On 18/05/18 22:39, kbuild test robot wrote: Hi Srinivas, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [

Re: [PATCH 2/2] slimbus: ngd: Add qcom SLIMBus NGD driver

2018-05-18 Thread kbuild test robot
Hi Srinivas, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17-rc5 next-20180517] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commi

[PATCH 2/2] slimbus: ngd: Add qcom SLIMBus NGD driver

2018-05-16 Thread Srinivas Kandagatla
This patch adds suppor to Qualcomm SLIMBus Non-Generic Device (NGD) controller driver. This is light-weight SLIMBus controller driver responsible for communicating with slave HW directly over the bus using messaging interface, and communicating with master component residing on ADSP for bandwidth a