Re: [PATCH] Input: tegra-kbc: fix inverted reset logic

2016-08-22 Thread Dmitry Torokhov
On Tue, Aug 16, 2016 at 11:59:23AM +0900, Masahiro Yamada wrote: > Commit fe6b0dfaba68 ("Input: tegra-kbc - use reset framework") > accidentally converted _deassert to _assert, so there is no code > to wake up this hardware. > > Fixes: fe6b0dfaba68 ("Input: tegra-kbc - use reset framework") > Sign

Re: [PATCH] Input: tegra-kbc: fix inverted reset logic

2016-08-16 Thread Laxman Dewangan
On Tuesday 16 August 2016 08:29 AM, Masahiro Yamada wrote: Commit fe6b0dfaba68 ("Input: tegra-kbc - use reset framework") accidentally converted _deassert to _assert, so there is no code to wake up this hardware. Fixes: fe6b0dfaba68 ("Input: tegra-kbc - use reset framework") Signed-off-by: Masa

Re: [PATCH] Input: tegra-kbc: fix inverted reset logic

2016-08-16 Thread Thierry Reding
On Tue, Aug 16, 2016 at 11:59:23AM +0900, Masahiro Yamada wrote: > Commit fe6b0dfaba68 ("Input: tegra-kbc - use reset framework") > accidentally converted _deassert to _assert, so there is no code > to wake up this hardware. > > Fixes: fe6b0dfaba68 ("Input: tegra-kbc - use reset framework") > Sign

[PATCH] Input: tegra-kbc: fix inverted reset logic

2016-08-15 Thread Masahiro Yamada
Commit fe6b0dfaba68 ("Input: tegra-kbc - use reset framework") accidentally converted _deassert to _assert, so there is no code to wake up this hardware. Fixes: fe6b0dfaba68 ("Input: tegra-kbc - use reset framework") Signed-off-by: Masahiro Yamada --- drivers/input/keyboard/tegra-kbc.c | 2 +-