index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-device.c
Age
Commit message (
Expand
)
Author
2007-10-12
Driver core: change add_uevent_var to use a struct
Kay Sievers
2007-07-10
firewire: support S100B...S400B and link slower than PHY
Stefan Richter
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
2007-04-27
firewire: don't use extern on public symbols
Randy Dunlap
2007-04-27
firewire: fw-device printk fix
Andrew Morton
2007-04-17
firewire: Don't use subsystem rwsem, it's going away.
Kristian Høgsberg
2007-03-28
firewire: Increase the number of config rom retries and the retry delay.
Kristian Høgsberg
2007-03-28
firewire: Use device->groups for adding device attributes.
Kristian Høgsberg
2007-03-22
firewire: Export GUID as sysfs attribute.
Kristian Høgsberg
2007-03-22
firewire: Add sysfs attributes for config rom directory values.
Kristian Høgsberg
2007-03-22
firewire: Make use of struct device_type.
Kristian Høgsberg
2007-03-20
firewire: fix compiler warnings on 64bit
Stefan Richter
2007-03-20
firewire: add includes for sem and rw_sem
Stefan Richter
2007-03-20
firewire: Grab dev->sem when doing the update callback.
Kristian Høgsberg
2007-03-09
firewire: Use only a wait queue and terminate poll and read on device removal.
Kristian Høgsberg
2007-03-09
firewire: Add rom_index attribute for unit sysfs directories.
Kristian Høgsberg
2007-03-09
firewire: Switch cdev code over to use register_chrdev and keep a list of dev...
Kristian Høgsberg
2007-03-09
firewire: Add a bus reset event type for fw-device-cdev.
Kristian Høgsberg
2007-03-09
firewire: Iterate through units in a keventd callback for update callbacks.
Kristian Høgsberg
2007-03-09
firewire: adjust whitespace
Stefan Richter
2007-03-09
firewire: Use atomic_t's for serial numbers.
Kristian Høgsberg
2007-03-09
firewire: Spell out fw as firewire in sysfs.
Kristian Høgsberg
2007-03-09
firewire: use atomic type for fw_device.state
Stefan Richter
2007-03-09
firewire: Implement compliant bus management.
Kristian Høgsberg
2007-03-09
firewire: Loop requests to the host controller back into the stack.
Kristian Høgsberg
2007-03-09
firewire: consistent usage of node_id
Stefan Richter
2007-03-09
firewire: comma after last enum item or initializer
Stefan Richter
2007-03-09
firewire: whitespace adjustments
Stefan Richter
2007-03-09
firewire: mark some structs const
Stefan Richter
2007-03-09
firewire: Add device probing and sysfs integration.
Kristian Høgsberg