char: xilinx_uartlite: Don't reset from init
commit95faaa73dfe705a3c6411d855cdbf099c596ec25
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Thu, 29 May 2014 09:25:03 +0000 (29 02:25 -0700)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sun, 8 Jun 2014 22:33:03 +0000 (9 00:33 +0200)
treeab9fa5a13b8fa61397b633cb9d9e5a2348e0f35d
parente8198f6ea0d7770bd7418d4389f3f5df4a5be074
char: xilinx_uartlite: Don't reset from init

This refresh of the device state is intended to be a reset side
effect. Move it to a proper reset handler rather than do it at
init time.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
hw/char/xilinx_uartlite.c