[PATCH 0/2] serial: sifive: Correct/improve baud base handling

Maciej W. Rozycki posted 2 patches 4 years, 1 month ago
[PATCH 0/2] serial: sifive: Correct/improve baud base handling
Posted by Maciej W. Rozycki 4 years, 1 month ago
Hi,

 While fiddling with other serial port devices with the use of my HiFive
Unmatched board I have noticed we do not correctly report the baud base 
value for the SiFive FU740-C000 SOC's on-chip UARTs.  This small patch 
set fixes the initialisation of the baud base value and then simplifies 
handling by removing now redundant duplicate port parameter.

 See individual change descriptions for details.  This patch set has been 
verified with the HiFive Unmatched board.  Please apply.

  Maciej