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