aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/viotape.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de1-5/+5
2007-10-11[POWERPC] iSeries: Move detection of virtual tapesStephen Rothwell1-106/+18
2007-10-11[POWERPC] Remove iSeries_vio_devStephen Rothwell1-4/+3
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita1-6/+1
2007-07-10[POWERPC] VIOTAPE: Use designated initializers for fops member structures.Robert P. J. Day1-6/+6
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-12-20[POWERPC] iSeries: fix viotape initStephen Rothwell1-1/+4
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-5/+5
2006-07-13[POWERPC] iseries: Small viotape cleanup allowed by devfs removalStephen Rothwell1-4/+2
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-4/+0
2006-06-26[PATCH] devfs: Remove devfs_*_tape() functions from the kernel treeGreg Kroah-Hartman1-3/+0
2006-05-19[PATCH] powerpc: update iSeries viocd and viotape device-treeStephen Rothwell1-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-02merge filename and modify references to iseries/vio.hKelly Daly1-2/+2
2005-11-02merge filename and modify references to iseries/hv_lp_event.hKelly Daly1-1/+1
2005-11-02merge filename and modify reference to iseries/hv_lp_config.hKelly Daly1-1/+1
2005-11-02merge filename and modify references to iseries/hv_call_event.hKelly Daly1-1/+1
2005-10-31Merge ../linux-2.6 by handPaul Mackerras1-2/+2
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-2/+2
2005-10-24powerpc: set the driver.owner field for all vio driversStephen Rothwell1-1/+2
2005-10-24powerpc: don't duplicate name between vio_driver and device_driverStephen Rothwell1-2/+4
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of class_simplegregkh@suse.de1-8/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1129