Re: [PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property

2017-06-22 Thread jeffy
Hi doug, Thanx for your comments. On 06/23/2017 05:41 AM, Doug Anderson wrote: Hi, On Tue, Jun 13, 2017 at 8:38 PM, Jeffy Chen wrote: Support using "cs-gpios" property to specify cs gpios. Signed-off-by: Jeffy Chen --- Changes in v3: include linux/gpio/consumer.h for compile errors on ARC

Re: [PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property

2017-06-16 Thread Caesar Wang
Hi, As the previous discussed on http://crosreview.com/379681, we have hit a failure [0] of ec's xfer, when we support the spi's pd to turn on/off. (Says: support the Sdioaudio pd of rk3399 on http://crosreview.com/378562) [0]: .. [ 5.579694 ] cros-ec-spi spi5.0: EC failed to respond in time

Re: [PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property

2017-06-14 Thread jeffy
Hi guys(and Robot(^.^)), this is because i drop this patch: 9783131 New [v2,1/4] spi: rockchip: fix error handling when probe which is applied at 6/14, so not on v4.12-rc5 next-20170613. On 06/14/2017 05:04 PM, kbuild test robot wrote: Hi Jeffy, [auto build test ERROR on rockchip/for

Re: [PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property

2017-06-14 Thread kbuild test robot
Hi Jeffy, [auto build test ERROR on rockchip/for-next] [also build test ERROR on v4.12-rc5 next-20170613] [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/commits/Jeffy-Chen/spi-rockchip-add-support-for-c

[PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property

2017-06-13 Thread Jeffy Chen
Support using "cs-gpios" property to specify cs gpios. Signed-off-by: Jeffy Chen --- Changes in v3: include linux/gpio/consumer.h for compile errors on ARCH_X86 (reported by kbuild test robot ) Changes in v2: 1/ request cs gpios in probe for better error handling 2/ use gpiod* function (suggest