summaryrefslogtreecommitdiffstats
path: root/drivers/tty/goldfish.c
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-06-24tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2024-02-19tty: goldfish: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-12-08tty: goldfish: convert to u8 and size_tJiri Slaby (SUSE)-10/+6
2023-12-08tty: goldfish: use bool for is_write parameterJiri Slaby (SUSE)-4/+4
2023-11-25tty: goldfish: drop unneeded temporary variablesJiri Slaby (SUSE)-5/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-4/+2
2022-06-10tty: goldfish: Fix free_irq() on removeVincent Whitchurch-1/+1
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+2
2022-04-15tty: goldfish: Use tty_port_destroy() to destroy portWang Weiyang-0/+2
2022-04-11tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()Laurent Vivier-10/+10
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby-1/+1
2021-12-30tty: goldfish: Use platform_get_irq() to get the interruptLad Prabhakar-6/+4
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby-1/+1
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-7/+7
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2020-10-28tty: goldfish: use __raw_writel()/__raw_readl()Laurent Vivier-9/+9
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+3
2017-12-15tty: goldfish: Enable 'earlycon' only if built-inSebastian Andrzej Siewior-0/+2
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman-10/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+1
2017-08-31tty: goldfish: Implement support for kernel 'earlycon' parameterMiodrag Dinic-0/+26
2017-08-31tty: goldfish: Use streaming DMA for r/w operations on Ranchu platformsMiodrag Dinic-27/+139
2017-08-31tty: goldfish: Refactor constants to better reflect their natureAleksandar Markovic-27/+25
2017-01-12tty: goldfish: Fix a parameter of a call to free_irqChristophe JAILLET-1/+1
2016-03-07tty: goldfish: support platform_device with id -1Greg Hackmann-12/+18
2016-03-07drivers: tty: goldfish: Add device tree bindingsMiodrag Dinic-1/+9
2016-02-06tty: constify tty_port_operations structsAya Mahfouz-1/+1
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin-2/+2
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+0
2015-03-10goldfish: goldfish_tty_probe() is not using 'i' any moreJiri Kosina-1/+0
2015-03-06goldfish: remove unreachable line of codeAlan-1/+0
2014-11-05goldfish: off by one in goldfish_tty_console_setup()Dan Carpenter-1/+1
2014-11-05goldfish: fix sparse warningsFabian Frederick-2/+2
2014-05-15goldfish: clean up the checkpatch warningsAlan-26/+34
2014-05-15goldfish: clean up tty 64bit supportAlan-10/+5
2014-05-15goldfish: enable 64-bit tty driverJun Tian-0/+9
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-01-25goldfish: move to tty_port for flip buffersAlan Cox-12/+7
2013-01-21goldfish: tty driverArve Hjønnevåg-0/+333