aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-10firewire: Convert OHCI driver to use standard goto unwinding for error handling.Kristian Høgsberg1-44/+42
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg7-65/+65
2007-05-10firewire: Drop single buffer request support.Kristian Høgsberg1-42/+1
2007-05-10firewire: Add a comment to describe why we split the sg list.Kristian Høgsberg, Stefan Richter1-1/+4
2007-05-10firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand.Kristian Høgsberg1-4/+4
2007-05-10firewire: Handle the last few DMA mapping error cases.Kristian Høgsberg1-7/+26
2007-05-10firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata.Kristian Høgsberg1-84/+50
2007-05-10firewire: Provide module aliase for backwards compatibility.Olaf Hering2-0/+10
2007-05-10firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.Kristian Høgsberg1-1/+1
2007-05-10firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg1-60/+1
2007-05-10firewire: Uppercase most macro names.Kristian Høgsberg5-232/+231
2007-05-10firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg5-33/+33
2007-05-10firewire: Convert card_rwsem to a regular mutex.Kristian Høgsberg1-10/+10
2007-05-10firewire: Clean up comment style.Kristian Høgsberg11-253/+439
2007-05-10firewire: Use lib/ implementation of CRC ITU-T.Kristian Høgsberg4-28/+18
2007-04-30firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.Kristian Høgsberg3-270/+2
2007-04-30firewire: Future proof the iso ioctls by adding a handle for the iso context.Kristian Høgsberg2-4/+24
2007-04-30firewire: Add read/write and size annotations to IOC numbers.Kristian Høgsberg2-167/+135
2007-04-27firewire: don't use extern on public symbolsRandy Dunlap1-2/+2
2007-04-27firewire: fw-device printk fixAndrew Morton1-1/+2
2007-04-17firewire: Don't use subsystem rwsem, it's going away.Kristian Høgsberg2-16/+19
2007-04-12firewire: Do an agent reset on error recovery.Kristian Høgsberg1-1/+1
2007-04-12firewire: Only free ORBs that completed the initial transaction.Kristian Høgsberg1-1/+4
2007-04-12firewire: Forward SAM status codes to the scsi stack.Kristian Høgsberg1-21/+18
2007-04-12firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.Kristian Høgsberg1-1/+1
2007-04-12firewire: Byteswap iso header so all headers are presented as be32.Kristian Høgsberg1-1/+7
2007-03-28firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.Kristian Høgsberg1-9/+13
2007-03-28firewire: Fix the range check for the queue_iso payload pointer.Kristian Høgsberg1-5/+5
2007-03-28firewire: Increase the number of config rom retries and the retry delay.Kristian Høgsberg1-2/+2
2007-03-28firewire: Don't set card->irm_node before we have a new valid topology.Kristian Høgsberg1-3/+4
2007-03-28firewire: Generalize resource tracking for cdev implementation.Kristian Høgsberg2-119/+119
2007-03-28firewire: Add ioctls to add and remove config rom descriptors.Kristian Høgsberg3-5/+114
2007-03-28firewire: Streamline userspace interface structs.Kristian Høgsberg2-11/+31
2007-03-28firewire: Remember to set the driver_data pointer when queueing a packet.Kristian Høgsberg1-0/+1
2007-03-28firewire: Use device->groups for adding device attributes.Kristian Høgsberg2-35/+28
2007-03-24firewire: Add phy register defines.Marc Butler2-4/+16
2007-03-22firewire: Export GUID as sysfs attribute.Kristian Høgsberg1-2/+13
2007-03-22firewire: Add sysfs attributes for config rom directory values.Kristian Høgsberg1-4/+147
2007-03-22firewire: Make use of struct device_type.Kristian Høgsberg1-57/+36
2007-03-20firewire: ROM cache is CPU-endianStefan Richter1-1/+1
2007-03-20firewire: fix compiler warnings on 64bitStefan Richter2-4/+5
2007-03-20firewire: add includes for sem and rw_semStefan Richter1-0/+2
2007-03-20firewire: Grab dev->sem when doing the update callback.Kristian Høgsberg1-1/+4
2007-03-20firewire: rename CONFIG_FW to CONFIG_FIREWIREStefan Richter2-8/+8
2007-03-15firewire: Add ref-counting for sbp2_device and hold a ref while we have work scheduled.Kristian Høgsberg1-12/+30
2007-03-15firewire: Free pending transactions on cdev release.Kristian Høgsberg1-1/+3
2007-03-15firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack.Kristian Høgsberg1-0/+2
2007-03-15firewire: Implement deallocation of address ranges.Kristian Høgsberg2-6/+39
2007-03-15firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg5-32/+26
2007-03-15firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.Kristian Høgsberg2-122/+66