summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
2024-09-12firewire: core: rename cause flag of tracepoints eventTakashi Sakamoto
2024-09-12firewire: core: update documentation of kernel APIs for flushing completionsTakashi 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: fulfill documentation of fw_iso_context_flush_completions()Takashi Sakamoto
2024-09-08firewire: core: expose kernel API to schedule work item to process isochronou...Takashi Sakamoto
2024-09-05firewire: core: use WARN_ON_ONCE() to avoid superfluous dumpsTakashi Sakamoto
2024-09-04firewire: core: non-atomic memory allocation for isochronous event to user cl...Takashi Sakamoto
2024-09-04firewire: ohci: operate IT/IR events in sleepable work process instead of tas...Takashi Sakamoto
2024-09-04firewire: core: add local API to queue work item to workqueue specific to iso...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-20firewire: core: update fw_device outside of device_find_child()Takashi 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-13firewire: core: use xarray instead of idr to maintain client resourceTakashi Sakamoto
2024-08-13firewire: core: code refactoring to use idr_for_each_entry() macro instead of...Takashi Sakamoto
2024-08-13firewire: core: add helper function to detect data of iso resource structureTakashi Sakamoto
2024-08-13firewire: core: add helper functions to convert to parent resource structureTakashi Sakamoto
2024-08-13firewire: core: minor code refactoring to release client resourceTakashi Sakamoto
2024-08-12firewire: core: use lock in Xarray instead of local R/W semaphoreTakashi Sakamoto
2024-08-12firewire: core: replace IDR with XArray to maintain fw_deviceTakashi Sakamoto
2024-08-10firewire: core: correct range of block for case of switch statementTakashi 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: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain list of asynchronous transactionTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain list of receivers for phy configu...Takashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain isochronous context for userspace...Takashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain IDR of isochronous resources for ...Takashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain list of events for userspace clientsTakashi Sakamoto
2024-08-05firewire: core: use guard macro to disable local IRQTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain the list of address handler for t...Takashi Sakamoto
2024-08-05firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain RCU scope for transaction address...Takashi Sakamoto
2024-08-05firewire: ohci: use guard macro to serialize accesses to phy registersTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain the list of cardTakashi Sakamoto
2024-08-05firewire: core: use guard macro to maintain static packet data for phy config...Takashi Sakamoto
2024-08-02firewire: ohci: use static inline functions to serialize data of IT DMATakashi Sakamoto
2024-08-02firewire: ohci: add static inline functions to serialize/deserialize data of ...Takashi Sakamoto
2024-08-02firewire: ohci: use static inline functions to serialize data of AT DMATakashi Sakamoto
2024-08-02firewire: ohci: add static inline functions to serialize/deserialize data of ...Takashi Sakamoto