aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hvc_vio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-24hvc_console: make the ops pointer const.Rusty Russell1-1/+1
2009-08-28hvc_console: Add __init and __exit to hvc_vioPeter Huewe1-2/+2
2009-06-16drivers/hvc: Add missing __devexit_p()Mike Frysinger1-1/+1
2008-12-03drivers/hvc: Add missing of_node_putNicolas Palix1-1/+3
2008-10-22hvc_console: Add a hangup notifier for backendsHendrik Brueckner1-0/+1
2008-07-25hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger1-0/+2
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-04-27[POWERPC] Rename get_property to of_get_property: partial driversStephen Rothwell1-1/+1
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras1-1/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2006-09-25[POWERPC] The two vio HVC backends clashStephen Rothwell1-0/+4
2006-07-31[POWERPC] pseries: Constify & voidify get_property()Jeremy Kerr1-2/+2
2006-07-13[POWERPC] Make the hvc_console output buffer size settableStephen Rothwell1-1/+2
2006-03-28[PATCH] powerpc: hvc_console updatesRyan S. Arnold1-0/+11
2005-10-24powerpc: don't duplicate name between vio_driver and device_driverStephen Rothwell1-1/+1
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-07-07[PATCH] hvc_console: Separate the NUL character filtering from get_hvc_charsMilton Miller1-1/+23
2005-07-07[PATCH] hvc_console: Register ops when setting up hvc_consoleMilton Miller1-2/+7
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller1-0/+125