Revert "drm: don't associate _DRM_DRIVER maps with a master"
[safe/jmp/linux-2.6] / drivers / firewire / fw-card.c
2009-03-24 Stefan Richterfirewire: core: optimize propagation of BROADCAST_CHANNEL
2009-03-24 Stefan Richterfirewire: core: simplify broadcast channel allocation
2009-03-24 Stefan Richterfirewire: core: increase bus manager grace period
2009-03-24 Jay Fenlasonfirewire: broadcast channel support
2009-03-24 Stefan Richterfirewire: normalize a variable name
2009-03-24 Stefan Richterfirewire: remove line breaks before function names
2009-02-01 Petr Vandrovecfirewire: core: Remove card from list of cards when...
2009-01-24 Stefan Richterfirewire: core: optimize card shutdown
2009-01-20 Stefan Richterfirewire: unnecessary BM delay after generation rollover
2009-01-09 Stefan Richterfirewire: core: fix sleep in atomic context due to...
2009-01-04 Jay Fenlasonfirewire: improve refcounting of fw_card
2009-01-04 Jay Fenlasonfirewire: typo in comment
2008-10-15 Jay Fenlasonfirewire: fw_send_request_sync()
2008-07-14 Stefan Richterfirewire: warn on unfinished transactions during card...
2008-07-14 Stefan Richterfirewire: clean up fw_card reference counting
2008-07-14 Stefan Richterfirewire: remove unused struct members
2008-07-14 Stefan Richterfirewire: implement broadcast_channel CSR for 1394a...
2008-04-18 Adrian Bunkfirewire: cleanups
2008-04-18 Stefan Richterfirewire: fix synchronization of gap counts
2008-04-18 Stefan Richterfirewire: reread config ROM when device reset the bus
2008-04-18 Stefan Richterfirewire: remove superfluous reference counting
2008-03-02 Stefan Richterfirewire: fix crash in automatic module unloading
2008-03-02 Stefan Richterfirewire: potentially invalid pointers used in fw_card_...
2007-08-25 Stefan Richterfirewire: fix unloading of fw-ohci while devices are...
2007-07-09 Stefan Richterfirewire: optimize gap count with 1394b leaf nodes
2007-05-31 Kristian Høgsbergfirewire: Implement suspend/resume PCI driver hooks.
2007-05-10 Kristian Høgsbergfirewire: Always use parens with sizeof.
2007-05-10 Kristian Høgsbergfirewire: Uppercase most macro names.
2007-05-10 Kristian Høgsbergfirewire: Coding style cleanup: no spaces after functio...
2007-05-10 Kristian Høgsbergfirewire: Convert card_rwsem to a regular mutex.
2007-05-10 Kristian Høgsbergfirewire: Clean up comment style.
2007-05-10 Kristian Høgsbergfirewire: Use lib/ implementation of CRC ITU-T.
2007-04-17 Kristian Høgsbergfirewire: Don't use subsystem rwsem, it's going away.
2007-03-28 Kristian Høgsbergfirewire: Add ioctls to add and remove config rom descr...
2007-03-24 Marc Butlerfirewire: Add phy register defines.
2007-03-09 Kristian Høgsbergfirewire: Implement topology map and fix a couple of...
2007-03-09 Kristian Høgsbergfirewire: Drop the unused fw_card device.
2007-03-09 Kristian Høgsbergfirewire: Let an fw_descriptor specify a leading immedi...
2007-03-09 Kristian Høgsbergfirewire: Use atomic_t's for serial numbers.
2007-03-09 Kristian Høgsbergfirewire: Implement proper transaction cancelation.
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: Implement gap count optimization.
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.
2007-03-09 Kristian Høgsbergfirewire: Add core firewire stack.