aboutsummaryrefslogtreecommitdiff
path: root/drivers/ieee1394/nodemgr.c
AgeCommit message (Expand)Author
2010-10-11ieee1394: remove the old IEEE 1394 driver stackStefan Richter
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2009-06-15ieee1394: annotate bitfieldVegard Nossum
2009-03-24ieee1394: constify device ID tablesStefan Richter
2009-02-24ieee1394: inherit ud vendor_id from node vendor_idStefan Richter
2009-02-24ieee1394: use correct barrier types between accesses of nodeid and generationStefan Richter
2009-01-04ieee1394: ignore nonzero Bus_Info_Block.max_rom, fetch config ROM in quadletsStefan Richter
2008-12-14ieee1394: add quirk fix for Freecom HDDStefan Richter
2008-12-09ieee1394: node manager causes up to ~3.25s delay in freezing tasksNigel Cunningham
2008-10-31ieee1394: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-15ieee1394: survive a few seconds connection lossStefan Richter
2008-10-15ieee1394: nodemgr clean up class iteratorsStefan Richter
2008-08-19ieee1394: don't drop nodes during bus reset seriesStefan Richter
2008-08-19ieee1394: regression in 2.6.25: updates should happen before probesStefan Richter
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman
2008-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds
2008-05-01ieee1394: fix NULL pointer dereference in sysfs accessStefan Richter
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2008-04-18ieee1394: prevent device binding of raw1394, video1394, dv1394Stefan Richter
2008-01-24ieee1394: use class iteration apiDave Young
2007-10-16ieee1394: csr1212: proper refcountingStefan Richter
2007-10-16ieee1394: nodemgr: fix leak of struct csr1212_keyvalStefan Richter
2007-10-16ieee1394: Fix kthread stopping in nodemgr_host_threadSatyam Sharma
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-15ieee1394: forgotten dereference...Al Viro
2007-07-10ieee1394: nodemgr: parallelize between several hostsStefan Richter
2007-07-10ieee1394: convert ieee1394 from "struct class_device" to "struct device"Kay Sievers
2007-05-31ieee1394: sbp2: offer SAM-conforming target port ID in sysfsStefan Richter
2007-05-31ieee1394: fix calculation of sysfs attribute "address"Stefan Richter
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-04-30ieee1394: nodemgr: unify some error messagesStefan Richter
2007-04-30ieee1394: nodemgr: less noise in dmesgStefan Richter
2007-04-30ieee1394: some more includesStefan Richter
2007-04-30ieee1394: drop csr1212's support for external compilationStefan Richter
2007-04-30ieee1394: move some comments from declaration to definitionStefan Richter
2007-04-30ieee1394: remove declarations of nonexisting functionsStefan Richter
2007-04-27IEEE1394: remove rwsem use from ieee1394 coreGreg Kroah-Hartman
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud
2007-02-17ieee1394: fix another deadlock in nodemgrStefan Richter
2007-02-08ieee1394: fix host device registering when nodemgr disabledStefan Richter
2007-02-08the scheduled IEEE1394_OUI_DB removalAdrian Bunk
2006-12-07ieee1394: nodemgr: remove a kcallocStefan Richter
2006-12-07ieee1394: Consolidate driver registeringBen Collins
2006-12-07ieee1394: nodemgr: spaces to tabsStefan Richter
2006-12-07ieee1394: nodemgr: fix deadlock in shutdownStefan Richter
2006-12-07ieee1394: nodemgr: remove duplicate assignmentStefan Richter
2006-12-07ieee1394: nodemgr: take it easy if bus_rescan_devices failsStefan Richter
2006-12-07drivers/ieee1394/*: use kmemdup()Eric Sesterhenn