summaryrefslogtreecommitdiff
path: root/include/linux/firewire-cdev.h (unfollow)
Commit message (Expand)Author
2007-10-17firewire: adopt read cycle timer ABI from raw1394Stefan Richter
2007-07-10firewire: Document userspace ioctl interface.Kristian Høgsberg
2007-05-31firewire: Change struct fw_cdev_iso_packet to not use bitfields.Kristian Høgsberg
2007-05-10firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg
2007-05-10firewire: Use linux/*.h instead of asm/*.h header files.Kristian Høgsberg
2007-04-30firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.Kristian Høgsberg
2007-04-30firewire: Future proof the iso ioctls by adding a handle for the iso context.Kristian Høgsberg
2007-04-30firewire: Add read/write and size annotations to IOC numbers.Kristian Høgsberg
2007-03-28firewire: Generalize resource tracking for cdev implementation.Kristian Høgsberg
2007-03-28firewire: Add ioctls to add and remove config rom descriptors.Kristian Høgsberg
2007-03-28firewire: Streamline userspace interface structs.Kristian Høgsberg
2007-03-15firewire: Implement deallocation of address ranges.Kristian Høgsberg
2007-03-15firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg
2007-03-09firewire: Export juju specific rcodes to user space.Kristian Høgsberg
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: 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: Add lock transaction opcodes to fw-device-cdev.h.Kristian Høgsberg
2007-03-09firewire: whitespace adjustmentsStefan Richter
2007-03-09firewire: consistent ifndef blocks in header filesStefan Richter
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg