Re: [U-Boot] [PATCH 1/7] serial: Use next serial device if probing fails

2018-01-17 Thread Alexander Graf
On 16.01.18 22:32, Heinrich Schuchardt wrote: > On 01/16/2018 02:47 PM, Alexander Graf wrote: >> Currently our serial device search chokes on the fact that the serial >> probe function could fail. If it does, instead of searching for the next >> usable serial device, it just quits. >> >> This pat

Re: [U-Boot] [PATCH 1/7] serial: Use next serial device if probing fails

2018-01-16 Thread Heinrich Schuchardt
On 01/16/2018 02:47 PM, Alexander Graf wrote: > Currently our serial device search chokes on the fact that the serial > probe function could fail. If it does, instead of searching for the next > usable serial device, it just quits. > > This patch changes the fallback logic so that even when a seri

[U-Boot] [PATCH 1/7] serial: Use next serial device if probing fails

2018-01-16 Thread Alexander Graf
Currently our serial device search chokes on the fact that the serial probe function could fail. If it does, instead of searching for the next usable serial device, it just quits. This patch changes the fallback logic so that even when a serial device was not probed correctly, we just try the next