aboutsummaryrefslogtreecommitdiff
path: root/drivers/ieee1394
AgeCommit message (Expand)AuthorFilesLines
2007-04-30ieee1394: remove unused csr1212 codeGravatar Stefan Richter 2-480/+99
2007-04-30ieee1394: small header cleanupGravatar Stefan Richter 2-2/+2
2007-04-30ieee1394: move some comments from declaration to definitionGravatar Stefan Richter 18-239/+348
2007-04-30ieee1394: remove declarations of nonexisting functionsGravatar Stefan Richter 3-14/+1
2007-04-30ieee1394: sbp2: include fixesGravatar Andrew Morton 1-0/+2
2007-04-30ieee1394: sbp2: move some memory allocations into non-atomic contextGravatar Stefan Richter 1-15/+5
2007-04-30ieee1394: sbp2: optimize DMA direction of s/g tablesGravatar Stefan Richter 1-6/+6
2007-04-30ieee1394: sbp2: enforce 32bit DMA mappingGravatar Stefan Richter 1-0/+5
2007-04-30ieee1394: sbp2: remove unnecessary alignments of struct membersGravatar Stefan Richter 1-4/+4
2007-04-27IEEE1394: remove rwsem use from ieee1394 coreGravatar Greg Kroah-Hartman 1-8/+0
2007-04-27uevent: use add_uevent_var() instead of open coding itGravatar Eric Rannaud 1-8/+6
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphGravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-09ieee1394: change deprecation status of dv1394Gravatar Stefan Richter 2-5/+5
2007-03-23ieee1394: fix oops on "modprobe -r ohci1394" after network class_device conve...Gravatar Stefan Richter 1-0/+3
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 1-1/+1
2007-02-19Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-1/+80
2007-02-17Storage class should be before const qualifierGravatar Tobias Klauser 1-1/+1
2007-02-17ieee1394: fix another deadlock in nodemgrGravatar Stefan Richter 1-1/+2
2007-02-17ieee1394: cycle timer read extension for raw1394Gravatar Pieter Palmers 5-0/+78
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 3-3/+0
2007-02-13i2c: Declare more i2c_adapter parent devicesGravatar Jean Delvare 1-0/+1
2007-02-12[PATCH] mark struct file_operations const 3Gravatar Arjan van de Ven 3-3/+3
2007-02-08ieee1394: fix host device registering when nodemgr disabledGravatar Stefan Richter 1-8/+16
2007-02-08ieee1394: video1394: DMA fixGravatar David Moore 1-0/+8
2007-02-08ieee1394: raw1394: prevent unloading of low-level driverGravatar Stefan Richter 1-19/+29
2007-02-08ieee1394: dv1394: tidy up card removalGravatar Stefan Richter 1-23/+13
2007-02-08ieee1394: dv1394: fix CardBus card ejectionGravatar Stefan Richter 1-7/+5
2007-02-08ieee1394: sbp2: lower block queue alignment requirementGravatar Stefan Richter 1-2/+0
2007-02-08ieee1394: sbp2: remove bogus "emulated" host flagGravatar Stefan Richter 1-1/+0
2007-02-08ieee1394: save one word in struct hpsb_hostGravatar Stefan Richter 1-2/+2
2007-02-08ieee1394: restore config ROM when resumingGravatar Stefan Richter 4-9/+12
2007-02-08ieee1394: ohci1394: drop pcmcia-cs compatibility codeGravatar Stefan Richter 1-7/+2
2007-02-08ieee1394: nodemgr: check info_length in ROM header earlierGravatar Stefan Richter 1-3/+6
2007-02-08the scheduled IEEE1394_OUI_DB removalGravatar Adrian Bunk 7-7137/+0
2007-02-08the scheduled IEEE1394_EXPORT_FULL_API removalGravatar Adrian Bunk 2-29/+0
2007-02-08ieee1394: sbp2: use a better wildcard for blacklistGravatar Stefan Richter 1-12/+8
2007-02-08Add PCI class ID for firewire OHCI controllers.1-3/+1
2007-02-08ieee1394: modified csr1212_key_id_type_map to support lisightGravatar Andrea Guzzo 1-3/+3
2007-01-10ieee1394: sbp2: fix probing of some DVD-ROM/RWsGravatar Stefan Richter 1-0/+2
2006-12-30ieee1394: sbp2: fix bogus dma mappingGravatar Stefan Richter 1-33/+40
2006-12-30ieee1394: sbp2: pass REQUEST_SENSE through to the targetGravatar Stefan Richter 1-10/+0
2006-12-10i2c: Discard the i2c algo del_bus wrappersGravatar Jean Delvare 1-1/+1
2006-12-08[PATCH] struct path: convert ieee1394Gravatar Josef Sipek 1-1/+1
2006-12-07ieee1394: sbp2: code formatting around work_struct stuffGravatar Stefan Richter 1-7/+9
2006-12-07ieee1394: nodemgr: remove a kcallocGravatar Stefan Richter 1-46/+20
2006-12-07ieee1394: conditionally export ieee1394_bus_typeGravatar Stefan Richter 1-0/+1
2006-12-07ieee1394: Consolidate driver registeringGravatar Ben Collins 8-27/+22
2006-12-07ieee1394: sbp2: convert from PCI DMA to generic DMAGravatar Stefan Richter 3-68/+62