summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'firewire-updates-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-194/+1070
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+4
2024-05-09firewire: obsolete usage of *-objs in Makefile for KUnit testTakashi Sakamoto1-5/+2
2024-05-06firewire: core: add tracepoint event for handling bus resetTakashi Sakamoto1-0/+3
2024-05-06Revert "firewire: core: option to log bus reset initiation"Takashi Sakamoto3-21/+0
2024-05-06firewire: core: add tracepoints events for initiating bus resetTakashi Sakamoto1-0/+7
2024-05-06firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameterTakashi Sakamoto1-8/+1
2024-05-06firewire: ohci: add bus-reset event for initial set of handled irqTakashi Sakamoto1-6/+5
2024-05-06firewire: core: add tracepoints event for asynchronous inbound phy packetTakashi Sakamoto1-0/+2
2024-05-06firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto2-0/+13
2024-05-06firewire: core: add tracepoints events for asynchronous outbound responseTakashi Sakamoto1-7/+16
2024-05-06firewire: core: add tracepoint event for asynchronous inbound requestTakashi Sakamoto1-1/+7
2024-05-06firewire: core: add tracepoints event for asynchronous inbound responseTakashi Sakamoto1-26/+29
2024-05-06firewire: core: add tracepoints events for asynchronous outbound requestTakashi Sakamoto1-0/+7
2024-05-06firewire: core: add support for Linux kernel tracepointsTakashi Sakamoto2-1/+6
2024-05-06firewire: core: replace local macros with common inline functions for isochro...Takashi Sakamoto1-7/+5
2024-05-06firewire: core: add common macro to serialize/deserialize isochronous packet ...Takashi Sakamoto2-0/+110
2024-05-06firewire: core: obsolete tcode check macros with inline functionsTakashi Sakamoto3-12/+19
2024-05-06firewire: ohci: replace hard-coded values with common macrosTakashi Sakamoto1-4/+14
2024-05-06firewire: ohci: replace hard-coded values with inline functions for asynchron...Takashi Sakamoto1-15/+15
2024-05-06firewire: ohci: replace local macros with common inline functions for asynchr...Takashi Sakamoto1-16/+8
2024-05-06firewire: core: replace local macros with common inline functions for asynchr...Takashi Sakamoto1-82/+56
2024-05-06firewire: core: add common inline functions to serialize/deserialize asynchro...Takashi Sakamoto5-0/+726
2024-05-06firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt lineTakashi Sakamoto1-5/+13
2024-05-06firewire: ohci: obsolete usage of deprecated API for MSITakashi Sakamoto1-4/+9
2024-05-06firewire: ohci: replace request_irq() with request_threaded_irq()Takashi Sakamoto1-4/+4
2024-05-06Revert "firewire: ohci: use devres for requested IRQ"Takashi Sakamoto1-6/+8
2024-05-06firewire: core: option to log bus reset initiationAdam Goldman3-0/+21
2024-04-29firewire: ohci: fulfill timestamp for some local asynchronous transactionTakashi Sakamoto1-2/+6
2024-04-29firewire: nosy: ensure user_length is taken into account when fetching packet...Thanassis Avgerinos1-2/+4
2024-04-12scsi: sbp2: Switch to using ->device_configureChristoph Hellwig1-3/+4
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-6/+0
2024-04-06firewire: ohci: mask bus reset interrupts between ISR and bottom halfAdam Goldman1-1/+5
2024-03-21firewire: core: add memo about the caller of show functions for device attrib...Takashi Sakamoto1-0/+2
2024-03-18Revert "firewire: Kill unnecessary buf check in device_attribute.show"Li Zhijian1-4/+12
2024-03-11firewire: core: fix build failure due to the caller of fw_csr_string()Takashi Sakamoto1-1/+1
2024-03-11firewire: Convert snprintf/sprintf to sysfs_emitLi Zhijian1-2/+2
2024-03-11firewire: Kill unnecessary buf check in device_attribute.showLi Zhijian1-11/+3
2024-03-06firewire: ohci: prevent leak of left-over IRQ on unbindEdmund Raile1-0/+2
2024-02-29firewire: core: use long bus reset on gap count errorTakashi Sakamoto1-1/+13
2024-02-07firewire: core: send bus reset promptly on gap count errorTakashi Sakamoto1-1/+17
2024-02-01firewire: core: search descriptor leaf just after vendor directory entry in r...Takashi Sakamoto1-1/+10
2024-02-01firewire: core: correct documentation of fw_csr_string() kernel APITakashi Sakamoto1-4/+3
2024-01-10firewire: core: fill model field in modalias of unit device for legacy layout...Takashi Sakamoto2-3/+20
2024-01-08firewire: core: detect model name for legacy layout of configuration ROMTakashi Sakamoto2-9/+27
2024-01-08firewire: core: detect numeric model identifier for legacy layout of configur...Takashi Sakamoto2-15/+49
2024-01-08firewire: test: add test of device attributes for legacy AV/C deviceTakashi Sakamoto1-0/+111
2024-01-08firewire: test: add test of device attributes for simple AV/C deviceTakashi Sakamoto1-0/+119
2024-01-08firewire: test: add KUnit test for device attributesTakashi Sakamoto4-0/+40
2024-01-08firewire: core: replace magic number with macroTakashi Sakamoto1-5/+7