Re: [U-Boot] rtl8169: use dm_pci_map_bar

2019-06-14 Thread Thierry Reding
On Fri, Jun 14, 2019 at 01:16:32AM +0200, Patrick Wildt wrote: > On Thu, Jun 13, 2019 at 06:43:25PM +0200, Thierry Reding wrote: > > On Thu, Jun 13, 2019 at 03:16:10PM +0800, Bin Meng wrote: > > > Hi Stefan, > > > > > > On Thu, Jun 13, 2019 at 1:40 PM Stefan Roese wrote: > > > > > > > > Added Bin

Re: [U-Boot] rtl8169: use dm_pci_map_bar

2019-06-13 Thread Patrick Wildt
On Thu, Jun 13, 2019 at 06:43:25PM +0200, Thierry Reding wrote: > On Thu, Jun 13, 2019 at 03:16:10PM +0800, Bin Meng wrote: > > Hi Stefan, > > > > On Thu, Jun 13, 2019 at 1:40 PM Stefan Roese wrote: > > > > > > Added Bin, Joe and Thierry to Cc > > > > > > On 11.06.19 13:15, Patrick Wildt wrote: >

Re: [U-Boot] rtl8169: use dm_pci_map_bar

2019-06-13 Thread Thierry Reding
On Thu, Jun 13, 2019 at 03:16:10PM +0800, Bin Meng wrote: > Hi Stefan, > > On Thu, Jun 13, 2019 at 1:40 PM Stefan Roese wrote: > > > > Added Bin, Joe and Thierry to Cc > > > > On 11.06.19 13:15, Patrick Wildt wrote: > > > Hi, > > > > > > I have an rtl8169 on a macchiatobin and that card has a 64-

Re: [U-Boot] rtl8169: use dm_pci_map_bar

2019-06-13 Thread Bin Meng
Hi Stefan, On Thu, Jun 13, 2019 at 1:40 PM Stefan Roese wrote: > > Added Bin, Joe and Thierry to Cc > > On 11.06.19 13:15, Patrick Wildt wrote: > > Hi, > > > > I have an rtl8169 on a macchiatobin and that card has a 64-bit > > memory address. The current code only reads a single word, which > >

Re: [U-Boot] rtl8169: use dm_pci_map_bar

2019-06-12 Thread Stefan Roese
Added Bin, Joe and Thierry to Cc On 11.06.19 13:15, Patrick Wildt wrote: Hi, I have an rtl8169 on a macchiatobin and that card has a 64-bit memory address. The current code only reads a single word, which means it can only support a 32-bit address. By using dm_pci_map_bar we don't need to man