linux/drivers/net/ethernet/dec/tulip
Francois Romieu 3acf4b5cde uli526x: stop using net_device.{base_addr, irq} and convert to __iomem.
The bulk of the patch comes from the __iomem changes.

- the phy read and write operations were carrying the chip id deep
  down the call chain. Let's waste a pointer and contain the flying
  spaghetti monster.
- phy_{read, write}_1bit only need to access the DCR9 register. The loss
  of generality here should not hurt.
- removed a leftover printk of the EISA era. This is a pure PCI device.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Acked-by: Grant Grundler <grundler@parisc-linux.org>
2012-04-07 11:47:17 +02:00
..
21142.c drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
de4x5.c dec/tulip/de4x5: print MAC via printk format specifier 2012-02-24 15:40:59 -05:00
de4x5.h
de2104x.c de2104x: stop using net_device.{base_addr, irq}. 2012-04-07 11:47:16 +02:00
dmfe.c netdev: ethernet dev_alloc_skb to netdev_alloc_skb 2012-02-08 18:46:38 -05:00
eeprom.c drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
interrupt.c netdev: ethernet dev_alloc_skb to netdev_alloc_skb 2012-02-06 11:48:09 -05:00
Kconfig
Makefile
media.c drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
pnic.c drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
pnic2.c drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
timer.c drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
tulip.h drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
tulip_core.c tulip_core: stop using net_device.{base_addr, irq}. 2012-04-07 11:45:27 +02:00
uli526x.c uli526x: stop using net_device.{base_addr, irq} and convert to __iomem. 2012-04-07 11:47:17 +02:00
winbond-840.c winbond840: stop using net_device.{base_addr, irq}. 2012-04-07 11:45:26 +02:00
xircom_cb.c xircom_cb: stop using net_device.{base_addr, irq} and convert to __iomem. 2012-04-07 11:47:16 +02:00