aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device-cdev.c
Commit message (Expand)AuthorAge
* firewire: Fix the range check for the queue_iso payload pointer.Kristian Høgsberg2007-03-28
* firewire: Generalize resource tracking for cdev implementation.Kristian Høgsberg2007-03-28
* firewire: Add ioctls to add and remove config rom descriptors.Kristian Høgsberg2007-03-28
* firewire: Streamline userspace interface structs.Kristian Høgsberg2007-03-28
* firewire: fix compiler warnings on 64bitStefan Richter2007-03-20
* firewire: Free pending transactions on cdev release.Kristian Høgsberg2007-03-15
* firewire: Implement deallocation of address ranges.Kristian Høgsberg2007-03-15
* firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg2007-03-15
* firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.Kristian Høgsberg2007-03-15
* firewire: Add generation field to send_request ioctl struct.Kristian Høgsberg2007-03-09
* firewire: Add card index field to get_info cdev ioctl struct.Kristian Høgsberg2007-03-09
* firewire: Fix order of arguments for iso context creation.Kristian Høgsberg2007-03-09
* firewire: Track pending transactions and cancel them on cdev release.Kristian Høgsberg2007-03-09
* firewire: Use only a wait queue and terminate poll and read on device removal.Kristian Høgsberg2007-03-09
* firewire: Switch cdev code over to use register_chrdev and keep a list of dev...Kristian Høgsberg2007-03-09
* firewire: Generalize get_config_rom to get_info.Kristian Høgsberg2007-03-09
* firewire: Implement ioctl to initiate bus reset.Kristian Høgsberg2007-03-09
* firewire: Add a bus reset event type for fw-device-cdev.Kristian Høgsberg2007-03-09
* firewire: Implement sync and tag matching for isochronous receive.Kristian Høgsberg2007-03-09
* firewire: Configure channel and speed at context creation time.Kristian Høgsberg2007-03-09
* firewire: Acummulate received iso headers and send them back to user space.Kristian Høgsberg2007-03-09
* firewire: Implement functionality to stop isochronous DMA contexts.Kristian Høgsberg2007-03-09
* firewire: Rename 'send_iso' to 'start_iso'.Kristian Høgsberg2007-03-09
* firewire: Implement basic isochronous receive functionality.Kristian Høgsberg2007-03-09
* firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.Kristian Høgsberg2007-03-09
* firewire: consistent usage of node_idStefan Richter2007-03-09
* firewire: comma after last enum item or initializerStefan Richter2007-03-09
* firewire: mark some structs constStefan Richter2007-03-09
* firewire: Add device probing and sysfs integration.Kristian Høgsberg2007-03-09