]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/history - drivers/firewire/fw-device-cdev.c
firewire: Track pending transactions and cancel them on cdev release.
[mirror_ubuntu-hirsute-kernel.git] / drivers / firewire / fw-device-cdev.c
2007-03-09 Kristian Høgsbergfirewire: Track pending transactions and cancel them...
2007-03-09 Kristian Høgsbergfirewire: Use only a wait queue and terminate poll...
2007-03-09 Kristian Høgsbergfirewire: Switch cdev code over to use register_chrdev...
2007-03-09 Kristian Høgsbergfirewire: Generalize get_config_rom to get_info.
2007-03-09 Kristian Høgsbergfirewire: Implement ioctl to initiate bus reset.
2007-03-09 Kristian Høgsbergfirewire: Add a bus reset event type for fw-device...
2007-03-09 Kristian Høgsbergfirewire: Implement sync and tag matching for isochrono...
2007-03-09 Kristian Høgsbergfirewire: Configure channel and speed at context creati...
2007-03-09 Kristian Høgsbergfirewire: Acummulate received iso headers and send...
2007-03-09 Kristian Høgsbergfirewire: Implement functionality to stop isochronous...
2007-03-09 Kristian Høgsbergfirewire: Rename 'send_iso' to 'start_iso'.
2007-03-09 Kristian Høgsbergfirewire: Implement basic isochronous receive functiona...
2007-03-09 Kristian Høgsbergfirewire: Split the iso buffer out from fw_iso_context...
2007-03-09 Stefan Richterfirewire: consistent usage of node_id
2007-03-09 Stefan Richterfirewire: comma after last enum item or initializer
2007-03-09 Stefan Richterfirewire: mark some structs const
2007-03-09 Kristian Høgsbergfirewire: Add device probing and sysfs integration.