commit | a416bfa2a6b4e00a7bc69641b8fc2414873a5fd9 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Wed Aug 21 17:59:24 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 27 22:06:22 2013 -0700 |
tree | a4e94f9f671677209492f08ba13c1033a1ca573b | |
parent | b60dfbae4151fe8c8a59724c43f5f3f66d51695f [diff] |
tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driver cpm_uart serial driver uses GPIO for control signals. In order to be used properly, GPIOs have to be reserved. Comment in gpiolib.c considers illegal the use of GPIOs without requesting them. In addition, the direction of the GPIO has to be set properly. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>