aboutsummaryrefslogtreecommitdiff
path: root/drivers/ieee1394/dv1394.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-11ieee1394: remove the old IEEE 1394 driver stackGravatar Stefan Richter 1-2584/+0
2010-07-13ieee1394: Remove unnecessary casts of private_dataGravatar Joe Perches 1-2/+2
2010-06-19ieee1394: remove unused variablesGravatar Stefan Richter 1-12/+2
2010-04-10ieee1394: mark char device files as not seekableGravatar Stefan Richter 1-5/+6
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-06-11fs: Remove i_cindex from struct inodeGravatar Theodore Ts'o 1-2/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 1-1/+1
2009-03-24ieee1394: constify device ID tablesGravatar Stefan Richter 1-1/+1
2009-03-16Rationalize fasync return valuesGravatar Jonathan Corbet 1-5/+1
2009-02-06ieee1394: dv1394: move deprecation message from module init to file openGravatar Stefan Richter 1-4/+4
2009-01-04ieee1934: dv1394: interrupt enabling/disabling broken on big-endianGravatar Harvey Harrison 1-4/+4
2009-01-04ieee1394: dv1394: annotate frame input/output structs as little endianGravatar Harvey Harrison 1-2/+2
2008-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 1-2/+8
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 1-3/+0
2008-10-31ieee1394: dv1394: fix possible deadlock in multithreaded clientsGravatar Stefan Richter 1-2/+8
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 1-1/+1
2008-10-16device create: ieee1394: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-4/+4
2008-10-15ieee1394: dv1394, video1394: remove unnecessary expressionsGravatar Stefan Richter 1-1/+1
2008-07-21device create: ieee1394: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-3/+4
2008-04-25ieee1394: silence defined but not used warning in non-modular buildsGravatar Tony Breeds 1-0/+2
2008-04-18ieee1394: Remove superfluous calls to kobject_set_name().Gravatar Robert P. J. Day 1-1/+0
2008-04-18ieee1394: prevent device binding of raw1394, video1394, dv1394Gravatar Stefan Richter 1-2/+1
2007-07-10ieee1394: convert ieee1394 from "struct class_device" to "struct device"Gravatar Kay Sievers 1-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-04-09ieee1394: change deprecation status of dv1394Gravatar Stefan Richter 1-2/+2
2007-02-12[PATCH] mark struct file_operations const 3Gravatar Arjan van de Ven 1-1/+1
2007-02-08ieee1394: dv1394: tidy up card removalGravatar Stefan Richter 1-23/+13
2007-02-08ieee1394: dv1394: fix CardBus card ejectionGravatar Stefan Richter 1-7/+5
2006-12-07ieee1394: Consolidate driver registeringGravatar Ben Collins 1-5/+1
2006-12-07ieee1394: dv1394: schedule for feature removalGravatar Stefan Richter 1-0/+4
2006-12-07dv1394: remove BKL contentionGravatar Stefan Richter 1-11/+3
2006-09-17ieee1394: safer definition of empty macrosGravatar Stefan Richter 1-2/+2
2006-07-03[PATCH] ieee1394: dv1394: sem2mutex conversionGravatar Stefan Richter 1-15/+16
2006-07-03[PATCH] ieee1394: update #include directives in midlayer header filesGravatar Stefan Richter 1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-28ieee1394: remove devfs supportGravatar Stefan Richter 1-39/+2
2006-01-10[PATCH] don't include ioctl32.h in driversGravatar Christoph Hellwig 1-1/+0
2005-11-07Remove definitions of unreferenced macros virt_to_page and vmalloc_32 fromGravatar Stefan Richter 1-9/+0
2005-11-07kmalloc/kzalloc changes:Gravatar Stefan Richter 1-3/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Gravatar Greg Kroah-Hartman 1-1/+1
2005-09-30[PATCH] ieee1394: delete legacy module aliasesGravatar Jody McIntyre 1-1/+0
2005-06-20[PATCH] class: convert drivers/ieee1394/* to use the new class api instead of...Gravatar gregkh@suse.de 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2663