summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/omap-serial.c
AgeCommit message (Expand)Author
2012-04-13drivers-tty-fix-omap-lock-crap.patchThomas Gleixner
2012-03-08tty: serial: OMAP: Fix oops due to NULL pdata in DT bootCousson, Benoit
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley
2012-02-09tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley
2012-01-26Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman
2012-01-26Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...Greg Kroah-Hartman
2012-01-24tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chipPaul Walmsley
2012-01-24tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA modePaul Walmsley
2012-01-24omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIMEShubhrajyoti D
2012-01-24omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.Shubhrajyoti D
2012-01-09Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2011-12-16omap-serial: Add minimal device tree supportRajendra Nayak
2011-12-16omap-serial: Use default clock speed (48Mhz) if not specifiedRajendra Nayak
2011-12-16omap-serial: Get rid of all pdev->id usageRajendra Nayak
2011-12-14ARM: OMAP2+: UART: Fix compilation/sparse warningsGovindraj.R
2011-12-14ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R
2011-12-14ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter
2011-12-14ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K
2011-12-14ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R
2011-12-14ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R
2011-12-14ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R
2011-12-14ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R
2011-12-14ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...Govindraj.R
2011-12-14ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R
2011-12-14ARM: OMAP2+: UART: Add runtime pm support for omap-serial driverGovindraj.R
2011-12-14ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R
2011-12-14ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R
2011-11-26OMAP: UART: fix the return type of check_modem_statusShubhrajyoti D
2011-08-23omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-03serial: omap-serial: Enable the UART wake-up bits alwaysJarkko Nikula
2011-02-03OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman