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 <redacted>
---
drivers/input/keyboard/tegra-kbc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -376,7 +376,7 @@ static int tegra_kbc_start(struct tegra_kbc *kbc)/* Reset the KBC controller to clear all previous status.*/reset_control_assert(kbc->rst);udelay(100);-reset_control_assert(kbc->rst);+reset_control_deassert(kbc->rst);udelay(100);tegra_kbc_config_pins(kbc);
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")
Signed-off-by: Masahiro Yamada <redacted>
---
drivers/input/keyboard/tegra-kbc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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: Masahiro Yamada <redacted>
---
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")
Signed-off-by: Masahiro Yamada <redacted>
@@ -376,7 +376,7 @@ static int tegra_kbc_start(struct tegra_kbc *kbc)/* Reset the KBC controller to clear all previous status.*/reset_control_assert(kbc->rst);udelay(100);-reset_control_assert(kbc->rst);+reset_control_deassert(kbc->rst);udelay(100);tegra_kbc_config_pins(kbc);