aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2007-05-10firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg
2007-05-10firewire: Uppercase most macro names.Kristian Høgsberg
2007-05-10firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg
2007-05-10firewire: Convert card_rwsem to a regular mutex.Kristian Høgsberg
2007-05-10firewire: Clean up comment style.Kristian Høgsberg
2007-05-10firewire: Use lib/ implementation of CRC ITU-T.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-04-27firewire: don't use extern on public symbolsRandy Dunlap
2007-04-27firewire: fw-device printk fixAndrew Morton
2007-04-17firewire: Don't use subsystem rwsem, it's going away.Kristian Høgsberg
2007-04-12firewire: Do an agent reset on error recovery.Kristian Høgsberg
2007-04-12firewire: Only free ORBs that completed the initial transaction.Kristian Høgsberg
2007-04-12firewire: Forward SAM status codes to the scsi stack.Kristian Høgsberg
2007-04-12firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.Kristian Høgsberg
2007-04-12firewire: Byteswap iso header so all headers are presented as be32.Kristian Høgsberg
2007-03-28firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.Kristian Høgsberg
2007-03-28firewire: Fix the range check for the queue_iso payload pointer.Kristian Høgsberg
2007-03-28firewire: Increase the number of config rom retries and the retry delay.Kristian Høgsberg
2007-03-28firewire: Don't set card->irm_node before we have a new valid topology.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-28firewire: Remember to set the driver_data pointer when queueing a packet.Kristian Høgsberg
2007-03-28firewire: Use device->groups for adding device attributes.Kristian Høgsberg
2007-03-24firewire: Add phy register defines.Marc Butler
2007-03-22firewire: Export GUID as sysfs attribute.Kristian Høgsberg
2007-03-22firewire: Add sysfs attributes for config rom directory values.Kristian Høgsberg
2007-03-22firewire: Make use of struct device_type.Kristian Høgsberg
2007-03-20firewire: ROM cache is CPU-endianStefan Richter
2007-03-20firewire: fix compiler warnings on 64bitStefan Richter
2007-03-20firewire: add includes for sem and rw_semStefan Richter
2007-03-20firewire: Grab dev->sem when doing the update callback.Kristian Høgsberg
2007-03-20firewire: rename CONFIG_FW to CONFIG_FIREWIREStefan Richter
2007-03-15firewire: Add ref-counting for sbp2_device and hold a ref while we have work ...Kristian Høgsberg
2007-03-15firewire: Free pending transactions on cdev release.Kristian Høgsberg
2007-03-15firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack.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-15firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.Kristian Høgsberg
2007-03-09firewire: Implement CSR cycle time and bus time registers.Kristian Høgsberg
2007-03-09firewire: Implement topology map and fix a couple of loopback bugs.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: 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: Move async transmit to use the general context code.Kristian Høgsberg
2007-03-09firewire: Use only a wait queue and terminate poll and read on device removal.Kristian Høgsberg