aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_opal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26tty/hvc_opal: simplify if-if to if-elseWan Jiabing1-2/+2
2022-04-15tty: hvc: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+1
2020-11-06tty: hvc: hvc_opal: Staticify function invoked by referenceLee Jones1-1/+1
2018-12-17tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring1-1/+1
2018-08-20powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin1-0/+2
2018-07-24tty: hvc: remove unexplained "just in case" spin delayNicholas Piggin1-7/+1
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin1-5/+13
2018-07-24powerpc/powernv: move opal console flushing to udbgNicholas Piggin1-0/+5
2018-06-03hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith1-1/+0
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring1-8/+8
2016-07-27tty/hvc: Use opal irqchip interface if availableSam Mendoza-Jonas1-1/+7
2016-07-27tty/hvc: Use IRQF_SHARED for OPAL hvc consolesSam Mendoza-Jonas1-0/+3
2015-05-22hvc: Convert to using interrupts instead of opal eventsAlistair Popple1-23/+10
2015-03-26tty/hvc_opal: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20tty: hvc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely1-12/+3
2014-04-07tty/hvc_opal: Kick the HVC thread on OPAL console eventsBenjamin Herrenschmidt1-1/+21
2014-02-07drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker1-7/+1
2013-10-11tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safeBenjamin Herrenschmidt1-2/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-25tty: Fix typo in tty driversMasanari Iida1-1/+1
2012-07-10tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt1-1/+1
2011-11-06powerpc: fix building hvc_opal.cMichael Neuling1-0/+1
2011-09-20powerpc/powernv: Support for OPAL consoleBenjamin Herrenschmidt1-0/+424