index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
core-device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-20
firewire: core: use cleanup function to release cached configuration ROM
Takashi Sakamoto
1
-22
/
+12
2025-10-18
firewire: core: handle device quirk of TASCAM FW-1884/FW-1804/FW-1082
Takashi Sakamoto
1
-1
/
+17
2025-10-18
firewire: core: determine transaction speed after detecting quirks
Takashi Sakamoto
1
-28
/
+25
2025-10-18
firewire: core: code refactoring to compute transaction speed
Takashi Sakamoto
1
-18
/
+17
2025-10-13
firewire: core: handle device quirk of MOTU Audio Express
Takashi Sakamoto
1
-0
/
+53
2025-10-13
firewire: core: detect device quirk when reading configuration ROM
Takashi Sakamoto
1
-2
/
+23
2025-09-15
firewire: core: use helper macro to compare against current jiffies
Takashi Sakamoto
1
-2
/
+1
2025-09-15
firewire: core: use helper macros instead of direct access to HZ
Takashi Sakamoto
1
-3
/
+3
2025-09-08
firewire: core: add helper functions to access to fw_device data in fw_node s...
Takashi Sakamoto
1
-9
/
+9
2025-06-09
firewire: core: use from_work() macro to expand parent structure of work_struct
Takashi Sakamoto
1
-10
/
+5
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-2
/
+2
2024-08-20
firewire: core: update fw_device outside of device_find_child()
Takashi Sakamoto
1
-57
/
+59
2024-08-14
firewire: core/ohci: minor refactoring for computation of configuration ROM size
Takashi Sakamoto
1
-1
/
+2
2024-08-12
firewire: core: use lock in Xarray instead of local R/W semaphore
Takashi Sakamoto
1
-13
/
+6
2024-08-12
firewire: core: replace IDR with XArray to maintain fw_device
Takashi Sakamoto
1
-10
/
+11
2024-08-05
firewire: core: use guard macro to maintain properties of fw_card
Takashi Sakamoto
1
-7
/
+3
2024-08-05
firewire: core: use guard macro to access to IDR for fw_device
Takashi Sakamoto
1
-42
/
+31
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-3
/
+3
2024-03-21
firewire: core: add memo about the caller of show functions for device attrib...
Takashi Sakamoto
1
-0
/
+2
2024-03-18
Revert "firewire: Kill unnecessary buf check in device_attribute.show"
Li Zhijian
1
-4
/
+12
2024-03-11
firewire: core: fix build failure due to the caller of fw_csr_string()
Takashi Sakamoto
1
-1
/
+1
2024-03-11
firewire: Convert snprintf/sprintf to sysfs_emit
Li Zhijian
1
-2
/
+2
2024-03-11
firewire: Kill unnecessary buf check in device_attribute.show
Li Zhijian
1
-11
/
+3
2024-02-01
firewire: core: search descriptor leaf just after vendor directory entry in r...
Takashi Sakamoto
1
-1
/
+10
2024-02-01
firewire: core: correct documentation of fw_csr_string() kernel API
Takashi Sakamoto
1
-4
/
+3
2024-01-10
firewire: core: fill model field in modalias of unit device for legacy layout...
Takashi Sakamoto
1
-2
/
+19
2024-01-08
firewire: core: detect model name for legacy layout of configuration ROM
Takashi Sakamoto
1
-7
/
+24
2024-01-08
firewire: core: detect numeric model identifier for legacy layout of configur...
Takashi Sakamoto
1
-13
/
+46
2024-01-08
firewire: test: add KUnit test for device attributes
Takashi Sakamoto
1
-0
/
+4
2024-01-08
firewire: core: replace magic number with macro
Takashi Sakamoto
1
-5
/
+7
2024-01-08
firewire: core: adds constant qualifier for local helper functions
Takashi Sakamoto
1
-3
/
+3
2024-01-08
firewire: make fw_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2023-11-30
firewire: core: fix possible memory leak in create_units()
Yang Yingliang
1
-7
/
+4
2023-09-15
Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"
Takashi Sakamoto
1
-1
/
+1
2023-06-06
firewire: core: obsolete usage of GFP_ATOMIC at building node tree
Takashi Sakamoto
1
-1
/
+1
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
1
-4
/
+4
2022-06-17
firewire: convert sysfs sprintf/snprintf family to sysfs_emit
Jiapeng Chong
1
-4
/
+2
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-02-09
firewire: replace tricky statement by two simple ones
Uwe Kleine-König
1
-1
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-07-26
firewire: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2017-02-28
scripts/spelling.txt: add "intialization" pattern and fix typo instances
Masahiro Yamada
1
-2
/
+2
2014-12-10
firewire: core: document fw_csr_string's truncation of long strings
Stefan Richter
1
-0
/
+3
2014-03-07
firewire: don't use PREPARE_DELAYED_WORK
Tejun Heo
1
-7
/
+15
2013-06-09
firewire: remove support of fw_driver.driver.probe and .remove methods
Stefan Richter
1
-8
/
+2
2013-06-09
firewire: introduce fw_driver.probe and .remove methods
Stefan Richter
1
-9
/
+36
2013-04-29
firewire: remove unnecessary alloc/OOM messages
Stefan Richter
1
-3
/
+1
2013-02-28
firewire: convert to idr_alloc()
Tejun Heo
1
-8
/
+3
2013-02-28
firewire: add minor number range check to fw_device_init()
Tejun Heo
1
-0
/
+4
[next]