aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2007-06-29firewire: add Kconfig help on building both stacksStefan Richter
2007-06-29firewire: fix async reception on big endian machinesStefan Richter
2007-06-21firewire: Only set client->iso_context if allocation was successful.Kristian Høgsberg
2007-06-16firewire: fix hang after card ejectionStefan Richter
2007-05-31firewire: Change struct fw_cdev_iso_packet to not use bitfields.Kristian Høgsberg
2007-05-31firewire: Implement suspend/resume PCI driver hooks.Kristian Høgsberg
2007-05-31firewire: fw-sbp2: implement sysfs ieee1394_idStefan Richter
2007-05-27firewire: fix return codeJeff Garzik
2007-05-27firewire: prefix modules with firewire- instead of fw-Stefan Richter
2007-05-27firewire: Add missing byteswapping for receive DMA programs.Kristian Høgsberg
2007-05-15missing mm.h in fw-ohciAl Viro
2007-05-10firewire: Convert OHCI driver to use standard goto unwinding for error handling.Kristian Høgsberg
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg
2007-05-10firewire: Drop single buffer request support.Kristian Høgsberg
2007-05-10firewire: Add a comment to describe why we split the sg list.Kristian Høgsberg, Stefan Richter
2007-05-10firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand.Kristian Høgsberg
2007-05-10firewire: Handle the last few DMA mapping error cases.Kristian Høgsberg
2007-05-10firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata.Kristian Høgsberg
2007-05-10firewire: Provide module aliase for backwards compatibility.Olaf Hering
2007-05-10firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.Kristian Høgsberg
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