summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Remove the slave idle handling from the driverSantosh Shilimkar2013-05-191-23/+0
* | serial: omap: prevent runtime PM for "no_console_suspend"Sourav Poddar2013-05-201-1/+33
|/
* 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
* | tty: remove use of __devinitBill Pemberton2012-11-211-3/+3
* | tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* | Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman2012-10-291-6/+6
|\ \ | |/
| * Revert "serial: omap: fix software flow control"Felipe Balbi2012-10-241-6/+6
* | serial: omap: Remove the hardcode serial_omap_console_ports array.Shubhrajyoti D2012-10-251-1/+1
* | serial: omap: Remove the default setting of special characterShubhrajyoti D2012-10-251-5/+1
* | serial: omap: Make context_loss_cnt signedShubhrajyoti D2012-10-251-4/+8
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | serial: omap: fix the reciever line error caseShubhrajyoti D2012-09-261-0/+4
* | serial: omap: Remove unnecessary checks from suspend/resumeSourav Poddar2012-09-211-14/+9
* | serial: omap: Request pins using pinctrl frameworkTony Lindgren2012-09-101-0/+9
* | serial: omap: fix DeviceTree bootFelipe Balbi2012-09-101-7/+13
* | serial: omap: fix compile breakageFelipe Balbi2012-09-071-0/+4
* | serial: omap: enable RX and TX FIFO usageFelipe Balbi2012-09-061-3/+7
* | serial: omap: move uart_omap_port definition to C fileFelipe Balbi2012-09-061-0/+38
* | serial: omap: remove unnecessary header and add a missing oneFelipe Balbi2012-09-061-1/+1
* | serial: omap: fix software flow controlVikram Pandita2012-09-061-6/+6
* | serial: omap: make sure to put() on poll_get_charFelipe Balbi2012-09-061-2/+7
* | serial: omap: implement set_wakeFelipe Balbi2012-09-061-0/+10
OpenPOWER on IntegriCloud