aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/viotape.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-02tape: beyond ARRAY_SIZE of viocd_diskinforoel kluin1-1/+1
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-4/+4
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-4/+4
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt1-0/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-1/+1
2008-06-30viotape: Use unlocked_ioctlStephen Rothwell1-6/+18
2008-06-20bkl-removal viotape fixupStephen Rothwell1-1/+1
2008-06-20viotape: cdev lock_kernel pushdown ()Jonathan Corbet1-0/+3
2008-05-23[POWERPC] iSeries: Remove unused mail addressStephen Rothwell1-1/+1
2008-04-29drivers: use non-racy method for proc entries creationDenis V. Lunev1-6/+3
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