aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/nodemgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-17ieee1394: fix another deadlock in nodemgrStefan Richter1-1/+2
2007-02-08ieee1394: fix host device registering when nodemgr disabledStefan Richter1-8/+16
2007-02-08the scheduled IEEE1394_OUI_DB removalAdrian Bunk1-39/+0
2006-12-07ieee1394: nodemgr: remove a kcallocStefan Richter1-46/+20
2006-12-07ieee1394: Consolidate driver registeringBen Collins1-3/+10
2006-12-07ieee1394: nodemgr: spaces to tabsStefan Richter1-49/+49
2006-12-07ieee1394: nodemgr: fix deadlock in shutdownStefan Richter1-3/+18
2006-12-07ieee1394: nodemgr: remove duplicate assignmentStefan Richter1-1/+1
2006-12-07ieee1394: nodemgr: take it easy if bus_rescan_devices failsStefan Richter1-3/+2
2006-12-07drivers/ieee1394/*: use kmemdup()Eric Sesterhenn1-2/+1
2006-12-07ieee1394: fix printk format warningRandy Dunlap1-1/+1
2006-12-07ieee1394: nodemgr: revise semaphore protection of driver core dataStefan Richter1-50/+92
2006-12-07ieee1394: nodemgr: reflect which return values are errorsStefan Richter1-34/+30
2006-12-07ieee1394: nodemgr: small fix after sysfs errors patchStefan Richter1-1/+1
2006-12-07ieee1394: handle sysfs errorsStefan Richter1-43/+106
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-10-08ieee1394: nodemgr: fix startup of knodemgrdStefan Richter1-1/+1
2006-09-17ieee1394: nodemgr: grab class.subsys.rwsem in nodemgr_resume_neStefan Richter1-0/+2
2006-09-17ieee1394: nodemgr: fix rwsem recursionStefan Richter1-4/+5
2006-09-17ieee1394: shrink tlabel pools, remove tpool semaphoresStefan Richter1-17/+26
2006-07-03[PATCH] ieee1394: nodemgr: convert nodemgr_serialize semaphore to mutexStefan Richter1-5/+5
2006-07-03[PATCH] ieee1394: nodemgr: switch to kthread api, replace reset semaphoreStefan Richter1-79/+41
2006-07-03[PATCH] ieee1394: nodemgr: make module parameter ignore_drivers writableStefan Richter1-1/+1
2006-07-03[PATCH] ieee1394: nodemgr: do not spawn kernel_thread for sysfs rescanStefan Richter1-17/+2
2006-07-03[PATCH] ieee1394: nodemgr: remove unnecessary includesStefan Richter1-4/+0
2006-07-03[PATCH] ieee1394: update #include directives in midlayer header filesStefan Richter1-4/+5
2006-07-03[PATCH] ieee1394: fix cosmetic problem in speed probeStefan Richter1-5/+8
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25[PATCH] ieee1394: nodemgr: do not peek into struct semaphoreStefan Richter1-1/+4
2006-06-12ieee1394: support for slow links or slow 1394b phy portsBen Collins1-3/+58
2006-01-05Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre1-10/+10
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-10/+10
2005-12-12ieee1394: write broadcast_channel only to select nodes (fixes device recognition)Stefan Richter1-10/+32
2005-12-12ieee1394: resume remote ports when starting a host (fixes device recognition)Stefan Richter1-0/+25
2005-12-12ieee1394: run high-level updates before high-level probesStefan Richter1-3/+17
2005-12-05ieee1394: write broadcast_channel only to select nodes (fixes device recognition)Stefan Richter1-10/+32
2005-12-01ieee1394: add definitions for phy packet constantsStefan Richter1-1/+2
2005-12-01ieee1394: resume remote ports when starting a host (fixes device recognition)Stefan Richter1-0/+25
2005-11-07kmalloc/kzalloc changes:Stefan Richter1-15/+12
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-2/+2
2005-09-30[PATCH] ieee1394: skip unnecessary pause when scanning config ROMsJody McIntyre1-2/+2
2005-09-30[PATCH] ieee1394: reorder activities after bus reset (fixes device detection)Jody McIntyre1-10/+9
2005-09-07[PATCH] provide MODALIAS= enviroment variable to autoload ieee1394 modules via udevOlaf Hering1-0/+8
2005-07-10[PATCH] Sync up ieee-1394Ben Collins1-1/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacksYani Ioannou1-8/+8
2005-06-20[PATCH] Use device_for_each_child() to unregister devices in nodemgr_remove_host_dev()gregkh@suse.de1-5/+6
2005-05-17[PATCH] ieee1394: remove NULL checks for kfreeJody McIntyre1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1732