linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] serial: st-asc: Couple of fixes
@ 2014-07-24 12:02 Maxime COQUELIN
  2014-07-24 12:02 ` [PATCH 1/2] serial: st-asc: Don't call BUG in asc_console_setup() Maxime COQUELIN
  2014-07-24 12:02 ` [PATCH 2/2] serial: st-asc: Fix overflow in baudrate calculation Maxime COQUELIN
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime COQUELIN @ 2014-07-24 12:02 UTC (permalink / raw)
  To: linux-arm-kernel

This series contains two fixes for ST's ASC driver.

The first issue addressed is a Kernel BUG when using the console on a different
ASC instance than the one being probed.

The second one is an overflow during buad rate calculation when requested rate
is higher than about 262Kbauds.

Maxime Coquelin (2):
  serial: st-asc: Don't call BUG in asc_console_setup()
  serial: st-asc: Fix overflow in baudrate calculation

 drivers/tty/serial/st-asc.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-24 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24 12:02 [PATCH 0/2] serial: st-asc: Couple of fixes Maxime COQUELIN
2014-07-24 12:02 ` [PATCH 1/2] serial: st-asc: Don't call BUG in asc_console_setup() Maxime COQUELIN
2014-07-24 12:02 ` [PATCH 2/2] serial: st-asc: Fix overflow in baudrate calculation Maxime COQUELIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).