summaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device.c
AgeCommit message (Expand)AuthorLines
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox-1/+2
2008-04-18firewire: replace more hex values with defined csr constantsJarod Wilson-1/+1
2008-04-18firewire: reread config ROM when device reset the busStefan Richter-34/+188
2008-04-18firewire: replace static ROM cache by allocated cacheStefan Richter-14/+27
2008-03-02firewire: fix crash in automatic module unloadingStefan Richter-15/+6
2008-02-16firewire: log GUID of new devicesStefan Richter-11/+17
2008-02-16firewire: fix "kobject_add failed for fw* with -EEXIST"Stefan Richter-6/+14
2008-01-30firewire: fw-core: react on bus resets while the config ROM is being fetchedStefan Richter-8/+17
2008-01-30firewire: enforce access order between generation and node ID, fix "giving up...Stefan Richter-2/+13
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers-9/+2
2007-07-10firewire: support S100B...S400B and link slower than PHYStefan Richter-4/+34
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg-4/+4
2007-05-10firewire: Clean up comment style.Kristian Høgsberg-35/+66
2007-04-27firewire: don't use extern on public symbolsRandy Dunlap-2/+2
2007-04-27firewire: fw-device printk fixAndrew Morton-1/+2
2007-04-17firewire: Don't use subsystem rwsem, it's going away.Kristian Høgsberg-8/+9
2007-03-28firewire: Increase the number of config rom retries and the retry delay.Kristian Høgsberg-2/+2
2007-03-28firewire: Use device->groups for adding device attributes.Kristian Høgsberg-35/+20
2007-03-22firewire: Export GUID as sysfs attribute.Kristian Høgsberg-2/+13
2007-03-22firewire: Add sysfs attributes for config rom directory values.Kristian Høgsberg-4/+147
2007-03-22firewire: Make use of struct device_type.Kristian Høgsberg-57/+36
2007-03-20firewire: fix compiler warnings on 64bitStefan Richter-1/+1
2007-03-20firewire: add includes for sem and rw_semStefan Richter-0/+2
2007-03-20firewire: Grab dev->sem when doing the update callback.Kristian Høgsberg-1/+4
2007-03-09firewire: Use only a wait queue and terminate poll and read on device removal.Kristian Høgsberg-0/+1
2007-03-09firewire: Add rom_index attribute for unit sysfs directories.Kristian Høgsberg-0/+21
2007-03-09firewire: Switch cdev code over to use register_chrdev and keep a list of dev...Kristian Høgsberg-20/+36
2007-03-09firewire: Add a bus reset event type for fw-device-cdev.Kristian Høgsberg-0/+2
2007-03-09firewire: Iterate through units in a keventd callback for update callbacks.Kristian Høgsberg-3/+14
2007-03-09firewire: adjust whitespaceStefan Richter-3/+3
2007-03-09firewire: Use atomic_t's for serial numbers.Kristian Høgsberg-2/+2
2007-03-09firewire: Spell out fw as firewire in sysfs.Kristian Høgsberg-1/+1
2007-03-09firewire: use atomic type for fw_device.stateStefan Richter-3/+3
2007-03-09firewire: Implement compliant bus management.Kristian Høgsberg-0/+2
2007-03-09firewire: Loop requests to the host controller back into the stack.Kristian Høgsberg-5/+0
2007-03-09firewire: consistent usage of node_idStefan Richter-2/+2
2007-03-09firewire: comma after last enum item or initializerStefan Richter-4/+4
2007-03-09firewire: whitespace adjustmentsStefan Richter-4/+0
2007-03-09firewire: mark some structs constStefan Richter-1/+1
2007-03-09firewire: Add device probing and sysfs integration.Kristian Høgsberg-0/+613