Re: [PATCH] spi: rockchip: support "sleep" pin configuration

2016-12-20 Thread Rob Herring
On Fri, Dec 16, 2016 at 04:59:16PM -0800, Brian Norris wrote: > In the pattern of many other devices, support a system-sleep pin > configuration. > > Signed-off-by: Brian Norris > --- > Documentation/devicetree/bindings/spi/spi-rockchip.txt | 7 +++ >

Re: [PATCH] spi: rockchip: support "sleep" pin configuration

2016-12-20 Thread Rob Herring
On Fri, Dec 16, 2016 at 04:59:16PM -0800, Brian Norris wrote: > In the pattern of many other devices, support a system-sleep pin > configuration. > > Signed-off-by: Brian Norris > --- > Documentation/devicetree/bindings/spi/spi-rockchip.txt | 7 +++ > drivers/spi/spi-rockchip.c

Re: [PATCH] spi: rockchip: support "sleep" pin configuration

2016-12-17 Thread Caesar Wang
在 2016年12月17日 08:59, Brian Norris 写道: In the pattern of many other devices, support a system-sleep pin configuration. Signed-off-by: Brian Norris Tested-by: Caesar Wang --- Documentation/devicetree/bindings/spi/spi-rockchip.txt | 7 +++

Re: [PATCH] spi: rockchip: support "sleep" pin configuration

2016-12-17 Thread Caesar Wang
在 2016年12月17日 08:59, Brian Norris 写道: In the pattern of many other devices, support a system-sleep pin configuration. Signed-off-by: Brian Norris Tested-by: Caesar Wang --- Documentation/devicetree/bindings/spi/spi-rockchip.txt | 7 +++ drivers/spi/spi-rockchip.c

Re: [PATCH] spi: rockchip: support "sleep" pin configuration

2016-12-16 Thread Doug Anderson
Hi, On Fri, Dec 16, 2016 at 4:59 PM, Brian Norris wrote: > In the pattern of many other devices, support a system-sleep pin > configuration. > > Signed-off-by: Brian Norris > --- > Documentation/devicetree/bindings/spi/spi-rockchip.txt | 7

Re: [PATCH] spi: rockchip: support "sleep" pin configuration

2016-12-16 Thread Doug Anderson
Hi, On Fri, Dec 16, 2016 at 4:59 PM, Brian Norris wrote: > In the pattern of many other devices, support a system-sleep pin > configuration. > > Signed-off-by: Brian Norris > --- > Documentation/devicetree/bindings/spi/spi-rockchip.txt | 7 +++ > drivers/spi/spi-rockchip.c

[PATCH] spi: rockchip: support "sleep" pin configuration

2016-12-16 Thread Brian Norris
In the pattern of many other devices, support a system-sleep pin configuration. Signed-off-by: Brian Norris --- Documentation/devicetree/bindings/spi/spi-rockchip.txt | 7 +++ drivers/spi/spi-rockchip.c | 5 + 2 files changed, 12

[PATCH] spi: rockchip: support "sleep" pin configuration

2016-12-16 Thread Brian Norris
In the pattern of many other devices, support a system-sleep pin configuration. Signed-off-by: Brian Norris --- Documentation/devicetree/bindings/spi/spi-rockchip.txt | 7 +++ drivers/spi/spi-rockchip.c | 5 + 2 files changed, 12 insertions(+) diff --git