firewire: fw-ohci: refactor probe, remove, suspend, resume
[safe/jmp/linux-2.6] / drivers / firewire / fw-device.c
2008-03-02 Stefan Richterfirewire: fix crash in automatic module unloading
2008-02-16 Stefan Richterfirewire: log GUID of new devices
2008-02-16 Stefan Richterfirewire: fix "kobject_add failed for fw* with -EEXIST"
2008-01-30 Stefan Richterfirewire: fw-core: react on bus resets while the config...
2008-01-30 Stefan Richterfirewire: enforce access order between generation and...
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-07-09 Stefan Richterfirewire: support S100B...S400B and link slower than PHY
2007-05-10 Kristian Høgsbergfirewire: Always use parens with sizeof.
2007-05-10 Kristian Høgsbergfirewire: Clean up comment style.
2007-04-26 Randy Dunlapfirewire: don't use extern on public symbols
2007-04-26 Andrew Mortonfirewire: fw-device printk fix
2007-04-17 Kristian Høgsbergfirewire: Don't use subsystem rwsem, it's going away.
2007-03-28 Kristian Høgsbergfirewire: Increase the number of config rom retries...
2007-03-28 Kristian Høgsbergfirewire: Use device->groups for adding device attributes.
2007-03-21 Kristian Høgsbergfirewire: Export GUID as sysfs attribute.
2007-03-21 Kristian Høgsbergfirewire: Add sysfs attributes for config rom directory...
2007-03-21 Kristian Høgsbergfirewire: Make use of struct device_type.
2007-03-20 Stefan Richterfirewire: fix compiler warnings on 64bit
2007-03-20 Stefan Richterfirewire: add includes for sem and rw_sem
2007-03-20 Kristian Høgsbergfirewire: Grab dev->sem when doing the update callback.
2007-03-09 Kristian Høgsbergfirewire: Use only a wait queue and terminate poll...
2007-03-09 Kristian Høgsbergfirewire: Add rom_index attribute for unit sysfs direct...
2007-03-09 Kristian Høgsbergfirewire: Switch cdev code over to use register_chrdev...
2007-03-09 Kristian Høgsbergfirewire: Add a bus reset event type for fw-device...
2007-03-09 Kristian Høgsbergfirewire: Iterate through units in a keventd callback...
2007-03-09 Stefan Richterfirewire: adjust whitespace
2007-03-09 Kristian Høgsbergfirewire: Use atomic_t's for serial numbers.
2007-03-09 Kristian Høgsbergfirewire: Spell out fw as firewire in sysfs.
2007-03-09 Stefan Richterfirewire: use atomic type for fw_device.state
2007-03-09 Kristian Høgsbergfirewire: Implement compliant bus management.
2007-03-09 Kristian Høgsbergfirewire: Loop requests to the host controller back...
2007-03-09 Stefan Richterfirewire: consistent usage of node_id
2007-03-09 Stefan Richterfirewire: comma after last enum item or initializer
2007-03-09 Stefan Richterfirewire: whitespace adjustments
2007-03-09 Stefan Richterfirewire: mark some structs const
2007-03-09 Kristian Høgsbergfirewire: Add device probing and sysfs integration.