aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/viotape.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-5/+6
2010-09-16viotape: use noop_llseekGravatar Arnd Bergmann 1-0/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-02tape: beyond ARRAY_SIZE of viocd_diskinfoGravatar roel kluin 1-1/+1
2008-10-16device create: char: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-4/+4
2008-07-21device create: char: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-4/+4
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildGravatar Benjamin Herrenschmidt 1-0/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 1-1/+1
2008-06-30viotape: Use unlocked_ioctlGravatar Stephen Rothwell 1-6/+18
2008-06-20bkl-removal viotape fixupGravatar Stephen Rothwell 1-1/+1
2008-06-20viotape: cdev lock_kernel pushdown ()Gravatar Jonathan Corbet 1-0/+3
2008-05-23[POWERPC] iSeries: Remove unused mail addressGravatar Stephen Rothwell 1-1/+1
2008-04-29drivers: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-6/+3
2007-10-12Convert from class_device to device in drivers/charGravatar tonyj@suse.de 1-5/+5
2007-10-11[POWERPC] iSeries: Move detection of virtual tapesGravatar Stephen Rothwell 1-106/+18
2007-10-11[POWERPC] Remove iSeries_vio_devGravatar Stephen Rothwell 1-4/+3
2007-07-19unregister_chrdev(): ignore the return valueGravatar Akinobu Mita 1-6/+1
2007-07-10[POWERPC] VIOTAPE: Use designated initializers for fops member structures.Gravatar Robert P. J. Day 1-6/+6
2007-02-12[PATCH] mark struct file_operations const 3Gravatar Arjan van de Ven 1-1/+1
2006-12-20[POWERPC] iSeries: fix viotape initGravatar Stephen Rothwell 1-1/+4
2006-12-08[PATCH] struct path: convert char-driversGravatar Josef Sipek 1-5/+5
2006-07-13[POWERPC] iseries: Small viotape cleanup allowed by devfs removalGravatar Stephen Rothwell 1-4/+2
2006-07-03[PATCH] make more file_operation structs staticGravatar Arjan van de Ven 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGravatar Greg Kroah-Hartman 1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGravatar Greg Kroah-Hartman 1-4/+0
2006-06-26[PATCH] devfs: Remove devfs_*_tape() functions from the kernel treeGravatar Greg Kroah-Hartman 1-3/+0
2006-05-19[PATCH] powerpc: update iSeries viocd and viotape device-treeGravatar Stephen Rothwell 1-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 1-1/+0
2005-11-02merge filename and modify references to iseries/vio.hGravatar Kelly Daly 1-2/+2
2005-11-02merge filename and modify references to iseries/hv_lp_event.hGravatar Kelly Daly 1-1/+1
2005-11-02merge filename and modify reference to iseries/hv_lp_config.hGravatar Kelly Daly 1-1/+1
2005-11-02merge filename and modify references to iseries/hv_call_event.hGravatar Kelly Daly 1-1/+1
2005-10-31Merge ../linux-2.6 by handGravatar Paul Mackerras 1-2/+2
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Gravatar Greg Kroah-Hartman 1-2/+2
2005-10-24powerpc: set the driver.owner field for all vio driversGravatar Stephen Rothwell 1-1/+2
2005-10-24powerpc: don't duplicate name between vio_driver and device_driverGravatar Stephen Rothwell 1-2/+4
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesGravatar Stephen Rothwell 1-1/+1
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of cla...Gravatar gregkh@suse.de 1-8/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1129