summaryrefslogtreecommitdiffstats
path: root/drivers/tty/goldfish.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-10/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: goldfish: Implement support for kernel 'earlycon' parameterMiodrag Dinic2017-08-311-0/+26
* tty: goldfish: Use streaming DMA for r/w operations on Ranchu platformsMiodrag Dinic2017-08-311-27/+139
* tty: goldfish: Refactor constants to better reflect their natureAleksandar Markovic2017-08-311-27/+25
* tty: goldfish: Fix a parameter of a call to free_irqChristophe JAILLET2017-01-121-1/+1
* tty: goldfish: support platform_device with id -1Greg Hackmann2016-03-071-12/+18
* drivers: tty: goldfish: Add device tree bindingsMiodrag Dinic2016-03-071-1/+9
* tty: constify tty_port_operations structsAya Mahfouz2016-02-061-1/+1
* staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin2015-05-311-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-2/+0
|\
| * goldfish: goldfish_tty_probe() is not using 'i' any moreJiri Kosina2015-03-101-1/+0
| * goldfish: remove unreachable line of codeAlan2015-03-061-1/+0
* | goldfish: off by one in goldfish_tty_console_setup()Dan Carpenter2014-11-051-1/+1
* | goldfish: fix sparse warningsFabian Frederick2014-11-051-2/+2
|/
* goldfish: clean up the checkpatch warningsAlan2014-05-151-26/+34
* goldfish: clean up tty 64bit supportAlan2014-05-151-10/+5
* goldfish: enable 64-bit tty driverJun Tian2014-05-151-0/+9
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0
* goldfish: move to tty_port for flip buffersAlan Cox2013-01-251-12/+7
* goldfish: tty driverArve Hjønnevåg2013-01-211-0/+333