aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30firewire: fw-core: react on bus resets while the config ROM is being fetchedStefan Richter1-8/+17
2008-01-30firewire: enforce access order between generation and node ID, fix "giving up on config rom"Stefan Richter1-2/+13
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-9/+2
2007-07-10firewire: support S100B...S400B and link slower than PHYStefan Richter1-4/+34
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg1-4/+4
2007-05-10firewire: Clean up comment style.Kristian Høgsberg1-35/+66
2007-04-27firewire: don't use extern on public symbolsRandy Dunlap1-2/+2
2007-04-27firewire: fw-device printk fixAndrew Morton1-1/+2
2007-04-17firewire: Don't use subsystem rwsem, it's going away.Kristian Høgsberg1-8/+9
2007-03-28firewire: Increase the number of config rom retries and the retry delay.Kristian Høgsberg1-2/+2
2007-03-28firewire: Use device->groups for adding device attributes.Kristian Høgsberg1-35/+20
2007-03-22firewire: Export GUID as sysfs attribute.Kristian Høgsberg1-2/+13
2007-03-22firewire: Add sysfs attributes for config rom directory values.Kristian Høgsberg1-4/+147
2007-03-22firewire: Make use of struct device_type.Kristian Høgsberg1-57/+36
2007-03-20firewire: fix compiler warnings on 64bitStefan Richter1-1/+1
2007-03-20firewire: add includes for sem and rw_semStefan Richter1-0/+2
2007-03-20firewire: Grab dev->sem when doing the update callback.Kristian Høgsberg1-1/+4
2007-03-09firewire: Use only a wait queue and terminate poll and read on device removal.Kristian Høgsberg1-0/+1
2007-03-09firewire: Add rom_index attribute for unit sysfs directories.Kristian Høgsberg1-0/+21
2007-03-09firewire: Switch cdev code over to use register_chrdev and keep a list of devices.Kristian Høgsberg1-20/+36
2007-03-09firewire: Add a bus reset event type for fw-device-cdev.Kristian Høgsberg1-0/+2
2007-03-09firewire: Iterate through units in a keventd callback for update callbacks.Kristian Høgsberg1-3/+14
2007-03-09firewire: adjust whitespaceStefan Richter1-3/+3
2007-03-09firewire: Use atomic_t's for serial numbers.Kristian Høgsberg1-2/+2
2007-03-09firewire: Spell out fw as firewire in sysfs.Kristian Høgsberg1-1/+1
2007-03-09firewire: use atomic type for fw_device.stateStefan Richter1-3/+3
2007-03-09firewire: Implement compliant bus management.Kristian Høgsberg1-0/+2
2007-03-09firewire: Loop requests to the host controller back into the stack.Kristian Høgsberg1-5/+0
2007-03-09firewire: consistent usage of node_idStefan Richter1-2/+2
2007-03-09firewire: comma after last enum item or initializerStefan Richter1-4/+4
2007-03-09firewire: whitespace adjustmentsStefan Richter1-4/+0
2007-03-09firewire: mark some structs constStefan Richter1-1/+1
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg1-0/+613