summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2024-03-06firewire: ohci: prevent leak of left-over IRQ on unbindEdmund Raile
2024-02-29firewire: core: use long bus reset on gap count errorTakashi Sakamoto
2024-02-07firewire: core: send bus reset promptly on gap count errorTakashi Sakamoto
2024-02-01firewire: core: search descriptor leaf just after vendor directory entry in r...Takashi Sakamoto
2024-02-01firewire: core: correct documentation of fw_csr_string() kernel APITakashi Sakamoto
2024-01-10firewire: core: fill model field in modalias of unit device for legacy layout...Takashi Sakamoto
2024-01-08firewire: core: detect model name for legacy layout of configuration ROMTakashi Sakamoto
2024-01-08firewire: core: detect numeric model identifier for legacy layout of configur...Takashi Sakamoto
2024-01-08firewire: test: add test of device attributes for legacy AV/C deviceTakashi Sakamoto
2024-01-08firewire: test: add test of device attributes for simple AV/C deviceTakashi Sakamoto
2024-01-08firewire: test: add KUnit test for device attributesTakashi Sakamoto
2024-01-08firewire: core: replace magic number with macroTakashi Sakamoto
2024-01-08firewire: core: adds constant qualifier for local helper functionsTakashi Sakamoto
2024-01-08firewire: make fw_bus_type constGreg Kroah-Hartman
2024-01-05firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and A...Takashi Sakamoto
2023-12-03Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-11-30firewire: core: fix possible memory leak in create_units()Yang Yingliang
2023-11-24scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal
2023-11-05firewire: Annotate struct fw_node with __counted_byKees Cook
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal
2023-09-15Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"Takashi Sakamoto
2023-06-24firewire: net: fix use after free in fwnet_finish_incoming_packet()Zhang Shurong
2023-06-06firewire: core: obsolete usage of GFP_ATOMIC at building node treeTakashi Sakamoto
2023-06-06firewire: ohci: release buffer for AR req/resp contexts when managed resource...Takashi Sakamoto
2023-06-06firewire: ohci: use devres for content of configuration ROMTakashi Sakamoto
2023-06-06firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contextsTakashi Sakamoto
2023-06-06firewire: ohci: use devres for list of isochronous contextsTakashi Sakamoto
2023-06-06firewire: ohci: use devres for requested IRQTakashi Sakamoto
2023-06-06firewire: ohci: use devres for misc DMA bufferTakashi Sakamoto
2023-06-06firewire: ohci: use devres for MMIO region mappingTakashi Sakamoto
2023-06-06firewire: ohci: use devres for PCI-related resourcesTakashi Sakamoto
2023-06-06firewire: ohci: use devres for memory object of ohci structureTakashi Sakamoto
2023-05-30firewire: fix build failure due to missing module licenseTakashi Sakamoto
2023-05-30firewire: cdev: implement new event relevant to phy packet with time stampTakashi Sakamoto
2023-05-30firewire: cdev: add new event to notify phy packet with time stampTakashi Sakamoto
2023-05-30firewire: cdev: code refactoring to dispatch event for phy packetTakashi Sakamoto
2023-05-30firewire: cdev: implement new event to notify response subaction with time stampTakashi Sakamoto
2023-05-30firewire: cdev: add new event to notify response subaction with time stampTakashi Sakamoto
2023-05-30firewire: cdev: code refactoring to operate event of responseTakashi Sakamoto
2023-05-30firewire: core: implement variations to send request and wait for response wi...Takashi Sakamoto
2023-05-30firewire: core: use union for callback of transaction completionTakashi Sakamoto
2023-05-30firewire: cdev: implement new event to notify request subaction with time stampTakashi Sakamoto
2023-05-30firewire: cdev: add new event to notify request subaction with time stampTakashi Sakamoto
2023-05-30firewire: cdev: add new version of ABI to notify time stamp at request/respon...Takashi Sakamoto
2023-05-30firewire: add KUnit test to check layout of UAPI structuresTakashi Sakamoto
2023-05-11firewire: net: fix unexpected release of object for asynchronous request packetTakashi Sakamoto
2023-04-27Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-24firewire: init_ohci1394_dma: use correct function names in commentsRandy Dunlap
2023-03-24scsi: firewire: sbp2: Declare the SCSI host template constBart Van Assche