Age | Commit message (Expand) | Author |
2009-03-24 | firewire: core: optimize propagation of BROADCAST_CHANNEL | Stefan Richter |
2009-03-24 | firewire: broadcast channel support | Jay Fenlason |
2009-03-24 | firewire: normalize a variable name | Stefan Richter |
2009-03-24 | firewire: core: remove condition which is always false | Stefan Richter |
2009-03-24 | firewire: core: move some functions | Stefan Richter |
2009-03-24 | firewire: core: clean up includes | Stefan Richter |
2009-03-24 | firewire: remove line breaks before function names | Stefan Richter |
2009-03-24 | firewire: convert client_list_lock to mutex | Stefan Richter |
2009-03-24 | firewire: add a client_list_lock | Jay Fenlason |
2009-01-24 | firewire: core: optimize card shutdown | Stefan Richter |
2009-01-20 | firewire: keep highlevel drivers attached during brief connection loss | Stefan Richter |
2009-01-09 | firewire: core: fix sleep in atomic context due to driver core change | Stefan Richter |
2009-01-04 | firewire: improve refcounting of fw_card | Jay Fenlason |
2009-01-04 | firewire: fix small memory leak at module removal | Stefan Richter |
2008-10-31 | firewire: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers |
2008-10-15 | firewire: fw_send_request_sync() | Jay Fenlason |
2008-07-14 | firewire: clean up fw_card reference counting | Stefan Richter |
2008-04-18 | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox |
2008-04-18 | firewire: replace more hex values with defined csr constants | Jarod Wilson |
2008-04-18 | firewire: reread config ROM when device reset the bus | Stefan Richter |
2008-04-18 | firewire: replace static ROM cache by allocated cache | Stefan Richter |
2008-03-02 | firewire: fix crash in automatic module unloading | Stefan Richter |
2008-02-16 | firewire: log GUID of new devices | Stefan Richter |
2008-02-16 | firewire: fix "kobject_add failed for fw* with -EEXIST" | Stefan Richter |
2008-01-30 | firewire: fw-core: react on bus resets while the config ROM is being fetched | Stefan Richter |
2008-01-30 | firewire: enforce access order between generation and node ID, fix "giving up... | Stefan Richter |
2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers |
2007-07-10 | firewire: support S100B...S400B and link slower than PHY | Stefan Richter |
2007-05-10 | firewire: Always use parens with sizeof. | Kristian Høgsberg |
2007-05-10 | firewire: Clean up comment style. | Kristian Høgsberg |
2007-04-27 | firewire: don't use extern on public symbols | Randy Dunlap |
2007-04-27 | firewire: fw-device printk fix | Andrew Morton |
2007-04-17 | firewire: Don't use subsystem rwsem, it's going away. | Kristian Høgsberg |
2007-03-28 | firewire: Increase the number of config rom retries and the retry delay. | Kristian Høgsberg |
2007-03-28 | firewire: Use device->groups for adding device attributes. | Kristian Høgsberg |
2007-03-22 | firewire: Export GUID as sysfs attribute. | Kristian Høgsberg |
2007-03-22 | firewire: Add sysfs attributes for config rom directory values. | Kristian Høgsberg |
2007-03-22 | firewire: Make use of struct device_type. | Kristian Høgsberg |
2007-03-20 | firewire: fix compiler warnings on 64bit | Stefan Richter |
2007-03-20 | firewire: add includes for sem and rw_sem | Stefan Richter |
2007-03-20 | firewire: Grab dev->sem when doing the update callback. | Kristian Høgsberg |
2007-03-09 | firewire: Use only a wait queue and terminate poll and read on device removal. | Kristian Høgsberg |
2007-03-09 | firewire: Add rom_index attribute for unit sysfs directories. | Kristian Høgsberg |
2007-03-09 | firewire: Switch cdev code over to use register_chrdev and keep a list of dev... | Kristian Høgsberg |
2007-03-09 | firewire: Add a bus reset event type for fw-device-cdev. | Kristian Høgsberg |
2007-03-09 | firewire: Iterate through units in a keventd callback for update callbacks. | Kristian Høgsberg |
2007-03-09 | firewire: adjust whitespace | Stefan Richter |
2007-03-09 | firewire: Use atomic_t's for serial numbers. | Kristian Høgsberg |
2007-03-09 | firewire: Spell out fw as firewire in sysfs. | Kristian Høgsberg |
2007-03-09 | firewire: use atomic type for fw_device.state | Stefan Richter |