firewire: Add ref-counting for sbp2_device and hold a ref while we have work scheduled.
[linux-2.6] / drivers / firewire / fw-device-cdev.c
2007-03-15  Kristian Høgsbergfirewire: Free pending transactions on cdev release.
2007-03-15  Kristian Høgsbergfirewire: Implement deallocation of address ranges.
2007-03-15  Kristian Høgsbergfirewire: Move sync and tag parameters to start_iso...
2007-03-15  Kristian Høgsbergfirewire: Fix dualbuffer iso receive mode and drop...
2007-03-09  Kristian Høgsbergfirewire: Add generation field to send_request ioctl...
2007-03-09  Kristian Høgsbergfirewire: Add card index field to get_info cdev ioctl...
2007-03-09  Kristian Høgsbergfirewire: Fix order of arguments for iso context creation.
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.