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-device.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-03-09
firewire: Implement compliant bus management.
Kristian Høgsberg
1
-0
/
+2
2007-03-09
firewire: Loop requests to the host controller back into the stack.
Kristian Høgsberg
1
-5
/
+0
2007-03-09
firewire: consistent usage of node_id
Stefan Richter
1
-2
/
+2
2007-03-09
firewire: comma after last enum item or initializer
Stefan Richter
1
-4
/
+4
2007-03-09
firewire: whitespace adjustments
Stefan Richter
1
-4
/
+0
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
/
+613