summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* MFC r318974: uart: add AMT SOL PCI IDemaste2017-06-031-0/+1
* MFC r317659, r317752:mav2017-05-162-10/+14
* MFC r314918, r314919:ian2017-03-162-1/+3
* MFC r304970:jhibbits2016-11-061-4/+4
* MFC r302523,r302528:mmel2016-11-051-4/+4
* sys/dev: minor spelling fixes.pfg2016-05-033-6/+6
* Stop including machine/fdt.h from the fdt uart code, it's unneeded.andrew2016-04-261-3/+0
* Do not include fdt.h on RISC-V.br2016-04-261-1/+1
* sys: use our nitems() macro when param.h is available.pfg2016-04-211-1/+1
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-2/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Move support for Synopsys Designware APB UART out of ns8250 and into ajmcneill2016-04-012-12/+284
* Add ns16550a compatible string in UART 8250 driverwma2016-02-261-0/+1
* Stop using the global fdtbus_bs_tag and instead use the tag from the softcian2016-02-231-4/+3
* This code no longer references fdtbus_bs_tag, no need for a special externian2016-02-231-4/+0
* Now that we have OF_decode_addr(), with proper MD implementations, to obtainian2016-02-231-7/+6
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-162-2/+2
* UART: Fix spurious interrupts generated by ns8250 and lpc drivers:mmel2016-02-122-4/+6
* Explicitly include <sys/systm.h>. Previously we were pulling it in due toandrew2016-02-101-0/+1
* - Make the code consistent with itself style-wise and bring it closermarius2016-01-251-8/+18
* Fix busy-detect when using DesignWare UARTzbb2016-01-201-2/+5
* Add compatibility string for dw-apb-uart in ns8250 driverzbb2016-01-201-0/+1
* Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnationmarius2016-01-191-0/+13
* Use OF_decode_addr() to create a bus_space tag and handle for the consoleian2016-01-181-12/+1
* Restore uart PPS signal capture polarity to its historical norm, and add anian2016-01-124-67/+201
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-1/+5
* Remove a duplicate definition.kevlo2015-12-051-1/+0
* uart(4) - make the 8250 uart baudrate tolerance build time tweakable.adrian2015-11-181-2/+13
* Add ID for Intel Panther Point KT Controllermav2015-09-131-0/+1
* Allow us to set the console device tree node. This is needed as not allandrew2015-09-081-10/+18
* Add support for the Broadcom TruManage integrated serial port.marcel2015-08-121-0/+2
* Use bus_alloc_resource_any(), rather than bus_alloc_resource()marcel2015-08-121-7/+6
* Style fix, no functional changes -- do the braces for switches correctly.ian2015-08-111-6/+3
* Correct the polarity of the PPS assert and clear events with respect to theian2015-08-101-1/+7
* Allow the choice of PPS signal captured by uart(4) to be runtime-configured,ian2015-08-102-15/+111
* Provide the tty-layer mutex when initializing the pps api. This allowsian2015-08-083-7/+22
* - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signalingmarius2015-07-242-9/+16
* If uart interrupts are not functioning then schedule the callout to do theneel2015-07-161-2/+10
* Add new UART device presented on newer AMT enabled systems/laptops.sbruno2015-06-221-0/+1
* Add support for the Intel Atom E3800 series SoC (aka Bay Trail).marcel2015-06-201-1/+6
* Actually check the DTS node value to enable the uart quirks.loos2015-05-301-4/+4
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-221-21/+10
* Add support for the uart classes to set their default register shift value.andrew2015-04-1114-25/+39
* Get the fdt uart driver working on arm64, there is no machine/fdt.h, andandrew2015-04-072-1/+13
* Fix uart_fdt_get_clock. It should have beed using the cell variable passedandrew2015-04-071-9/+6
* Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we mayandrew2015-04-042-29/+29
* Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. Whileandrew2015-04-043-37/+6
* Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may giveandrew2015-04-042-8/+4
* And it turns out someone beat me to it....eadler2015-03-301-2/+0
* Add support for "MosChip MCS9922 PCIe to Peripheral Controller" to uarteadler2015-03-301-0/+2
OpenPOWER on IntegriCloud