aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2015-08-03serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada1-0/+1
2015-08-03serial: 8250_pci: add RS485 for F81504/508/512Peter Hung1-0/+61
2015-07-23tty: serial: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-23serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel1-0/+15
2015-07-23serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley1-4/+3
2015-07-23tty/early: make serial8250_early_{in,out} static againVineet Gupta1-2/+2
2015-07-23serial: 8250: Split base port operations from universal driverPeter Hurley4-2872/+2920
2015-07-23serial: 8250_omap: Remove auto-IXON flow controlPeter Hurley1-14/+2
2015-07-23serial: 8250_omap: workaround module disable errata on dra7x SoCsSekhar Nori1-0/+1
2015-07-23serial: 8250_omap: workaround errata around idling UART after using DMASekhar Nori1-6/+59
2015-07-23serial: 8250_omap: introduce "ti,am3352-uart" compatible propertySekhar Nori1-11/+21
2015-07-23serial: 8250_omap: refactor mdr1 updateSekhar Nori1-5/+12
2015-07-23serial: 8250_omap: fix kernel crash in suspend-to-ramSekhar Nori1-2/+2
2015-07-23serial/8250_fintek: Support for any io address.Ricardo Ribalda Delgado1-24/+27
2015-07-23serial/8250_fintek: Support keys different than defaultRicardo Ribalda Delgado1-15/+22
2015-07-23serial/8250_fintek: Support for chip_ip 0x0501Ricardo Ribalda Delgado1-10/+11
2015-07-23serial/8250_fintek: Support for multiple base_portsRicardo Ribalda Delgado1-35/+52
2015-07-23serial/8250_fintek: Use private data structureRicardo Ribalda Delgado1-17/+31
2015-07-02Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-54/+4
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+278
2015-06-21serial: 8250_ingenic: support for Ingenic SoC UARTsPaul Burton3-0/+278
2015-06-12serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald1-3/+19
2015-06-12serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald1-0/+21
2015-06-09serial: 8250_omap: Move wake-up interrupt to generic wakeirqTony Lindgren1-54/+4
2015-06-01serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior1-9/+73
2015-06-01serial: 8250: add LPC18xx/43xx UART driverJoachim Eastwood3-0/+239
2015-06-01serial: 8250_uniphier: add UniPhier serial driverMasahiro Yamada3-0/+265
2015-06-01serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus1-1/+18
2015-06-01serial: 8250: remove return statements from void functionMasahiro Yamada1-2/+3
2015-05-24tty: serial/8250: remove console dependency for mediatekArnd Bergmann1-0/+2
2015-05-24serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior1-9/+73
2015-05-10serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada1-1/+0
2015-05-10serial: 8250: Do nothing if nr_uarts=0Jan Kiszka1-1/+7
2015-05-10tty: serial: 8250_mtk: Add earlyconEddie Huang1-0/+13
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang1-1/+1
2015-05-06tty: serial: 8250_mtk: Add support for bus clockSascha Hauer1-4/+24
2015-05-06tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer1-33/+36
2015-05-06tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer1-5/+2
2015-05-06tty: serial: 8250_mtk: remove unnecessary testSascha Hauer1-8/+4
2015-05-06tty: serial: 8250: omap: synchronize rx_runningJohn Ogness1-16/+49
2015-05-06serial: 8250: remove Kconfig indirectionValentin Rothberg1-8/+0
2015-05-06drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6Valentin Rothberg1-5/+0
2015-04-28serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald1-2/+23
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-0/+25
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds9-380/+681
2015-04-14serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee2-0/+25
2015-04-13Merge branch 'pnp'Rafael J. Wysocki1-12/+1
2015-04-10serial: 8250_pci: port failed after wakeup from S3Peter Hung1-64/+50
2015-04-10earlycon: 8250: Document kernel command line optionsPeter Hurley1-2/+3
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley2-26/+24