Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MIPS: Alchemy: Change strict_strtol to strict_strtoul | Julia Lawall | 2009-01-11 | 8 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since memsize is unsigned, it would seem better to use strict_strtoul that strict_strtol. A simplified version of the semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @s2@ long e; position p; @@ strict_strtol@p(...,&e) @@ position p != s2.p; type T; T e; @@ - strict_strtol@p + strict_strtoul (...,&e) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | MIPS: Alchemy: Wire up SD controller on DB/PB1200 boards. | Manuel Lauss | 2008-10-27 | 2 | -24/+155 |
| | | | | | | | | Add au1xmmc platform data for PB1200/DB1200 boards and wire up the 2 SD controllers for them. Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | MIPS: Alchemy: rename directory | Ralf Baechle | 2008-10-11 | 52 | -0/+6516 |
It's more than the au1000 these days. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |