]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh-pfc: sh7372: Replace GPIO_PORTx enum with GPIO port numbers
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 21 Apr 2013 22:02:06 +0000 (00:02 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Sat, 25 May 2013 02:25:06 +0000 (11:25 +0900)
commitb7c48975a74e967e7e38fe836e302317cddeaf4e
tree0d61b87a4b491c104d5a9dc990769d707f27fc47
parent8d4e32f54e83d0fec588f3c73c364c79c1020af6
sh-pfc: sh7372: 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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/pinctrl/sh-pfc/pfc-sh7372.c