summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2012-09-06serial: add a new helper functionHuang Shijie2-3/+3
2012-09-06serial: omap: define helpers for pdata function pointersFelipe Balbi1-19/+47
2012-09-06serial: omap: define and use to_uart_omap_port()Felipe Balbi1-18/+18
2012-09-06serial: Add note about migration to driver SCCNXPAlexander Shiyan1-0/+3
2012-09-06serial: New serial driver SCCNXPAlexander Shiyan3-0/+1004
2012-09-06parport_serial: Add support for the WCH353 2S/1P multi-IO cardGuainluca Anzolin1-8/+30
2012-09-06serial: Samsung: Silence some checkpatch errors and warningsSachin Kamat1-3/+3
2012-09-06serial: Samsung: Replace printk with dev_* functionsSachin Kamat1-7/+7
2012-09-06serial: pl011: honour serial aliases in device treeMatthew Leach1-0/+36
2012-09-06serial: diminish usage of struct serial_uart_configPaul Gortmaker2-3/+6
2012-09-06serial: sunsu.c - don't explicitly tie array size to dynamic entityPaul Gortmaker1-1/+1
2012-09-06m32r_sio: remove dependency on struct serial_uart_configPaul Gortmaker1-34/+2
2012-09-06serial/imx: improve error diagnosics for clock and pinctrl failuresUwe Kleine-König1-0/+3
2012-09-06tty: 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
2012-09-05tty: serial: max310x: Remove explicit use of devm_kfreeEmil Goode1-3/+0
2012-09-05tty: serial: max310x: Check return code of gpiochip_removeEmil Goode1-3/+7
2012-09-05tty: serial: altera_uart: Use platform_{get,set}_drvdataTobias Klauser1-3/+3
2012-09-05tty: max3100: use module_spi_driverDevendra Naga1-11/+1
2012-09-05drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_...Julia Lawall2-22/+8
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman4-14/+24
2012-08-16pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel1-3/+9
2012-08-16serial: mxs-auart: fix the wrong RTS hardware flow controlHuang Shijie1-5/+9
2012-08-16serial: New serial driver MAX310XAlexander Shiyan5-1660/+1270
2012-08-16OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown1-1/+34
2012-08-16pch_uart: check kzalloc result in dma_handle_tx()Fengguang Wu1-0/+4
2012-08-16serial: sc26xx: Fix compile breakageAlexander Shiyan1-0/+1
2012-08-168250: add AgeStar AS-PRS2-009Alan Cox1-0/+8
2012-08-14TTY: use tty_port_link_deviceJiri Slaby2-9/+15
2012-08-14TTY: automatically create nodes for some driversJiri Slaby1-1/+1
2012-08-14TTY: use tty_port_register_deviceJiri Slaby3-6/+9
2012-08-11TTY: 68328serial, fix compilationJiri Slaby1-4/+4
2012-08-11serial: ifx6x60: fix paging fault on spi_register_driverFengguang Wu1-1/+1
2012-08-11serial: Change Kconfig entry for CLPS711X-targetAlexander Shiyan1-5/+5
2012-08-10tty: localise the lockAlan Cox1-4/+4
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman5-16/+50
2012-08-01serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski1-2/+3
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2012-07-28Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-07-28Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King1-1/+1
2012-07-27Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-23/+55
2012-07-27pch_uart: Fix parity setting issueTomoya MORINAGA1-1/+1
2012-07-27pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA1-6/+12
2012-07-27pch_uart: Fix missing break for 16 byte fifoAlan Cox1-0/+1
2012-07-27pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart1-12/+26
2012-07-27serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge1-0/+1
2012-07-27serial/8250: Add LPC3220 standard UART typeRoland Stigge1-0/+8
2012-07-27serial_core: Update buffer overrun statistics.Corbin1-2/+4
2012-07-27serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim1-2/+2