Markus Schneider-Pargmann ([email protected])

Number of posts: 387 (0.38 per day)
First post: 2021-09-10 06:58:34
Last post: 2024-06-12 12:07:19

Date List Subject
2023-03-15 11:07:46 linux-kernel [PATCH v3 16/16] can: m_can: Implement transmit submission coalescing
2023-03-15 11:07:40 linux-kernel [PATCH v3 14/16] can: m_can: Use tx_fifo_in_flight for netif_queue control
2023-03-15 11:07:36 linux-kernel [PATCH v3 08/16] can: m_can: Implement transmit coalescing
2023-03-15 11:07:31 linux-kernel [PATCH v3 11/16] can: m_can: Cache tx putidx
2023-03-15 11:07:27 linux-kernel [PATCH v3 12/16] can: m_can: Use the workqueue as queue
2023-03-15 11:07:24 linux-kernel [PATCH v3 13/16] can: m_can: Introduce a tx_fifo_in_flight counter
2023-03-15 11:07:21 linux-kernel [PATCH v3 10/16] can: m_can: Add tx coalescing ethtool support
2023-03-15 11:07:19 linux-kernel [PATCH v3 09/16] can: m_can: Add rx coalescing ethtool support
2023-03-15 11:07:15 linux-kernel [PATCH v3 07/16] can: m_can: Implement receive coalescing
2023-03-15 11:07:12 linux-kernel [PATCH v3 06/16] can: m_can: Write transmit header and data in one transaction
2023-03-15 11:07:08 linux-kernel [PATCH v3 02/16] can: m_can: Always acknowledge all interrupts
2023-03-15 11:07:03 linux-kernel [PATCH v3 03/16] can: m_can: Remove double interrupt enable
2023-03-15 11:06:58 linux-kernel [PATCH v3 05/16] can: m_can: Keep interrupts enabled during peripheral read
2023-03-15 11:06:54 linux-kernel [PATCH v3 04/16] can: m_can: Disable unused interrupts
2023-03-15 11:06:49 linux-kernel [PATCH v3 01/16] can: m_can: Remove repeated check for is_peripheral
2023-03-15 11:06:43 linux-kernel [PATCH v3 00/16] can: m_can: Optimizations for m_can/tcan part 2
2023-03-15 10:49:39 linux-kernel Re: [PATCH 1/5] dt-bindings: can: tcan4x5x: Add tcan4552 and tcan4553 variants
2023-03-15 10:45:29 linux-kernel Re: [PATCH 0/5] can: tcan4x5x: Introduce tcan4552/4553
2023-03-15 10:41:42 linux-kernel Re: [PATCH 5/5] can: tcan4x5x: Add support for tcan4552/4553
2023-03-14 15:12:42 linux-kernel [PATCH 5/5] can: tcan4x5x: Add support for tcan4552/4553
2023-03-14 15:12:39 linux-kernel [PATCH 2/5] can: tcan4x5x: Remove reserved register 0x814 from writable table
2023-03-14 15:12:35 linux-kernel [PATCH 4/5] can: tcan4x5x: Rename ID registers to match datasheet
2023-03-14 15:12:33 linux-kernel [PATCH 3/5] can: tcan4x5x: Check size of mram configuration
2023-03-14 15:12:29 linux-kernel [PATCH 1/5] dt-bindings: can: tcan4x5x: Add tcan4552 and tcan4553 variants
2023-03-14 15:12:28 linux-kernel [PATCH 0/5] can: tcan4x5x: Introduce tcan4552/4553
2023-03-13 11:50:37 linux-kernel Re: [PATCH 3/8] soc: mediatek: pm-domains: Create bus protection operation functions
2023-02-20 20:10:31 linux-kernel Re: [PATCH 1/8] dt-bindings: power: Add MT8365 power domains
2023-02-20 19:44:49 linux-kernel Re: [PATCH 8/8] soc: mediatek: pm-domains: Add support for MT8365
2023-02-20 05:31:11 linux-kernel Re: [PATCH v2 08/18] can: m_can: Write transmit header and data in one transaction
2023-01-30 08:05:51 linux-kernel Re: [PATCH v2 18/18] can: m_can: Implement transmit submission coalescing
2023-01-30 08:04:27 linux-kernel Re: [PATCH v2 08/18] can: m_can: Write transmit header and data in one transaction
2023-01-25 19:53:06 linux-kernel [PATCH v2 16/18] can: m_can: Use tx_fifo_in_flight for netif_queue control
2023-01-25 19:53:02 linux-kernel [PATCH v2 17/18] can: m_can: Implement BQL
2023-01-25 19:53:00 linux-kernel [PATCH v2 18/18] can: m_can: Implement transmit submission coalescing
2023-01-25 19:52:49 linux-kernel [PATCH v2 14/18] can: m_can: Use the workqueue as queue
2023-01-25 19:52:29 linux-kernel [PATCH v2 15/18] can: m_can: Introduce a tx_fifo_in_flight counter
2023-01-25 19:52:20 linux-kernel [PATCH v2 13/18] can: m_can: Cache tx putidx
2023-01-25 19:52:10 linux-kernel [PATCH v2 11/18] can: m_can: Add rx coalescing ethtool support
2023-01-25 19:52:07 linux-kernel [PATCH v2 12/18] can: m_can: Add tx coalescing ethtool support
2023-01-25 19:52:02 linux-kernel [PATCH v2 09/18] can: m_can: Implement receive coalescing
2023-01-25 19:51:50 linux-kernel [PATCH v2 10/18] can: m_can: Implement transmit coalescing
2023-01-25 19:51:43 linux-kernel [PATCH v2 08/18] can: m_can: Write transmit header and data in one transaction
2023-01-25 19:51:37 linux-kernel [PATCH v2 07/18] can: m_can: Keep interrupts enabled during peripheral read
2023-01-25 19:51:32 linux-kernel [PATCH v2 06/18] can: m_can: Disable unused interrupts
2023-01-25 19:51:27 linux-kernel [PATCH v2 03/18] can: m_can: Remove repeated check for is_peripheral
2023-01-25 19:51:25 linux-kernel [PATCH v2 05/18] can: m_can: Remove double interrupt enable
2023-01-25 19:51:22 linux-kernel [PATCH v2 04/18] can: m_can: Always acknowledge all interrupts
2023-01-25 19:51:20 linux-kernel [PATCH v2 02/18] can: tcan4x5x: Check size of mram configuration
2023-01-25 19:51:17 linux-kernel [PATCH v2 01/18] can: tcan4x5x: Remove reserved register 0x814 from writable table
2023-01-25 19:51:14 linux-kernel [PATCH v2 00/18] can: m_can: Optimizations for m_can/tcan part 2
2023-01-09 14:32:15 linux-kernel Re: [PATCH 00/18] can: m_can: Optimizations for m_can/tcan part 2