summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-132-3/+3
|\
| * various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-192-3/+3
* | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-132-8/+9
|\ \
| * | firewire: net: remove unused variable in fwnet_receive_broadcast()Wei Yongjun2012-12-031-2/+0Star
| * | firewire: net: Fix handling of fragmented multicast/broadcast packets.Stephan Gatzka2012-12-021-4/+9
| * | firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODESStefan Richter2012-12-021-2/+0Star
* | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-112-3/+3
|\ \ \ | |/ / |/| |
| * | firewire: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
| * | firewire: remove use of __devinitBill Pemberton2012-11-282-2/+2
| |/
* | [SCSI] sd: Implement support for WRITE SAMEMartin K. Petersen2012-11-141-0/+1
* | [SCSI] Add a report opcode helperMartin K. Petersen2012-11-141-0/+1
|/
* firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)Stefan Richter2012-10-091-2/+2
* firewire: addendum to address handler RCU conversionStefan Richter2012-09-281-5/+8
* firewire: remove global lock around address handlers, convert to RCUPeter Hurley2012-09-281-9/+11
* firewire: ohci: get IR bit from TSB41BA3D phyStephan Gatzka2012-09-251-1/+27
* firewire: core: feed /dev/random with devices' GUIDsClemens Ladisch2012-09-251-0/+3
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-304-9/+55
|\
| * firewire: core: add is_local sysfs device attributeClemens Ladisch2012-06-301-0/+9
| * firewire: ohci: initialize multiChanMode bits after resetClemens Ladisch2012-06-171-0/+5
| * firewire: core: fix multichannel IR with buffers larger than 2 GBClemens Ladisch2012-06-171-1/+1
| * firewire: ohci: sanity-check MMIO resourceClemens Ladisch2012-06-051-0/+7
| * firewire: ohci: lazy bus time initializationClemens Ladisch2012-05-271-6/+12
| * firewire: core: allocate the low memory regionClemens Ladisch2012-05-271-2/+21
* | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-249-160/+214
|\|
| * firewire: sbp2: document the absence of alignment requirementsClemens Ladisch2012-05-211-4/+6
| * firewire: sbp2: remove superfluous blk_queue_max_segment_size() callClemens Ladisch2012-05-211-2/+0Star
| * firewire: sbp2: use scsi_dma_(un)mapClemens Ladisch2012-05-211-9/+4Star
| * firewire: sbp2: give correct DMA device to scsi frameworkClemens Ladisch2012-05-211-1/+2
| * firewire: core: fw_device_refresh(): clean up error handlingClemens Ladisch2012-04-171-21/+12Star
| * firewire: core: log config rom reading errorsClemens Ladisch2012-04-171-15/+27
| * firewire: core: log error in case of failed bus manager lockClemens Ladisch2012-04-171-2/+2
| * firewire: move rcode_string() to coreClemens Ladisch2012-04-171-0/+26
| * firewire: core: improve reread_config_rom() interfaceClemens Ladisch2012-04-171-21/+19Star
| * firewire: core: wait for inaccessible devices after bus resetClemens Ladisch2012-04-171-6/+3Star
| * firewire: ohci: omit spinlock IRQ flags where possibleStefan Richter2012-04-171-13/+10Star
| * firewire: ohci: correct signedness of a local variableStefan Richter2012-04-171-2/+2
| * firewire: core: fix DMA mapping directionStefan Richter2012-04-173-39/+99
| * firewire: use module_pci_driverAxel Lin2012-04-092-29/+6Star
* | firewire: Move fw_card kref functions into linux/firewire.hChris Boot2012-05-102-15/+1Star
* | firewire: Add function to get speed from opaque struct fw_requestChris Boot2012-05-101-0/+9
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-285-5/+0Star
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-2312-298/+442
|\
| * firewire: allow explicit flushing of iso packet completionsClemens Ladisch2012-03-185-8/+96
| * firewire: prevent dropping of completed iso packet header dataClemens Ladisch2012-03-182-10/+10
| * firewire: ohci: factor out iso completion flushing codeClemens Ladisch2012-03-181-19/+18Star
| * firewire: ohci: simplify iso header pointer arithmeticClemens Ladisch2012-03-181-10/+12
| * firewire: ohci: optimize control bit checksClemens Ladisch2012-03-181-3/+3
| * firewire: ohci: remove unused excess_bytes fieldClemens Ladisch2012-03-181-1/+0Star
| * firewire: ohci: copy_iso_headers(): make comment match the codeClemens Ladisch2012-03-181-4/+3Star
| * firewire: ohci: fix too-early completion of IR multichannel buffersClemens Ladisch2012-03-171-3/+2Star