summaryrefslogtreecommitdiff
path: root/drivers/firewire/ohci.c
AgeCommit message (Expand)Author
2024-10-28firewire: ohci: Replace deprecated PCI functionsPhilipp Stanner
2024-10-01firewire: Correct some typosShen Lichuan
2024-09-12firewire: core: rename cause flag of tracepoints eventTakashi Sakamoto
2024-09-12firewire: core: add helper function to retire descriptorsTakashi Sakamoto
2024-09-12Revert "firewire: core: move workqueue handler from 1394 OHCI driver to core ...Takashi Sakamoto
2024-09-12Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...Takashi Sakamoto
2024-09-09firewire: core: use mutex to coordinate concurrent calls to flush completionsTakashi Sakamoto
2024-09-09firewire: core: move workqueue handler from 1394 OHCI driver to core functionTakashi Sakamoto
2024-09-08firewire: core: expose kernel API to schedule work item to process isochronou...Takashi Sakamoto
2024-09-04firewire: ohci: operate IT/IR events in sleepable work process instead of tas...Takashi Sakamoto
2024-09-04firewire: core: allocate workqueue to handle isochronous contexts in cardTakashi Sakamoto
2024-09-03firewire: ohci: obsolete direct usage of printk_ratelimit()Takashi Sakamoto
2024-09-03firewire: ohci: deprecate debug parameterTakashi Sakamoto
2024-08-17firewire: ohci: fix error path to detect initiated reset in TI TSB41BA3D phyTakashi Sakamoto
2024-08-14firewire: core/ohci: minor refactoring for computation of configuration ROM sizeTakashi Sakamoto
2024-08-14firewire: ohci: remove unused wrapper macro for dev_info()Takashi Sakamoto
2024-08-14firewire: ohci: use helper macro for compiler aligned attributeTakashi Sakamoto
2024-08-05firewire: ohci: use guard macro to serialize operations for isochronous contextsTakashi Sakamoto
2024-08-05firewire: ohci: use guard macro to maintain image of configuration ROMTakashi Sakamoto
2024-08-05firewire: ohci: use guard macro to maintain bus timeTakashi Sakamoto
2024-08-05firewire: ohci: use guard macro to serialize accesses to phy registersTakashi Sakamoto
2024-08-02firewire: ohci: use static inline functions to serialize data of IT DMATakashi Sakamoto
2024-08-02firewire: ohci: use static inline functions to serialize data of AT DMATakashi Sakamoto
2024-07-29firewire: ohci: minor code refactoring to localize text tableTakashi Sakamoto
2024-07-29firewire: ohci: use TCODE_LINK_INTERNAL consistentlyTakashi Sakamoto
2024-07-08Revert "firewire: ohci: use common macro to interpret be32 data in le32 buffer"Takashi Sakamoto
2024-07-04firewire: ohci: add tracepoints event for data of Self-ID DMATakashi Sakamoto
2024-07-04firewire: ohci: use inline functions to operate data of self-ID DMATakashi Sakamoto
2024-07-04firewire: ohci: use static function to handle endian issue on PowerPC platformTakashi Sakamoto
2024-07-04firewire: ohci: use common macro to interpret be32 data in le32 bufferTakashi Sakamoto
2024-06-25firewire: ohci: add tracepoints event for hardIRQ eventTakashi Sakamoto
2024-06-25firewire: ohci: add support for Linux kernel tracepointsTakashi Sakamoto
2024-06-25firewire: core: add tracepoints events for completions of packets in isochron...Takashi Sakamoto
2024-06-25firewire: core: add tracepoints events for flushing completions of isochronou...Takashi Sakamoto
2024-06-17firewire: ohci: use helper inline functions to serialize/deserialize self ID ...Takashi Sakamoto
2024-06-17firewire: ohci: use helper functions for self ID sequenceTakashi Sakamoto
2024-06-17firewire: ohci: minor code refactoring for self ID loggingTakashi Sakamoto
2024-05-06firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameterTakashi Sakamoto
2024-05-06firewire: ohci: add bus-reset event for initial set of handled irqTakashi Sakamoto
2024-05-06firewire: core: obsolete tcode check macros with inline functionsTakashi Sakamoto
2024-05-06firewire: ohci: replace hard-coded values with common macrosTakashi Sakamoto
2024-05-06firewire: ohci: replace hard-coded values with inline functions for asynchron...Takashi Sakamoto
2024-05-06firewire: ohci: replace local macros with common inline functions for asynchr...Takashi Sakamoto
2024-05-06firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt lineTakashi Sakamoto
2024-05-06firewire: ohci: obsolete usage of deprecated API for MSITakashi Sakamoto
2024-05-06firewire: ohci: replace request_irq() with request_threaded_irq()Takashi Sakamoto
2024-05-06Revert "firewire: ohci: use devres for requested IRQ"Takashi Sakamoto
2024-04-29firewire: ohci: fulfill timestamp for some local asynchronous transactionTakashi Sakamoto
2024-04-06firewire: ohci: mask bus reset interrupts between ISR and bottom halfAdam Goldman
2024-03-06firewire: ohci: prevent leak of left-over IRQ on unbindEdmund Raile