summaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/nodemgr.c
Commit message (Expand)AuthorAgeFilesLines
* ieee1394: annotate bitfieldVegard Nossum2009-06-151-0/+5
* ieee1394: constify device ID tablesStefan Richter2009-03-241-2/+2
* ieee1394: inherit ud vendor_id from node vendor_idStefan Richter2009-02-241-0/+3
* ieee1394: use correct barrier types between accesses of nodeid and generationStefan Richter2009-02-241-3/+4
* ieee1394: ignore nonzero Bus_Info_Block.max_rom, fetch config ROM in quadletsStefan Richter2009-01-041-16/+4Star
* ieee1394: add quirk fix for Freecom HDDStefan Richter2008-12-141-0/+6
* ieee1394: node manager causes up to ~3.25s delay in freezing tasksNigel Cunningham2008-12-091-0/+2
* ieee1394: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-311-9/+5Star
* ieee1394: survive a few seconds connection lossStefan Richter2008-10-151-97/+50Star
* ieee1394: nodemgr clean up class iteratorsStefan Richter2008-10-151-97/+81Star
* ieee1394: don't drop nodes during bus reset seriesStefan Richter2008-08-191-19/+21
* ieee1394: regression in 2.6.25: updates should happen before probesStefan Richter2008-08-191-14/+15
* Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2008-07-221-3/+6
* Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman2008-07-221-5/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-05-011-1/+4
|\
| * ieee1394: fix NULL pointer dereference in sysfs accessStefan Richter2008-05-011-1/+4
* | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-191-1/+1
|/
* ieee1394: prevent device binding of raw1394, video1394, dv1394Stefan Richter2008-04-181-1/+5
* ieee1394: use class iteration apiDave Young2008-01-251-138/+176
* ieee1394: csr1212: proper refcountingStefan Richter2007-10-161-2/+2
* ieee1394: nodemgr: fix leak of struct csr1212_keyvalStefan Richter2007-10-161-6/+9
* ieee1394: Fix kthread stopping in nodemgr_host_threadSatyam Sharma2007-10-161-1/+2
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-13/+4Star
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* ieee1394: forgotten dereference...Al Viro2007-07-161-1/+1
* ieee1394: nodemgr: parallelize between several hostsStefan Richter2007-07-101-26/+43
* ieee1394: convert ieee1394 from "struct class_device" to "struct device"Kay Sievers2007-07-101-58/+60
* ieee1394: sbp2: offer SAM-conforming target port ID in sysfsStefan Richter2007-05-311-0/+5
* ieee1394: fix calculation of sysfs attribute "address"Stefan Richter2007-05-311-1/+1
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* ieee1394: nodemgr: unify some error messagesStefan Richter2007-04-301-8/+5Star
* ieee1394: nodemgr: less noise in dmesgStefan Richter2007-04-301-7/+8
* ieee1394: some more includesStefan Richter2007-04-301-0/+1
* ieee1394: drop csr1212's support for external compilationStefan Richter2007-04-301-1/+1
* ieee1394: move some comments from declaration to definitionStefan Richter2007-04-301-6/+26
* ieee1394: remove declarations of nonexisting functionsStefan Richter2007-04-301-1/+1
* IEEE1394: remove rwsem use from ieee1394 coreGreg Kroah-Hartman2007-04-271-8/+0Star
* uevent: use add_uevent_var() instead of open coding itEric Rannaud2007-04-271-8/+6Star
* ieee1394: fix another deadlock in nodemgrStefan Richter2007-02-171-1/+2
* ieee1394: fix host device registering when nodemgr disabledStefan Richter2007-02-081-8/+16
* the scheduled IEEE1394_OUI_DB removalAdrian Bunk2007-02-081-39/+0Star
* ieee1394: nodemgr: remove a kcallocStefan Richter2006-12-071-46/+20Star
* ieee1394: Consolidate driver registeringBen Collins2006-12-071-3/+10
* ieee1394: nodemgr: spaces to tabsStefan Richter2006-12-071-49/+49
* ieee1394: nodemgr: fix deadlock in shutdownStefan Richter2006-12-071-3/+18
* ieee1394: nodemgr: remove duplicate assignmentStefan Richter2006-12-071-1/+1
* ieee1394: nodemgr: take it easy if bus_rescan_devices failsStefan Richter2006-12-071-3/+2Star
* drivers/ieee1394/*: use kmemdup()Eric Sesterhenn2006-12-071-2/+1Star
* ieee1394: fix printk format warningRandy Dunlap2006-12-071-1/+1
* ieee1394: nodemgr: revise semaphore protection of driver core dataStefan Richter2006-12-071-50/+92