index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2012-09-25
firewire: core: feed /dev/random with devices' GUIDs
Clemens Ladisch
1
-0
/
+3
2012-06-30
firewire: core: add is_local sysfs device attribute
Clemens Ladisch
1
-0
/
+9
2012-04-18
firewire: core: fw_device_refresh(): clean up error handling
Clemens Ladisch
1
-21
/
+12
2012-04-18
firewire: core: log config rom reading errors
Clemens Ladisch
1
-15
/
+27
2012-04-18
firewire: core: improve reread_config_rom() interface
Clemens Ladisch
1
-21
/
+19
2012-04-18
firewire: core: wait for inaccessible devices after bus reset
Clemens Ladisch
1
-6
/
+3
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-02-23
firewire: core: prefix log messages with card name
Stefan Richter
1
-32
/
+28
2012-01-15
firewire: move fw_device reference counting from drivers to core
Stefan Richter
1
-0
/
+2
2011-08-22
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
Linus Torvalds
1
-5
/
+10
2011-08-13
firewire: core: handle ack_busy when fetching the Config ROM
Stefan Richter
1
-5
/
+10
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-05-11
firewire: sbp2: parallelize login, reconnect, logout
Stefan Richter
1
-2
/
+3
2011-05-11
firewire: core: use non-reentrant workqueue with rescuer
Stefan Richter
1
-11
/
+19
2011-03-20
firewire: core: ignore link-active bit of new nodes, fix device recognition
Stefan Richter
1
-7
/
+12
2011-01-23
firewire: core: fix card->reset_jiffies overflow
Clemens Ladisch
1
-1
/
+2
[next]