commit | be2edfcc2874bebfddaf270726e72b53c8017df9 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Sat Feb 16 07:38:50 2013 +0100 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Mar 15 13:33:40 2013 +0100 |
tree | d73c9c597a445539d61704625f34816ec7456f43 | |
parent | b58e5fac96e4f24fc9d5bce8692506ada3e244ca [diff] |
ARM: shmobile: ap4-evb: Replace GPIO_PORTx enum with GPIO port numbers The PFC GPIO API implementation moved to using port numbers. Replace all GPIO_PORTx enum usage with the corresponding port number. The GPIO_PORTx enum values are identical to the port number on this platform. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>