aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sirfsoc_uart.c
AgeCommit message (Expand)Author
2017-06-20serial: sirf: make of_device_ids constArvind Yadav
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2016-04-30serial: sirf: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven
2016-04-30serial: sirf: Introduce helper variable struct device_node *npGeert Uytterhoeven
2015-07-23serial: sirf: let uart's receive start in right placeQipan Li
2015-07-23serial: sirf: workaround rx process to avoid possible data lossQipan Li
2015-06-09tty/serial: kill off set_irq_flags usageRob Herring
2015-06-01serial: sirf: use hrtimer for data rxQipan Li
2015-06-01serial: sirf: fix system hung on console log outputQipan Li
2015-05-24serial: sirf: assign console default index if users not set a valid oneQipan Li
2015-05-24serial: sirf: add serial loopback function supportQipan Li
2015-05-24serial: sirf: add uart receive's some error counter and markQipan Li
2015-05-24serial: sirf: fix endless loop bug in uart receive taskletQipan Li
2015-05-24serial: sirf: fix the issue that HW flow control doesn't work for BTQipan Li
2015-05-24serial: sirf: enable ATLAS7 USP serial supportQipan Li
2015-05-10serial: sirf: use uart_port's fifosize for fifo related operationQipan Li
2015-05-10serial: sirf: use dynamic method allocate uart structureQipan Li
2015-05-06serial: sirf: move from clk_get to devm_clk_getQipan Li
2015-05-06Revert "serial: sirf: add a new uart type support"Qipan Li
2015-03-26tty: constify of_device_id arrayFabian Frederick
2015-01-09serial: sirf: rename marco to atlas7Barry Song
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-25serial: sirf: add a new uart type supportQipan Li
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-09serial: sirf: transfer more bytes once to decrease interruptsQipan Li
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-05-29serial: sirf: Fix compilation failureDaniel Thompson
2014-05-28serial: sirf: fix spinlock deadlock issueQipan Li
2014-05-28serial: sirf: move to writel for TXFIFO instead of writebBarry Song
2014-02-13serial: sirf: move to use generic dma dt-binding to get dma channelsQipan Li
2014-02-13serial: sirf: fix kernel panic caused by unpaired spinlockQipan Li
2014-01-07serial: sirf: correct condition for fetching dma buffer into ttyQipan Li
2014-01-07serial: sirf: provide pm entries of uart_opsQipan Li
2014-01-07serial: sirf: use PM macro initialize PM functionsQipan Li
2013-09-26serial: sirf: don't submit dma desc after timeout irqs occurQipan Li
2013-08-27serial: sirf: fix the amount of serial portsQipan Li
2013-08-27serial: sirf: define macro for some magic numbers of USPQipan Li
2013-08-27tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-19serial: sirf: add DMA support using dmaengine APIsQipan Li
2013-08-19serial: sirf: fix the namespace of startup_uart entryQipan Li
2013-08-19serial: sirf: fix the typo for rts/cts gpioQipan Li
2013-08-14serial: sirf: fix the hardware-flow-ctrl for USP-based UARTQipan Li
2013-08-14serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does itBarry Song
2013-08-12serial: sirf: Staticize local symbolsJingoo Han
2013-08-12serial: sirf: make the driver also support USP-based UARTQipan Li
2013-08-12serial: sirf: add support for Marco chipBarry Song
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-06-06tty/serial/sirf: fix error propagation in sirfsoc_uart_probe()Alexey Khoroshilov
2013-04-23tty/serial/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann
2013-01-17serial: sirf: only use lookup table to set baudrate when ioclk=150MHzBarry Song