index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
firewire: clean up fw_card reference counting
Stefan Richter
2008-07-14
1
-3
/
+2
*
Convert asm/semaphore.h users to linux/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+2
*
firewire: replace more hex values with defined csr constants
Jarod Wilson
2008-04-18
1
-1
/
+1
*
firewire: reread config ROM when device reset the bus
Stefan Richter
2008-04-18
1
-34
/
+188
*
firewire: replace static ROM cache by allocated cache
Stefan Richter
2008-04-18
1
-14
/
+27
*
firewire: fix crash in automatic module unloading
Stefan Richter
2008-03-02
1
-15
/
+6
*
firewire: log GUID of new devices
Stefan Richter
2008-02-16
1
-11
/
+17
*
firewire: fix "kobject_add failed for fw* with -EEXIST"
Stefan Richter
2008-02-16
1
-6
/
+14
*
firewire: fw-core: react on bus resets while the config ROM is being fetched
Stefan Richter
2008-01-30
1
-8
/
+17
*
firewire: enforce access order between generation and node ID, fix "giving up...
Stefan Richter
2008-01-30
1
-2
/
+13
*
Driver core: change add_uevent_var to use a struct
Kay Sievers
2007-10-12
1
-9
/
+2
*
firewire: support S100B...S400B and link slower than PHY
Stefan Richter
2007-07-10
1
-4
/
+34
*
firewire: Always use parens with sizeof.
Kristian Høgsberg
2007-05-10
1
-4
/
+4
*
firewire: Clean up comment style.
Kristian Høgsberg
2007-05-10
1
-35
/
+66
*
firewire: don't use extern on public symbols
Randy Dunlap
2007-04-27
1
-2
/
+2
*
firewire: fw-device printk fix
Andrew Morton
2007-04-27
1
-1
/
+2
*
firewire: Don't use subsystem rwsem, it's going away.
Kristian Høgsberg
2007-04-17
1
-8
/
+9
*
firewire: Increase the number of config rom retries and the retry delay.
Kristian Høgsberg
2007-03-28
1
-2
/
+2
*
firewire: Use device->groups for adding device attributes.
Kristian Høgsberg
2007-03-28
1
-35
/
+20
*
firewire: Export GUID as sysfs attribute.
Kristian Høgsberg
2007-03-22
1
-2
/
+13
*
firewire: Add sysfs attributes for config rom directory values.
Kristian Høgsberg
2007-03-22
1
-4
/
+147
*
firewire: Make use of struct device_type.
Kristian Høgsberg
2007-03-22
1
-57
/
+36
*
firewire: fix compiler warnings on 64bit
Stefan Richter
2007-03-20
1
-1
/
+1
*
firewire: add includes for sem and rw_sem
Stefan Richter
2007-03-20
1
-0
/
+2
*
firewire: Grab dev->sem when doing the update callback.
Kristian Høgsberg
2007-03-20
1
-1
/
+4
*
firewire: Use only a wait queue and terminate poll and read on device removal.
Kristian Høgsberg
2007-03-09
1
-0
/
+1
*
firewire: Add rom_index attribute for unit sysfs directories.
Kristian Høgsberg
2007-03-09
1
-0
/
+21
*
firewire: Switch cdev code over to use register_chrdev and keep a list of dev...
Kristian Høgsberg
2007-03-09
1
-20
/
+36
*
firewire: Add a bus reset event type for fw-device-cdev.
Kristian Høgsberg
2007-03-09
1
-0
/
+2
*
firewire: Iterate through units in a keventd callback for update callbacks.
Kristian Høgsberg
2007-03-09
1
-3
/
+14
*
firewire: adjust whitespace
Stefan Richter
2007-03-09
1
-3
/
+3
*
firewire: Use atomic_t's for serial numbers.
Kristian Høgsberg
2007-03-09
1
-2
/
+2
*
firewire: Spell out fw as firewire in sysfs.
Kristian Høgsberg
2007-03-09
1
-1
/
+1
*
firewire: use atomic type for fw_device.state
Stefan Richter
2007-03-09
1
-3
/
+3
*
firewire: Implement compliant bus management.
Kristian Høgsberg
2007-03-09
1
-0
/
+2
*
firewire: Loop requests to the host controller back into the stack.
Kristian Høgsberg
2007-03-09
1
-5
/
+0
*
firewire: consistent usage of node_id
Stefan Richter
2007-03-09
1
-2
/
+2
*
firewire: comma after last enum item or initializer
Stefan Richter
2007-03-09
1
-4
/
+4
*
firewire: whitespace adjustments
Stefan Richter
2007-03-09
1
-4
/
+0
*
firewire: mark some structs const
Stefan Richter
2007-03-09
1
-1
/
+1
*
firewire: Add device probing and sysfs integration.
Kristian Høgsberg
2007-03-09
1
-0
/
+613