index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-card.c
Age
Commit message (
Expand
)
Author
2008-04-18
firewire: cleanups
Adrian Bunk
2008-04-18
firewire: fix synchronization of gap counts
Stefan Richter
2008-04-18
firewire: reread config ROM when device reset the bus
Stefan Richter
2008-04-18
firewire: remove superfluous reference counting
Stefan Richter
2008-03-02
firewire: fix crash in automatic module unloading
Stefan Richter
2008-03-02
firewire: potentially invalid pointers used in fw_card_bm_work
Stefan Richter
2007-08-25
firewire: fix unloading of fw-ohci while devices are attached
Stefan Richter
2007-07-10
firewire: optimize gap count with 1394b leaf nodes
Stefan Richter
2007-05-31
firewire: Implement suspend/resume PCI driver hooks.
Kristian Høgsberg
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
2007-05-10
firewire: Uppercase most macro names.
Kristian Høgsberg
2007-05-10
firewire: Coding style cleanup: no spaces after function names.
Kristian Høgsberg
2007-05-10
firewire: Convert card_rwsem to a regular mutex.
Kristian Høgsberg
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
2007-05-10
firewire: Use lib/ implementation of CRC ITU-T.
Kristian Høgsberg
2007-04-17
firewire: Don't use subsystem rwsem, it's going away.
Kristian Høgsberg
2007-03-28
firewire: Add ioctls to add and remove config rom descriptors.
Kristian Høgsberg
2007-03-24
firewire: Add phy register defines.
Marc Butler
2007-03-09
firewire: Implement topology map and fix a couple of loopback bugs.
Kristian Høgsberg
2007-03-09
firewire: Drop the unused fw_card device.
Kristian Høgsberg
2007-03-09
firewire: Let an fw_descriptor specify a leading immediate key/value pair.
Kristian Høgsberg
2007-03-09
firewire: Use atomic_t's for serial numbers.
Kristian Høgsberg
2007-03-09
firewire: Implement proper transaction cancelation.
Kristian Høgsberg
2007-03-09
firewire: use atomic type for fw_device.state
Stefan Richter
2007-03-09
firewire: Implement compliant bus management.
Kristian Høgsberg
2007-03-09
firewire: Implement gap count optimization.
Kristian Høgsberg
2007-03-09
firewire: comma after last enum item or initializer
Stefan Richter
2007-03-09
firewire: whitespace adjustments
Stefan Richter
2007-03-09
firewire: mark some structs const
Stefan Richter
2007-03-09
firewire: Add device probing and sysfs integration.
Kristian Høgsberg
2007-03-09
firewire: Add core firewire stack.
Kristian Høgsberg