summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-229/+203
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2016-05-04serial: 8250_dw: fix wrong logic in dw8250_check_lcr()Kefeng Wang1-3/+4
2016-05-01serial: 8250dw: Add device HID for future AMD UART controllerWang Hongcheng1-0/+1
2016-04-30serial: 8250: Integrate Fintek into 8250_baseRicardo Ribalda Delgado5-111/+42
2016-04-30serial: 8250: of: Make tegra_serial_handle_break() staticThierry Reding1-1/+1
2016-04-30serial: omap8250: Terminate rx dma only for flushesPeter Hurley1-1/+1
2016-04-30serial: 8250: Extract IIR logic steering from rx dmaPeter Hurley4-63/+58
2016-04-30serial: omap8250: Simplify rx dma completion interfacePeter Hurley1-6/+4
2016-04-30serial: omap8250: Drop rx buffer syncPeter Hurley1-6/+0
2016-04-30serial: 8250: Validate dmaengine tx chan meets requirementsPeter Hurley1-0/+9
2016-04-30serial: 8250: Validate dmaengine rx chan meets requirementsPeter Hurley1-6/+21
2016-04-30serial: 8250_uniphier: add "\n" at the end of error logMasahiro Yamada1-1/+1
2016-04-30serial: 8250: Remove unused definePeter Hurley1-1/+0
2016-04-30serial: omap8250: Eliminate local in omap8250_runtime_resume()Peter Hurley1-3/+1
2016-04-30serial: 8250: Reduce expr in 8250 irq handlerPeter Hurley1-2/+1
2016-04-30serial: 8250: Eliminate needless local in irq handlersPeter Hurley2-11/+3
2016-04-30serial: 8250_mid: correct comment regarding Tangier HSUAndy Shevchenko1-1/+5
2016-04-30serial: 8250_mid: make module available only on X86Andy Shevchenko1-1/+3
2016-04-30serial: 8250_mid: include missed linux/bitops.hAndy Shevchenko1-1/+2
2016-04-30serial: 8250_mid: recognize interrupt source in handlerAndy Shevchenko1-10/+11
2016-04-30serial: 8250_mid: use proper bar for DNV platformAndy Shevchenko1-3/+11
2016-04-30serial: 8250_pci: report DCD and DSR signals as active for Bay TrailWan Ahmad Zainie1-0/+12
2016-04-30serial: 8250: export get_mctrl functionWan Ahmad Zainie2-1/+12
2016-04-29serial: 8250_pci: fix divide error bug if baud rate is 0David Müller1-0/+3
2016-04-19Revert "serial: 8250: Add hardware dependency to RT288X option"Greg Kroah-Hartman1-1/+0
2016-04-19tty/serial/8250: fix RS485 half-duplex RXYegor Yefremov1-1/+10
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko1-4/+4
2016-03-08serial: 8250: describe CONFIG_SERIAL_8250_RSAMaciej S. Szmigiero1-1/+6
2016-03-08tty: serial: 8250: add MOXA Smartio MUE boards supportMathieu OTHACEHE4-0/+182
2016-03-08serial: 8250: convert drivers to use up_to_u8250p()Andy Shevchenko3-15/+7
2016-03-08serial: 8250/mediatek: fix building with SERIAL_8250=mArnd Bergmann2-2/+2
2016-03-08serial: 8250/ingenic: fix building with SERIAL_8250=mArnd Bergmann2-4/+5
2016-03-08serial: 8250/uniphier: fix modular buildArnd Bergmann1-1/+1
2016-03-08Revert "drivers/tty/serial: make 8250/8250_ingenic.c explicitly non-modular"Arnd Bergmann1-7/+21
2016-03-08Revert "drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular"Arnd Bergmann1-7/+28
2016-03-08serial: 8250: Add hardware dependency to RT288X optionJean Delvare1-0/+1
2016-03-08serial: 8250_pci: all known Braswell ports are 1 channelAndy Shevchenko1-5/+0
2016-03-08serial: 8250_pci: convert to pcim_*() APIAndy Shevchenko1-24/+8
2016-03-08serial: 8250_dw: remove leftover definitionsAndy Shevchenko1-6/+0
2016-03-08serial: 8250_dw: remove redundant 'else' keywordAndy Shevchenko1-2/+3
2016-03-08tty: serial: Use GFP_ATOMIC instead of GFP_KERNEL in serial8250_em485_init()Matwey V. Kornilov1-1/+1
2016-03-08tty: serial: 8250: Cleanup p->em485 in serial8250_unregister_portMatwey V. Kornilov1-0/+9
2016-02-15serial: bcm2835: fix unsigned int issue with irqMartin Sperl1-5/+5
2016-02-15serial: 8250_early: Add earlycon support for TegraJon Hunter1-0/+1
2016-02-158250: mediatek: mark PM functions as __maybe_unusedArnd Bergmann1-6/+4
2016-02-15Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman1-0/+21
2016-02-08Revert "8250: uniphier: allow modular build with 8250 console"Greg Kroah-Hartman1-1/+1
2016-02-07tty: serial: 8250: Add generic port init macroAnton Wuerfel5-62/+49
2016-02-07tty: serial: 8250: Fix indentation warningsAnton Wuerfel3-13/+13