Re: [U-Boot] [PATCH v2] drivers: core: Add translation in live tree case

2017-12-15 Thread Stephen Warren
On 12/15/2017 01:19 AM, Mario Six wrote: On Fri, Dec 15, 2017 at 9:05 AM, Mario Six wrote: Hi Simon, On Thu, Dec 14, 2017 at 9:36 PM, Simon Glass wrote: +Stephen, Tom Hi Mario, I've had to drop this since it breaks tegra. Stephen feels that this is likely a bug in the patch rather than any

Re: [U-Boot] [PATCH v2] drivers: core: Add translation in live tree case

2017-12-15 Thread Mario Six
On Fri, Dec 15, 2017 at 9:05 AM, Mario Six wrote: > Hi Simon, > > On Thu, Dec 14, 2017 at 9:36 PM, Simon Glass wrote: >> +Stephen, Tom >> >> Hi Mario, >> >> I've had to drop this since it breaks tegra. Stephen feels that this >> is likely a bug in the patch rather than anything wrong with Tegra.

Re: [U-Boot] [PATCH v2] drivers: core: Add translation in live tree case

2017-12-15 Thread Mario Six
Hi Simon, On Thu, Dec 14, 2017 at 9:36 PM, Simon Glass wrote: > +Stephen, Tom > > Hi Mario, > > I've had to drop this since it breaks tegra. Stephen feels that this > is likely a bug in the patch rather than anything wrong with Tegra. Do > you have any thoughts? I can potentially try things out o

Re: [U-Boot] [PATCH v2] drivers: core: Add translation in live tree case

2017-12-14 Thread Simon Glass
+Stephen, Tom Hi Mario, I've had to drop this since it breaks tegra. Stephen feels that this is likely a bug in the patch rather than anything wrong with Tegra. Do you have any thoughts? I can potentially try things out on the Tegra boards I have. Regards, Simon On 8 December 2017 at 10:11,

Re: [U-Boot] [PATCH v2] drivers: core: Add translation in live tree case

2017-12-08 Thread sjg
On 23 November 2017 at 23:51, Mario Six wrote: > The function dev_read_addr calls ofnode_get_addr_index in the live tree > case, which does not apply bus translations to the address read from the > device tree. This results in illegal addresses on boards that rely on > bus translations being appli

Re: [U-Boot] [PATCH v2] drivers: core: Add translation in live tree case

2017-11-26 Thread Simon Glass
On 23 November 2017 at 23:51, Mario Six wrote: > The function dev_read_addr calls ofnode_get_addr_index in the live tree > case, which does not apply bus translations to the address read from the > device tree. This results in illegal addresses on boards that rely on > bus translations being appli

[U-Boot] [PATCH v2] drivers: core: Add translation in live tree case

2017-11-23 Thread Mario Six
The function dev_read_addr calls ofnode_get_addr_index in the live tree case, which does not apply bus translations to the address read from the device tree. This results in illegal addresses on boards that rely on bus translations being applied. Fix this situation by applying bus translations in