Re: [RFC PATCH v3 1/6] spi: core: add support for wakeup-source dts property

2017-06-21 Thread Mark Brown
On Wed, Jun 21, 2017 at 06:01:48PM +0800, Jeffy Chen wrote: > Use generic wakeup-source property to enable spi device wakeup. If this is a generic property shouldn't it be in the driver core rather than individual subsystems? signature.asc Description: PGP signature

[RFC PATCH v3 1/6] spi: core: add support for wakeup-source dts property

2017-06-21 Thread Jeffy Chen
Use generic wakeup-source property to enable spi device wakeup. Signed-off-by: Jeffy Chen --- Changes in v3: None drivers/spi/spi.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index c3f6b52..a510bba 100644 --- a/dri