Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-30tty: goldfish: Use platform_get_irq() to get the interruptLad Prabhakar
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2020-10-28tty: goldfish: use __raw_writel()/__raw_readl()Laurent Vivier
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2017-12-15tty: goldfish: Enable 'earlycon' only if built-inSebastian Andrzej Siewior
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-08-31tty: goldfish: Implement support for kernel 'earlycon' parameterMiodrag Dinic
2017-08-31tty: goldfish: Use streaming DMA for r/w operations on Ranchu platformsMiodrag Dinic
2017-08-31tty: goldfish: Refactor constants to better reflect their natureAleksandar Markovic
2017-01-12tty: goldfish: Fix a parameter of a call to free_irqChristophe JAILLET
2016-03-08tty: goldfish: support platform_device with id -1Greg Hackmann
2016-03-08drivers: tty: goldfish: Add device tree bindingsMiodrag Dinic
2016-02-07tty: constify tty_port_operations structsAya Mahfouz
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-10goldfish: goldfish_tty_probe() is not using 'i' any moreJiri Kosina
2015-03-07goldfish: remove unreachable line of codeAlan
2014-11-06goldfish: off by one in goldfish_tty_console_setup()Dan Carpenter
2014-11-06goldfish: fix sparse warningsFabian Frederick
2014-05-16goldfish: clean up the checkpatch warningsAlan
2014-05-16goldfish: clean up tty 64bit supportAlan
2014-05-16goldfish: enable 64-bit tty driverJun Tian
2014-01-08tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-01-25goldfish: move to tty_port for flip buffersAlan Cox
2013-01-22goldfish: tty driverArve Hjønnevåg