Files
u-boot/drivers
Stefan Roese e98856fcff serial: serial-uclass: Use force parameter in stdio_deregister_dev()
On my x86 platform I've noticed, that calling dm_uninit() or the new
function dm_remove_devices_flags() does not remove the desired device at
all. Debugging showed, that the serial uclass returns -EPERM in
serial_pre_remove(). This patch sets the force parameter when calling
stdio_deregister_dev() resulting in a removal of the device.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-05-17 17:13:06 +08:00
..
2017-04-05 13:52:01 -04:00
2017-05-12 08:37:09 -04:00
2017-05-15 10:40:00 -04:00
2017-05-10 16:16:09 +02:00
2017-05-17 17:13:06 +08:00
2017-05-09 16:11:36 -04:00
2017-05-10 16:16:09 +02:00
2017-05-08 11:57:28 -04:00
2016-02-06 12:00:59 +01:00
2017-01-02 17:08:25 +01:00
2017-05-15 21:22:24 +02:00