Commit Graph

140 Commits (ed957684294618602b48f1950b0c9bbcb036583f)

Author SHA1 Message Date
Jeff Garzik 350958f984 firewire: fix return code 18 years ago
Stefan Richter 9a60731d00 firewire: prefix modules with firewire- instead of fw- 18 years ago
Kristian Høgsberg ec839e43fb firewire: Add missing byteswapping for receive DMA programs. 18 years ago
Al Viro faa2fb4e67 missing mm.h in fw-ohci 18 years ago
Kristian Høgsberg d79406dd14 firewire: Convert OHCI driver to use standard goto unwinding for error handling. 18 years ago
Kristian Høgsberg 2d826cc5c7 firewire: Always use parens with sizeof. 18 years ago
Kristian Høgsberg 213d7bbd76 firewire: Drop single buffer request support. 18 years ago
Kristian Høgsberg, Stefan Richter 36abb3b18e firewire: Add a comment to describe why we split the sg list. 18 years ago
Kristian Høgsberg e1b68c4dcf firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand. 18 years ago
Kristian Høgsberg 95ffc5e314 firewire: Handle the last few DMA mapping error cases. 18 years ago
Kristian Høgsberg ad85274fb7 firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata. 18 years ago
Olaf Hering 1e4c7b0dab firewire: Provide module aliase for backwards compatibility. 18 years ago
Kristian Høgsberg 58e313b362 firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile. 18 years ago
Kristian Høgsberg 4c5a443e80 firewire: Break out shared IEEE1394 constant to separate header file. 18 years ago
Kristian Høgsberg a77754a75d firewire: Uppercase most macro names. 18 years ago
Kristian Høgsberg a98e271987 firewire: Coding style cleanup: no spaces after function names. 18 years ago
Kristian Høgsberg 6a5033be96 firewire: Convert card_rwsem to a regular mutex. 18 years ago
Kristian Høgsberg c781c06d11 firewire: Clean up comment style. 18 years ago
Kristian Høgsberg e175569c46 firewire: Use lib/ implementation of CRC ITU-T. 18 years ago
Kristian Høgsberg 9640d3d775 firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux. 18 years ago
Kristian Høgsberg abaa5743e3 firewire: Future proof the iso ioctls by adding a handle for the iso context. 18 years ago
Kristian Høgsberg 4f2592232e firewire: Add read/write and size annotations to IOC numbers. 18 years ago
Randy Dunlap 0b6aa3d053 firewire: don't use extern on public symbols 18 years ago
Andrew Morton 3e1dcb00d5 firewire: fw-device printk fix 18 years ago
Kristian Høgsberg dde2b95430 firewire: Don't use subsystem rwsem, it's going away. 18 years ago
Kristian Høgsberg 0fc7d6e4f4 firewire: Do an agent reset on error recovery. 18 years ago
Kristian Høgsberg 12f26aa1b1 firewire: Only free ORBs that completed the initial transaction. 18 years ago
Kristian Høgsberg fbb5423c1d firewire: Forward SAM status codes to the scsi stack. 18 years ago
Kristian Høgsberg 053b30808f firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context. 18 years ago
Kristian Høgsberg 15536221d1 firewire: Byteswap iso header so all headers are presented as be32. 18 years ago
Kristian Høgsberg 8a2f7d932f firewire: Fix start on cycle 0 for IT, implement start on cycle for IR. 18 years ago
Kristian Høgsberg ef370ee74b firewire: Fix the range check for the queue_iso payload pointer. 18 years ago
Kristian Høgsberg c5dfd0a5b0 firewire: Increase the number of config rom retries and the retry delay. 18 years ago
Kristian Høgsberg 93e4fd455c firewire: Don't set card->irm_node before we have a new valid topology. 18 years ago
Kristian Høgsberg 3964a4496e firewire: Generalize resource tracking for cdev implementation. 18 years ago
Kristian Høgsberg 66dea3e5f6 firewire: Add ioctls to add and remove config rom descriptors. 18 years ago
Kristian Høgsberg da8ecffaed firewire: Streamline userspace interface structs. 18 years ago
Kristian Høgsberg 20d1167311 firewire: Remember to set the driver_data pointer when queueing a packet. 18 years ago
Kristian Høgsberg 6f2e53d513 firewire: Use device->groups for adding device attributes. 18 years ago
Marc Butler ecab413359 firewire: Add phy register defines. 18 years ago
Kristian Høgsberg bbd1494580 firewire: Export GUID as sysfs attribute. 18 years ago
Kristian Høgsberg 7feb9cce2d firewire: Add sysfs attributes for config rom directory values. 18 years ago
Kristian Høgsberg 21351dbe4e firewire: Make use of struct device_type. 18 years ago
Stefan Richter 945ac22253 firewire: ROM cache is CPU-endian 18 years ago
Stefan Richter d84702a5d7 firewire: fix compiler warnings on 64bit 18 years ago
Stefan Richter 633c52dccd firewire: add includes for sem and rw_sem 18 years ago
Kristian Høgsberg 015b066f4e firewire: Grab dev->sem when doing the update callback. 18 years ago
Stefan Richter 11f494ee25 firewire: rename CONFIG_FW to CONFIG_FIREWIRE 18 years ago
Kristian Høgsberg b3d6e15114 firewire: Add ref-counting for sbp2_device and hold a ref while we have work scheduled. 18 years ago
Kristian Høgsberg 7e35f7f318 firewire: Free pending transactions on cdev release. 18 years ago