aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-24Revert "serial: omap: fix software flow control"Felipe Balbi1-6/+6
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-26serial: omap: fix the reciever line error caseShubhrajyoti D1-0/+4
2012-09-21serial: omap: Remove unnecessary checks from suspend/resumeSourav Poddar1-14/+9
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-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-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-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-16OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown1-1/+34
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman1-23/+20
2012-04-18OMAP2+: UART: Remove cpu checks for populating errata flagsGovindraj.R1-1/+73
2012-04-09omap-serial: Fix the error handling in the omap_serial probeShubhrajyoti D1-23/+20
2012-03-08tty: serial: OMAP: Fix oops due to NULL pdata in DT bootCousson, Benoit1-3/+3
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not millisecondsPaul Walmsley1-2/+1
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-0/+7
2012-02-09tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley1-3/+17
2012-01-26Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman1-31/+4
2012-01-26Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip"Greg Kroah-Hartman1-50/+1
2012-01-24tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chipPaul Walmsley1-1/+50
2012-01-24tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA modePaul Walmsley1-4/+31
2012-01-24omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIMEShubhrajyoti D1-1/+1
2012-01-24omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.Shubhrajyoti D1-1/+1
2012-01-09Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-61/+367
2011-12-16omap-serial: Add minimal device tree supportRajendra Nayak1-3/+42
2011-12-16omap-serial: Use default clock speed (48Mhz) if not specifiedRajendra Nayak1-0/+7
2011-12-16omap-serial: Get rid of all pdev->id usageRajendra Nayak1-15/+15
2011-12-14ARM: OMAP2+: UART: Fix compilation/sparse warningsGovindraj.R1-3/+4
2011-12-14ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R1-1/+35