Each time a new merge window is coming I go almost daily through the new things. Here are some which caught my attention.
I remember having sometimes seen GIC errors (probably induced by the bad DRAM impedance) but no solution:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/diff/arch/ar...
This is a little difficult to understand - what is "usb424,3503" as compatible string? I always thought that the vendor name should be there...
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/diff/arch/ar...
Since we have no ethernet on board this is probably not relevant for Pyra.
BR, Nikolaus
On 2 March 2017 at 22:35, H. Nikolaus Schaller hns@goldelico.com wrote:
This is a little difficult to understand - what is "usb424,3503" as compatible string? I always thought that the vendor name should be there...
This was really non-obvious, but I figured it out: the device there is sitting on an USB bus, and that compatible string is simply the VID and PID of the usb device, presumably given explicitly to skip discovery or something
Matthijs