Re: [U-Boot] [RESEND PATCH v2 3/5] net: pch_gbe: CPU accessible addresses are virtual

2017-05-30 Thread Joe Hershberger
On Sun, Apr 30, 2017 at 2:57 PM, Daniel Schwierzeck wrote: > From: Paul Burton > > Use the virt_to_bus & bus_to_virt functions rather than phys_to_bus & > bus_to_phys, since the addresses accessed by the CPU will be virtual > rather than

Re: [U-Boot] [RESEND PATCH v2 3/5] net: pch_gbe: CPU accessible addresses are virtual

2017-05-04 Thread Simon Glass
On 30 April 2017 at 13:57, Daniel Schwierzeck wrote: > From: Paul Burton > > Use the virt_to_bus & bus_to_virt functions rather than phys_to_bus & > bus_to_phys, since the addresses accessed by the CPU will be virtual > rather than physical.

[U-Boot] [RESEND PATCH v2 3/5] net: pch_gbe: CPU accessible addresses are virtual

2017-04-30 Thread Daniel Schwierzeck
From: Paul Burton Use the virt_to_bus & bus_to_virt functions rather than phys_to_bus & bus_to_phys, since the addresses accessed by the CPU will be virtual rather than physical. On MIPS physical & virtual addresses differ as we use virtual addresses in kseg0, and