]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
stdio: Add force parameter to stdio_deregister
authorHans de Goede <hdegoede@redhat.com>
Sat, 20 Sep 2014 14:54:37 +0000 (16:54 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 6 Oct 2014 12:50:43 +0000 (14:50 +0200)
commit32d019265d1f0c334f2f86407abf295d46bd2f4d
tree0d6f5d7eac5cc86c3fdb7daacb5a791cf61247bd
parent3f78a28037c65b92d2717b7787902a853c2506a4
stdio: Add force parameter to stdio_deregister

In some cases we really want to move forward with a deregister, add a force
parameter to allow this, and replace the dev with a nulldev in this case.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
common/stdio.c
common/usb_kbd.c
drivers/serial/serial-uclass.c
include/stdio_dev.h