aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...Linus Torvalds2007-05-10
|\
| * firewire: Convert OHCI driver to use standard goto unwinding for error handling.Kristian Høgsberg2007-05-10
| * firewire: Always use parens with sizeof.Kristian Høgsberg2007-05-10
| * firewire: Drop single buffer request support.Kristian Høgsberg2007-05-10
| * firewire: Add a comment to describe why we split the sg list.Kristian Høgsberg, Stefan Richter2007-05-10
| * firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand.Kristian Høgsberg2007-05-10
| * firewire: Handle the last few DMA mapping error cases.Kristian Høgsberg2007-05-10
| * firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata.Kristian Høgsberg2007-05-10
| * firewire: Provide module aliase for backwards compatibility.Olaf Hering2007-05-10
| * firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.Kristian Høgsberg2007-05-10
| * firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg2007-05-10
| * firewire: Uppercase most macro names.Kristian Høgsberg2007-05-10
| * firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg2007-05-10
| * firewire: Convert card_rwsem to a regular mutex.Kristian Høgsberg2007-05-10
| * firewire: Clean up comment style.Kristian Høgsberg2007-05-10
| * firewire: Use lib/ implementation of CRC ITU-T.Kristian Høgsberg2007-05-10
| * firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.Kristian Høgsberg2007-04-30
| * firewire: Future proof the iso ioctls by adding a handle for the iso context.Kristian Høgsberg2007-04-30
| * firewire: Add read/write and size annotations to IOC numbers.Kristian Høgsberg2007-04-30
| * firewire: don't use extern on public symbolsRandy Dunlap2007-04-26
| * firewire: fw-device printk fixAndrew Morton2007-04-26
| * firewire: Don't use subsystem rwsem, it's going away.Kristian Høgsberg2007-04-17
| * firewire: Do an agent reset on error recovery.Kristian Høgsberg2007-04-11
| * firewire: Only free ORBs that completed the initial transaction.Kristian Høgsberg2007-04-11
| * firewire: Forward SAM status codes to the scsi stack.Kristian Høgsberg2007-04-11
| * firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.Kristian Høgsberg2007-04-11
| * firewire: Byteswap iso header so all headers are presented as be32.Kristian Høgsberg2007-04-11
| * firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.Kristian Høgsberg2007-03-28
| * firewire: Fix the range check for the queue_iso payload pointer.Kristian Høgsberg2007-03-28
| * firewire: Increase the number of config rom retries and the retry delay.Kristian Høgsberg2007-03-28
| * firewire: Don't set card->irm_node before we have a new valid topology.Kristian Høgsberg2007-03-28
| * firewire: Generalize resource tracking for cdev implementation.Kristian Høgsberg2007-03-28
| * firewire: Add ioctls to add and remove config rom descriptors.Kristian Høgsberg2007-03-28
| * firewire: Streamline userspace interface structs.Kristian Høgsberg2007-03-28
| * firewire: Remember to set the driver_data pointer when queueing a packet.Kristian Høgsberg2007-03-28
| * firewire: Use device->groups for adding device attributes.Kristian Høgsberg2007-03-28
| * firewire: Add phy register defines.Marc Butler2007-03-24
| * firewire: Export GUID as sysfs attribute.Kristian Høgsberg2007-03-21
| * firewire: Add sysfs attributes for config rom directory values.Kristian Høgsberg2007-03-21
| * firewire: Make use of struct device_type.Kristian Høgsberg2007-03-21
| * firewire: ROM cache is CPU-endianStefan Richter2007-03-20
| * firewire: fix compiler warnings on 64bitStefan Richter2007-03-20
| * firewire: add includes for sem and rw_semStefan Richter2007-03-20
| * firewire: Grab dev->sem when doing the update callback.Kristian Høgsberg2007-03-20
| * firewire: rename CONFIG_FW to CONFIG_FIREWIREStefan Richter2007-03-20
| * firewire: Add ref-counting for sbp2_device and hold a ref while we have work ...Kristian Høgsberg2007-03-15
| * firewire: Free pending transactions on cdev release.Kristian Høgsberg2007-03-15
| * firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack.Kristian Høgsberg2007-03-15
| * firewire: Implement deallocation of address ranges.Kristian Høgsberg2007-03-15
| * firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg2007-03-15