[U-Boot] [PATCH 0/5] serial: zynq: Fix serial driver

Michal Simek michal.simek at xilinx.com
Thu Jun 14 09:32:53 UTC 2018


Hi,

this series contain some changes in this driver.
1. Coding style fixes - using BIT macro
2. Using output fifo more effectively
3. Avoid initialization after relocation again
4. Make sure that priv is valid all the time
5. Keep sparse happy

Thanks,
Michal



Michal Simek (5):
  serial: zynq: Use BIT macros instead of shifts and full hex numbers
  serial: zynq: Write chars till output fifo is full
  serial: zynq: Initialize uart only before relocation
  serial: zynq: Check priv pointer get via dev_get_priv()
  serial: zynq: Make zynq_serial_setbrg static

 drivers/serial/serial_zynq.c | 51 +++++++++++++++++++++++++++++++++-----------
 1 file changed, 39 insertions(+), 12 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list