summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09serial: amba-pl011: Remove redundant labelTushar Behera1-20/+10
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-05-20tty/serial: pl011: add DT based earlycon supportRob Herring1-0/+1
2014-04-24tty/serial: pl011: add generic earlycon supportRob Herring1-1/+29
2014-04-16serial: amba-pl011: fix regression, causing an Oops on rmmodGuennadi Liakhovetski1-1/+5
2014-04-16serial: pl011: change Rx burst size to half of trigger levelGuennadi Liakhovetski1-1/+1
2014-02-13serial: pl011: Move uart_register_driver call to device probeTushar Behera1-9/+12
2013-12-17serial: pl011: fix fall back from DMA to interrupt modeGuennadi Liakhovetski1-0/+2
2013-12-17serial: pl011: (cosmetic) remove superfluous register writeGuennadi Liakhovetski1-3/+1
2013-12-17serial: amba-pl011: preseserve hardware settings during initialisationJon Medhurst1-2/+12
2013-12-17serial: amba-pl011: factor out code for writing LCR_H registerJon Medhurst1-22/+17
2013-12-17serial: amba-pl011: use port lock to guard control register accessJon Medhurst1-0/+6
2013-12-17Revert "serial: pl011: use DMA RX polling by default"Greg Kroah-Hartman1-1/+1
2013-12-08serial: pl011: use DMA RX polling by defaultLinus Walleij1-1/+1
2013-12-08serial: pl011: Convert to modern PM opsUlf Hansson1-9/+8
2013-12-08serial: pl011: remove redundant early amba_ports declarationBaruch Siach1-2/+0
2013-10-03serial: Remove unnecessary amba_set_drvdata()Michal Simek1-3/+0
2013-08-12serial: amba-pl011: Use __releases/__acquires annotationsFabio Estevam1-0/+4
2013-07-31serial: use dev_get_platdata()Jingoo Han1-7/+7
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-39/+3
2013-06-16tty: serial: modify PL011 driver to use pinctrl PM helpersLinus Walleij1-39/+3
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2013-05-20serial: pl011: protect attribute read from NULL platform data structLee Jones1-1/+1
2013-05-20tty: serial: amba-pl011: revise to use amba_rev macroJongsung Kim1-6/+5
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-26/+38
2013-04-20serial: amba-pl011: fix !CONFIG_DMA_ENGINE caseArnd Bergmann1-1/+1
2013-04-17ARM: PL011: add support for extended FIFO-size of PL011-r1p5Jongsung Kim1-4/+16
2013-04-03amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabledChanho Min1-0/+4
2013-03-29ARM: PL011: Add support for Rx DMA buffer polling.Chanho Min1-19/+138
2013-03-12serial: pl011: use generic DMA slave configuration if possibleArnd Bergmann1-25/+37
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-3/+3
2012-10-25serial/amba-pl011: use devm_* managed resourcesLinus Walleij1-16/+9
2012-09-26tty/serial/amba-pl011: Quiesce interrupts in poll_get_charAnton Vorontsov1-0/+29
2012-09-26tty/serial/amba-pl011: Implement poll_init callbackAnton Vorontsov1-11/+33
2012-09-26serial: pl011: handle corruption at high clock speedsLinus Walleij1-1/+14
2012-09-10serial: pl011: delete dangling bug flagLinus Walleij1-4/+0
2012-09-05serial: pl011: honour serial aliases in device treeMatthew Leach1-0/+36
2012-09-05drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_...Julia Lawall1-11/+4
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-1/+1
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King1-1/+1
2012-06-28ARM: 7433/1: serial: use the new linux/sizes.hAlessandro Rubini1-1/+1
2012-06-26Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman1-4/+41
2012-06-18serial/amba-pl011: fix ages old copy-paste errorsLinus Walleij1-17/+17
2012-06-12serial/amba-pl011: move custom pin control to driverLinus Walleij1-4/+41
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-91/+18
2012-05-12serial: amba-pl011: adopt pinctrl supportShawn Guo1-0/+8
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman1-4/+4
2012-04-18serial: pl011: implement workaround for CTS clear event issueRajanikanth H.V1-91/+18
2012-04-06serial: PL011: move interrupt clearingLinus Walleij1-4/+4