index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
ehv_bytechan.c
Age
Commit message (
Expand
)
Author
2023-12-08
tty: ehv_bytechan: convert to u8 and size_t
Jiri Slaby (SUSE)
2023-11-25
tty: ehv_bytecha: use memcpy_and_pad() in local_ev_byte_channel_send()
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2022-11-02
tty: evh_bytechan: Replace NO_IRQ by 0
Christophe Leroy
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
2021-07-27
tty: don't store semi-state into tty drivers
Jiri Slaby
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
2020-03-17
tty: evh_bytechan: Fix out of bounds accesses
Stephen Rothwell
2018-09-18
tty: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-11-08
tty: ehv_bytechan: fix spelling mistake
Arvind Yadav
2017-11-08
tty: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-07-30
tty: Convert to using %pOF instead of full_name
Rob Herring
2017-05-18
tty: ehv_bytechan: clean up init error handling
Johan Hovold
2016-02-06
drivers/tty: make ehv_bytechan.c explicitly non-modular
Paul Gortmaker
2015-02-03
tty: remove unused variable sprop
Fabian Frederick
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-25
tty: pr_warning->pr_warn and logging neatening
Joe Perches
2014-10-20
tty: drop owner assignment from platform_drivers
Wolfram Sang
2014-06-26
tty: Update hypervisor tty drivers to use core stdout parsing code.
Grant Likely
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
2013-05-20
TTY: ehv_bytechan: add missing platform_driver_unregister() when module exit
Wei Yongjun
2013-03-18
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
TTY: switch tty_insert_flip_string
Jiri Slaby
2013-01-15
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
2012-11-21
tty: remove use of __devinit
Bill Pemberton
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
2012-08-13
TTY: use tty_port_register_device
Jiri Slaby
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
2011-09-26
drivers/tty: don't use the byte channel handle as a parameter in ehv_bytechan.c
Timur Tabi
2011-08-26
tty/powerpc: fix build break with ehv_bytechan.c on allyesconfig
Timur Tabi
2011-08-23
tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
Timur Tabi