summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/cn30xxuart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure proper order of register accesses by readback after write.visa2017-09-211-2/+5
| | | | This fixes spurious interrupts seen on CN7360.
* Attach com(4) using fdt on octeon.visa2017-07-031-50/+74
| | | | | The relevant part of uartbus(4) is made part of the com(4) glue to avoid extra maneuvers in the code.
* Enable UART FIFOs.visa2016-04-141-2/+5
|
* Wrap comintr() so that the interrupt handler always returns non-zero.visa2016-04-141-2/+17
| | | | This prevents console clutter about spurious UART interrupts.
* Whitespace.uebayasi2015-02-051-7/+7
|
* Use octeon_xkphys_*_8().uebayasi2015-02-051-21/+16
|
* The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock.jmatthew2014-06-171-2/+3
| | | | | | Program the uarts based on the io clock rate on these platforms. ok jasper@ pirofti@ yasuoka@
* add XXX comment for delay_changed, untill we figure out what it actually does.jasper2013-06-051-1/+2
| | | | ok uebayasi@
* whitespacejasper2013-06-051-4/+4
|
* remove unneeded octeonreg.h includejasper2013-06-021-2/+1
|
* combus renamed uartbus, com_oct renamed cn30xxuartsyuu2011-05-081-0/+211