summaryrefslogtreecommitdiff
path: root/drivers/ieee1394
AgeCommit message (Expand)AuthorFilesLines
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-02[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-26Merge 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-20Merge 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-12eth1394: replace __constant_htons by htonsBen Collins1-12/+11
2006-06-12ieee1394: adjust code formatting in highlevel.cBen Collins1-233/+182
2006-06-12ieee1394: hl_irqs_lock is taken in hardware interrupt contextBen Collins1-10/+17
2006-06-12ieee1394_core: switch to kthread APIBen Collins1-33/+15
2006-06-12ieee1394: sbp2: Kconfig fixBen Collins1-1/+1
2006-06-12ieee1394: add preprocessor constant for invalid csr addressBen Collins6-20/+18
2006-06-12sbp2: fix deregistration of status fifo address spaceBen Collins1-2/+2
2006-06-12[PATCH] eth1394: endian fixesBen Collins1-3/+3
2006-06-12Fix broken suspend/resume in ohci1394Ben Collins1-0/+3
2006-06-12sbp2: use __attribute__((packed)) for on-the-wire structuresBen Collins1-9/+9
2006-06-12sbp2: provide helptext for CONFIG_IEEE1394_SBP2_PHYS_DMA and mark it experime...Ben Collins1-2/+11
2006-06-12sbp2: fix S800 transfers if phys_dma is offBen Collins1-4/+14
2006-06-12sbp2: remove ohci1394 specific constantBen Collins1-1/+1
2006-06-12ohci1394: make phys_dma parameter read-onlyBen Collins1-1/+1
2006-06-12ohci1394: set address range propertiesBen Collins2-1/+20
2006-06-12ieee1394: extend lowlevel API for address range propertiesBen Collins2-1/+5
2006-06-12sbp2: log number of supported concurrent loginsBen Collins1-8/+8
2006-06-12sbp2: remove manipulation of inquiry responseBen Collins2-37/+2
2006-06-12ieee1394: save RAM by using a single tlabel for broadcast transactionsBen Collins2-10/+16
2006-06-12ieee1394: support for slow links or slow 1394b phy portsBen Collins5-20/+76
2006-06-12ieee1394/ohci1394: CycleTooLong interrupt managementBen Collins1-0/+10