mbox series

[0/3] 8250_men_mcb: Make UART port autoconfigurable

Message ID 20230705131423.30552-1-josejavier.rodriguez@duagon.com
Headers show
Series 8250_men_mcb: Make UART port autoconfigurable | expand

Message

Rodríguez Barbarin, José Javier July 5, 2023, 1:14 p.m. UTC
Make configuration be handled by the 8250 UART subsystem to avoid
weird behaviours and for better maintainability.

Also fix a couple configuration issues when using F215 duagon
boards and how the number of ports are calculated for IP Cores
Z025 and Z057.

Javier Rodriguez (3):
  8250_men_mcb: Add clockrate speed for G215/F215 boards
  8250_men_mcb: Read num ports from register data.
  8250_men_mcb: Make UART config auto configurable

 drivers/tty/serial/8250/8250_men_mcb.c | 206 ++++++++++++++++++-------
 1 file changed, 150 insertions(+), 56 deletions(-)