summaryrefslogtreecommitdiff
path: root/drivers/ieee1394
AgeCommit message (Expand)AuthorFilesLines
2006-09-17the scheduled removal of drivers/ieee1394/sbp2.c:force_inquiry_hackAdrian Bunk1-10/+0
2006-09-17Initialize ieee1394 early when built inAndi Kleen2-2/+4
2006-09-17ieee1394: sbp2: convert sbp2util_down_timeout to waitqueueStefan Richter2-31/+24
2006-09-17ieee1394: sbp2: more checks of status blockStefan Richter2-46/+38
2006-09-17ieee1394: sbp2: safer initialization of status fifoStefan Richter1-50/+30
2006-09-17ieee1394: sbp2: optimize DMA direction of command ORBsStefan Richter1-8/+8
2006-09-17ieee1394: sbp2: discard return value of sbp2_link_orb_commandStefan Richter2-10/+3
2006-09-17ieee1394: sbp2: safer last_orb and next_ORB handlingStefan Richter2-55/+50
2006-09-17ieee1394: remove #include <asm/semaphore.h>Stefan Richter3-3/+0
2006-09-17ieee1394: shrink tlabel pools, remove tpool semaphoresStefan Richter7-99/+102
2006-09-17ieee1394: merge from LinusStefan Richter2-2/+12
2006-08-27[PATCH] 1394: fix for recently added firewire patch that breaks things on ppcDanny Tholen1-2/+2
2006-08-06[PATCH] ieee1394: sbp2: enable auto spin-up for Maxtor disksStefan Richter1-0/+3
2006-07-04[PATCH] lockdep: annotate ieee1394 skb-queue-head lockingIngo Molnar1-0/+10
2006-07-03[PATCH] ieee1394: fix kerneldoc of hpsb_alloc_hostStefan Richter1-2/+2
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: raw1394: remove redundant counting semaphoreStefan Richter2-36/+58
2006-07-03[PATCH] ieee1394: dv1394: sem2mutex conversionStefan Richter2-18/+19
2006-07-03[PATCH] ieee1394: clean up declarations of hpsb_*_config_romStefan Richter2-7/+5
2006-07-03[PATCH] ieee1394: remove unused macros HPSB_PANIC and HPSB_TRACEStefan Richter2-8/+3
2006-07-03[PATCH] ieee1394: remove redundant code from ieee1394_hotplug.hStefan Richter1-21/+8
2006-07-03[PATCH] ieee1394: update #include directives in midlayer header filesStefan Richter17-53/+91
2006-07-03[PATCH] ieee1394: coding style and comment fixes in midlayer header filesStefan Richter11-441/+449
2006-07-03[PATCH] ieee1394: replace __inline__ by inlineStefan Richter3-5/+6
2006-07-03[PATCH] ieee1394: skip dummy loop in build_speed_mapStefan Richter2-1/+5
2006-07-03[PATCH] ieee1394: fix calculation of csr->expireStefan Richter1-21/+10
2006-07-03[PATCH] ieee1394: sbp2: enable auto spin-up for Maxtor disksStefan Richter1-0/+3
2006-07-03[PATCH] ieee1394: fix cosmetic problem in speed probeStefan Richter1-5/+8
2006-07-03[PATCH] irq-flags: firewire: Use the new IRQF_ constantsThomas Gleixner2-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel12-12/+0
2006-06-27[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-7/+8
2006-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita2-4/+2
2006-06-26spelling fixesAndreas Mohr2-2/+2
2006-06-25[PATCH] ieee1394: nodemgr: do not peek into struct semaphoreStefan Richter2-2/+5
2006-06-23[PATCH] frv: ieee1394 is borken on frvAl Viro1-1/+1
2006-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bcollins/linux1394-2.6Linus Torvalds18-454/+460
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller2-8/+0
2006-06-13eth1394: replace __constant_htons by htonsBen Collins1-12/+11
2006-06-13ieee1394: adjust code formatting in highlevel.cBen Collins1-233/+182
2006-06-13ieee1394: hl_irqs_lock is taken in hardware interrupt contextBen Collins1-10/+17
2006-06-13ieee1394_core: switch to kthread APIBen Collins1-33/+15
2006-06-13ieee1394: sbp2: Kconfig fixBen Collins1-1/+1
2006-06-13ieee1394: add preprocessor constant for invalid csr addressBen Collins6-20/+18
2006-06-13sbp2: fix deregistration of status fifo address spaceBen Collins1-2/+2