Re: [PATCH] staging: wfx: fix reset GPIO polarity

2019-12-06 Thread Michał Mirosław
On Thu, Dec 05, 2019 at 03:43:49PM +, Jérôme Pouiller wrote: > On Thursday 5 December 2019 15:49:55 CET Michał Mirosław wrote: > > On Thu, Dec 05, 2019 at 02:08:23PM +, Jérôme Pouiller wrote: > > > On Wednesday 4 December 2019 17:59:46 CET Michał Mirosław wrote: > > > > Driver inverts meani

Re: [PATCH] staging: wfx: fix reset GPIO polarity

2019-12-05 Thread Jérôme Pouiller
On Thursday 5 December 2019 15:49:55 CET Michał Mirosław wrote: > On Thu, Dec 05, 2019 at 02:08:23PM +, Jérôme Pouiller wrote: > > On Wednesday 4 December 2019 17:59:46 CET Michał Mirosław wrote: > > > Driver inverts meaning of GPIO_ACTIVE_LOW/HIGH. Fix it to prevent > > > confusion. > > > > >

Re: [PATCH] staging: wfx: fix reset GPIO polarity

2019-12-05 Thread Michał Mirosław
On Thu, Dec 05, 2019 at 02:08:23PM +, Jérôme Pouiller wrote: > On Wednesday 4 December 2019 17:59:46 CET Michał Mirosław wrote: > > Driver inverts meaning of GPIO_ACTIVE_LOW/HIGH. Fix it to prevent > > confusion. > > > > Signed-off-by: Michał Mirosław > > --- > > drivers/staging/wfx/bus_spi.

Re: [PATCH] staging: wfx: fix reset GPIO polarity

2019-12-05 Thread Jérôme Pouiller
On Wednesday 4 December 2019 17:59:46 CET Michał Mirosław wrote: > Driver inverts meaning of GPIO_ACTIVE_LOW/HIGH. Fix it to prevent > confusion. > > Signed-off-by: Michał Mirosław > --- > drivers/staging/wfx/bus_spi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a

[PATCH] staging: wfx: fix reset GPIO polarity

2019-12-04 Thread Michał Mirosław
Driver inverts meaning of GPIO_ACTIVE_LOW/HIGH. Fix it to prevent confusion. Signed-off-by: Michał Mirosław --- drivers/staging/wfx/bus_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wfx/bus_spi.c b/drivers/staging/wfx/bus_spi.c index ab0cda1e124f..