index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
goldfish.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: goldfish: Convert to platform remove callback returning void
Uwe Kleine-König
2024-02-19
1
-3
/
+2
*
tty: goldfish: convert to u8 and size_t
Jiri Slaby (SUSE)
2023-12-08
1
-10
/
+6
*
tty: goldfish: use bool for is_write parameter
Jiri Slaby (SUSE)
2023-12-08
1
-4
/
+4
*
tty: goldfish: drop unneeded temporary variables
Jiri Slaby (SUSE)
2023-11-25
1
-5
/
+2
*
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
1
-1
/
+2
*
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-08-11
1
-4
/
+2
*
tty: goldfish: Fix free_irq() on remove
Vincent Whitchurch
2022-06-10
1
-1
/
+1
*
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-06-03
1
-0
/
+2
|
\
|
*
tty: goldfish: Use tty_port_destroy() to destroy port
Wang Weiyang
2022-04-15
1
-0
/
+2
*
|
tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()
Laurent Vivier
2022-04-11
1
-10
/
+10
|
/
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
tty: goldfish: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2021-12-30
1
-6
/
+4
*
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
2021-11-25
1
-1
/
+1
*
tty: drop put_tty_driver
Jiri Slaby
2021-07-27
1
-2
/
+2
*
tty: stop using alloc_tty_driver
Jiri Slaby
2021-07-27
1
-7
/
+7
*
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
1
-1
/
+1
*
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-05-13
1
-1
/
+1
*
tty: goldfish: use __raw_writel()/__raw_readl()
Laurent Vivier
2020-10-28
1
-9
/
+9
*
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-07-07
1
-0
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+3
*
tty: goldfish: Enable 'earlycon' only if built-in
Sebastian Andrzej Siewior
2017-12-15
1
-0
/
+2
*
tty: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-10
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
tty: goldfish: Implement support for kernel 'earlycon' parameter
Miodrag Dinic
2017-08-31
1
-0
/
+26
*
tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms
Miodrag Dinic
2017-08-31
1
-27
/
+139
*
tty: goldfish: Refactor constants to better reflect their nature
Aleksandar Markovic
2017-08-31
1
-27
/
+25
*
tty: goldfish: Fix a parameter of a call to free_irq
Christophe JAILLET
2017-01-12
1
-1
/
+1
*
tty: goldfish: support platform_device with id -1
Greg Hackmann
2016-03-07
1
-12
/
+18
*
drivers: tty: goldfish: Add device tree bindings
Miodrag Dinic
2016-03-07
1
-1
/
+9
*
tty: constify tty_port_operations structs
Aya Mahfouz
2016-02-06
1
-1
/
+1
*
staging: goldfish: Fix pointer cast for 32 bits
Peter Senna Tschudin
2015-05-31
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-04-14
1
-2
/
+0
|
\
|
*
goldfish: goldfish_tty_probe() is not using 'i' any more
Jiri Kosina
2015-03-10
1
-1
/
+0
|
*
goldfish: remove unreachable line of code
Alan
2015-03-06
1
-1
/
+0
*
|
goldfish: off by one in goldfish_tty_console_setup()
Dan Carpenter
2014-11-05
1
-1
/
+1
*
|
goldfish: fix sparse warnings
Fabian Frederick
2014-11-05
1
-2
/
+2
|
/
*
goldfish: clean up the checkpatch warnings
Alan
2014-05-15
1
-26
/
+34
*
goldfish: clean up tty 64bit support
Alan
2014-05-15
1
-10
/
+5
*
goldfish: enable 64-bit tty driver
Jun Tian
2014-05-15
1
-0
/
+9
*
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-07
1
-1
/
+0
*
goldfish: move to tty_port for flip buffers
Alan Cox
2013-01-25
1
-12
/
+7
*
goldfish: tty driver
Arve Hjønnevåg
2013-01-21
1
-0
/
+333