| Age | Commit message (Expand) | Author |
| 2019-01-11 | Simplify regmap initialization, and fix an regmap issue that | thorpej |
| 2018-12-11 | Add a convenience function, com_init_regs_stride(), that shifts the register | thorpej |
| 2018-12-09 | sparc64 doesn't have a scalar bus_space_handle_t, so cope with this. | thorpej |
| 2018-12-08 | Remove the COM_REGMAP option -- just use it all the time. While here, | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-11-30 | Add support for com(4) without an interrupt by setting the COM_HW_POLL flag | jmcneill |
| 2018-11-28 | Add support for a "force_console" property, where when set, reuses the consol... | jmcneill |
| 2018-05-27 | Rename COM_TYPE_SUNXI -> COM_TYPE_DW_APB | jmcneill |
| 2018-04-08 | Remove COM_AWIN option | jmcneill |
| 2017-12-04 | Put back SUNXI definitions in the COM_REGMAP case; com.c uses them | bouyer |
| 2017-10-31 | As discussed on tech-kern: define a new tty internal state flag: TS_KERN_ONLY | martin |
| 2017-10-29 | Make all of the COM_xxx type options runtime selectable. Kernel configs | jmcneill |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-08-10 | Report AUXUART fifo size on rpi3 to 1 byte. This prevents bluetooth | nat |
| 2017-07-31 | Broadcom AUX UART doesn't seem to set LSR RXRDY bit when data is available | jmcneill |
| 2017-07-31 | Add COM_TYPE_BCMAUXUART type for BCM2835 AUX UART. | jmcneill |
| 2016-05-27 | The UART in the allwiner SoCs is not full-compatible with the 16550, and | bouyer |
| 2015-12-14 | Fix TX FIFO on Tegra | jmcneill |
| 2015-11-02 | PR/50395: Vicente Chaves de Melo: Loss of characters in serial port | christos |
| 2015-05-04 | For Tegra K1, set IE_RX_TIMEOUT (bit 4) in IER register. RX_TIMEOUT occurs | jmcneill |
| 2015-05-04 | fix pasto, use SET() and CLR() | macallan |
| 2015-05-03 | add COM_TYPE_TEGRA | jmcneill |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-03-07 | KNF | skrll |
| 2015-03-07 | Fix build. | skrll |
| 2015-03-07 | more Ingenic support: | macallan |
| 2014-11-22 | deal with quirk in Ingenic UARTs | macallan |
| 2014-11-15 | centralize the dialout/call unit macros. | christos |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-04-08 | Clear dtr on transition from !0 to 0, and set it on the opposite. | christos |
| 2014-04-06 | PR/48720: John Kelly: com driver does not allow B0 to be set. The code to | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-12-22 | Now that cngetc supports -1 as a return value from the cn_getc routine, | matt |
| 2013-12-16 | Use #if defined in previous. | skrll |
| 2013-12-16 | Fix build. | htodd |
| 2013-12-15 | lcr is only used when COM_16650 is defined; unbreak the build | mbalmer |
| 2013-12-15 | Only attempt to set 64byte fifo for 16750 when COM_16750 is defined. | skrll |
| 2013-10-03 | Revirt 'Move the Marvell extension to com_mv.c' at Sun Sep 1 04:51:24 UTC 2013. | kiyohara |
| 2013-09-12 | Minor tweaks for newer gcc | martin |
| 2013-09-03 | no EFR on tl16c750, use AFE bit on MCR reg instead for flow control | jmcneill |
| 2013-09-01 | Add support 16750 64Byte FIFO. But not test. | kiyohara |
| 2013-09-01 | Move the Marvell extension to com_mv.c. | kiyohara |
| 2013-07-27 | As for the console of ns16750, comintr() may be called before comopen(). | kiyohara |
| 2013-07-27 | Remove white-spaces, null-line and new-line. | kiyohara |
| 2013-05-01 | For a polled console incoming characters are buffered on output. | mlelstv |
| 2013-04-20 | Add support for 16750 style UARTs. Activated by defining COM_16750. | rkujawa |
| 2013-02-24 | Initialize t_softc. | matt |
| 2013-01-10 | don't try to become console if we get is_console=false as device property | macallan |
| 2012-05-21 | Remove empty line. | skrll |