summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/omap-serial.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-04SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termiosRussell King1-59/+53
2012-11-04SERIAL: omap: configure xon/xoff before setting modem control linesRussell King1-1/+2
2012-11-04SERIAL: omap: move driver private definitions and structures to driverRussell King1-0/+52
2012-11-04SERIAL: omap: remove 'irq_pending' bitfieldRussell King1-1/+0
2012-11-04SERIAL: omap: fix MCR TCRTLR bit handlingRussell King1-16/+21
2012-11-04SERIAL: omap: fix set_mctrl() breakageRussell King1-3/+5
2012-11-04SERIAL: omap: no need to re-read EFRRussell King1-2/+0
2012-11-04SERIAL: omap: remove setting of EFR SCD bitRussell King1-6/+2
2012-11-04SERIAL: omap: allow hardware assisted IXANY mode to be disabledRussell King1-0/+2
2012-11-04SERIAL: omap: allow hardware assisted rts/cts modes to be disabledRussell King1-0/+7
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman1-6/+6
2012-10-25serial: omap: Remove the hardcode serial_omap_console_ports array.Shubhrajyoti D1-1/+1
2012-10-25serial: omap: Remove the default setting of special characterShubhrajyoti D1-5/+1
2012-10-25serial: omap: Make context_loss_cnt signedShubhrajyoti D1-4/+8
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-27serial: 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-11serial: omap: Request pins using pinctrl frameworkTony Lindgren1-0/+9
2012-09-11serial: 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-06serial: omap: define helpers for pdata function pointersFelipe Balbi1-19/+47
2012-09-06serial: omap: define and use to_uart_omap_port()Felipe Balbi1-18/+18
2012-08-21workqueue: 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-19Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman1-23/+20
2012-04-19OMAP2+: 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 m...Paul Walmsley1-2/+1