index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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: rename source files
Stefan Richter
2009-06-05
1
-1196
/
+0
*
firewire: reorganize header files
Stefan Richter
2009-06-05
1
-4
/
+5
*
firewire: clean up includes
Stefan Richter
2009-06-05
1
-0
/
+3
*
firewire: also use vendor ID in root directory for driver matches
Stefan Richter
2009-06-05
1
-6
/
+16
*
firewire: share device ID table type with ieee1394
Stefan Richter
2009-06-05
1
-7
/
+9
*
firewire: core: add sysfs attribute for easier udev rules
Stefan Richter
2009-06-01
1
-0
/
+50
*
firewire: core: check for missing struct update at build time, not run time
Stefan Richter
2009-06-01
1
-2
/
+9
*
firewire: core: improve check for local node
Stefan Richter
2009-05-17
1
-1
/
+2
*
firewire: core: optimize propagation of BROADCAST_CHANNEL
Stefan Richter
2009-03-24
1
-4
/
+41
*
firewire: broadcast channel support
Jay Fenlason
2009-03-24
1
-0
/
+3
*
firewire: normalize a variable name
Stefan Richter
2009-03-24
1
-3
/
+3
*
firewire: core: remove condition which is always false
Stefan Richter
2009-03-24
1
-1
/
+1
*
firewire: core: move some functions
Stefan Richter
2009-03-24
1
-46
/
+44
*
firewire: core: clean up includes
Stefan Richter
2009-03-24
1
-9
/
+11
*
firewire: remove line breaks before function names
Stefan Richter
2009-03-24
1
-22
/
+18
*
firewire: convert client_list_lock to mutex
Stefan Richter
2009-03-24
1
-1
/
+2
*
firewire: add a client_list_lock
Jay Fenlason
2009-03-24
1
-0
/
+2
*
firewire: core: optimize card shutdown
Stefan Richter
2009-01-24
1
-2
/
+4
*
firewire: keep highlevel drivers attached during brief connection loss
Stefan Richter
2009-01-20
1
-22
/
+99
*
firewire: core: fix sleep in atomic context due to driver core change
Stefan Richter
2009-01-09
1
-10
/
+13
*
firewire: improve refcounting of fw_card
Jay Fenlason
2009-01-04
1
-3
/
+3
*
firewire: fix small memory leak at module removal
Stefan Richter
2009-01-04
1
-1
/
+1
*
firewire: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-10-31
1
-8
/
+6
*
firewire: fw_send_request_sync()
Jay Fenlason
2008-10-15
1
-31
/
+6
*
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
[next]