index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
hvc
/
hvc_opal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
tty: hvc: convert to u8 and size_t
Jiri Slaby (SUSE)
1
-2
/
+3
2023-11-23
tty: hvc: hvc_opal: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-23
tty: hvc: Make hvc_remove() return no value
Uwe Kleine-König
1
-8
/
+7
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2022-04-26
tty/hvc_opal: simplify if-if to if-else
Wan Jiabing
1
-2
/
+2
2022-04-15
tty: hvc: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-1
/
+1
2020-11-06
tty: hvc: hvc_opal: Staticify function invoked by reference
Lee Jones
1
-1
/
+1
2018-12-17
tty: Use of_node_name_{eq,prefix} for node name comparisons
Rob Herring
1
-1
/
+1
2018-08-20
powerpc/powernv: provide a console flush operation for opal hvc driver
Nicholas Piggin
1
-0
/
+2
2018-07-24
tty: hvc: remove unexplained "just in case" spin delay
Nicholas Piggin
1
-7
/
+1
2018-07-24
powerpc/powernv: implement opal_put_chars_atomic
Nicholas Piggin
1
-5
/
+13
2018-07-24
powerpc/powernv: move opal console flushing to udbg
Nicholas Piggin
1
-0
/
+5
2018-06-03
hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()
Stewart Smith
1
-1
/
+0
2017-11-08
tty: hvc: Remove redundant license text
Greg Kroah-Hartman
1
-15
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-07-30
tty: Convert to using %pOF instead of full_name
Rob Herring
1
-8
/
+8
2016-07-27
tty/hvc: Use opal irqchip interface if available
Sam Mendoza-Jonas
1
-1
/
+7
2016-07-27
tty/hvc: Use IRQF_SHARED for OPAL hvc consoles
Sam Mendoza-Jonas
1
-0
/
+3
2015-05-22
hvc: Convert to using interrupts instead of opal events
Alistair Popple
1
-23
/
+10
2015-03-27
tty/hvc_opal: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2014-10-20
tty: hvc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-06-26
tty: Update hypervisor tty drivers to use core stdout parsing code.
Grant Likely
1
-12
/
+3
2014-04-07
tty/hvc_opal: Kick the HVC thread on OPAL console events
Benjamin Herrenschmidt
1
-1
/
+21
2014-02-07
drivers/tty/hvc: don't use module_init in non-modular hyp. console code
Paul Gortmaker
1
-7
/
+1
2013-10-11
tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safe
Benjamin Herrenschmidt
1
-2
/
+2
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-11-22
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-25
tty: Fix typo in tty drivers
Masanari Iida
1
-1
/
+1
2012-07-10
tty/hvc_opal: Fix debug function name
Benjamin Herrenschmidt
1
-1
/
+1
2011-11-07
powerpc: fix building hvc_opal.c
Michael Neuling
1
-0
/
+1
2011-09-20
powerpc/powernv: Support for OPAL console
Benjamin Herrenschmidt
1
-0
/
+424