summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* firewire: Only free ORBs that completed the initial transaction.Kristian Høgsberg2007-04-121-1/+4
* firewire: Forward SAM status codes to the scsi stack.Kristian Høgsberg2007-04-121-21/+18
* firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.Kristian Høgsberg2007-04-121-1/+1
* firewire: Byteswap iso header so all headers are presented as be32.Kristian Høgsberg2007-04-121-1/+7
* firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.Kristian Høgsberg2007-03-281-9/+13
* firewire: Fix the range check for the queue_iso payload pointer.Kristian Høgsberg2007-03-281-5/+5
* firewire: Increase the number of config rom retries and the retry delay.Kristian Høgsberg2007-03-281-2/+2
* firewire: Don't set card->irm_node before we have a new valid topology.Kristian Høgsberg2007-03-281-3/+4
* firewire: Generalize resource tracking for cdev implementation.Kristian Høgsberg2007-03-282-119/+119
* firewire: Add ioctls to add and remove config rom descriptors.Kristian Høgsberg2007-03-283-5/+114
* firewire: Streamline userspace interface structs.Kristian Høgsberg2007-03-282-11/+31
* firewire: Remember to set the driver_data pointer when queueing a packet.Kristian Høgsberg2007-03-281-0/+1
* firewire: Use device->groups for adding device attributes.Kristian Høgsberg2007-03-282-35/+28
* firewire: Add phy register defines.Marc Butler2007-03-242-4/+16
* firewire: Export GUID as sysfs attribute.Kristian Høgsberg2007-03-221-2/+13
* firewire: Add sysfs attributes for config rom directory values.Kristian Høgsberg2007-03-221-4/+147
* firewire: Make use of struct device_type.Kristian Høgsberg2007-03-221-57/+36
* firewire: ROM cache is CPU-endianStefan Richter2007-03-201-1/+1
* firewire: fix compiler warnings on 64bitStefan Richter2007-03-202-4/+5
* firewire: add includes for sem and rw_semStefan Richter2007-03-201-0/+2
* firewire: Grab dev->sem when doing the update callback.Kristian Høgsberg2007-03-201-1/+4
* firewire: rename CONFIG_FW to CONFIG_FIREWIREStefan Richter2007-03-202-8/+8
* firewire: Add ref-counting for sbp2_device and hold a ref while we have work ...Kristian Høgsberg2007-03-151-12/+30
* firewire: Free pending transactions on cdev release.Kristian Høgsberg2007-03-151-1/+3
* firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack.Kristian Høgsberg2007-03-151-0/+2
* firewire: Implement deallocation of address ranges.Kristian Høgsberg2007-03-152-6/+39
* firewire: Move sync and tag parameters to start_iso ioctl.Kristian Høgsberg2007-03-155-32/+26
* firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.Kristian Høgsberg2007-03-152-122/+66
* firewire: Implement CSR cycle time and bus time registers.Kristian Høgsberg2007-03-093-3/+86
* firewire: Implement topology map and fix a couple of loopback bugs.Kristian Høgsberg2007-03-096-16/+85
* firewire: Export juju specific rcodes to user space.Kristian Høgsberg2007-03-091-0/+6
* firewire: Add generation field to send_request ioctl struct.Kristian Høgsberg2007-03-092-1/+2
* firewire: Add card index field to get_info cdev ioctl struct.Kristian Høgsberg2007-03-092-0/+5
* firewire: Fix order of arguments for iso context creation.Kristian Høgsberg2007-03-091-1/+1
* firewire: Track pending transactions and cancel them on cdev release.Kristian Høgsberg2007-03-091-3/+20
* firewire: Move async transmit to use the general context code.Kristian Høgsberg2007-03-092-214/+149
* firewire: Use only a wait queue and terminate poll and read on device removal.Kristian Høgsberg2007-03-093-29/+59
* firewire: Don't time out command orbs, leave that to the scsi stack.Kristian Høgsberg2007-03-091-20/+11
* firewire: Add rom_index attribute for unit sysfs directories.Kristian Høgsberg2007-03-091-0/+21
* firewire: Quiet down fw-sbp2 logging a bit, remove stale FIXME.Kristian Høgsberg2007-03-091-18/+8
* firewire: Switch cdev code over to use register_chrdev and keep a list of dev...Kristian Høgsberg2007-03-094-22/+51
* firewire: Generalize get_config_rom to get_info.Kristian Høgsberg2007-03-092-21/+75
* firewire: Implement ioctl to initiate bus reset.Kristian Høgsberg2007-03-092-4/+27
* firewire: Add a bus reset event type for fw-device-cdev.Kristian Høgsberg2007-03-094-3/+75
* firewire: Only use INIT_DELAYED_WORK for first initialization.Kristian Høgsberg2007-03-091-4/+4
* firewire: Iterate through units in a keventd callback for update callbacks.Kristian Høgsberg2007-03-091-3/+14
* firewire: Clear all interrupt bits before shutting down.Kristian Høgsberg2007-03-091-1/+2
* firewire: Drop the unused fw_card device.Kristian Høgsberg2007-03-092-30/+13
* firewire: Let an fw_descriptor specify a leading immediate key/value pair.Kristian Høgsberg2007-03-093-10/+32
* firewire: Scheduled removal of SA_xxx interrupt flags fixups 3Thomas Gleixner2007-03-091-1/+1
OpenPOWER on IntegriCloud