summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/gpio.c
Commit message (Collapse)AuthorAgeLines
* [ppc4xx] Extend 44x GPIO setup with default output stateStefan Roese2007-06-15-0/+38
| | | | | | | The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup is extended with the default GPIO output state (level). Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] fix gpio setting when using CFG_440_GPIO_TABLEBenoƮt Monin2007-06-08-2/+2
| | | | | | | | Set the correct value in GPIOx_TCR when configuring the gpio with CFG_440_GPIO_TABLE. Signed-off-by: Benoit Monin <bmonin@adeneo.eu> Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Clean up 40EZ/Acadia supportStefan Roese2007-03-24-0/+214
This patch cleans up all the open issue of the preliminary Acadia support. Signed-off-by: Stefan Roese <sr@denx.de>