index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-card.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
firewire: core: optimize propagation of BROADCAST_CHANNEL
Stefan Richter
1
-80
/
+5
2009-03-24
firewire: core: simplify broadcast channel allocation
Stefan Richter
1
-92
/
+34
2009-03-24
firewire: core: increase bus manager grace period
Stefan Richter
1
-5
/
+6
2009-03-24
firewire: broadcast channel support
Jay Fenlason
1
-6
/
+166
2009-03-24
firewire: normalize a variable name
Stefan Richter
1
-4
/
+5
2009-03-24
firewire: remove line breaks before function names
Stefan Richter
1
-43
/
+25
2009-02-01
firewire: core: Remove card from list of cards when enable fails
Petr Vandrovec
1
-1
/
+8
2009-01-24
firewire: core: optimize card shutdown
Stefan Richter
1
-1
/
+1
2009-01-20
firewire: unnecessary BM delay after generation rollover
Stefan Richter
1
-1
/
+1
2009-01-09
firewire: core: fix sleep in atomic context due to driver core change
Stefan Richter
1
-6
/
+7
2009-01-04
firewire: improve refcounting of fw_card
Jay Fenlason
1
-3
/
+15
2009-01-04
firewire: typo in comment
Jay Fenlason
1
-1
/
+1
2008-10-15
firewire: fw_send_request_sync()
Jay Fenlason
1
-42
/
+14
2008-07-14
firewire: warn on unfinished transactions during card removal
Stefan Richter
1
-1
/
+1
2008-07-14
firewire: clean up fw_card reference counting
Stefan Richter
1
-10
/
+20
2008-07-14
firewire: remove unused struct members
Stefan Richter
1
-1
/
+0
2008-07-14
firewire: implement broadcast_channel CSR for 1394a compliance
Stefan Richter
1
-0
/
+1
2008-04-18
firewire: cleanups
Adrian Bunk
1
-2
/
+0
2008-04-18
firewire: fix synchronization of gap counts
Stefan Richter
1
-4
/
+4
2008-04-18
firewire: reread config ROM when device reset the bus
Stefan Richter
1
-1
/
+1
2008-04-18
firewire: remove superfluous reference counting
Stefan Richter
1
-38
/
+0
2008-03-02
firewire: fix crash in automatic module unloading
Stefan Richter
1
-1
/
+9
2008-03-02
firewire: potentially invalid pointers used in fw_card_bm_work
Stefan Richter
1
-17
/
+34
2007-08-25
firewire: fix unloading of fw-ohci while devices are attached
Stefan Richter
1
-2
/
+4
2007-07-10
firewire: optimize gap count with 1394b leaf nodes
Stefan Richter
1
-2
/
+5
2007-05-31
firewire: Implement suspend/resume PCI driver hooks.
Kristian Høgsberg
1
-5
/
+0
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
1
-2
/
+2
2007-05-10
firewire: Uppercase most macro names.
Kristian Høgsberg
1
-21
/
+21
2007-05-10
firewire: Coding style cleanup: no spaces after function names.
Kristian Høgsberg
1
-6
/
+6
2007-05-10
firewire: Convert card_rwsem to a regular mutex.
Kristian Høgsberg
1
-10
/
+10
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
1
-39
/
+66
2007-05-10
firewire: Use lib/ implementation of CRC ITU-T.
Kristian Høgsberg
1
-23
/
+12
2007-04-17
firewire: Don't use subsystem rwsem, it's going away.
Kristian Høgsberg
1
-8
/
+10
2007-03-28
firewire: Add ioctls to add and remove config rom descriptors.
Kristian Høgsberg
1
-1
/
+1
2007-03-24
firewire: Add phy register defines.
Marc Butler
1
-4
/
+10
2007-03-09
firewire: Implement topology map and fix a couple of loopback bugs.
Kristian Høgsberg
1
-1
/
+1
2007-03-09
firewire: Drop the unused fw_card device.
Kristian Høgsberg
1
-28
/
+12
2007-03-09
firewire: Let an fw_descriptor specify a leading immediate key/value pair.
Kristian Høgsberg
1
-1
/
+6
2007-03-09
firewire: Use atomic_t's for serial numbers.
Kristian Høgsberg
1
-2
/
+2
2007-03-09
firewire: Implement proper transaction cancelation.
Kristian Høgsberg
1
-0
/
+7
2007-03-09
firewire: use atomic type for fw_device.state
Stefan Richter
1
-1
/
+1
2007-03-09
firewire: Implement compliant bus management.
Kristian Høgsberg
1
-19
/
+108
2007-03-09
firewire: Implement gap count optimization.
Kristian Høgsberg
1
-14
/
+32
2007-03-09
firewire: comma after last enum item or initializer
Stefan Richter
1
-1
/
+1
2007-03-09
firewire: whitespace adjustments
Stefan Richter
1
-24
/
+17
2007-03-09
firewire: mark some structs const
Stefan Richter
1
-1
/
+1
2007-03-09
firewire: Add device probing and sysfs integration.
Kristian Høgsberg
1
-0
/
+56
2007-03-09
firewire: Add core firewire stack.
Kristian Høgsberg
1
-0
/
+384