summaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-device.c
AgeCommit message (Expand)Author
2009-03-24firewire: core: optimize propagation of BROADCAST_CHANNELStefan Richter
2009-03-24firewire: broadcast channel supportJay Fenlason
2009-03-24firewire: normalize a variable nameStefan Richter
2009-03-24firewire: core: remove condition which is always falseStefan Richter
2009-03-24firewire: core: move some functionsStefan Richter
2009-03-24firewire: core: clean up includesStefan Richter
2009-03-24firewire: remove line breaks before function namesStefan Richter
2009-03-24firewire: convert client_list_lock to mutexStefan Richter
2009-03-24firewire: add a client_list_lockJay Fenlason
2009-01-24firewire: core: optimize card shutdownStefan Richter
2009-01-20firewire: keep highlevel drivers attached during brief connection lossStefan Richter
2009-01-09firewire: core: fix sleep in atomic context due to driver core changeStefan Richter
2009-01-04firewire: improve refcounting of fw_cardJay Fenlason
2009-01-04firewire: fix small memory leak at module removalStefan Richter
2008-10-31firewire: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
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