summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sirfsoc_uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: sirf: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-281-0/+5
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-2/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: sirf: make of_device_ids constArvind Yadav2017-06-201-1/+1
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* serial: sirf: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven2016-04-301-1/+2
* serial: sirf: Introduce helper variable struct device_node *npGeert Uytterhoeven2016-04-301-20/+18
* serial: sirf: let uart's receive start in right placeQipan Li2015-07-231-30/+16
* serial: sirf: workaround rx process to avoid possible data lossQipan Li2015-07-231-18/+62
* tty/serial: kill off set_irq_flags usageRob Herring2015-06-091-3/+3
* serial: sirf: use hrtimer for data rxQipan Li2015-06-011-216/+125
* serial: sirf: fix system hung on console log outputQipan Li2015-06-011-1/+1
* serial: sirf: assign console default index if users not set a valid oneQipan Li2015-05-241-1/+1
* serial: sirf: add serial loopback function supportQipan Li2015-05-241-0/+20
* serial: sirf: add uart receive's some error counter and markQipan Li2015-05-241-5/+10
* serial: sirf: fix endless loop bug in uart receive taskletQipan Li2015-05-241-0/+9
* serial: sirf: fix the issue that HW flow control doesn't work for BTQipan Li2015-05-241-1/+2
* serial: sirf: enable ATLAS7 USP serial supportQipan Li2015-05-241-33/+96
* serial: sirf: use uart_port's fifosize for fifo related operationQipan Li2015-05-101-14/+10
* serial: sirf: use dynamic method allocate uart structureQipan Li2015-05-101-62/+22
* serial: sirf: move from clk_get to devm_clk_getQipan Li2015-05-061-5/+2
* Revert "serial: sirf: add a new uart type support"Qipan Li2015-05-061-27/+7
* tty: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* serial: sirf: rename marco to atlas7Barry Song2015-01-091-20/+20
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | serial: sirf: add a new uart type supportQipan Li2014-11-251-7/+27
|/
* serial: sirf: transfer more bytes once to decrease interruptsQipan Li2014-07-091-1/+2
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* serial: sirf: Fix compilation failureDaniel Thompson2014-05-291-1/+1
* serial: sirf: fix spinlock deadlock issueQipan Li2014-05-281-31/+18
* serial: sirf: move to writel for TXFIFO instead of writebBarry Song2014-05-281-1/+1
* serial: sirf: move to use generic dma dt-binding to get dma channelsQipan Li2014-02-131-133/+62
* serial: sirf: fix kernel panic caused by unpaired spinlockQipan Li2014-02-131-1/+3
* serial: sirf: correct condition for fetching dma buffer into ttyQipan Li2014-01-071-2/+6
* serial: sirf: provide pm entries of uart_opsQipan Li2014-01-071-3/+11
* serial: sirf: use PM macro initialize PM functionsQipan Li2014-01-071-6/+11
* serial: sirf: don't submit dma desc after timeout irqs occurQipan Li2013-09-261-2/+9
* serial: sirf: fix the amount of serial portsQipan Li2013-08-271-0/+7
* serial: sirf: define macro for some magic numbers of USPQipan Li2013-08-271-15/+22
* tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-271-0/+3
* serial: sirf: add DMA support using dmaengine APIsQipan Li2013-08-191-56/+552
* serial: sirf: fix the namespace of startup_uart entryQipan Li2013-08-191-29/+23
* serial: sirf: fix the typo for rts/cts gpioQipan Li2013-08-191-5/+5
* serial: sirf: fix the hardware-flow-ctrl for USP-based UARTQipan Li2013-08-141-43/+118
* serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does itBarry Song2013-08-141-15/+1
* serial: sirf: Staticize local symbolsJingoo Han2013-08-121-2/+2
* serial: sirf: make the driver also support USP-based UARTQipan Li2013-08-121-194/+346
* serial: sirf: add support for Marco chipBarry Song2013-08-121-14/+62
* serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-261-2/+1