summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "serial: omap: fix software flow control"Felipe Balbi2012-10-241-6/+6
* 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
* | serial: omap: unlock the port lockRuchika Kharwar2012-09-061-1/+4
* | serial: omap: drop "inline" from IRQ handler prototypeFelipe Balbi2012-09-061-1/+1
* | serial: omap: optimization with section annotationsFelipe Balbi2012-09-061-5/+5
* | serial: omap: fix sequence of pm_runtime_* calls.Ruchika Kharwar2012-09-061-1/+1
* | serial: omap: don't save IRQ flags on hardirqFelipe Balbi2012-09-061-3/+2
* | serial: omap: make sure to suspend device before removeFelipe Balbi2012-09-061-0/+1
* | serial: omap: drop unnecessary check from removeFelipe Balbi2012-09-061-6/+3
* | serial: omap: set dev->drvdata before enabling pm_runtimeFelipe Balbi2012-09-061-1/+1
* | serial: omap: stick to put_autosuspendFelipe Balbi2012-09-061-11/+22
* | serial: omap: move THRE check to transmit_chars()Felipe Balbi2012-09-061-3/+5
* | serial: omap: refactor receive_chars() into rdi/rlsi handlersFelipe Balbi2012-09-061-104/+101
* | serial: omap: simplify IRQ handlingFelipe Balbi2012-09-061-13/+38
* | serial: omap: drop DMA supportFelipe Balbi2012-09-061-318/+12
* | serial: omap: don't access the platform_deviceFelipe Balbi2012-09-061-62/+62
* | serial: omap: define helpers for pdata function pointersFelipe Balbi2012-09-051-19/+47
* | serial: omap: define and use to_uart_omap_port()Felipe Balbi2012-09-051-18/+18
* | OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown2012-08-161-1/+34
|/
* Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman2012-04-181-23/+20
|\
| * omap-serial: Fix the error handling in the omap_serial probeShubhrajyoti D2012-04-091-23/+20
* | OMAP2+: UART: Remove cpu checks for populating errata flagsGovindraj.R2012-04-181-1/+73
|/
* tty: serial: OMAP: Fix oops due to NULL pdata in DT bootCousson, Benoit2012-03-081-3/+3
* tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley2012-02-091-2/+1
* tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley2012-02-091-0/+7
* tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley2012-02-091-3/+17
* Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman2012-01-261-31/+4
* Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...Greg Kroah-Hartman2012-01-261-50/+1
* tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chipPaul Walmsley2012-01-241-1/+50
* tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA modePaul Walmsley2012-01-241-4/+31
* omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIMEShubhrajyoti D2012-01-241-1/+1
* omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.Shubhrajyoti D2012-01-241-1/+1
* Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-61/+367
|\
| * omap-serial: Add minimal device tree supportRajendra Nayak2011-12-161-3/+42
| * omap-serial: Use default clock speed (48Mhz) if not specifiedRajendra Nayak2011-12-161-0/+7
| * omap-serial: Get rid of all pdev->id usageRajendra Nayak2011-12-161-15/+15
| * ARM: OMAP2+: UART: Fix compilation/sparse warningsGovindraj.R2011-12-141-3/+4
| * ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R2011-12-141-1/+35
OpenPOWER on IntegriCloud