summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* firewire: core: send bus reset promptly on gap count errorTakashi Sakamoto2024-02-071-1/+17
* firewire: core: search descriptor leaf just after vendor directory entry in r...Takashi Sakamoto2024-02-011-1/+10
* firewire: core: correct documentation of fw_csr_string() kernel APITakashi Sakamoto2024-02-011-4/+3
* firewire: core: fill model field in modalias of unit device for legacy layout...Takashi Sakamoto2024-01-102-3/+20
* firewire: core: detect model name for legacy layout of configuration ROMTakashi Sakamoto2024-01-082-9/+27
* firewire: core: detect numeric model identifier for legacy layout of configur...Takashi Sakamoto2024-01-082-15/+49
* firewire: test: add test of device attributes for legacy AV/C deviceTakashi Sakamoto2024-01-081-0/+111
* firewire: test: add test of device attributes for simple AV/C deviceTakashi Sakamoto2024-01-081-0/+119
* firewire: test: add KUnit test for device attributesTakashi Sakamoto2024-01-084-0/+40
* firewire: core: replace magic number with macroTakashi Sakamoto2024-01-081-5/+7
* firewire: core: adds constant qualifier for local helper functionsTakashi Sakamoto2024-01-081-3/+3
* firewire: make fw_bus_type constGreg Kroah-Hartman2024-01-081-1/+1
* firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and A...Takashi Sakamoto2024-01-051-0/+51
* Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-12-031-7/+4
|\
| * firewire: core: fix possible memory leak in create_units()Yang Yingliang2023-11-301-7/+4
* | scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal2023-11-241-3/+3
|/
* firewire: Annotate struct fw_node with __counted_byKees Cook2023-11-051-1/+1
* scsi: sd: Introduce manage_shutdown device flagDamien Le Moal2023-10-271-0/+1
* scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal2023-09-281-3/+6
* Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"Takashi Sakamoto2023-09-152-2/+2
* firewire: net: fix use after free in fwnet_finish_incoming_packet()Zhang Shurong2023-06-241-2/+4
* firewire: core: obsolete usage of GFP_ATOMIC at building node treeTakashi Sakamoto2023-06-062-2/+2
* firewire: ohci: release buffer for AR req/resp contexts when managed resource...Takashi Sakamoto2023-06-061-17/+14
* firewire: ohci: use devres for content of configuration ROMTakashi Sakamoto2023-06-061-18/+9
* firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contextsTakashi Sakamoto2023-06-061-15/+8
* firewire: ohci: use devres for list of isochronous contextsTakashi Sakamoto2023-06-061-10/+9
* firewire: ohci: use devres for requested IRQTakashi Sakamoto2023-06-061-8/+4
* firewire: ohci: use devres for misc DMA bufferTakashi Sakamoto2023-06-061-10/+3
* firewire: ohci: use devres for MMIO region mappingTakashi Sakamoto2023-06-061-20/+6
* firewire: ohci: use devres for PCI-related resourcesTakashi Sakamoto2023-06-061-7/+3
* firewire: ohci: use devres for memory object of ohci structureTakashi Sakamoto2023-06-061-16/+17
* firewire: fix build failure due to missing module licenseTakashi Sakamoto2023-05-301-0/+2
* firewire: cdev: implement new event relevant to phy packet with time stampTakashi Sakamoto2023-05-301-22/+68
* firewire: cdev: add new event to notify phy packet with time stampTakashi Sakamoto2023-05-301-0/+14
* firewire: cdev: code refactoring to dispatch event for phy packetTakashi Sakamoto2023-05-301-27/+51
* firewire: cdev: implement new event to notify response subaction with time stampTakashi Sakamoto2023-05-301-31/+65
* firewire: cdev: add new event to notify response subaction with time stampTakashi Sakamoto2023-05-301-0/+15
* firewire: cdev: code refactoring to operate event of responseTakashi Sakamoto2023-05-301-12/+15
* firewire: core: implement variations to send request and wait for response wi...Takashi Sakamoto2023-05-301-14/+27
* firewire: core: use union for callback of transaction completionTakashi Sakamoto2023-05-303-14/+68
* firewire: cdev: implement new event to notify request subaction with time stampTakashi Sakamoto2023-05-301-1/+17
* firewire: cdev: add new event to notify request subaction with time stampTakashi Sakamoto2023-05-301-0/+20
* firewire: cdev: add new version of ABI to notify time stamp at request/respon...Takashi Sakamoto2023-05-301-0/+1
* firewire: add KUnit test to check layout of UAPI structuresTakashi Sakamoto2023-05-304-0/+61
* firewire: net: fix unexpected release of object for asynchronous request packetTakashi Sakamoto2023-05-111-10/+11
* Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-2/+2
|\
| * firewire: init_ohci1394_dma: use correct function names in commentsRandy Dunlap2023-04-241-2/+2
* | scsi: firewire: sbp2: Declare the SCSI host template constBart Van Assche2023-03-241-2/+2
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-4/+4
|\
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-4/+4