aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/dv1394.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-10ieee1394: mark char device files as not seekableStefan Richter1-5/+6
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-06-11fs: Remove i_cindex from struct inodeTheodore Ts'o1-2/+3
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-1/+1
2009-03-24ieee1394: constify device ID tablesStefan Richter1-1/+1
2009-03-16Rationalize fasync return valuesJonathan Corbet1-5/+1
2009-02-06ieee1394: dv1394: move deprecation message from module init to file openStefan Richter1-4/+4
2009-01-04ieee1934: dv1394: interrupt enabling/disabling broken on big-endianHarvey Harrison1-4/+4
2009-01-04ieee1394: dv1394: annotate frame input/output structs as little endianHarvey Harrison1-2/+2
2008-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-2/+8
2008-11-01saner FASYNC handling on file closeAl Viro1-3/+0
2008-10-31ieee1394: dv1394: fix possible deadlock in multithreaded clientsStefan Richter1-2/+8
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-1/+1
2008-10-16device create: ieee1394: convert device_create_drvdata to device_createGreg Kroah-Hartman1-4/+4
2008-10-15ieee1394: dv1394, video1394: remove unnecessary expressionsStefan Richter1-1/+1
2008-07-21device create: ieee1394: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+4
2008-04-25ieee1394: silence defined but not used warning in non-modular buildsTony Breeds1-0/+2
2008-04-18ieee1394: Remove superfluous calls to kobject_set_name().Robert P. J. Day1-1/+0
2008-04-18ieee1394: prevent device binding of raw1394, video1394, dv1394Stefan Richter1-2/+1
2007-07-10ieee1394: convert ieee1394 from "struct class_device" to "struct device"Kay Sievers1-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-09ieee1394: change deprecation status of dv1394Stefan Richter1-2/+2
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-08ieee1394: dv1394: tidy up card removalStefan Richter1-23/+13
2007-02-08ieee1394: dv1394: fix CardBus card ejectionStefan Richter1-7/+5
2006-12-07ieee1394: Consolidate driver registeringBen Collins1-5/+1
2006-12-07ieee1394: dv1394: schedule for feature removalStefan Richter1-0/+4
2006-12-07dv1394: remove BKL contentionStefan Richter1-11/+3
2006-09-17ieee1394: safer definition of empty macrosStefan Richter1-2/+2
2006-07-03[PATCH] ieee1394: dv1394: sem2mutex conversionStefan Richter1-15/+16
2006-07-03[PATCH] ieee1394: update #include directives in midlayer header filesStefan Richter1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28ieee1394: remove devfs supportStefan Richter1-39/+2
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2005-11-07Remove definitions of unreferenced macros virt_to_page and vmalloc_32 fromStefan Richter1-9/+0
2005-11-07kmalloc/kzalloc changes:Stefan Richter1-3/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-09-30[PATCH] ieee1394: delete legacy module aliasesJody McIntyre1-1/+0
2005-06-20[PATCH] class: convert drivers/ieee1394/* to use the new class api instead of class_simplegregkh@suse.de1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2663