mbox series

[v2,0/7] tty: xilinx_uartps: fixes and improvements

Message ID 20220729114748.18332-1-shubhrajyoti.datta@xilinx.com
Headers show
Series tty: xilinx_uartps: fixes and improvements | expand

Message

Shubhrajyoti Datta July 29, 2022, 11:47 a.m. UTC
changes are 

- Update the copyright text
- Check the return values of clock enable calls
- Check the ignore_status in the isr 
- Prevent writing to the fifo when controller is disabled.

v2:
Split patches.
Remove non functional changes for coverity.

Michal Simek (1):
  tty: xilinx_uartps: Update copyright text to correct format

Shubhrajyoti Datta (6):
  tty: xilinx_uartps: Check clk_enable return value
  tty: xilinx_uartps: Initialise the read_status_mask
  tty: xilinx_uartps: Fix the ignore_status
  tty: xilinx_uartps: Prevent writes when the controller is disabled
  tty: xilinx_uartps: Add timeout waiting for loop
  tty: xilinx_uartps: Check the clk_enable return value

 drivers/tty/serial/xilinx_uartps.c | 59 +++++++++++++++++++++++++++---
 1 file changed, 53 insertions(+), 6 deletions(-)