index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
firewire: core: optimize propagation of BROADCAST_CHANNEL
Stefan Richter
1
-4
/
+41
2009-03-24
firewire: broadcast channel support
Jay Fenlason
1
-0
/
+3
2009-03-24
firewire: normalize a variable name
Stefan Richter
1
-3
/
+3
2009-03-24
firewire: core: remove condition which is always false
Stefan Richter
1
-1
/
+1
2009-03-24
firewire: core: move some functions
Stefan Richter
1
-46
/
+44
2009-03-24
firewire: core: clean up includes
Stefan Richter
1
-9
/
+11
2009-03-24
firewire: remove line breaks before function names
Stefan Richter
1
-22
/
+18
2009-03-24
firewire: convert client_list_lock to mutex
Stefan Richter
1
-1
/
+2
2009-03-24
firewire: add a client_list_lock
Jay Fenlason
1
-0
/
+2
2009-01-24
firewire: core: optimize card shutdown
Stefan Richter
1
-2
/
+4
2009-01-20
firewire: keep highlevel drivers attached during brief connection loss
Stefan Richter
1
-22
/
+99
2009-01-09
firewire: core: fix sleep in atomic context due to driver core change
Stefan Richter
1
-10
/
+13
2009-01-04
firewire: improve refcounting of fw_card
Jay Fenlason
1
-3
/
+3
2009-01-04
firewire: fix small memory leak at module removal
Stefan Richter
1
-1
/
+1
2008-10-31
firewire: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-8
/
+6
2008-10-15
firewire: fw_send_request_sync()
Jay Fenlason
1
-31
/
+6
2008-07-14
firewire: clean up fw_card reference counting
Stefan Richter
1
-3
/
+2
2008-04-18
Convert asm/semaphore.h users to linux/semaphore.h
Matthew Wilcox
1
-1
/
+2
2008-04-18
firewire: replace more hex values with defined csr constants
Jarod Wilson
1
-1
/
+1
2008-04-18
firewire: reread config ROM when device reset the bus
Stefan Richter
1
-34
/
+188
2008-04-18
firewire: replace static ROM cache by allocated cache
Stefan Richter
1
-14
/
+27
2008-03-02
firewire: fix crash in automatic module unloading
Stefan Richter
1
-15
/
+6
2008-02-16
firewire: log GUID of new devices
Stefan Richter
1
-11
/
+17
2008-02-16
firewire: fix "kobject_add failed for fw* with -EEXIST"
Stefan Richter
1
-6
/
+14
2008-01-30
firewire: fw-core: react on bus resets while the config ROM is being fetched
Stefan Richter
1
-8
/
+17
2008-01-30
firewire: enforce access order between generation and node ID, fix "giving up...
Stefan Richter
1
-2
/
+13
2007-10-12
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-9
/
+2
2007-07-10
firewire: support S100B...S400B and link slower than PHY
Stefan Richter
1
-4
/
+34
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
1
-4
/
+4
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
1
-35
/
+66
2007-04-27
firewire: don't use extern on public symbols
Randy Dunlap
1
-2
/
+2
2007-04-27
firewire: fw-device printk fix
Andrew Morton
1
-1
/
+2
2007-04-17
firewire: Don't use subsystem rwsem, it's going away.
Kristian Høgsberg
1
-8
/
+9
2007-03-28
firewire: Increase the number of config rom retries and the retry delay.
Kristian Høgsberg
1
-2
/
+2
2007-03-28
firewire: Use device->groups for adding device attributes.
Kristian Høgsberg
1
-35
/
+20
2007-03-22
firewire: Export GUID as sysfs attribute.
Kristian Høgsberg
1
-2
/
+13
2007-03-22
firewire: Add sysfs attributes for config rom directory values.
Kristian Høgsberg
1
-4
/
+147
2007-03-22
firewire: Make use of struct device_type.
Kristian Høgsberg
1
-57
/
+36
2007-03-20
firewire: fix compiler warnings on 64bit
Stefan Richter
1
-1
/
+1
2007-03-20
firewire: add includes for sem and rw_sem
Stefan Richter
1
-0
/
+2
2007-03-20
firewire: Grab dev->sem when doing the update callback.
Kristian Høgsberg
1
-1
/
+4
2007-03-09
firewire: Use only a wait queue and terminate poll and read on device removal.
Kristian Høgsberg
1
-0
/
+1
2007-03-09
firewire: Add rom_index attribute for unit sysfs directories.
Kristian Høgsberg
1
-0
/
+21
2007-03-09
firewire: Switch cdev code over to use register_chrdev and keep a list of dev...
Kristian Høgsberg
1
-20
/
+36
2007-03-09
firewire: Add a bus reset event type for fw-device-cdev.
Kristian Høgsberg
1
-0
/
+2
2007-03-09
firewire: Iterate through units in a keventd callback for update callbacks.
Kristian Høgsberg
1
-3
/
+14
2007-03-09
firewire: adjust whitespace
Stefan Richter
1
-3
/
+3
2007-03-09
firewire: Use atomic_t's for serial numbers.
Kristian Høgsberg
1
-2
/
+2
2007-03-09
firewire: Spell out fw as firewire in sysfs.
Kristian Høgsberg
1
-1
/
+1
2007-03-09
firewire: use atomic type for fw_device.state
Stefan Richter
1
-3
/
+3
[next]