aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/core-device.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21firewire: core: add memo about the caller of show functions for device attrib...Gravatar Takashi Sakamoto 1-0/+2
2024-03-18Revert "firewire: Kill unnecessary buf check in device_attribute.show"Gravatar Li Zhijian 1-4/+12
2024-03-11firewire: core: fix build failure due to the caller of fw_csr_string()Gravatar Takashi Sakamoto 1-1/+1
2024-03-11firewire: Convert snprintf/sprintf to sysfs_emitGravatar Li Zhijian 1-2/+2
2024-03-11firewire: Kill unnecessary buf check in device_attribute.showGravatar Li Zhijian 1-11/+3
2024-02-01firewire: core: search descriptor leaf just after vendor directory entry in r...Gravatar Takashi Sakamoto 1-1/+10
2024-02-01firewire: core: correct documentation of fw_csr_string() kernel APIGravatar Takashi Sakamoto 1-4/+3
2024-01-10firewire: core: fill model field in modalias of unit device for legacy layout...Gravatar Takashi Sakamoto 1-2/+19
2024-01-08firewire: core: detect model name for legacy layout of configuration ROMGravatar Takashi Sakamoto 1-7/+24
2024-01-08firewire: core: detect numeric model identifier for legacy layout of configur...Gravatar Takashi Sakamoto 1-13/+46
2024-01-08firewire: test: add KUnit test for device attributesGravatar Takashi Sakamoto 1-0/+4
2024-01-08firewire: core: replace magic number with macroGravatar Takashi Sakamoto 1-5/+7
2024-01-08firewire: core: adds constant qualifier for local helper functionsGravatar Takashi Sakamoto 1-3/+3
2024-01-08firewire: make fw_bus_type constGravatar Greg Kroah-Hartman 1-1/+1
2023-11-30firewire: core: fix possible memory leak in create_units()Gravatar Yang Yingliang 1-7/+4
2023-09-15Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"Gravatar Takashi Sakamoto 1-1/+1
2023-06-06firewire: core: obsolete usage of GFP_ATOMIC at building node treeGravatar Takashi Sakamoto 1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-4/+4
2022-06-17firewire: convert sysfs sprintf/snprintf family to sysfs_emitGravatar Jiapeng Chong 1-4/+2
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-02-09firewire: replace tricky statement by two simple onesGravatar Uwe Kleine-König 1-1/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-07-25firewire: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesGravatar Masahiro Yamada 1-2/+2
2014-12-10firewire: core: document fw_csr_string's truncation of long stringsGravatar Stefan Richter 1-0/+3
2014-03-07firewire: don't use PREPARE_DELAYED_WORKGravatar Tejun Heo 1-7/+15
2013-06-09firewire: remove support of fw_driver.driver.probe and .remove methodsGravatar Stefan Richter 1-8/+2
2013-06-09firewire: introduce fw_driver.probe and .remove methodsGravatar Stefan Richter 1-9/+36
2013-04-28firewire: remove unnecessary alloc/OOM messagesGravatar Stefan Richter 1-3/+1
2013-02-27firewire: convert to idr_alloc()Gravatar Tejun Heo 1-8/+3
2013-02-27firewire: add minor number range check to fw_device_init()Gravatar Tejun Heo 1-0/+4
2012-09-25firewire: core: feed /dev/random with devices' GUIDsGravatar Clemens Ladisch 1-0/+3
2012-06-30firewire: core: add is_local sysfs device attributeGravatar Clemens Ladisch 1-0/+9
2012-04-17firewire: core: fw_device_refresh(): clean up error handlingGravatar Clemens Ladisch 1-21/+12
2012-04-17firewire: core: log config rom reading errorsGravatar Clemens Ladisch 1-15/+27
2012-04-17firewire: core: improve reread_config_rom() interfaceGravatar Clemens Ladisch 1-21/+19
2012-04-17firewire: core: wait for inaccessible devices after bus resetGravatar Clemens Ladisch 1-6/+3
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-22firewire: core: prefix log messages with card nameGravatar Stefan Richter 1-32/+28
2012-01-15firewire: move fw_device reference counting from drivers to coreGravatar Stefan Richter 1-0/+2
2011-08-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 1-5/+10
2011-08-13firewire: core: handle ack_busy when fetching the Config ROMGravatar Stefan Richter 1-5/+10
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutGravatar Stefan Richter 1-2/+3
2011-05-10firewire: core: use non-reentrant workqueue with rescuerGravatar Stefan Richter 1-11/+19
2011-03-20firewire: core: ignore link-active bit of new nodes, fix device recognitionGravatar Stefan Richter 1-7/+12
2011-01-23firewire: core: fix card->reset_jiffies overflowGravatar Clemens Ladisch 1-1/+2
2010-08-02Merge firewire branches to be released post v2.6.35Gravatar Stefan Richter 1-5/+6
2010-07-13firewire: cdev: fix fw_cdev_event_bus_reset emission after local config ROM c...Gravatar Stefan Richter 1-0/+1