aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/omap-serial.c
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-26serial: omap: fix the reciever line error caseShubhrajyoti D
2012-09-21serial: omap: Remove unnecessary checks from suspend/resumeSourav Poddar
2012-09-10serial: omap: Request pins using pinctrl frameworkTony Lindgren
2012-09-10serial: omap: fix DeviceTree bootFelipe Balbi
2012-09-07serial: omap: fix compile breakageFelipe Balbi
2012-09-06serial: omap: enable RX and TX FIFO usageFelipe Balbi
2012-09-06serial: omap: move uart_omap_port definition to C fileFelipe Balbi
2012-09-06serial: omap: remove unnecessary header and add a missing oneFelipe Balbi
2012-09-06serial: omap: fix software flow controlVikram Pandita
2012-09-06serial: omap: make sure to put() on poll_get_charFelipe Balbi
2012-09-06serial: omap: implement set_wakeFelipe Balbi
2012-09-06serial: omap: unlock the port lockRuchika Kharwar
2012-09-06serial: omap: drop "inline" from IRQ handler prototypeFelipe Balbi
2012-09-06serial: omap: optimization with section annotationsFelipe Balbi
2012-09-06serial: omap: fix sequence of pm_runtime_* calls.Ruchika Kharwar
2012-09-06serial: omap: don't save IRQ flags on hardirqFelipe Balbi
2012-09-06serial: omap: make sure to suspend device before removeFelipe Balbi
2012-09-06serial: omap: drop unnecessary check from removeFelipe Balbi
2012-09-06serial: omap: set dev->drvdata before enabling pm_runtimeFelipe Balbi
2012-09-06serial: omap: stick to put_autosuspendFelipe Balbi
2012-09-06serial: omap: move THRE check to transmit_chars()Felipe Balbi
2012-09-06serial: omap: refactor receive_chars() into rdi/rlsi handlersFelipe Balbi
2012-09-06serial: omap: simplify IRQ handlingFelipe Balbi
2012-09-06serial: omap: drop DMA supportFelipe Balbi
2012-09-06serial: omap: don't access the platform_deviceFelipe Balbi
2012-09-05serial: omap: define helpers for pdata function pointersFelipe Balbi
2012-09-05serial: omap: define and use to_uart_omap_port()Felipe Balbi
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-16OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman
2012-04-18OMAP2+: UART: Remove cpu checks for populating errata flagsGovindraj.R
2012-04-09omap-serial: Fix the error handling in the omap_serial probeShubhrajyoti D
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