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