summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* MFC r259685:imp2013-12-232-0/+27
* MFC r257556:ian2013-12-133-16/+20
* MFC r257480:ian2013-12-131-15/+30
* MFC r256815:ian2013-12-131-5/+5
* A final test with unmodified code has shown that a delay of 150msmarcel2013-08-301-1/+1
* Work-around a timing problem with the ITE IT8513E now that the coremarcel2013-08-291-1/+13
* Add support for uarts other than the serial console in TI OMAP SoCs.ian2013-08-214-0/+146
* Make the uart ns8250 high-level interface public rather than static.ian2013-08-212-38/+73
* Use an if/else sequence rather than unrelated if statements, so that aian2013-08-211-7/+7
* Check for generic ns16550 after all other types. A device may be compatibleian2013-08-211-3/+3
* Allow UART_POLL_FREQ to be set as a kernel option as well as via tunableian2013-08-191-1/+1
* Set the device description after we call uart_probe(). In uart_probe()marcel2013-07-251-1/+7
* Protect against broken hardware. In this particular case, protect againstmarcel2013-07-101-48/+60
* Teach UART to attach Exynos/s3/s5 class driver.ray2013-06-294-0/+6
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-212-98/+175
* Fix several typoseadler2013-05-121-2/+2
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-272-0/+5
* Add support for Intel C600/X79 Series Chipset KT Controller.eadler2013-04-231-0/+1
* Build uart_dev_lpc.c on arm only. This fixes pc98 build.nyan2013-04-221-0/+2
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-015-15/+15
* Accommodate uart devices with large FIFOs (or DMA buffers which amountian2013-03-311-1/+7
* Integrate Efika MX project back to home.ray2013-03-204-0/+663
* Add support for A10 uart.ganbold2013-03-011-5/+38
* - Make pci_ns8250_ids[] const.marius2013-02-031-6/+6
* uart: add resume method and enable it for attachments on the most commonavg2013-02-025-0/+13
* Add a loader tunable "hw.broken_txfifo" which enables a workaround for acperciva2013-01-271-1/+13
* Prevent possible usage of uninitialized pbase variable by checkinggonzo2012-12-131-1/+3
* Add support for CIR1000 - Cirrus Logic V34 to the uart drivereadler2012-11-131-0/+1
* Add support for a few more devices:eadler2012-11-041-0/+4
* Separate interrupts enable/disable logic from setting port parameters.gonzo2012-10-301-6/+13
* Add PrimeCell UART (PL011) drivergonzo2012-08-303-0/+441
* Merging of projects/armv6, part 8gonzo2012-08-154-5/+903
* Merging of projects/armv6, part 4gonzo2012-08-151-2/+4
* Complete polled-mode operation by using a callout if the device will begrehan2012-04-123-1/+16
* uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) aremarcel2012-04-112-107/+0
* Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.kib2012-03-141-0/+1
* Add support for the MosChip MCS9904 four serial portsremko2012-03-071-0/+2
* Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC Cardeadler2012-01-191-0/+1
* Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.kib2012-01-111-0/+2
* Add support for Intel EG20T serial portskevlo2012-01-031-0/+4
* Use strchr() and strrchr().ed2012-01-021-1/+1
* Actually set the baudrate from the FDT.marcel2011-12-301-1/+1
* Add PCI Id for the Intel AMT serial interface as found on my DQ67OW.kib2011-12-291-0/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Replace __const by const in all non-contributed source code.ed2011-12-131-6/+6
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Disable the TX ready interrupts once we received one, some UART won't clearcognet2011-11-021-2/+5
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-4/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-21/+5
OpenPOWER on IntegriCloud