summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sirfsoc_uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: sirf: transfer more bytes once to decrease interruptsQipan Li2014-07-101-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/+18Star
* 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/+62Star
* 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-081-2/+6
* serial: sirf: provide pm entries of uart_opsQipan Li2014-01-081-3/+11
* serial: sirf: use PM macro initialize PM functionsQipan Li2014-01-081-6/+11
* serial: sirf: don't submit dma desc after timeout irqs occurQipan Li2013-09-271-2/+9
* serial: sirf: fix the amount of serial portsQipan Li2013-08-281-0/+7
* serial: sirf: define macro for some magic numbers of USPQipan Li2013-08-281-15/+22
* tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+3
* serial: sirf: add DMA support using dmaengine APIsQipan Li2013-08-201-56/+552
* serial: sirf: fix the namespace of startup_uart entryQipan Li2013-08-201-29/+23Star
* serial: sirf: fix the typo for rts/cts gpioQipan Li2013-08-201-5/+5
* serial: sirf: fix the hardware-flow-ctrl for USP-based UARTQipan Li2013-08-151-43/+118
* serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does itBarry Song2013-08-151-15/+1Star
* 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-271-2/+1Star
* tty/serial/sirf: fix error propagation in sirfsoc_uart_probe()Alexey Khoroshilov2013-06-061-2/+3
* tty/serial/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann2013-04-231-1/+1
* serial: sirf: only use lookup table to set baudrate when ioclk=150MHzBarry Song2013-01-181-7/+21
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-7/+1Star
* serial: sirf: add support for new SiRFmarco SMP SoCBarry Song2013-01-161-0/+19
* tty: remove use of __devinitdataBill Pemberton2012-11-221-1/+1
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd dataJulia Lawall2012-09-051-6/+2Star
* pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-051-9/+3Star
* pinctrl: assume map table entries can't have a NULL name fieldStephen Warren2012-03-021-1/+1
* serial/sirf: fixup for changes to pin controlLinus Walleij2012-02-221-10/+10
* UART: add CSR SiRFprimaII SoC on-chip uart driversRong Wang2011-11-171-0/+783