summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'firewire-updates-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-1412-194/+1070
|\
| * firewire: obsolete usage of *-objs in Makefile for KUnit testTakashi Sakamoto2024-05-091-5/+2
| * firewire: core: add tracepoint event for handling bus resetTakashi Sakamoto2024-05-061-0/+3
| * Revert "firewire: core: option to log bus reset initiation"Takashi Sakamoto2024-05-063-21/+0
| * firewire: core: add tracepoints events for initiating bus resetTakashi Sakamoto2024-05-061-0/+7
| * firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameterTakashi Sakamoto2024-05-061-8/+1
| * firewire: ohci: add bus-reset event for initial set of handled irqTakashi Sakamoto2024-05-061-6/+5
| * firewire: core: add tracepoints event for asynchronous inbound phy packetTakashi Sakamoto2024-05-061-0/+2
| * firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto2024-05-062-0/+13
| * firewire: core: add tracepoints events for asynchronous outbound responseTakashi Sakamoto2024-05-061-7/+16
| * firewire: core: add tracepoint event for asynchronous inbound requestTakashi Sakamoto2024-05-061-1/+7
| * firewire: core: add tracepoints event for asynchronous inbound responseTakashi Sakamoto2024-05-061-26/+29
| * firewire: core: add tracepoints events for asynchronous outbound requestTakashi Sakamoto2024-05-061-0/+7
| * firewire: core: add support for Linux kernel tracepointsTakashi Sakamoto2024-05-062-1/+6
| * firewire: core: replace local macros with common inline functions for isochro...Takashi Sakamoto2024-05-061-7/+5
| * firewire: core: add common macro to serialize/deserialize isochronous packet ...Takashi Sakamoto2024-05-062-0/+110
| * firewire: core: obsolete tcode check macros with inline functionsTakashi Sakamoto2024-05-063-12/+19
| * firewire: ohci: replace hard-coded values with common macrosTakashi Sakamoto2024-05-061-4/+14
| * firewire: ohci: replace hard-coded values with inline functions for asynchron...Takashi Sakamoto2024-05-061-15/+15
| * firewire: ohci: replace local macros with common inline functions for asynchr...Takashi Sakamoto2024-05-061-16/+8
| * firewire: core: replace local macros with common inline functions for asynchr...Takashi Sakamoto2024-05-061-82/+56
| * firewire: core: add common inline functions to serialize/deserialize asynchro...Takashi Sakamoto2024-05-065-0/+726
| * firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt lineTakashi Sakamoto2024-05-061-5/+13
| * firewire: ohci: obsolete usage of deprecated API for MSITakashi Sakamoto2024-05-061-4/+9
| * firewire: ohci: replace request_irq() with request_threaded_irq()Takashi Sakamoto2024-05-061-4/+4
| * Revert "firewire: ohci: use devres for requested IRQ"Takashi Sakamoto2024-05-061-6/+8
| * firewire: core: option to log bus reset initiationAdam Goldman2024-05-063-0/+21
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-141-9/+4
|\ \ | |/ |/|
| * scsi: sbp2: Switch to using ->device_configureChristoph Hellwig2024-04-111-3/+4
| * scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2024-04-111-6/+0
* | firewire: ohci: fulfill timestamp for some local asynchronous transactionTakashi Sakamoto2024-04-291-2/+6
* | firewire: nosy: ensure user_length is taken into account when fetching packet...Thanassis Avgerinos2024-04-291-2/+4
* | firewire: ohci: mask bus reset interrupts between ISR and bottom halfAdam Goldman2024-04-061-1/+5
|/
* firewire: core: add memo about the caller of show functions for device attrib...Takashi Sakamoto2024-03-211-0/+2
* Revert "firewire: Kill unnecessary buf check in device_attribute.show"Li Zhijian2024-03-181-4/+12
* firewire: core: fix build failure due to the caller of fw_csr_string()Takashi Sakamoto2024-03-111-1/+1
* firewire: Convert snprintf/sprintf to sysfs_emitLi Zhijian2024-03-111-2/+2
* firewire: Kill unnecessary buf check in device_attribute.showLi Zhijian2024-03-111-11/+3
* firewire: ohci: prevent leak of left-over IRQ on unbindEdmund Raile2024-03-061-0/+2
* firewire: core: use long bus reset on gap count errorTakashi Sakamoto2024-02-291-1/+13
* 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