aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/macb.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23net/at91_ether: add pdata flag for reverse Eth addrJoachim Eastwood1-0/+1
This will allow us to remove the last mach include from at91_ether and also make it easier to share address setup with macb. Signed-off-by: Joachim Eastwood <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2011-11-29ARM: at91/boards: use -EINVAL for invalid gpioJean-Christophe PLAGNIOL-VILLARD1-1/+1
this will allow to use gpio_is_valid Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> Cc: Nicolas Ferre <[email protected]>
2011-11-22macb: unify at91 and avr32 platform dataJamie Iles1-0/+17
Both at91 and avr32 defines its own platform data structure for the macb driver and both share common structures though at91 includes a currently unused phy_irq_pin. Create a common macb_platform_data for macb that both at91 and avr32 can use. In future we can use this to support other architectures that use the same IP block with the macb driver. v2: rename eth_platform_data to macb_platform_data and allow at91_ether to share the platform data with macb. Signed-off-by: Jamie Iles <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Tested-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>