summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
AgeCommit message (Expand)AuthorLines
2024-08-05firewire: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto-33/+19
2024-08-05firewire: core: use guard macro to maintain list of asynchronous transactionTakashi Sakamoto-51/+34
2024-08-05firewire: core: use guard macro to maintain list of receivers for phy configu...Takashi Sakamoto-12/+5
2024-08-05firewire: core: use guard macro to maintain isochronous context for userspace...Takashi Sakamoto-14/+11
2024-08-05firewire: core: use guard macro to maintain IDR of isochronous resources for ...Takashi Sakamoto-72/+59
2024-08-05firewire: core: use guard macro to maintain list of events for userspace clientsTakashi Sakamoto-15/+12
2024-08-05firewire: core: use guard macro to disable local IRQTakashi Sakamoto-7/+5
2024-08-05firewire: core: use guard macro to maintain the list of address handler for t...Takashi Sakamoto-6/+4
2024-08-05firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto-56/+42
2024-08-05firewire: core: use guard macro to maintain RCU scope for transaction address...Takashi Sakamoto-20/+15
2024-08-05firewire: ohci: use guard macro to serialize accesses to phy registersTakashi Sakamoto-35/+36
2024-08-05firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto-8/+5
2024-08-05firewire: core: use guard macro to maintain the list of cardTakashi Sakamoto-26/+18
2024-08-05firewire: core: use guard macro to maintain static packet data for phy config...Takashi Sakamoto-3/+1
2024-08-02firewire: ohci: use static inline functions to serialize data of IT DMATakashi Sakamoto-18/+16
2024-08-02firewire: ohci: add static inline functions to serialize/deserialize data of ...Takashi Sakamoto-0/+116
2024-08-02firewire: ohci: use static inline functions to serialize data of AT DMATakashi Sakamoto-14/+18
2024-08-02firewire: ohci: add static inline functions to serialize/deserialize data of ...Takashi Sakamoto-0/+149
2024-08-01firewire: core: utilize kref to maintain fw_node with reference countingTakashi Sakamoto-5/+12
2024-07-29firewire: core: use common helper function to serialize phy configuration packetTakashi Sakamoto-2/+4
2024-07-29firewire: ohci: minor code refactoring to localize text tableTakashi Sakamoto-10/+18
2024-07-29firewire: ohci: use TCODE_LINK_INTERNAL consistentlyTakashi Sakamoto-6/+4
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2024-07-12firewire: core: move copy_port_status() helper function to TP_fast_assign() b...Takashi Sakamoto-11/+0
2024-07-08Revert "firewire: ohci: use common macro to interpret be32 data in le32 buffer"Takashi Sakamoto-1/+1
2024-07-04firewire: ohci: add tracepoints event for data of Self-ID DMATakashi Sakamoto-1/+10
2024-07-04firewire: ohci: use inline functions to operate data of self-ID DMATakashi Sakamoto-6/+7
2024-07-04firewire: ohci: add static inline functions to deserialize for Self-ID DMA op...Takashi Sakamoto-0/+116
2024-07-04firewire: ohci: use static function to handle endian issue on PowerPC platformTakashi Sakamoto-12/+27
2024-07-04firewire: ohci: use common macro to interpret be32 data in le32 bufferTakashi Sakamoto-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-3/+3
2024-06-25firewire: ohci: add tracepoints event for hardIRQ eventTakashi Sakamoto-0/+1
2024-06-25firewire: ohci: add support for Linux kernel tracepointsTakashi Sakamoto-0/+3
2024-06-25firewire: core: add tracepoints events for completions of packets in isochron...Takashi Sakamoto-6/+21
2024-06-25firewire: core: add tracepoints events for queueing packets of isochronous co...Takashi Sakamoto-0/+4
2024-06-25firewire: core: add tracepoints events for flushing completions of isochronou...Takashi Sakamoto-0/+6
2024-06-25firewire: core: add tracepoints events for flushing of isochronous contextTakashi Sakamoto-0/+4
2024-06-25firewire: core: add tracepoints events for starting/stopping of isochronous c...Takashi Sakamoto-0/+8
2024-06-25firewire: core: add tracepoints events for setting channels of multichannel c...Takashi Sakamoto-0/+2
2024-06-25firewire: core: add tracepoints events for allocation/deallocation of isochro...Takashi Sakamoto-0/+10
2024-06-17firewire: core: record card index in tracepoints event for self ID sequenceTakashi Sakamoto-1/+1
2024-06-17firewire: core: use inline helper functions to serialize phy config packetTakashi Sakamoto-12/+10
2024-06-17firewire: core: add tests for serialization/deserialization of phy config packetTakashi Sakamoto-0/+134
2024-06-17firewire: core: add tracepoints event for self_id_sequenceTakashi Sakamoto-2/+20
2024-06-17firewire: core: arrangement header inclusion for tracepoints eventsTakashi Sakamoto-1/+6
2024-06-17firewire: ohci: use helper inline functions to serialize/deserialize self ID ...Takashi Sakamoto-24/+45
2024-06-17firewire: core: use helper inline functions to deserialize self ID packetTakashi Sakamoto-16/+10
2024-06-17firewire: core: add common inline functions to serialize/deserialize self ID ...Takashi Sakamoto-0/+381
2024-06-17firewire: ohci: use helper functions for self ID sequenceTakashi Sakamoto-28/+49
2024-06-17firewire: core: use helper functions for self ID sequenceTakashi Sakamoto-120/+69