summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/omap-serial.c
AgeCommit message (Expand)Author
2012-12-14ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-11-04SERIAL: omap: fix hardware assisted flow controlRussell King
2012-11-04SERIAL: omap: simplify (2)Russell King
2012-11-04SERIAL: omap: move xon/xoff setting earlierRussell King
2012-11-04SERIAL: omap: always set TCRRussell King
2012-11-04SERIAL: omap: simplifyRussell King
2012-11-04SERIAL: omap: don't read back LCR/MCR/EFRRussell King
2012-11-04SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termiosRussell King
2012-11-04SERIAL: omap: configure xon/xoff before setting modem control linesRussell King
2012-11-04SERIAL: omap: move driver private definitions and structures to driverRussell King
2012-11-04SERIAL: omap: remove 'irq_pending' bitfieldRussell King
2012-11-04SERIAL: omap: fix MCR TCRTLR bit handlingRussell King
2012-11-04SERIAL: omap: fix set_mctrl() breakageRussell King
2012-11-04SERIAL: omap: no need to re-read EFRRussell King
2012-11-04SERIAL: omap: remove setting of EFR SCD bitRussell King
2012-11-04SERIAL: omap: allow hardware assisted IXANY mode to be disabledRussell King
2012-11-04SERIAL: omap: allow hardware assisted rts/cts modes to be disabledRussell King
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman
2012-10-25serial: omap: Remove the hardcode serial_omap_console_ports array.Shubhrajyoti D
2012-10-25serial: omap: Remove the default setting of special characterShubhrajyoti D
2012-10-25serial: omap: Make context_loss_cnt signedShubhrajyoti D
2012-10-24Revert "serial: omap: fix software flow control"Felipe Balbi
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