serial: 8250: Add support for higher baud rates to Pericom chips
authorJay Dolan <jay.dolan@accesio.com>
Tue, 11 Jun 2019 11:47:15 +0000 (04:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2019 07:32:04 +0000 (09:32 +0200)
commit6bf4e42f1d19de10800f4483b4bb7945aab283cb
tree636a5b6a480629d49b9bba91f85cc70715f1cf60
parent4e828c3e09201512be5ee162393f334321f7cf01
serial: 8250: Add support for higher baud rates to Pericom chips

The Pericom chips can achieve additional baud rates by programming the
sample clock register. The baud rates can be described as
921600 * 16 / (16 - scr) for scr values 5 to 15. The divisor is set to 1
for these baud rates.

Adds new quirk for Pericom chips other than the four port chips to use
the

Signed-off-by: Jay Dolan <jay.dolan@accesio.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c