]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
serial: 8250: Add missing rxtrig_bytes on Altera 16550 UART
authorMarek Vasut <marex@denx.de>
Tue, 1 May 2018 03:39:51 +0000 (05:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 11:51:11 +0000 (13:51 +0200)
commit3ace822ad4b255eff7f56d2f452f7a8409b29b6d
treece54d5c477e31970bd638f22e106daf77ff2395e
parenta451debb4173bfe3b06d2ac926c4903eadc236d4
serial: 8250: Add missing rxtrig_bytes on Altera 16550 UART

The Altera 16550 UART core supports FCR Rx Trigger Level setting,
but the port definition in the driver is missing the rxtrig_bytes
array specifying the trigger levels. Add the array to make the Rx
Trigger Level setting available on this type of 16550 UART.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Thor Thayer <tthayer@opensource.altera.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c