linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* at91sam9x5: uart (not usart) broken
@ 2013-08-07  0:32 Douglas Gilbert
  2013-08-07  6:33 ` boris brezillon
  0 siblings, 1 reply; 3+ messages in thread
From: Douglas Gilbert @ 2013-08-07  0:32 UTC (permalink / raw)
  To: linux-arm-kernel

Between lk 3.10.0 and lk 3.11.0-rc4 the uarts (not usarts)
have been broken in the at91sam9x5 family. The DT files have
been re-factored for uarts but look correct.

So suspicion moves to the atmel_serial driver which enjoyed
a lot of changes in June.

Tested on a at91sam9g25 (Aria G25) which is a member of the
at91sam9x5 family with two uarts (four usarts and a debug
serial port). The failure looks like this in dmesg:

  console [ttyS0] enabled
  f801c000.serial: ttyS1 at MMIO 0xf801c000 (irq = 23) is a ATMEL_SERIAL
  f8020000.serial: ttyS2 at MMIO 0xf8020000 (irq = 24) is a ATMEL_SERIAL
  f8024000.serial: ttyS3 at MMIO 0xf8024000 (irq = 25) is a ATMEL_SERIAL
  atmel_usart: probe of f8040000.serial failed with error -2
  f8028000.serial: ttyS4 at MMIO 0xf8028000 (irq = 32) is a ATMEL_SERIAL

The device at 0xf8040000 is uart0 . My DT file was trying
to bring up uart0 but not uart1.

Doug Gilbert

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

end of thread, other threads:[~2013-08-07 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07  0:32 at91sam9x5: uart (not usart) broken Douglas Gilbert
2013-08-07  6:33 ` boris brezillon
2013-08-07 15:45   ` Douglas Gilbert

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).