summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2015-07-02Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-06-21serial: 8250_ingenic: support for Ingenic SoC UARTsPaul Burton
2015-06-12serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald
2015-06-12serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald
2015-06-09serial: 8250_omap: Move wake-up interrupt to generic wakeirqTony Lindgren
2015-06-01serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior
2015-06-01serial: 8250: add LPC18xx/43xx UART driverJoachim Eastwood
2015-06-01serial: 8250_uniphier: add UniPhier serial driverMasahiro Yamada
2015-06-01serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus
2015-06-01serial: 8250: remove return statements from void functionMasahiro Yamada
2015-05-24tty: serial/8250: remove console dependency for mediatekArnd Bergmann
2015-05-24serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior
2015-05-10serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada
2015-05-10serial: 8250: Do nothing if nr_uarts=0Jan Kiszka
2015-05-10tty: serial: 8250_mtk: Add earlyconEddie Huang
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang
2015-05-06tty: serial: 8250_mtk: Add support for bus clockSascha Hauer
2015-05-06tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer
2015-05-06tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer
2015-05-06tty: serial: 8250_mtk: remove unnecessary testSascha Hauer
2015-05-06tty: serial: 8250: omap: synchronize rx_runningJohn Ogness
2015-05-06serial: 8250: remove Kconfig indirectionValentin Rothberg
2015-05-06drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6Valentin Rothberg
2015-04-28serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-04-14serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee
2015-04-13Merge branch 'pnp'Rafael J. Wysocki
2015-04-10serial: 8250_pci: port failed after wakeup from S3Peter Hung
2015-04-10earlycon: 8250: Document kernel command line optionsPeter Hurley
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley
2015-03-26serial: 8250_dw: only get the clock rate in one placeHeikki Krogerus
2015-03-26serial: 8250_dw: remove useless ACPI ID checkHeikki Krogerus
2015-03-26serial: 8250_pci: add Intel Tangier supportAndy Shevchenko
2015-03-26serial: 8250_pci: replace switch-case by formula for Intel MIDAndy Shevchenko
2015-03-26serial: 8250_pci: replace switch-case by formulaAndy Shevchenko
2015-03-26serial: 8250: allow specifying iomem size in addition to addressMans Rullgard
2015-03-26serial: 8250_dw: add support for AMD SOC CarrizoKen Xue
2015-03-26serial: 8250_pci: remove non-used var for F81504Peter Hung
2015-03-26serial: 8250: remove the redundant includeWang Long
2015-03-26serial: 8250: Check UART_SCR is writablePeter Hurley
2015-03-26serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessorsPeter Hurley
2015-03-26serial: 8250: Declare base port operations constPeter Hurley
2015-03-26serial: 8250: Decouple RSA probePeter Hurley
2015-03-26serial: 8250: Only get RSA resource when requiredPeter Hurley
2015-03-26serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSAPeter Hurley
2015-03-26serial: 8250: Initialize default dma handlers when setting defaultsPeter Hurley
2015-03-26serial: 8250: Initialize fixed type fields when setting defaultsPeter Hurley
2015-03-26serial: 8250: Encapsulate port i/o method initPeter Hurley