aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c
Commit message (Expand)AuthorAgeFilesLines
* merge linus/master (3.12-rc0); fixed conflictsH. Nikolaus Schaller2013-09-101-15/+199
|\
| * Revert "OMAP: UART: Keep the TX fifo full when possible"Greg Kroah-Hartman2013-08-271-2/+1
| * Revert "serial: omap: Fix IRQ handling return value"Greg Kroah-Hartman2013-08-271-1/+3
| * OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson2013-08-151-3/+0
| * OMAP: add RS485 supportMark Jackson2013-08-141-0/+179
| * serial: use dev_get_platdata()Jingoo Han2013-07-311-3/+3
| * serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko2013-07-261-1/+2
| * serial: omap: Fix IRQ handling return valueRuchika Kharwar2013-07-261-3/+1
| * serial: omap: Initialize platform_dataVikram Pandita2013-07-261-1/+3
| * OMAP: UART: Fix the revision register read.Ruchika Kharwar2013-07-261-1/+1
| * OMAP: UART: Keep the TX fifo full when possibleDmitry Fink2013-07-261-1/+2
| * OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R2013-07-261-1/+15
| * drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-07-241-9/+0
* | Merge branch 'master' into mainlineNeilBrown2013-07-261-6/+37
|\ \ | |/
| * serial: omap: Fix device tree based PM runtimeTony Lindgren2013-06-171-6/+5
| * serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_s...Wei Yongjun2013-06-061-3/+3
| * serial: omap: repair building without PM_SLEEPArnd Bergmann2013-06-031-1/+1
| * Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman2013-05-271-23/+0
| |\
| * | serial: omap: prevent runtime PM for "no_console_suspend"Sourav Poddar2013-05-201-1/+33
* | | serial fixupNeilBrown2013-07-051-1/+1
* | | Merge branch 'master' into mainlineNeilBrown2013-07-051-21/+0
|\ \ \ | | |/ | |/|
| * | SERIAL: OMAP: Remove the slave idle handling from the driverSantosh Shilimkar2013-05-191-23/+0
| |/
| |
| \
*-. \ Merge branches 'bq27000', 'pwm', 'omap', 'power', 'displays', 'codecs', 'hso'...NeilBrown2013-05-241-13/+27
|\ \ \ | |_|/ |/| |
| | * Hack to fix issues with omap and DTRNeilBrown2013-05-171-5/+10
| |/ |/|
| * OMAP Serial fixesNeilBrown2013-05-171-4/+16
| * patch "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA" ad...Paul Walmsley2013-05-171-4/+1
|/
* OMAP/serial: Revert bad fix of Rx FIFO threshold granularityAlexey Pelykh2013-04-031-0/+11
* OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, a...Alexey Pelykh2013-02-051-6/+2
* OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead...Alexey Pelykh2013-01-171-10/+28
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+1
* serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAREnric Balletbo i Serra2013-01-151-0/+2
* ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren2012-12-141-2/+1
* Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-81/+150
|\
| * SERIAL: omap: fix hardware assisted flow controlRussell King2012-11-041-8/+39
| * SERIAL: omap: simplify (2)Russell King2012-11-041-9/+0
| * SERIAL: omap: move xon/xoff setting earlierRussell King2012-11-041-6/+7
| * SERIAL: omap: always set TCRRussell King2012-11-041-17/+11
| * SERIAL: omap: simplifyRussell King2012-11-041-11/+4
| * SERIAL: omap: don't read back LCR/MCR/EFRRussell King2012-11-041-7/+6
| * SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termiosRussell King2012-11-041-59/+53
| * SERIAL: omap: configure xon/xoff before setting modem control linesRussell King2012-11-041-1/+2
| * SERIAL: omap: move driver private definitions and structures to driverRussell King2012-11-041-0/+52
| * SERIAL: omap: remove 'irq_pending' bitfieldRussell King2012-11-041-1/+0
| * SERIAL: omap: fix MCR TCRTLR bit handlingRussell King2012-11-041-16/+21
| * SERIAL: omap: fix set_mctrl() breakageRussell King2012-11-041-3/+5
| * SERIAL: omap: no need to re-read EFRRussell King2012-11-041-2/+0
| * SERIAL: omap: remove setting of EFR SCD bitRussell King2012-11-041-6/+2
| * SERIAL: omap: allow hardware assisted IXANY mode to be disabledRussell King2012-11-041-0/+2
| * SERIAL: omap: allow hardware assisted rts/cts modes to be disabledRussell King2012-11-041-0/+7
* | tty: remove use of __devexitBill Pemberton2012-11-211-1/+1