u-boot/drivers/net
Daniel Schwierzeck df50b3b414 net: pcnet: refactor mapping of virtual addresses to physical ones
pci_virt_to_mem() uses virt_to_phys() to get the physical address.
But pci_virt_to_mem() is also called with uncached addresses which
is wrong according to the documentation of virt_to_phys().

Refactor the PCI_TO_MEM() macro to optionally map an uncached address
back to a cached one before calling pci_virt_to_mem().

Currently pcnet works because virt_to_phys() is incorrectly implemented
on MIPS. With the upcoming asm header file update for MIPS, the
virt_to_phys() implementation will be fixed. Thus this patch is needed
to keep pcnet working on MIPS Malta board.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2016-01-16 21:06:46 +01:00
..
fm Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
fsl-mc driver: net: fsl-mc: remove MC firmware version check 2015-12-17 08:52:18 +08:00
ldpaa_eth Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
phy block: pass block dev not num to read/write/erase() 2016-01-13 21:05:18 -05:00
4xx_enet.c
8390.h
altera_tse.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
altera_tse.h net: altera_tse: add mSG-DMA support 2015-11-12 08:26:59 +08:00
armada100_fec.c
armada100_fec.h
at91_emac.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
ax88180.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
ax88180.h
ax88796.c
ax88796.h
bcm-sf2-eth-gmac.c
bcm-sf2-eth-gmac.h
bcm-sf2-eth.c
bcm-sf2-eth.h
bfin_mac.c
bfin_mac.h
calxedaxgmac.c
cpsw.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
cs8900.c
cs8900.h
davinci_emac.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
davinci_emac.h
dc2114x.c
designware.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
designware.h
dm9000x.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
dm9000x.h
dnet.c
dnet.h
e1000_spi.c net: e1000: Mark _disable_wr() and _write_status() as __maybe_unused 2015-12-21 20:01:57 -06:00
e1000.c Merge git://git.denx.de/u-boot-net 2016-01-13 21:05:16 -05:00
e1000.h net: e1000: Remove dead codes wrapped by #if 0 2015-12-21 19:59:34 -06:00
eepro100.c
enc28j60.c
enc28j60.h
ep93xx_eth.c
ep93xx_eth.h
ethoc.c
fec_mxc.c net: fec_mxc: unregister mdio bus on probe error 2016-01-03 15:28:06 +01:00
fec_mxc.h
fsl_mcdmafec.c
fsl_mdio.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
ftgmac100.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
ftgmac100.h
ftmac100.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
ftmac100.h
ftmac110.c
ftmac110.h
greth.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
greth.h
Kconfig net: eth_designware: select PHYLIB in Kconfig 2015-12-22 04:42:27 +01:00
keystone_net.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
ks8851_mll.c
ks8851_mll.h
lan91c96.c
lan91c96.h
lpc32xx_eth.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
macb.c
macb.h
Makefile
mcffec.c
mcfmii.c
mpc5xxx_fec.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
mpc5xxx_fec.h
mpc512x_fec.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
mpc512x_fec.h
mvgbe.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
mvgbe.h
mvneta.c net: mvneta: Convert to driver model 2016-01-14 14:08:59 +01:00
natsemi.c
ne2000_base.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
ne2000_base.h
ne2000.c
ne2000.h
netconsole.c video: Drop DEV_FLAGS_SYSTEM flag 2015-11-05 08:22:21 +01:00
ns8382x.c
pch_gbe.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
pch_gbe.h net: pch_gbe: Convert to driver model 2015-09-09 07:48:03 -06:00
pcnet.c net: pcnet: refactor mapping of virtual addresses to physical ones 2016-01-16 21:06:46 +01:00
rtl8139.c
rtl8169.c dm: net: Convert rtl8169 to use DM PCI API 2016-01-12 10:19:09 -07:00
sandbox-raw.c
sandbox.c net: Fix delay in net_retry test 2016-01-07 12:18:58 -07:00
sh_eth.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
sh_eth.h
smc911x.c
smc911x.h
smc91111.c arm: Remove xaeniax board 2015-09-11 17:14:43 -04:00
smc91111.h arm: Remove xaeniax board 2015-09-11 17:14:43 -04:00
sunxi_emac.c
tsec.c Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
tsi108_eth.c
uli526x.c
vsc7385.c Move console definitions into a new console.h file 2015-11-19 20:27:50 -07:00
vsc9953.c drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier 2015-09-21 08:29:48 -07:00
xilinx_axi_emac.c
xilinx_emaclite.c
xilinx_ll_temac_fifo.c
xilinx_ll_temac_fifo.h
xilinx_ll_temac_mdio.c
xilinx_ll_temac_mdio.h
xilinx_ll_temac_sdma.c
xilinx_ll_temac_sdma.h
xilinx_ll_temac.c
xilinx_ll_temac.h
zynq_gem.c net: gem: Add driver dependencies to PHYLIB 2015-12-18 13:15:58 +01:00