]> 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>
Wed, 24 Apr 2013 08:33:58 +0000 (17:33 +0900)
commita8fb0bca9a5914ba03e72117df0c11c9147fe6af
tree70abd9fed3d50dcee35837c188779660bdd3d07b
parent1e1ea44b1a7f41aef3d40009dd847480c58a3e13
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