aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/raw1394.c
Commit message (Expand)AuthorAgeFilesLines
* ieee1394: constify device ID tablesStefan Richter2009-03-241-1/+1
* ieee1394: raw1394: add sparse annotations to raw1394_compat_writeStefan Richter2009-03-241-3/+7
* ieee1394: Storage class should be before const qualifierTobias Klauser2009-03-241-1/+1
* ieee1394: mark all hpsb_address_ops instances as constStefan Richter2009-01-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-11-061-3/+6
|\
| * ieee1394: raw1394: fix possible deadlock in multithreaded clientsStefan Richter2008-10-311-3/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-10-161-103/+127
|\ \ | |/
| * ieee1394: raw1394: make write() thread-safeStefan Richter2008-10-151-0/+4
| * ieee1394: raw1394: narrow down the state_mutex protected regionStefan Richter2008-10-151-101/+110
| * ieee1394: raw1394: replace BKL by local mutex, make ioctl() and mmap() thread...Stefan Richter2008-10-151-6/+17
* | device create: ieee1394: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-4/+4
|/
* device create: ieee1394: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+2
* ieee1394: raw1394: Push the BKL down into the driver ioctlsAlan Cox2008-07-141-5/+15
* ieee1394: silence defined but not used warning in non-modular buildsTony Breeds2008-04-251-0/+2
* ieee1394: rawiso: requeue packet for transmission after skipped cyclePieter Palmers2008-04-251-1/+6
* ieee1394: Remove superfluous calls to kobject_set_name().Robert P. J. Day2008-04-181-1/+0
* ieee1394: prevent device binding of raw1394, video1394, dv1394Stefan Richter2008-04-181-1/+0
* ieee1394: Add missing "space"Joe Perches2008-01-301-2/+2
* raw1394 __user annotationAl Viro2007-07-261-1/+1
* ieee1394: remove old isochronous ABIStefan Richter2007-07-101-171/+5
* ieee1394: convert ieee1394 from "struct class_device" to "struct device"Kay Sievers2007-07-101-9/+9
* ieee1394: raw1394: fix a 32/64-bits compat fixStefan Richter2007-07-101-1/+5
* ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendmentStefan Richter2007-07-101-1/+5
* ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernelPetr Vandrovec2007-07-101-1/+96
* ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernelPetr Vandrovec2007-07-101-31/+34
* ieee1394: raw1394: Fix read() for 32bit userland on 64bit kernelPetr Vandrovec2007-07-101-1/+1
* ieee1394: raw1394: Fix async sendPetr Vandrovec2007-05-271-3/+5
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* ieee1394: remove usage of skb_queue as packet queueStefan Richter2007-04-301-1/+2
* Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-02-191-0/+20
|\
| * ieee1394: cycle timer read extension for raw1394Pieter Palmers2007-02-171-0/+20
* | [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
|/
* ieee1394: raw1394: prevent unloading of low-level driverStefan Richter2007-02-081-19/+29
* ieee1394: Consolidate driver registeringBen Collins2006-12-071-5/+1
* ieee1394: raw1394: defer feature removal of old isoch interfaceStefan Richter2006-12-071-0/+17
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-5/+5
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-15/+15
* ieee1394: raw1394: arm functions slept in atomic contextStefan Richter2006-09-231-18/+16
* ieee1394: safer definition of empty macrosStefan Richter2006-09-171-1/+1
* [PATCH] ieee1394: raw1394: remove redundant counting semaphoreStefan Richter2006-07-031-34/+57
* [PATCH] ieee1394: update #include directives in midlayer header filesStefan Richter2006-07-031-5/+6
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-2/+1
* raw1394: fix whitespace after x86_64 compat patchBen Collins2006-06-121-28/+26
* ieee1394: remove devfs supportStefan Richter2006-03-281-6/+0
* [PATCH] x86_64: Implement compat code for raw1394 read/writeAndi Kleen2006-03-251-5/+91
* ieee1394/raw1394: LIndent fixesJens-Michael Hoffmann2005-11-221-18/+20
* raw1394: fix memory deallocation in modify_config_romStefan Richter2005-11-211-1/+1
* drivers/ieee1394/raw1394.c: fix a NULL pointerAdrian Bunk2005-11-211-1/+0
* kmalloc/kzalloc changes:Stefan Richter2005-11-071-22/+16
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1