Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mv643xx_eth: remove force_phy_addr field | Lennert Buytenhek | 2008-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Currently, there are two different fields in the mv643xx_eth_platform_data struct that together describe the PHY address -- one field (phy_addr) has the address of the PHY, but if that address is zero, a second field (force_phy_addr) needs to be set to distinguish the actual address zero from a zero due to not having filled in the PHY address explicitly (which should mean 'use the default PHY address'). If we are a bit smarter about the encoding of the phy_addr field, we can avoid the need for a second field -- this patch does that. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> | ||||
* | [ARM] Orion: Instantiate mv_xor driver for 5182 | Saeed Bishara | 2008-08-09 | 1 | -0/+1 |
| | | | | | Signed-off-by: Saeed Bishara <saeed@marvell.com> Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> | ||||
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -1/+1 |
| | | | | | | This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | [ARM] Orion: add Maxtor Shared Storage II support | Sylver Bruneau | 2008-06-22 | 1 | -0/+270 |
This patch adds support for the Maxtor Shared Storage II hardware. Signed-off-by: Sylver Bruneau <sylver.bruneau@googlemail.com> Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> |