aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/goldfish.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+3
2017-12-15tty: goldfish: Enable 'earlycon' only if built-inGravatar Sebastian Andrzej Siewior 1-0/+2
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-10/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-08-31tty: goldfish: Implement support for kernel 'earlycon' parameterGravatar Miodrag Dinic 1-0/+26
2017-08-31tty: goldfish: Use streaming DMA for r/w operations on Ranchu platformsGravatar Miodrag Dinic 1-27/+139
2017-08-31tty: goldfish: Refactor constants to better reflect their natureGravatar Aleksandar Markovic 1-27/+25
2017-01-12tty: goldfish: Fix a parameter of a call to free_irqGravatar Christophe JAILLET 1-1/+1
2016-03-07tty: goldfish: support platform_device with id -1Gravatar Greg Hackmann 1-12/+18
2016-03-07drivers: tty: goldfish: Add device tree bindingsGravatar Miodrag Dinic 1-1/+9
2016-02-06tty: constify tty_port_operations structsGravatar Aya Mahfouz 1-1/+1
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsGravatar Peter Senna Tschudin 1-2/+2
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+0
2015-03-10goldfish: goldfish_tty_probe() is not using 'i' any moreGravatar Jiri Kosina 1-1/+0
2015-03-06goldfish: remove unreachable line of codeGravatar Alan 1-1/+0
2014-11-05goldfish: off by one in goldfish_tty_console_setup()Gravatar Dan Carpenter 1-1/+1
2014-11-05goldfish: fix sparse warningsGravatar Fabian Frederick 1-2/+2
2014-05-15goldfish: clean up the checkpatch warningsGravatar Alan 1-26/+34
2014-05-15goldfish: clean up tty 64bit supportGravatar Alan 1-10/+5
2014-05-15goldfish: enable 64-bit tty driverGravatar Jun Tian 1-0/+9
2014-01-07tty: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-01-25goldfish: move to tty_port for flip buffersGravatar Alan Cox 1-12/+7
2013-01-21goldfish: tty driverGravatar Arve Hjønnevåg 1-0/+333