[ARM] MX1/MX2: simplify mxc_gpio_setup_multiple_pins
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 4 Nov 2008 15:48:46 +0000 (16:48 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 16 Dec 2008 13:46:14 +0000 (14:46 +0100)
mxc_gpio_setup_multiple_pins used to take several ALLOC_MODE flags. Most
of them are unused, so simplify the function by removing the flags. Also,
instead of using a confusing MXC_GPIO_ALLOC_MODE_RELEASE flag in a function
having alloc in its name, add a mxc_gpio_release_multiple_pins function.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

No differences found