aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+20
2015-04-14serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee1-0/+20
2015-04-10earlycon: 8250: Document kernel command line optionsPeter Hurley1-2/+3
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley1-7/+24
2015-03-26serial: 8250: allow specifying iomem size in addition to addressMans Rullgard1-0/+4
2015-03-26serial: 8250: remove the redundant includeWang Long1-1/+0
2015-03-26serial: 8250: Check UART_SCR is writablePeter Hurley1-1/+2
2015-03-26serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessorsPeter Hurley1-18/+30
2015-03-26serial: 8250: Declare base port operations constPeter Hurley1-1/+1
2015-03-26serial: 8250: Decouple RSA probePeter Hurley1-36/+76
2015-03-26serial: 8250: Only get RSA resource when requiredPeter Hurley1-14/+18
2015-03-26serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSAPeter Hurley1-0/+10
2015-03-26serial: 8250: Initialize default dma handlers when setting defaultsPeter Hurley1-7/+9
2015-03-26serial: 8250: Initialize fixed type fields when setting defaultsPeter Hurley1-16/+12
2015-03-26serial: 8250: Encapsulate port i/o method initPeter Hurley1-4/+13
2015-03-26serial: 8250: Separate port initializationPeter Hurley1-4/+11
2015-03-26serial: 8250: Separate legacy irq handling from core port operationsPeter Hurley1-30/+53
2015-03-26serial: 8250: Separate 8250 console interfacePeter Hurley1-24/+41
2015-03-26console: Add extensible console matchingPeter Hurley1-16/+48
2015-03-26serial: 8250: Decouple core from skip_txen_test module paramPeter Hurley1-1/+9
2015-03-26serial: 8250: Move ns16550a_goto_hispeed() to local headerPeter Hurley1-17/+0
2015-03-26serial: 8250: Simplify capabilities reset at port unregisterPeter Hurley1-1/+1
2015-03-26serial: 8250: Remove duplicate ->handle_irq initializationPeter Hurley1-2/+0
2015-03-26serial: 8250: Compute ttyS index from port minorPeter Hurley1-1/+1
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman1-2/+2
2015-03-07tty: serial: 8250_core: Remove trailing whitespacesMichal Simek1-2/+2
2015-03-07serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is something in the FIFO"Sebastian Andrzej Siewior1-6/+5
2015-02-07serial: 8250: Fix UART_BUG_TXEN workaroundPeter Hurley1-1/+1
2015-02-02tty/serial: serial8250_set_divisor() can be statickbuild test robot1-1/+1
2015-02-02serial: 8250: Prevent concurrent updates to shadow registersPeter Hurley1-9/+9
2015-02-02serial: 8250: Use canary to restart console after suspendPeter Hurley1-1/+34
2015-02-02serial: 8250: Refactor XR17V35X divisor calculationPeter Hurley1-22/+30
2015-02-02serial: 8250: Refactor divisor programmingPeter Hurley1-39/+48
2015-02-02serial: 8250: Refactor LCR computationPeter Hurley1-11/+21
2015-02-02serial: 8250: Move UART_BUG_QUOT workaroundPeter Hurley1-8/+9
2015-02-02serial: 8250_core: remove redundant else keywordAndy Shevchenko1-2/+4
2015-01-09tty: 8250: Add 64byte UART support for FSL platformsVijay Rai1-1/+22
2015-01-09serial: omap_8250: Fix RTS handlingPeter Hurley1-1/+11
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25serial: 8250: don't attempt a trylock if in sysrqRabin Vincent1-1/+3
2014-11-06serial: 8250_core: actually limit char reads to max_countFrans Klaver1-1/+1
2014-11-06serial/8250: Remove obsolete handling of rs485 ioctlsRicardo Ribalda Delgado1-39/+0
2014-11-06serial/8250: Copy RS485 fields to serial_coreRicardo Ribalda Delgado1-0/+2
2014-11-06serial: Test/disable MSIs if switching from N_PPSPeter Hurley1-1/+20
2014-11-06serial: Take uart port lock for direct *_enable_ms()Peter Hurley1-0/+2
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley1-2/+2
2014-11-06serial: of: add a PORT_RT2880 definitionJohn Crispin1-1/+4
2014-11-05tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior1-2/+4
2014-11-05tty: serial: 8250: allow to use custom DMA implementationSebastian Andrzej Siewior1-3/+8
2014-11-05tty: serial: 8250_dma: handle error on TX submitSebastian Andrzej Siewior1-1/+2