aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-device-cdev.c
AgeCommit message (Expand)Author
2007-03-09firewire: Add generation field to send_request ioctl struct.Kristian Høgsberg
2007-03-09firewire: Add card index field to get_info cdev ioctl struct.Kristian Høgsberg
2007-03-09firewire: Fix order of arguments for iso context creation.Kristian Høgsberg
2007-03-09firewire: Track pending transactions and cancel them on cdev release.Kristian Høgsberg
2007-03-09firewire: Use only a wait queue and terminate poll and read on device removal.Kristian Høgsberg
2007-03-09firewire: Switch cdev code over to use register_chrdev and keep a list of dev...Kristian Høgsberg
2007-03-09firewire: Generalize get_config_rom to get_info.Kristian Høgsberg
2007-03-09firewire: Implement ioctl to initiate bus reset.Kristian Høgsberg
2007-03-09firewire: Add a bus reset event type for fw-device-cdev.Kristian Høgsberg
2007-03-09firewire: Implement sync and tag matching for isochronous receive.Kristian Høgsberg
2007-03-09firewire: Configure channel and speed at context creation time.Kristian Høgsberg
2007-03-09firewire: Acummulate received iso headers and send them back to user space.Kristian Høgsberg
2007-03-09firewire: Implement functionality to stop isochronous DMA contexts.Kristian Høgsberg
2007-03-09firewire: Rename 'send_iso' to 'start_iso'.Kristian Høgsberg
2007-03-09firewire: Implement basic isochronous receive functionality.Kristian Høgsberg
2007-03-09firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.Kristian Høgsberg
2007-03-09firewire: consistent usage of node_idStefan Richter
2007-03-09firewire: comma after last enum item or initializerStefan Richter
2007-03-09firewire: mark some structs constStefan Richter
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg