summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart2013-12-241-12/+14
* serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart2013-12-241-67/+0Star
* serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart2013-12-242-28/+24Star
* serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart2013-12-241-16/+49
* serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart2013-12-241-4/+0Star
* serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart2013-12-241-1/+1
* serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart2013-12-241-1/+1
* serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart2013-12-241-4/+4
* serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart2013-12-241-2/+0Star
* serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart2013-12-241-21/+21
* serial: sh-sci: Convert to clk_prepare/unprepareLaurent Pinchart2013-12-141-4/+4
* serial: sh-sci: Don't enable/disable port from within break timerLaurent Pinchart2013-12-141-4/+8
* serial: sh-sci: Fix warnings due to improper casts and printk formatsLaurent Pinchart2013-12-121-9/+10
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-1/+1
|\
| * Merge branch 'dma_complete' into nextVinod Koul2013-10-301-1/+1
| |\
| | * serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-124-1/+8
|\ \ \
| * \ \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-1/+1
| |\ \ \
| | * | | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-241-1/+1
| | | |/ | | |/|
| * / | drivers: clean-up prom.h implicit includesRob Herring2013-10-104-0/+7
| |/ /
* | | Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-11-0737-308/+1115
|\ \ \
| * | | serial: omap: fix missing commaPhilippe Proulx2013-10-311-1/+1
| * | | serial: sh-sci: Enable the driver on all ARM platformsLaurent Pinchart2013-10-301-1/+1
| * | | serial: mfd: Staticize local symbolsJingoo Han2013-10-301-4/+6
| * | | serial: omap: fix a few checkpatch warningsPhilippe Proulx2013-10-301-9/+8Star
| * | | serial: omap: improve RS-485 performancePhilippe Proulx2013-10-301-12/+38
| * | | mrst_max3110: fix unbalanced IRQ issue during resumeChen, Jie2013-10-301-18/+17Star
| * | | serial: omap: Add support for optional wake-upTony Lindgren2013-10-301-8/+46
| * | | serial: sirf: remove duplicate definesMichael Opdenacker2013-10-301-12/+0Star
| * | | tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann2013-10-291-0/+8
| * | | tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann2013-10-291-14/+14
| * | | tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann2013-10-291-1/+1
| * | | serial: 8250_pci: add Pericom PCIe Serial board Support (12d8:7952/4/8) - Chi...Angelo Butti2013-10-201-0/+48
| * | | tty: xuartps: Update copyright informationSoren Brinkmann2013-10-201-1/+1
| * | | tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann2013-10-201-0/+114
| * | | tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann2013-10-201-4/+119
| * | | tty: xuartps: Updating set_baud_rate()Soren Brinkmann2013-10-201-43/+93
| * | | tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen2013-10-201-1/+11
| * | | tty: xuartps: support 64 byte FIFO sizeSuneel2013-10-201-7/+23
| * | | tty: xuartps: Add polled mode support for xuartpsVlad Lungu2013-10-201-0/+52
| * | | tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu2013-10-201-1/+49
| * | | tty: xuartps: Use devm_kzallocSoren Brinkmann2013-10-201-9/+5Star
| * | | tty: xuartps: Use devm_clk_get()Soren Brinkmann2013-10-201-10/+4Star
| * | | tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre2013-10-171-1/+18
| * | | tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre2013-10-171-7/+2Star
| * | | serial: 8250_pci: add support for Fintek 4, 8, and 12 port cardsGreg Kroah-Hartman2013-10-171-0/+112
| * | | serial: imx: optimization: remove the workqueues for DMAHuang Shijie2013-10-171-44/+10Star
| * | | serial: imx: use the dmaengine_tx_statusHuang Shijie2013-10-161-2/+2
| * | | serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0Huang Shijie2013-10-161-1/+1
| * | | serial: imx: check the DMA for imx_tx_emptyHuang Shijie2013-10-161-1/+8