Re: [U-Boot] [PATCH v2 2/7] serial: Allow boards to determine whether a serial device is usable

2018-01-17 Thread Simon Glass
Hi Alex, On 17 January 2018 at 14:37, Alexander Graf wrote: > > > On 17.01.18 23:11, Simon Glass wrote: >> Hi Alex, >> >> On 17 January 2018 at 15:03, Alexander Graf wrote: >>> >>> >>> On 17.01.18 20:39, Simon Glass wrote: Hi Alex, On 17 January 2018

Re: [U-Boot] [PATCH v2 2/7] serial: Allow boards to determine whether a serial device is usable

2018-01-17 Thread Alexander Graf
On 17.01.18 23:11, Simon Glass wrote: > Hi Alex, > > On 17 January 2018 at 15:03, Alexander Graf wrote: >> >> >> On 17.01.18 20:39, Simon Glass wrote: >>> Hi Alex, >>> >>> On 17 January 2018 at 00:54, Alexander Graf wrote: On some boards, serial devices may

Re: [U-Boot] [PATCH v2 2/7] serial: Allow boards to determine whether a serial device is usable

2018-01-17 Thread Simon Glass
Hi Alex, On 17 January 2018 at 15:03, Alexander Graf wrote: > > > On 17.01.18 20:39, Simon Glass wrote: >> Hi Alex, >> >> On 17 January 2018 at 00:54, Alexander Graf wrote: >>> On some boards, serial devices may or may not be muxed properly to actual >>> pins,

Re: [U-Boot] [PATCH v2 2/7] serial: Allow boards to determine whether a serial device is usable

2018-01-17 Thread Alexander Graf
On 17.01.18 20:39, Simon Glass wrote: > Hi Alex, > > On 17 January 2018 at 00:54, Alexander Graf wrote: >> On some boards, serial devices may or may not be muxed properly to actual >> pins, depending on firmware configuration. To determine whether we should >> use a serial

Re: [U-Boot] [PATCH v2 2/7] serial: Allow boards to determine whether a serial device is usable

2018-01-17 Thread Simon Glass
Hi Alex, On 17 January 2018 at 00:54, Alexander Graf wrote: > On some boards, serial devices may or may not be muxed properly to actual > pins, depending on firmware configuration. To determine whether we should > use a serial device for U-Boot in-/output, we need to check whether

[U-Boot] [PATCH v2 2/7] serial: Allow boards to determine whether a serial device is usable

2018-01-17 Thread Alexander Graf
On some boards, serial devices may or may not be muxed properly to actual pins, depending on firmware configuration. To determine whether we should use a serial device for U-Boot in-/output, we need to check whether it is muxed properly. This is something only the board file can do, so let's