aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-14ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter1-7/+8
2011-12-14ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K1-5/+3
2011-12-14ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R1-0/+15
2011-12-14ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R1-4/+64
2011-12-14ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R1-2/+18
2011-12-14ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R1-0/+1
2011-12-14ARM: OMAP2+: UART: Ensure all reg values configured are available from port structureGovindraj.R1-17/+26
2011-12-14ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R1-0/+24
2011-12-14ARM: OMAP2+: UART: Add runtime pm support for omap-serial driverGovindraj.R1-13/+109
2011-12-14ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R1-2/+8
2011-12-14ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R1-1/+0
2011-11-26OMAP: UART: fix the return type of check_modem_statusShubhrajyoti D1-1/+1
2011-08-23omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly1-2/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-03serial: omap-serial: Enable the UART wake-up bits alwaysJarkko Nikula1-3/+3
2011-02-03OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber1-1/+4
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+1359