aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sirfsoc_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09serial: sirf: rename marco to atlas7Barry Song1-20/+20
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25serial: sirf: add a new uart type supportQipan Li1-7/+27
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09serial: sirf: transfer more bytes once to decrease interruptsQipan Li1-1/+2
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-05-29serial: sirf: Fix compilation failureDaniel Thompson1-1/+1
2014-05-28serial: sirf: fix spinlock deadlock issueQipan Li1-31/+18
2014-05-28serial: sirf: move to writel for TXFIFO instead of writebBarry Song1-1/+1
2014-02-13serial: sirf: move to use generic dma dt-binding to get dma channelsQipan Li1-133/+62
2014-02-13serial: sirf: fix kernel panic caused by unpaired spinlockQipan Li1-1/+3
2014-01-07serial: sirf: correct condition for fetching dma buffer into ttyQipan Li1-2/+6
2014-01-07serial: sirf: provide pm entries of uart_opsQipan Li1-3/+11
2014-01-07serial: sirf: use PM macro initialize PM functionsQipan Li1-6/+11
2013-09-26serial: sirf: don't submit dma desc after timeout irqs occurQipan Li1-2/+9
2013-08-27serial: sirf: fix the amount of serial portsQipan Li1-0/+7
2013-08-27serial: sirf: define macro for some magic numbers of USPQipan Li1-15/+22
2013-08-27tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+3
2013-08-19serial: sirf: add DMA support using dmaengine APIsQipan Li1-56/+552
2013-08-19serial: sirf: fix the namespace of startup_uart entryQipan Li1-29/+23
2013-08-19serial: sirf: fix the typo for rts/cts gpioQipan Li1-5/+5
2013-08-14serial: sirf: fix the hardware-flow-ctrl for USP-based UARTQipan Li1-43/+118
2013-08-14serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does itBarry Song1-15/+1
2013-08-12serial: sirf: Staticize local symbolsJingoo Han1-2/+2
2013-08-12serial: sirf: make the driver also support USP-based UARTQipan Li1-194/+346
2013-08-12serial: sirf: add support for Marco chipBarry Song1-14/+62
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+1
2013-06-06tty/serial/sirf: fix error propagation in sirfsoc_uart_probe()Alexey Khoroshilov1-2/+3
2013-04-23tty/serial/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-01-17serial: sirf: only use lookup table to set baudrate when ioclk=150MHzBarry Song1-7/+21
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15serial: sirf: add support for new SiRFmarco SMP SoCBarry Song1-0/+19
2012-11-21tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-05drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd dataJulia Lawall1-6/+2
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren1-9/+3
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren1-1/+1
2012-02-22serial/sirf: fixup for changes to pin controlLinus Walleij1-10/+10
2011-11-17UART: add CSR SiRFprimaII SoC on-chip uart driversRong Wang1-0/+783