aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-11serial/8250: Limit the omap workarounds to omap1Tony Lindgren1-2/+2
2012-09-10msm_serial: fix clock rate on DMA-based uartsDavid Brown1-1/+1
2012-09-10serial: pl011: delete dangling bug flagLinus Walleij1-4/+0
2012-09-10TTY: serial: move the dereference below the NULL testWei Yongjun2-2/+4
2012-09-10serial: omap: Request pins using pinctrl frameworkTony Lindgren1-0/+9
2012-09-10serial: omap: fix DeviceTree bootFelipe Balbi1-7/+13
2012-09-07serial: omap: fix compile breakageFelipe Balbi1-0/+4
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek1-4/+4
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek1-2/+32
2012-09-06serial: serial_core.h needs console.h included firstStephen Rothwell1-1/+1
2012-09-06serial: mxs-auart: put the device in mxs_auart_probe()Huang Shijie1-0/+1
2012-09-06serial: mxs-auart: fix the wrong setting orderHuang Shijie1-2/+2
2012-09-06serial_core: fix sizeof(pointer)Fengguang Wu1-1/+1
2012-09-06serial: omap: enable RX and TX FIFO usageFelipe Balbi1-3/+7
2012-09-06serial: omap: move uart_omap_port definition to C fileFelipe Balbi1-0/+38
2012-09-06serial: omap: remove unnecessary header and add a missing oneFelipe Balbi1-1/+1
2012-09-06serial: omap: fix software flow controlVikram Pandita1-6/+6
2012-09-06serial: omap: make sure to put() on poll_get_charFelipe Balbi1-2/+7
2012-09-06serial: omap: implement set_wakeFelipe Balbi1-0/+10
2012-09-06serial: omap: unlock the port lockRuchika Kharwar1-1/+4
2012-09-06serial: omap: drop "inline" from IRQ handler prototypeFelipe Balbi1-1/+1
2012-09-06serial: omap: optimization with section annotationsFelipe Balbi1-5/+5
2012-09-06serial: omap: fix sequence of pm_runtime_* calls.Ruchika Kharwar1-1/+1
2012-09-06serial: omap: don't save IRQ flags on hardirqFelipe Balbi1-3/+2
2012-09-06serial: omap: make sure to suspend device before removeFelipe Balbi1-0/+1
2012-09-06serial: omap: drop unnecessary check from removeFelipe Balbi1-6/+3
2012-09-06serial: omap: set dev->drvdata before enabling pm_runtimeFelipe Balbi1-1/+1
2012-09-06serial: omap: stick to put_autosuspendFelipe Balbi1-11/+22
2012-09-06serial: omap: move THRE check to transmit_chars()Felipe Balbi1-3/+5
2012-09-06serial: omap: refactor receive_chars() into rdi/rlsi handlersFelipe Balbi1-104/+101
2012-09-06serial: omap: simplify IRQ handlingFelipe Balbi1-13/+38
2012-09-06serial: omap: drop DMA supportFelipe Balbi1-318/+12
2012-09-06serial: omap: don't access the platform_deviceFelipe Balbi1-62/+62
2012-09-058250_pci: Add additional WCH CHC353 devicesAlan Cox1-4/+37
2012-09-05serial: add a new helper functionHuang Shijie2-3/+3
2012-09-05serial: omap: define helpers for pdata function pointersFelipe Balbi1-19/+47
2012-09-05serial: omap: define and use to_uart_omap_port()Felipe Balbi1-18/+18
2012-09-05serial: Add note about migration to driver SCCNXPAlexander Shiyan1-0/+3
2012-09-05serial: New serial driver SCCNXPAlexander Shiyan3-0/+1004
2012-09-05parport_serial: Add support for the WCH353 2S/1P multi-IO cardGuainluca Anzolin1-8/+30
2012-09-05serial: Samsung: Silence some checkpatch errors and warningsSachin Kamat1-3/+3
2012-09-05serial: Samsung: Replace printk with dev_* functionsSachin Kamat1-7/+7
2012-09-05serial: pl011: honour serial aliases in device treeMatthew Leach1-0/+36
2012-09-05serial: diminish usage of struct serial_uart_configPaul Gortmaker2-3/+6
2012-09-05serial: sunsu.c - don't explicitly tie array size to dynamic entityPaul Gortmaker1-1/+1
2012-09-05m32r_sio: remove dependency on struct serial_uart_configPaul Gortmaker1-34/+2
2012-09-05serial/imx: improve error diagnosics for clock and pinctrl failuresUwe Kleine-König1-0/+3
2012-09-05tty: Split the serial_core helpers for setserial into twoAlan Cox1-71/+87
2012-09-05drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd dataJulia Lawall1-6/+2
2012-09-05tty: serial: mpc5xxx: add support for mark/space parityWolfram Sang1-2/+6