Commit Graph

50427 Commits (9640d3d775aa325650c8fcdf49127542f77b2156)
 

Author SHA1 Message Date
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
Kristian Høgsberg 693b902176 firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack. 18 years ago
Kristian Høgsberg 9472316b6e firewire: Implement deallocation of address ranges. 18 years ago
Kristian Høgsberg eb0306eac0 firewire: Move sync and tag parameters to start_iso ioctl. 18 years ago
Kristian Høgsberg c70dc788fd firewire: Fix dualbuffer iso receive mode and drop buffer fill mode. 18 years ago
Kristian Høgsberg d60d7f1d5c firewire: Implement CSR cycle time and bus time registers. 18 years ago
Kristian Høgsberg 473d28c730 firewire: Implement topology map and fix a couple of loopback bugs. 18 years ago
Kristian Høgsberg 7c6e647da0 firewire: Export juju specific rcodes to user space. 18 years ago
Kristian Høgsberg 97e3527538 firewire: Add generation field to send_request ioctl struct. 18 years ago
Kristian Høgsberg e7533505fe firewire: Add card index field to get_info cdev ioctl struct. 18 years ago
Kristian Høgsberg 8fbdbb3683 firewire: Fix order of arguments for iso context creation. 18 years ago
Kristian Høgsberg 28cf6a04c8 firewire: Track pending transactions and cancel them on cdev release. 18 years ago
Kristian Høgsberg f319b6a02f firewire: Move async transmit to use the general context code. 18 years ago
Kristian Høgsberg 2603bf219e firewire: Use only a wait queue and terminate poll and read on device removal. 18 years ago
Kristian Høgsberg 2aaad97be6 firewire: Don't time out command orbs, leave that to the scsi stack. 18 years ago
Kristian Høgsberg 048961ef90 firewire: Add rom_index attribute for unit sysfs directories. 18 years ago
Kristian Høgsberg 5c5539d8cd firewire: Quiet down fw-sbp2 logging a bit, remove stale FIXME. 18 years ago
Kristian Høgsberg a3aca3dabb firewire: Switch cdev code over to use register_chrdev and keep a list of devices. 18 years ago
Kristian Høgsberg 344bbc4de1 firewire: Generalize get_config_rom to get_info. 18 years ago
Kristian Høgsberg 5371842b72 firewire: Implement ioctl to initiate bus reset. 18 years ago