summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-031-39/+3
|\
| * tty: serial: modify PL011 driver to use pinctrl PM helpersLinus Walleij2013-06-161-39/+3
* | Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman2013-05-271-1/+1
|\ \ | |/
| * serial: pl011: protect attribute read from NULL platform data structLee Jones2013-05-201-1/+1
* | tty: serial: amba-pl011: revise to use amba_rev macroJongsung Kim2013-05-201-6/+5
|/
* Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-26/+38
|\
| * serial: amba-pl011: fix !CONFIG_DMA_ENGINE caseArnd Bergmann2013-04-201-1/+1
| * serial: pl011: use generic DMA slave configuration if possibleArnd Bergmann2013-03-121-25/+37
* | ARM: PL011: add support for extended FIFO-size of PL011-r1p5Jongsung Kim2013-04-171-4/+16
* | amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabledChanho Min2013-04-031-0/+4
* | ARM: PL011: Add support for Rx DMA buffer polling.Chanho Min2013-03-291-19/+138
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-5/+2
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-3/+3
* serial/amba-pl011: use devm_* managed resourcesLinus Walleij2012-10-251-16/+9
* tty/serial/amba-pl011: Quiesce interrupts in poll_get_charAnton Vorontsov2012-09-261-0/+29
* tty/serial/amba-pl011: Implement poll_init callbackAnton Vorontsov2012-09-261-11/+33
* serial: pl011: handle corruption at high clock speedsLinus Walleij2012-09-261-1/+14
* serial: pl011: delete dangling bug flagLinus Walleij2012-09-101-4/+0
* serial: pl011: honour serial aliases in device treeMatthew Leach2012-09-051-0/+36
* drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_...Julia Lawall2012-09-051-11/+4
* Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-1/+1
|\
| *-. Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-1/+1
| |\ \
| | | * ARM: 7433/1: serial: use the new linux/sizes.hAlessandro Rubini2012-06-281-1/+1
| | |/
* | | Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman2012-06-261-4/+41
|\ \ \ | |/ /
| * | serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-121-4/+41
| |/
* | serial/amba-pl011: fix ages old copy-paste errorsLinus Walleij2012-06-181-17/+17
|/
* Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-91/+18
|\
| * Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman2012-04-181-4/+4
| |\
| * | serial: pl011: implement workaround for CTS clear event issueRajanikanth H.V2012-04-181-91/+18
* | | serial: amba-pl011: adopt pinctrl supportShawn Guo2012-05-121-0/+8
| |/ |/|
* | serial: PL011: move interrupt clearingLinus Walleij2012-04-061-4/+4
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-4/+5
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-4/+2
| * dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-221-0/+3
* | serial: PL011: clear pending interruptsLinus Walleij2012-03-141-4/+11
* | amba-pl011​/dma: Add check for the residue in DMA callbackChanho Min2012-02-241-1/+16
* | serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-01-241-0/+14
* | amba-pl011: do not disable RTS during shutdownShreshtha Kumar Sahu2012-01-241-2/+14
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-4/+4
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-4/+4
| |\
| | * spi, serial: move to dma_transfer_directionVinod Koul2011-10-311-4/+4
* | | serial: pl011: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
|/ /
* | clk: amba-pl011: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+13
|/
* amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu2011-06-161-1/+122
* tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
*-. Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-171-62/+451
|\ \
| | * ARM: 6764/1: pl011: factor out FIFO to TTY codeLinus Walleij2011-03-101-91/+66
| | * ARM: 6763/1: pl011: add optional RX DMA to PL011 v2Linus Walleij2011-03-101-20/+434
| |/ |/|
| * ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+1
|/
OpenPOWER on IntegriCloud