summaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)Author
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
2024-08-01firewire: core: utilize kref to maintain fw_node with reference countingTakashi Sakamoto
2024-07-29firewire: core: use common helper function to serialize phy configuration packetTakashi 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-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-12firewire: core: move copy_port_status() helper function to TP_fast_assign() b...Takashi 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: add static inline functions to deserialize for Self-ID DMA op...Takashi 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-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
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 queueing packets of isochronous co...Takashi Sakamoto
2024-06-25firewire: core: add tracepoints events for flushing completions of isochronou...Takashi Sakamoto
2024-06-25firewire: core: add tracepoints events for flushing of isochronous contextTakashi Sakamoto
2024-06-25firewire: core: add tracepoints events for starting/stopping of isochronous c...Takashi Sakamoto
2024-06-25firewire: core: add tracepoints events for setting channels of multichannel c...Takashi Sakamoto
2024-06-25firewire: core: add tracepoints events for allocation/deallocation of isochro...Takashi Sakamoto
2024-06-17firewire: core: record card index in tracepoints event for self ID sequenceTakashi Sakamoto