summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
2007-03-21firewire: fix compiler warnings on 64bitStefan Richter2-4/+5
2007-03-21firewire: add includes for sem and rw_semStefan Richter1-0/+2
2007-03-21firewire: Grab dev->sem when doing the update callback.Kristian Høgsberg1-1/+4
2007-03-21firewire: rename CONFIG_FW to CONFIG_FIREWIREStefan Richter2-8/+8
2007-03-15firewire: Add ref-counting for sbp2_device and hold a ref while we have work ...Kristian Høgsberg1-12/+30
2007-03-15firewire: Free pending transactions on cdev release.Kristian Høgsberg1-1/+3
2007-03-15firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack.Kristian Høgsberg1-0/+2
2007-03-15firewire: Implement deallocation of address ranges.Kristian Høgsberg2-6/+39
2007-03-15firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg5-32/+26
2007-03-15firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.Kristian Høgsberg2-122/+66
2007-03-10firewire: Implement CSR cycle time and bus time registers.Kristian Høgsberg3-3/+86
2007-03-10firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg6-16/+85
2007-03-10firewire: Export juju specific rcodes to user space.Kristian Høgsberg1-0/+6
2007-03-10firewire: Add generation field to send_request ioctl struct.Kristian Høgsberg2-1/+2
2007-03-10firewire: Add card index field to get_info cdev ioctl struct.Kristian Høgsberg2-0/+5
2007-03-10firewire: Fix order of arguments for iso context creation.Kristian Høgsberg1-1/+1
2007-03-10firewire: Track pending transactions and cancel them on cdev release.Kristian Høgsberg1-3/+20
2007-03-10firewire: Move async transmit to use the general context code.Kristian Høgsberg2-214/+149
2007-03-10firewire: Use only a wait queue and terminate poll and read on device removal.Kristian Høgsberg3-29/+59
2007-03-10firewire: Don't time out command orbs, leave that to the scsi stack.Kristian Høgsberg1-20/+11
2007-03-10firewire: Add rom_index attribute for unit sysfs directories.Kristian Høgsberg1-0/+21
2007-03-10firewire: Quiet down fw-sbp2 logging a bit, remove stale FIXME.Kristian Høgsberg1-18/+8
2007-03-10firewire: Switch cdev code over to use register_chrdev and keep a list of dev...Kristian Høgsberg4-22/+51
2007-03-10firewire: Generalize get_config_rom to get_info.Kristian Høgsberg2-21/+75
2007-03-10firewire: Implement ioctl to initiate bus reset.Kristian Høgsberg2-4/+27
2007-03-10firewire: Add a bus reset event type for fw-device-cdev.Kristian Høgsberg4-3/+75
2007-03-10firewire: Only use INIT_DELAYED_WORK for first initialization.Kristian Høgsberg1-4/+4
2007-03-10firewire: Iterate through units in a keventd callback for update callbacks.Kristian Høgsberg1-3/+14
2007-03-10firewire: Clear all interrupt bits before shutting down.Kristian Høgsberg1-1/+2
2007-03-10firewire: Drop the unused fw_card device.Kristian Høgsberg2-30/+13
2007-03-10firewire: Let an fw_descriptor specify a leading immediate key/value pair.Kristian Høgsberg3-10/+32
2007-03-10firewire: Scheduled removal of SA_xxx interrupt flags fixups 3Thomas Gleixner1-1/+1
2007-03-10firewire: adjust whitespaceStefan Richter3-28/+26
2007-03-10firewire: Implement sync and tag matching for isochronous receive.Kristian Høgsberg5-7/+64
2007-03-10firewire: Configure channel and speed at context creation time.Kristian Høgsberg5-16/+21
2007-03-10firewire: Store OHCI version and make sure we have at least 1.1 before doing ...Kristian Høgsberg1-4/+15
2007-03-10firewire: Get zeroed out pages for mapping to user space.Kristian Høgsberg1-1/+1
2007-03-10firewire: Don't touch DMA descriptors after appending.Kristian Høgsberg1-6/+6
2007-03-10firewire: Use a buffer fill descriptor for receive when header size is 0.Kristian Høgsberg3-17/+95
2007-03-10firewire: Set correct buffer lengths for dualbuffer DMA descriptor.Kristian Høgsberg1-4/+3
2007-03-10firewire: Acummulate received iso headers and send them back to user space.Kristian Høgsberg4-24/+57
2007-03-10firewire: Log OHCI chipset version in PCI probe.Kristian Høgsberg1-2/+4
2007-03-10firewire: Implement functionality to stop isochronous DMA contexts.Kristian Høgsberg5-11/+53
2007-03-10firewire: Rename 'send_iso' to 'start_iso'.Kristian Høgsberg5-20/+16
2007-03-10firewire: Implement basic isochronous receive functionality.Kristian Høgsberg6-30/+181
2007-03-10firewire: Generalize the iso transmit descriptor buffer logic.Kristian Høgsberg1-142/+218
2007-03-10firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.Kristian Høgsberg5-84/+151
2007-03-10firewire: Use correct payload pointer when demarshalling incoming requests.Kristian Høgsberg1-1/+1
2007-03-10firewire: Read the *Clear versions of the iso interrupt register.Kristian Høgsberg1-2/+2
2007-03-10firewire: Fix another typo from the bitfield conversion.Kristian Høgsberg1-4/+4