Re: [U-Boot] [PATCH 7/9] serial: bcm283x_mu: support disabling after initialization

2016-09-26 Thread Simon Glass
On 26 September 2016 at 06:26, Fabian Vogt wrote: > For the Raspberry Pi 3 it needs to be possible to disable the serial > device after initialization happens, as only after the GPIO device is > available > it is known whether the mini uart is usable. > > Signed-off-by: Fabian

[U-Boot] [PATCH 7/9] serial: bcm283x_mu: support disabling after initialization

2016-09-26 Thread Fabian Vogt
For the Raspberry Pi 3 it needs to be possible to disable the serial device after initialization happens, as only after the GPIO device is available it is known whether the mini uart is usable. Signed-off-by: Fabian Vogt --- drivers/serial/serial_bcm283x_mu.c | 18