index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
goldfish.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-24
tty: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-02-19
tty: goldfish: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-12-08
tty: goldfish: convert to u8 and size_t
Jiri Slaby (SUSE)
1
-10
/
+6
2023-12-08
tty: goldfish: use bool for is_write parameter
Jiri Slaby (SUSE)
1
-4
/
+4
2023-11-25
tty: goldfish: drop unneeded temporary variables
Jiri Slaby (SUSE)
1
-5
/
+2
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-4
/
+2
2022-06-10
tty: goldfish: Fix free_irq() on remove
Vincent Whitchurch
1
-1
/
+1
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+2
2022-04-15
tty: goldfish: Use tty_port_destroy() to destroy port
Wang Weiyang
1
-0
/
+2
2022-04-11
tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()
Laurent Vivier
1
-10
/
+10
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2021-12-30
tty: goldfish: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-6
/
+4
2021-11-25
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
1
-1
/
+1
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-7
/
+7
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2020-10-28
tty: goldfish: use __raw_writel()/__raw_readl()
Laurent Vivier
1
-9
/
+9
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2017-12-15
tty: goldfish: Enable 'earlycon' only if built-in
Sebastian Andrzej Siewior
1
-0
/
+2
2017-11-08
tty: Remove redundant license text
Greg Kroah-Hartman
1
-10
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-08-31
tty: goldfish: Implement support for kernel 'earlycon' parameter
Miodrag Dinic
1
-0
/
+26
2017-08-31
tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms
Miodrag Dinic
1
-27
/
+139
2017-08-31
tty: goldfish: Refactor constants to better reflect their nature
Aleksandar Markovic
1
-27
/
+25
2017-01-12
tty: goldfish: Fix a parameter of a call to free_irq
Christophe JAILLET
1
-1
/
+1
2016-03-08
tty: goldfish: support platform_device with id -1
Greg Hackmann
1
-12
/
+18
2016-03-08
drivers: tty: goldfish: Add device tree bindings
Miodrag Dinic
1
-1
/
+9
2016-02-07
tty: constify tty_port_operations structs
Aya Mahfouz
1
-1
/
+1
2015-05-31
staging: goldfish: Fix pointer cast for 32 bits
Peter Senna Tschudin
1
-2
/
+2
2015-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+0
2015-03-10
goldfish: goldfish_tty_probe() is not using 'i' any more
Jiri Kosina
1
-1
/
+0
2015-03-07
goldfish: remove unreachable line of code
Alan
1
-1
/
+0
2014-11-06
goldfish: off by one in goldfish_tty_console_setup()
Dan Carpenter
1
-1
/
+1
2014-11-06
goldfish: fix sparse warnings
Fabian Frederick
1
-2
/
+2
2014-05-16
goldfish: clean up the checkpatch warnings
Alan
1
-26
/
+34
2014-05-16
goldfish: clean up tty 64bit support
Alan
1
-10
/
+5
2014-05-16
goldfish: enable 64-bit tty driver
Jun Tian
1
-0
/
+9
2014-01-08
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-01-25
goldfish: move to tty_port for flip buffers
Alan Cox
1
-12
/
+7
2013-01-22
goldfish: tty driver
Arve Hjønnevåg
1
-0
/
+333