aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvc_vio.c
Commit message (Expand)AuthorAgeFilesLines
* hvc_console: make the ops pointer const.Rusty Russell2010-02-241-1/+1
* hvc_console: Add __init and __exit to hvc_vioPeter Huewe2009-08-281-2/+2
* drivers/hvc: Add missing __devexit_p()Mike Frysinger2009-06-161-1/+1
* drivers/hvc: Add missing of_node_putNicolas Palix2008-12-031-1/+3
* hvc_console: Add a hangup notifier for backendsHendrik Brueckner2008-10-221-0/+1
* hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger2008-07-251-0/+2
* [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-1/+1
* [POWERPC] Rename get_property to of_get_property: partial driversStephen Rothwell2007-04-271-1/+1
* Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras2007-04-261-1/+1
* [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-04-131-1/+1
* [POWERPC] The two vio HVC backends clashStephen Rothwell2006-09-251-0/+4
* [POWERPC] pseries: Constify & voidify get_property()Jeremy Kerr2006-07-311-2/+2
* [POWERPC] Make the hvc_console output buffer size settableStephen Rothwell2006-07-131-1/+2
* [PATCH] powerpc: hvc_console updatesRyan S. Arnold2006-03-281-0/+11
* powerpc: don't duplicate name between vio_driver and device_driverStephen Rothwell2005-10-241-1/+1
* [PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell2005-08-301-1/+1
* [PATCH] hvc_console: Separate the NUL character filtering from get_hvc_charsMilton Miller2005-07-071-1/+23
* [PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller2005-07-071-2/+7
* [PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller2005-07-071-0/+125