Age | Commit message (Expand) | Author | Files | Lines |
2025-05-08 | treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack() | Ingo Molnar | 1 | -1/+1 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
2025-03-16 | firewire: core: avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -23/+19 |
2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2025-01-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -5/+5 |
2025-01-13 | firewire: test: Fix potential null dereference in firewire kunit test | Charles Han | 1 | -0/+2 |
2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 1 | -2/+2 |
2024-12-08 | firewire: ohci: use generic power management | Vaibhav Gupta | 1 | -31/+13 |
2024-12-04 | scsi: Rename .device_configure() into .sdev_configure() | Bart Van Assche | 1 | -3/+3 |
2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 1 | -2/+2 |
2024-11-25 | Merge tag 'firewire-updates-6.13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -8/+7 |
2024-10-28 | firewire: ohci: Replace deprecated PCI functions | Philipp Stanner | 1 | -3/+2 |
2024-10-27 | firewire: core: fix invalid port index for parent device | Takashi Sakamoto | 1 | -1/+1 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-10-01 | firewire: Correct some typos | Shen Lichuan | 3 | -5/+5 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
2024-09-12 | firewire: core: rename cause flag of tracepoints event | Takashi Sakamoto | 1 | -3/+3 |
2024-09-12 | firewire: core: update documentation of kernel APIs for flushing completions | Takashi Sakamoto | 1 | -3/+6 |
2024-09-12 | firewire: core: add helper function to retire descriptors | Takashi Sakamoto | 1 | -36/+9 |
2024-09-12 | Revert "firewire: core: move workqueue handler from 1394 OHCI driver to core ... | Takashi Sakamoto | 3 | -12/+64 |
2024-09-12 | Revert "firewire: core: use mutex to coordinate concurrent calls to flush com... | Takashi Sakamoto | 2 | -23/+25 |
2024-09-09 | firewire: core: use mutex to coordinate concurrent calls to flush completions | Takashi Sakamoto | 2 | -25/+23 |
2024-09-09 | firewire: core: move workqueue handler from 1394 OHCI driver to core function | Takashi Sakamoto | 3 | -64/+12 |
2024-09-08 | firewire: core: fulfill documentation of fw_iso_context_flush_completions() | Takashi Sakamoto | 1 | -0/+11 |
2024-09-08 | firewire: core: expose kernel API to schedule work item to process isochronou... | Takashi Sakamoto | 2 | -7/+2 |
2024-09-05 | firewire: core: use WARN_ON_ONCE() to avoid superfluous dumps | Takashi Sakamoto | 1 | -2/+2 |
2024-09-04 | firewire: core: non-atomic memory allocation for isochronous event to user cl... | Takashi Sakamoto | 1 | -2/+2 |
2024-09-04 | firewire: ohci: operate IT/IR events in sleepable work process instead of tas... | Takashi Sakamoto | 1 | -10/+45 |
2024-09-04 | firewire: core: add local API to queue work item to workqueue specific to iso... | Takashi Sakamoto | 2 | -2/+38 |
2024-09-04 | firewire: core: allocate workqueue to handle isochronous contexts in card | Takashi Sakamoto | 3 | -6/+33 |
2024-09-03 | firewire: ohci: obsolete direct usage of printk_ratelimit() | Takashi Sakamoto | 1 | -6/+3 |
2024-09-03 | firewire: ohci: deprecate debug parameter | Takashi Sakamoto | 1 | -1/+6 |
2024-08-20 | firewire: core: update fw_device outside of device_find_child() | Takashi Sakamoto | 1 | -57/+59 |
2024-08-17 | firewire: ohci: fix error path to detect initiated reset in TI TSB41BA3D phy | Takashi Sakamoto | 1 | -5/+10 |
2024-08-14 | firewire: core/ohci: minor refactoring for computation of configuration ROM size | Takashi Sakamoto | 2 | -2/+3 |
2024-08-14 | firewire: ohci: remove unused wrapper macro for dev_info() | Takashi Sakamoto | 1 | -1/+0 |
2024-08-14 | firewire: ohci: use helper macro for compiler aligned attribute | Takashi Sakamoto | 1 | -1/+1 |
2024-08-13 | firewire: core: use xarray instead of idr to maintain client resource | Takashi Sakamoto | 2 | -32/+35 |
2024-08-13 | firewire: core: code refactoring to use idr_for_each_entry() macro instead of... | Takashi Sakamoto | 1 | -34/+30 |
2024-08-13 | firewire: core: add helper function to detect data of iso resource structure | Takashi Sakamoto | 1 | -1/+6 |
2024-08-13 | firewire: core: add helper functions to convert to parent resource structure | Takashi Sakamoto | 1 | -12/+26 |
2024-08-13 | firewire: core: minor code refactoring to release client resource | Takashi Sakamoto | 1 | -8/+7 |
2024-08-12 | firewire: core: use lock in Xarray instead of local R/W semaphore | Takashi Sakamoto | 1 | -13/+6 |
2024-08-12 | firewire: core: replace IDR with XArray to maintain fw_device | Takashi Sakamoto | 3 | -13/+14 |
2024-08-10 | firewire: core: correct range of block for case of switch statement | Takashi Sakamoto | 1 | -1/+1 |
2024-08-05 | firewire: ohci: use guard macro to serialize operations for isochronous contexts | Takashi Sakamoto | 1 | -105/+77 |
2024-08-05 | firewire: ohci: use guard macro to maintain image of configuration ROM | Takashi Sakamoto | 1 | -67/+49 |
2024-08-05 | firewire: ohci: use guard macro to maintain bus time | Takashi Sakamoto | 1 | -18/+12 |
2024-08-05 | firewire: core: use guard macro to maintain properties of fw_card | Takashi Sakamoto | 6 | -33/+19 |
2024-08-05 | firewire: core: use guard macro to maintain list of asynchronous transaction | Takashi Sakamoto | 1 | -51/+34 |
2024-08-05 | firewire: core: use guard macro to maintain list of receivers for phy configu... | Takashi Sakamoto | 1 | -12/+5 |
2024-08-05 | firewire: core: use guard macro to maintain isochronous context for userspace... | Takashi Sakamoto | 1 | -14/+11 |
2024-08-05 | firewire: core: use guard macro to maintain IDR of isochronous resources for ... | Takashi Sakamoto | 1 | -72/+59 |
2024-08-05 | firewire: core: use guard macro to maintain list of events for userspace clients | Takashi Sakamoto | 1 | -15/+12 |
2024-08-05 | firewire: core: use guard macro to disable local IRQ | Takashi Sakamoto | 1 | -7/+5 |
2024-08-05 | firewire: core: use guard macro to maintain the list of address handler for t... | Takashi Sakamoto | 1 | -6/+4 |
2024-08-05 | firewire: core: use guard macro to access to IDR for fw_device | Takashi Sakamoto | 2 | -56/+42 |
2024-08-05 | firewire: core: use guard macro to maintain RCU scope for transaction address... | Takashi Sakamoto | 1 | -20/+15 |
2024-08-05 | firewire: ohci: use guard macro to serialize accesses to phy registers | Takashi Sakamoto | 1 | -35/+36 |
2024-08-05 | firewire: core: use guard macro to maintain the list of cdev clients | Takashi Sakamoto | 1 | -8/+5 |
2024-08-05 | firewire: core: use guard macro to maintain the list of card | Takashi Sakamoto | 1 | -26/+18 |
2024-08-05 | firewire: core: use guard macro to maintain static packet data for phy config... | Takashi Sakamoto | 1 | -3/+1 |
2024-08-02 | firewire: ohci: use static inline functions to serialize data of IT DMA | Takashi Sakamoto | 1 | -18/+16 |
2024-08-02 | firewire: ohci: add static inline functions to serialize/deserialize data of ... | Takashi Sakamoto | 2 | -0/+116 |
2024-08-02 | firewire: ohci: use static inline functions to serialize data of AT DMA | Takashi Sakamoto | 1 | -14/+18 |
2024-08-02 | firewire: ohci: add static inline functions to serialize/deserialize data of ... | Takashi Sakamoto | 2 | -0/+149 |
2024-08-01 | firewire: core: utilize kref to maintain fw_node with reference counting | Takashi Sakamoto | 2 | -5/+12 |
2024-07-29 | firewire: core: use common helper function to serialize phy configuration packet | Takashi Sakamoto | 2 | -2/+4 |
2024-07-29 | firewire: ohci: minor code refactoring to localize text table | Takashi Sakamoto | 1 | -10/+18 |
2024-07-29 | firewire: ohci: use TCODE_LINK_INTERNAL consistently | Takashi Sakamoto | 2 | -6/+4 |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
2024-07-12 | firewire: core: move copy_port_status() helper function to TP_fast_assign() b... | Takashi Sakamoto | 1 | -11/+0 |
2024-07-08 | Revert "firewire: ohci: use common macro to interpret be32 data in le32 buffer" | Takashi Sakamoto | 1 | -1/+1 |
2024-07-04 | firewire: ohci: add tracepoints event for data of Self-ID DMA | Takashi Sakamoto | 1 | -1/+10 |
2024-07-04 | firewire: ohci: use inline functions to operate data of self-ID DMA | Takashi Sakamoto | 2 | -6/+7 |
2024-07-04 | firewire: ohci: add static inline functions to deserialize for Self-ID DMA op... | Takashi Sakamoto | 5 | -0/+116 |
2024-07-04 | firewire: ohci: use static function to handle endian issue on PowerPC platform | Takashi Sakamoto | 1 | -12/+27 |
2024-07-04 | firewire: ohci: use common macro to interpret be32 data in le32 buffer | Takashi Sakamoto | 1 | -1/+1 |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -3/+3 |
2024-06-25 | firewire: ohci: add tracepoints event for hardIRQ event | Takashi Sakamoto | 1 | -0/+1 |
2024-06-25 | firewire: ohci: add support for Linux kernel tracepoints | Takashi Sakamoto | 1 | -0/+3 |
2024-06-25 | firewire: core: add tracepoints events for completions of packets in isochron... | Takashi Sakamoto | 2 | -6/+21 |
2024-06-25 | firewire: core: add tracepoints events for queueing packets of isochronous co... | Takashi Sakamoto | 1 | -0/+4 |
2024-06-25 | firewire: core: add tracepoints events for flushing completions of isochronou... | Takashi Sakamoto | 2 | -0/+6 |
2024-06-25 | firewire: core: add tracepoints events for flushing of isochronous context | Takashi Sakamoto | 1 | -0/+4 |
2024-06-25 | firewire: core: add tracepoints events for starting/stopping of isochronous c... | Takashi Sakamoto | 1 | -0/+8 |
2024-06-25 | firewire: core: add tracepoints events for setting channels of multichannel c... | Takashi Sakamoto | 1 | -0/+2 |
2024-06-25 | firewire: core: add tracepoints events for allocation/deallocation of isochro... | Takashi Sakamoto | 1 | -0/+10 |
2024-06-17 | firewire: core: record card index in tracepoints event for self ID sequence | Takashi Sakamoto | 1 | -1/+1 |
2024-06-17 | firewire: core: use inline helper functions to serialize phy config packet | Takashi Sakamoto | 1 | -12/+10 |
2024-06-17 | firewire: core: add tests for serialization/deserialization of phy config packet | Takashi Sakamoto | 2 | -0/+134 |
2024-06-17 | firewire: core: add tracepoints event for self_id_sequence | Takashi Sakamoto | 2 | -2/+20 |
2024-06-17 | firewire: core: arrangement header inclusion for tracepoints events | Takashi Sakamoto | 3 | -1/+6 |
2024-06-17 | firewire: ohci: use helper inline functions to serialize/deserialize self ID ... | Takashi Sakamoto | 1 | -24/+45 |
2024-06-17 | firewire: core: use helper inline functions to deserialize self ID packet | Takashi Sakamoto | 1 | -16/+10 |
2024-06-17 | firewire: core: add common inline functions to serialize/deserialize self ID ... | Takashi Sakamoto | 2 | -0/+381 |
2024-06-17 | firewire: ohci: use helper functions for self ID sequence | Takashi Sakamoto | 1 | -28/+49 |
2024-06-17 | firewire: core: use helper functions for self ID sequence | Takashi Sakamoto | 1 | -120/+69 |
2024-06-17 | firewire: ohci: minor code refactoring for self ID logging | Takashi Sakamoto | 1 | -14/+22 |
2024-06-17 | firewire: core: minor code refactoring for topology builder | Takashi Sakamoto | 1 | -11/+14 |
2024-06-17 | firewire: core: add helper function to handle port status from self ID sequen... | Takashi Sakamoto | 2 | -0/+116 |
2024-06-17 | firewire: core: add enumerator of self ID sequences and its KUnit test | Takashi Sakamoto | 5 | -0/+174 |
2024-06-15 | firewire: core: record card index in bus_reset_handle tracepoints event | Takashi Sakamoto | 1 | -1/+1 |
2024-06-15 | firewire: core: record card index in tracepoinrts events derived from bus_res... | Takashi Sakamoto | 1 | -3/+3 |
2024-06-15 | firewire: core: record card index in async_phy_inbound tracepoints event | Takashi Sakamoto | 1 | -1/+1 |
2024-06-15 | firewire: core: record card index in async_phy_outbound_complete tracepoints ... | Takashi Sakamoto | 2 | -2/+2 |
2024-06-15 | firewire: core: record card index in async_phy_outbound_initiate tracepoints ... | Takashi Sakamoto | 2 | -3/+3 |
2024-06-15 | firewire: core: record card index in tracepoinrts events derived from async_i... | Takashi Sakamoto | 1 | -4/+4 |
2024-06-15 | firewire: core: record card index in tracepoinrts events derived from async_o... | Takashi Sakamoto | 1 | -4/+6 |
2024-06-15 | firewire: core: record card index in tracepoinrts events derived from async_o... | Takashi Sakamoto | 1 | -3/+3 |
2024-06-15 | firewire: fix website URL in Kconfig | Takashi Sakamoto | 1 | -1/+1 |
2024-05-27 | firewire: add missing MODULE_DESCRIPTION() to test modules | Jeff Johnson | 2 | -0/+2 |
2024-05-14 | Merge tag 'firewire-updates-6.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 12 | -194/+1070 |
2024-05-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -9/+4 |
2024-05-09 | firewire: obsolete usage of *-objs in Makefile for KUnit test | Takashi Sakamoto | 1 | -5/+2 |
2024-05-06 | firewire: core: add tracepoint event for handling bus reset | Takashi Sakamoto | 1 | -0/+3 |
2024-05-06 | Revert "firewire: core: option to log bus reset initiation" | Takashi Sakamoto | 3 | -21/+0 |
2024-05-06 | firewire: core: add tracepoints events for initiating bus reset | Takashi Sakamoto | 1 | -0/+7 |
2024-05-06 | firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameter | Takashi Sakamoto | 1 | -8/+1 |
2024-05-06 | firewire: ohci: add bus-reset event for initial set of handled irq | Takashi Sakamoto | 1 | -6/+5 |
2024-05-06 | firewire: core: add tracepoints event for asynchronous inbound phy packet | Takashi Sakamoto | 1 | -0/+2 |
2024-05-06 | firewire: core/cdev: add tracepoints events for asynchronous phy packet | Takashi Sakamoto | 2 | -0/+13 |
2024-05-06 | firewire: core: add tracepoints events for asynchronous outbound response | Takashi Sakamoto | 1 | -7/+16 |
2024-05-06 | firewire: core: add tracepoint event for asynchronous inbound request | Takashi Sakamoto | 1 | -1/+7 |
2024-05-06 | firewire: core: add tracepoints event for asynchronous inbound response | Takashi Sakamoto | 1 | -26/+29 |
2024-05-06 | firewire: core: add tracepoints events for asynchronous outbound request | Takashi Sakamoto | 1 | -0/+7 |
2024-05-06 | firewire: core: add support for Linux kernel tracepoints | Takashi Sakamoto | 2 | -1/+6 |
2024-05-06 | firewire: core: replace local macros with common inline functions for isochro... | Takashi Sakamoto | 1 | -7/+5 |
2024-05-06 | firewire: core: add common macro to serialize/deserialize isochronous packet ... | Takashi Sakamoto | 2 | -0/+110 |
2024-05-06 | firewire: core: obsolete tcode check macros with inline functions | Takashi Sakamoto | 3 | -12/+19 |
2024-05-06 | firewire: ohci: replace hard-coded values with common macros | Takashi Sakamoto | 1 | -4/+14 |
2024-05-06 | firewire: ohci: replace hard-coded values with inline functions for asynchron... | Takashi Sakamoto | 1 | -15/+15 |
2024-05-06 | firewire: ohci: replace local macros with common inline functions for asynchr... | Takashi Sakamoto | 1 | -16/+8 |
2024-05-06 | firewire: core: replace local macros with common inline functions for asynchr... | Takashi Sakamoto | 1 | -82/+56 |
2024-05-06 | firewire: core: add common inline functions to serialize/deserialize asynchro... | Takashi Sakamoto | 5 | -0/+726 |
2024-05-06 | firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt line | Takashi Sakamoto | 1 | -5/+13 |
2024-05-06 | firewire: ohci: obsolete usage of deprecated API for MSI | Takashi Sakamoto | 1 | -4/+9 |
2024-05-06 | firewire: ohci: replace request_irq() with request_threaded_irq() | Takashi Sakamoto | 1 | -4/+4 |
2024-05-06 | Revert "firewire: ohci: use devres for requested IRQ" | Takashi Sakamoto | 1 | -6/+8 |
2024-05-06 | firewire: core: option to log bus reset initiation | Adam Goldman | 3 | -0/+21 |
2024-04-29 | firewire: ohci: fulfill timestamp for some local asynchronous transaction | Takashi Sakamoto | 1 | -2/+6 |
2024-04-29 | firewire: nosy: ensure user_length is taken into account when fetching packet... | Thanassis Avgerinos | 1 | -2/+4 |
2024-04-11 | scsi: sbp2: Switch to using ->device_configure | Christoph Hellwig | 1 | -3/+4 |
2024-04-11 | scsi: core: Add a dma_alignment field to the host and host template | Christoph Hellwig | 1 | -6/+0 |
2024-04-06 | firewire: ohci: mask bus reset interrupts between ISR and bottom half | Adam Goldman | 1 | -1/+5 |
2024-03-21 | firewire: core: add memo about the caller of show functions for device attrib... | Takashi Sakamoto | 1 | -0/+2 |
2024-03-18 | Revert "firewire: Kill unnecessary buf check in device_attribute.show" | Li Zhijian | 1 | -4/+12 |
2024-03-11 | firewire: core: fix build failure due to the caller of fw_csr_string() | Takashi Sakamoto | 1 | -1/+1 |
2024-03-11 | firewire: Convert snprintf/sprintf to sysfs_emit | Li Zhijian | 1 | -2/+2 |
2024-03-11 | firewire: Kill unnecessary buf check in device_attribute.show | Li Zhijian | 1 | -11/+3 |
2024-03-06 | firewire: ohci: prevent leak of left-over IRQ on unbind | Edmund Raile | 1 | -0/+2 |
2024-02-29 | firewire: core: use long bus reset on gap count error | Takashi Sakamoto | 1 | -1/+13 |
2024-02-07 | firewire: core: send bus reset promptly on gap count error | Takashi Sakamoto | 1 | -1/+17 |
2024-02-01 | firewire: core: search descriptor leaf just after vendor directory entry in r... | Takashi Sakamoto | 1 | -1/+10 |
2024-02-01 | firewire: core: correct documentation of fw_csr_string() kernel API | Takashi Sakamoto | 1 | -4/+3 |
2024-01-10 | firewire: core: fill model field in modalias of unit device for legacy layout... | Takashi Sakamoto | 2 | -3/+20 |
2024-01-08 | firewire: core: detect model name for legacy layout of configuration ROM | Takashi Sakamoto | 2 | -9/+27 |
2024-01-08 | firewire: core: detect numeric model identifier for legacy layout of configur... | Takashi Sakamoto | 2 | -15/+49 |
2024-01-08 | firewire: test: add test of device attributes for legacy AV/C device | Takashi Sakamoto | 1 | -0/+111 |
2024-01-08 | firewire: test: add test of device attributes for simple AV/C device | Takashi Sakamoto | 1 | -0/+119 |
2024-01-08 | firewire: test: add KUnit test for device attributes | Takashi Sakamoto | 4 | -0/+40 |
2024-01-08 | firewire: core: replace magic number with macro | Takashi Sakamoto | 1 | -5/+7 |
2024-01-08 | firewire: core: adds constant qualifier for local helper functions | Takashi Sakamoto | 1 | -3/+3 |
2024-01-08 | firewire: make fw_bus_type const | Greg Kroah-Hartman | 1 | -1/+1 |
2024-01-05 | firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and A... | Takashi Sakamoto | 1 | -0/+51 |
2023-12-03 | Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+4 |
2023-11-30 | firewire: core: fix possible memory leak in create_units() | Yang Yingliang | 1 | -7/+4 |
2023-11-24 | scsi: Change SCSI device boolean fields to single bit flags | Damien Le Moal | 1 | -3/+3 |
2023-11-05 | firewire: Annotate struct fw_node with __counted_by | Kees Cook | 1 | -1/+1 |
2023-10-27 | scsi: sd: Introduce manage_shutdown device flag | Damien Le Moal | 1 | -0/+1 |
2023-09-28 | scsi: sd: Differentiate system and runtime start/stop management | Damien Le Moal | 1 | -3/+6 |
2023-09-15 | Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree" | Takashi Sakamoto | 2 | -2/+2 |
2023-06-24 | firewire: net: fix use after free in fwnet_finish_incoming_packet() | Zhang Shurong | 1 | -2/+4 |
2023-06-06 | firewire: core: obsolete usage of GFP_ATOMIC at building node tree | Takashi Sakamoto | 2 | -2/+2 |
2023-06-06 | firewire: ohci: release buffer for AR req/resp contexts when managed resource... | Takashi Sakamoto | 1 | -17/+14 |
2023-06-06 | firewire: ohci: use devres for content of configuration ROM | Takashi Sakamoto | 1 | -18/+9 |
2023-06-06 | firewire: ohci: use devres for IT, IR, AT/receive, and AT/request contexts | Takashi Sakamoto | 1 | -15/+8 |
2023-06-06 | firewire: ohci: use devres for list of isochronous contexts | Takashi Sakamoto | 1 | -10/+9 |
2023-06-06 | firewire: ohci: use devres for requested IRQ | Takashi Sakamoto | 1 | -8/+4 |
2023-06-06 | firewire: ohci: use devres for misc DMA buffer | Takashi Sakamoto | 1 | -10/+3 |
2023-06-06 | firewire: ohci: use devres for MMIO region mapping | Takashi Sakamoto | 1 | -20/+6 |
2023-06-06 | firewire: ohci: use devres for PCI-related resources | Takashi Sakamoto | 1 | -7/+3 |
2023-06-06 | firewire: ohci: use devres for memory object of ohci structure | Takashi Sakamoto | 1 | -16/+17 |
2023-05-30 | firewire: fix build failure due to missing module license | Takashi Sakamoto | 1 | -0/+2 |
2023-05-30 | firewire: cdev: implement new event relevant to phy packet with time stamp | Takashi Sakamoto | 1 | -22/+68 |
2023-05-30 | firewire: cdev: add new event to notify phy packet with time stamp | Takashi Sakamoto | 1 | -0/+14 |
2023-05-30 | firewire: cdev: code refactoring to dispatch event for phy packet | Takashi Sakamoto | 1 | -27/+51 |
2023-05-30 | firewire: cdev: implement new event to notify response subaction with time stamp | Takashi Sakamoto | 1 | -31/+65 |
2023-05-30 | firewire: cdev: add new event to notify response subaction with time stamp | Takashi Sakamoto | 1 | -0/+15 |
2023-05-30 | firewire: cdev: code refactoring to operate event of response | Takashi Sakamoto | 1 | -12/+15 |
2023-05-30 | firewire: core: implement variations to send request and wait for response wi... | Takashi Sakamoto | 1 | -14/+27 |
2023-05-30 | firewire: core: use union for callback of transaction completion | Takashi Sakamoto | 3 | -14/+68 |
2023-05-30 | firewire: cdev: implement new event to notify request subaction with time stamp | Takashi Sakamoto | 1 | -1/+17 |
2023-05-30 | firewire: cdev: add new event to notify request subaction with time stamp | Takashi Sakamoto | 1 | -0/+20 |
2023-05-30 | firewire: cdev: add new version of ABI to notify time stamp at request/respon... | Takashi Sakamoto | 1 | -0/+1 |
2023-05-30 | firewire: add KUnit test to check layout of UAPI structures | Takashi Sakamoto | 4 | -0/+61 |
2023-05-11 | firewire: net: fix unexpected release of object for asynchronous request packet | Takashi Sakamoto | 1 | -10/+11 |
2023-04-27 | Merge tag 'firewire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2023-04-24 | firewire: init_ohci1394_dma: use correct function names in comments | Randy Dunlap | 1 | -2/+2 |
2023-03-24 | scsi: firewire: sbp2: Declare the SCSI host template const | Bart Van Assche | 1 | -2/+2 |