summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/gpio.c
Commit message (Collapse)AuthorAgeLines
* ppc4xx: Add support for AMCC 405EP Taihu boardJohn Otken2007-07-26-0/+2
| | | | Signed-off-by: John Otken <john@softadvances.com>
* ppc4xx: Fix bug with default GPIO output valueStefan Roese2007-07-20-2/+2
| | | | | | | As spotted by Matthias Fuchs, the default output values for all GPIO1 outputs were not setup correctly. This patch fixes this issue. Signed-off-by: Stefan Roese <sr@denx.de>
* [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>