summaryrefslogtreecommitdiff
path: root/drivers/net/can/m_can
AgeCommit message (Expand)Author
2024-11-26can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors statisticsDario Binacchi
2024-11-04can: m_can: m_can_close(): don't call free_irq() for IRQ-less devicesMarc Kleine-Budde
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-12can: m_can: m_can_close(): stop clocks after device has been shut downMarc Kleine-Budde
2024-09-12can: m_can: enable NAPI before enabling interruptsJake Hamby
2024-09-11can: m_can: m_can_chip_config(): mask timestamp wraparound IRQJake Hamby
2024-09-11can: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-08-06can: m_can: Limit coalescing to peripheral instancesMarkus Schneider-Pargmann
2024-08-06can: m_can: Reset cached active_interrupts on startMarkus Schneider-Pargmann
2024-08-06can: m_can: disable_all_interrupts, not clear active_interruptsMarkus Schneider-Pargmann
2024-08-06can: m_can: Do not cancel timer from within timerMarkus Schneider-Pargmann
2024-08-06can: m_can: Remove m_can_rx_peripheral indirectionMarkus Schneider-Pargmann
2024-08-06can: m_can: Remove coalesing disable in isr during suspendMarkus Schneider-Pargmann
2024-08-06can: m_can: Reset coalescing during suspend/resumeMarkus Schneider-Pargmann
2024-08-06can: m_can: Release irq on error in m_can_openSimon Horman
2024-06-28can: m_can: Constify struct m_can_opsChristophe JAILLET
2024-06-21can: m_can: don't enable transceiver when probingMartin Hundebøll
2024-02-14can: tcan4x5x: support resuming from rx interrupt signalMartin Hundebøll
2024-02-14can: m_can: allow keeping the transceiver running in suspendMartin Hundebøll
2024-02-14can: m_can: remove redundant check for pm_clock_supportFrancesco Dolcini
2024-02-12can: m_can: Implement transmit submission coalescingMarkus Schneider-Pargmann
2024-02-12can: m_can: Implement BQLMarkus Schneider-Pargmann
2024-02-12can: m_can: Use tx_fifo_in_flight for netif_queue controlMarkus Schneider-Pargmann
2024-02-12can: m_can: Introduce a tx_fifo_in_flight counterMarkus Schneider-Pargmann
2024-02-12can: m_can: Use the workqueue as queueMarkus Schneider-Pargmann
2024-02-12can: m_can: Cache tx putidxMarkus Schneider-Pargmann
2024-02-12can: m_can: Use u32 for putidxMarkus Schneider-Pargmann
2024-02-12can: m_can: Add tx coalescing ethtool supportMarkus Schneider-Pargmann
2024-02-12can: m_can: Add rx coalescing ethtool supportMarkus Schneider-Pargmann
2024-02-12can: m_can: Implement transmit coalescingMarkus Schneider-Pargmann
2024-02-12can: m_can: Implement receive coalescingMarkus Schneider-Pargmann
2024-02-12can: m_can: Write transmit header and data in one transactionMarkus Schneider-Pargmann
2024-02-12can: m_can: Move hrtimer init to m_can_class_registerMarkus Schneider-Pargmann
2024-02-12can: m_can: Start/Cancel polling timer together with interruptsMarkus Schneider-Pargmann
2023-10-06can: tcan4x5x: Fix id2_register for tcan4553Markus Schneider-Pargmann
2023-07-31can: tcan4x5x: Add error messages in probeMarkus Schneider-Pargmann
2023-07-31can: tcan4x5x: Add support for tcan4552/4553Markus Schneider-Pargmann
2023-07-31can: tcan4x5x: Rename ID registers to match datasheetMarkus Schneider-Pargmann
2023-07-31can: tcan4x5x: Check size of mram configurationMarkus Schneider-Pargmann
2023-07-31can: tcan4x5x: Remove reserved register 0x814 from writable tableMarkus Schneider-Pargmann
2023-07-28can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...Marc Kleine-Budde
2023-07-28can: Explicitly include correct DT includes, part 2Rob Herring
2023-07-17can: m_can: Add hrtimer to generate software interruptJudith Mendez
2023-06-22can: m_can: fix coding styleMarc Kleine-Budde
2023-05-15can: m_can: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-24can: m_can: Keep interrupts enabled during peripheral readMarkus Schneider-Pargmann
2023-03-24can: m_can: Disable unused interruptsMarkus Schneider-Pargmann
2023-03-24can: m_can: Remove double interrupt enableMarkus Schneider-Pargmann
2023-03-24can: m_can: Always acknowledge all interruptsMarkus Schneider-Pargmann
2023-03-24can: m_can: Remove repeated check for is_peripheralMarkus Schneider-Pargmann