Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
837ec787d85fda8d73193a399ebcea0288e4765b
/
drivers
/
firewire
/
core-device.c
837ec78
firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't met
by Stefan Richter
· 15 years ago
099d541
firewire: core: prepare for non-core children of card devices
by Stefan Richter
· 15 years ago
e5110d0
firewire: add parent-of-unit accessor
by Stefan Richter
· 15 years ago
e71d31d
firewire: rename source files
by Stefan Richter
· 15 years ago
[Renamed from drivers/firewire/fw-device.c]
77c9a5d
firewire: reorganize header files
by Stefan Richter
· 15 years ago
e8ca970
firewire: clean up includes
by Stefan Richter
· 15 years ago
e41f8d7
firewire: also use vendor ID in root directory for driver matches
by Stefan Richter
· 16 years ago
b3b2988
firewire: share device ID table type with ieee1394
by Stefan Richter
· 16 years ago
0210b66
firewire: core: add sysfs attribute for easier udev rules
by Stefan Richter
· 15 years ago
e5333db
firewire: core: check for missing struct update at build time, not run time
by Stefan Richter
· 15 years ago
9236889
firewire: core: improve check for local node
by Stefan Richter
· 15 years ago
7889b60
firewire: core: optimize propagation of BROADCAST_CHANNEL
by Stefan Richter
· 16 years ago
6104ee9
firewire: broadcast channel support
by Jay Fenlason
· 16 years ago
e1eff7a
firewire: normalize a variable name
by Stefan Richter
· 16 years ago
d01b017
firewire: core: remove condition which is always false
by Stefan Richter
· 16 years ago
aed8089
firewire: core: move some functions
by Stefan Richter
· 16 years ago
41f321c
firewire: core: clean up includes
by Stefan Richter
· 16 years ago
53dca51
firewire: remove line breaks before function names
by Stefan Richter
· 16 years ago
d67cfb9
firewire: convert client_list_lock to mutex
by Stefan Richter
· 16 years ago
cf417e54
firewire: add a client_list_lock
by Jay Fenlason
· 16 years ago
e747a5c
firewire: core: optimize card shutdown
by Stefan Richter
· 16 years ago
3d36a0d
firewire: keep highlevel drivers attached during brief connection loss
by Stefan Richter
· 16 years ago
6230582
firewire: core: fix sleep in atomic context due to driver core change
by Stefan Richter
· 16 years ago
0fa1986
firewire: improve refcounting of fw_card
by Jay Fenlason
· 16 years ago
d6053e0
firewire: fix small memory leak at module removal
by Stefan Richter
· 16 years ago
a1f6481
firewire: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
1e119fa
firewire: fw_send_request_sync()
by Jay Fenlason
· 16 years ago
459f792
firewire: clean up fw_card reference counting
by Stefan Richter
· 16 years ago
6188e10
Convert asm/semaphore.h users to linux/semaphore.h
by Matthew Wilcox
· 17 years ago
cca6097
firewire: replace more hex values with defined csr constants
by Jarod Wilson
· 17 years ago
c9755e1
firewire: reread config ROM when device reset the bus
by Stefan Richter
· 17 years ago
1dadff7
firewire: replace static ROM cache by allocated cache
by Stefan Richter
· 17 years ago
855c603
firewire: fix crash in automatic module unloading
by Stefan Richter
· 17 years ago
fa6e697
firewire: log GUID of new devices
by Stefan Richter
· 17 years ago
96b1906
firewire: fix "kobject_add failed for fw* with -EEXIST"
by Stefan Richter
· 17 years ago
f8d2dc3
firewire: fw-core: react on bus resets while the config ROM is being fetched
by Stefan Richter
· 17 years ago
b5d2a5e
firewire: enforce access order between generation and node ID, fix "giving up on config rom"
by Stefan Richter
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
f139749
firewire: support S100B...S400B and link slower than PHY
by Stefan Richter
· 17 years ago
2d826cc
firewire: Always use parens with sizeof.
by Kristian Høgsberg
· 18 years ago
c781c06
firewire: Clean up comment style.
by Kristian Høgsberg
· 18 years ago
0b6aa3d
firewire: don't use extern on public symbols
by Randy Dunlap
· 18 years ago
3e1dcb0
firewire: fw-device printk fix
by Andrew Morton
· 18 years ago
dde2b95
firewire: Don't use subsystem rwsem, it's going away.
by Kristian Høgsberg
· 18 years ago
c5dfd0a
firewire: Increase the number of config rom retries and the retry delay.
by Kristian Høgsberg
· 18 years ago
6f2e53d
firewire: Use device->groups for adding device attributes.
by Kristian Høgsberg
· 18 years ago
bbd1494
firewire: Export GUID as sysfs attribute.
by Kristian Høgsberg
· 18 years ago
7feb9cc
firewire: Add sysfs attributes for config rom directory values.
by Kristian Høgsberg
· 18 years ago
21351db
firewire: Make use of struct device_type.
by Kristian Høgsberg
· 18 years ago
d84702a
firewire: fix compiler warnings on 64bit
by Stefan Richter
· 18 years ago
633c52d
firewire: add includes for sem and rw_sem
by Stefan Richter
· 18 years ago
015b066
firewire: Grab dev->sem when doing the update callback.
by Kristian Høgsberg
· 18 years ago
2603bf2
firewire: Use only a wait queue and terminate poll and read on device removal.
by Kristian Høgsberg
· 18 years ago
048961e
firewire: Add rom_index attribute for unit sysfs directories.
by Kristian Høgsberg
· 18 years ago
a3aca3d
firewire: Switch cdev code over to use register_chrdev and keep a list of devices.
by Kristian Høgsberg
· 18 years ago
97bd9ef
firewire: Add a bus reset event type for fw-device-cdev.
by Kristian Høgsberg
· 18 years ago
5f48047
firewire: Iterate through units in a keventd callback for update callbacks.
by Kristian Høgsberg
· 18 years ago
373b2ed
firewire: adjust whitespace
by Stefan Richter
· 18 years ago
bbf19db
firewire: Use atomic_t's for serial numbers.
by Kristian Høgsberg
· 18 years ago
362c2c8
firewire: Spell out fw as firewire in sysfs.
by Kristian Høgsberg
· 18 years ago
641f879
firewire: use atomic type for fw_device.state
by Stefan Richter
· 18 years ago
931c483
firewire: Implement compliant bus management.
by Kristian Høgsberg
· 18 years ago
e636fe2
firewire: Loop requests to the host controller back into the stack.
by Kristian Høgsberg
· 18 years ago
907293d
firewire: consistent usage of node_id
by Stefan Richter
· 18 years ago
5af4e5e
firewire: comma after last enum item or initializer
by Stefan Richter
· 18 years ago
5e20c28
firewire: whitespace adjustments
by Stefan Richter
· 18 years ago
21ebcd1
firewire: mark some structs const
by Stefan Richter
· 18 years ago
19a15b9
firewire: Add device probing and sysfs integration.
by Kristian Høgsberg
· 18 years ago