summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-10-04serial: 8250: Refactor serial console restore-from-suspendPeter Hurley1-14/+22
2015-10-04serial: 8250: Tolerate clock variance for max baud rateJames Hogan1-9/+19
2015-10-04serial_core: support native endiannessMax Filippov1-2/+6
2015-10-04tty/serial: st-asc: drop the use of IRQF_NO_SUSPENDSudeep Holla2-3/+2
2015-10-04MIPS: ttyFDC: replace IRQF_NO_SUSPEND with IRQF_COND_SUSPENDSudeep Holla1-2/+2
2015-10-04tty: serial: lpc32xx_hs: fix handling platform_get_irq resultAndrzej Hajda1-3/+4
2015-10-04tty: serial: cpm_uart: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04tty: serial: sprd: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04tty: serial: of_serial: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04tty: serial: apbuart: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04serial: 8250: simplify ralink/alchemy register remap selectionMans Rullgard2-6/+7
2015-10-04tty: fix data race on tty_buffer.commitDmitry Vyukov1-3/+12
2015-10-04tty: fix data race in tty_buffer_flushDmitry Vyukov1-1/+4
2015-10-04tty: fix data race in flush_to_ldiscDmitry Vyukov1-1/+1
2015-10-04tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-10-04tty: don't leak cdev in tty_cdev_add()Leon Yu1-2/+7
2015-10-04Revert "serial: imx: remove unbalanced clk_prepare"Fabio Estevam1-6/+14
2015-10-04serial: mctrl_gpio: implement interrupt handlingUwe Kleine-König2-2/+162
2015-10-04serial: mctrl-gpio: rename init functionUwe Kleine-König5-7/+8
2015-10-04serial: mxs-auart+imx: allow compile testing on non-Freescale architecturesUwe Kleine-König1-2/+2
2015-10-04serial: atmel: allow compile testing on non-atmel architecturesUwe Kleine-König2-8/+8
2015-10-04serial: imx: also update RX stats in DMA pathLucas Stach1-0/+1
2015-10-04serial: imx: re-enable DMA support without hardware flow controlLucas Stach1-7/+8
2015-10-04serial: imx: don't use idle condition detect for DMA transfersLucas Stach1-26/+5
2015-10-04serial: imx: configure proper DMA burst sizesLucas Stach1-2/+9
2015-10-04serial: imx: always restart DMA if more data is availableLucas Stach1-14/+11
2015-10-04serial: imx: set up aging timer interrupt as DMA triggerLucas Stach1-9/+22
2015-10-04serial: imx: make setup_ufcr more usefulLucas Stach1-18/+19
2015-10-04serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus1-1/+1
2015-10-04serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus1-33/+33
2015-10-04serial: 8250_dw: cleanup dw8250_idma_filterHeikki Krogerus1-6/+1
2015-10-04serial: 8250_dw: rename and comment the fallback dma filterHeikki Krogerus1-5/+10
2015-10-04serial: 8250_dw: proper support for UARTs without busy functionalityHeikki Krogerus1-1/+12
2015-10-04serial: 8250_dw: add dw8250_quirks functionHeikki Krogerus1-51/+31
2015-10-04serial: 8250_dw: only setup the port from one placeHeikki Krogerus1-8/+6
2015-10-04serial: 8250_dw: hook the DMA in one placeHeikki Krogerus1-12/+7
2015-10-04serial: 8250_dw: adapt to unified device property interfaceHeikki Krogerus1-43/+37
2015-10-04serial: 8250_dw: add separate pointer for the uart_port to dw8250_probeHeikki Krogerus1-22/+20
2015-10-04serial: 8250: Add OF earlycon supportScott Wood1-0/+4
2015-10-04serial: imx: add earlycon supportLucas Stach2-0/+33
2015-10-04ARM64: TTY: hvc_dcc: Add support for ARM64 dccAbhimanyu Kapur1-1/+1
2015-10-04hvc_dcc: don't ignore errors during initializationTimur Tabi1-4/+11
2015-10-04tty/serial: at91: move ATMEL_MAX_UARTAlexandre Belloni1-0/+6
2015-10-04serial: of-serial: compile correctly when 8250 driver is compiled as moduleMartin Sperl1-0/+4
2015-10-04serial: altera_uart: Use of_property_read_u32 instead of open-coding itTobias Klauser1-24/+2
2015-10-04serial: 8250_ingenic: Enable FIFO for Ingenic UARTsMatt Redfearn1-4/+43
2015-10-04serial: 8250_ingenic: Enable hardware flow controlMatt Redfearn1-0/+41
2015-10-04serial: sc16is7xx: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-10-04serial: mux: Convert to uart_console_device instead of open-codedAxel Lin1-7/+2