aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/omap-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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