Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts ↵ | Zach Brown | 2016-10-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | with leds namespace Adding led support for phy causes namespace conflicts for some phy drivers. The marvel skge driver declared an enum for representing the states of Link LED Register. The enum contained constant LED_OFF which conflicted with declartation found in linux/leds.h. LED_OFF changed to LED_REG_OFF Also changed LED_ON to LED_REG_ON to avoid possible future conflict and for consistency. Signed-off-by: Zach Brown <zach.brown@ni.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers | Jeff Kirsher | 2011-08-12 | 1 | -0/+2584 |
Move the Marvell Ethernet drivers into drivers/net/ethernet/marvell/ and make the necessary Kconfig and Makefile changes. CC: Sachin Sanap <ssanap@marvell.com> CC: Zhangfei Gao <zgao6@marvell.com> CC: Philip Rakity <prakity@marvell.com> CC: Mark Brown <markb@marvell.com> CC: Lennert Buytenhek <buytenh@marvell.com> CC: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |