On Monday 03 September 2012, Linus Walleij wrote:
In the PL010 UART callback a comparison against the location of the
statically allocated PL010 device is done to figure out which UART
is doing the callback. This does not play well with dynamic devices
such as in device tree, so let's check the base address of the
memory resource inside the amba_device instead.
Signed-off-by: Linus Walleij <redacted>
---
ChangeLog v2->v3:
- Check for the base address of the physical memory resource instead
of checking for the device name (which will also be dynamic when
we use device tree).
Ok, looks good to me.
Acked-by: Arnd Bergmann <arnd@arndb.de>