linux-stable/drivers/net/can
Markus Schneider-Pargmann 9083e0b09d can: m_can: Keep interrupts enabled during peripheral read
Interrupts currently get disabled if the interrupt status shows new
received data. Non-peripheral chips handle receiving in a worker thread,
but peripheral chips are handling the receive process in the threaded
interrupt routine itself without scheduling it for a different worker.
So there is no need to disable interrupts for peripheral chips.

Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/all/20230315110546.2518305-6-msp@baylibre.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2023-03-24 19:13:54 +01:00
..
c_can can: c_can: Remove redundant pci_clear_master 2023-03-24 19:11:20 +01:00
cc770 net: Use of_property_read_bool() for boolean properties 2023-03-16 17:41:28 +00:00
ctucanfd can: ctucanfd: Remove redundant pci_clear_master 2023-03-24 19:11:20 +01:00
dev can: bittiming: can_validate_bitrate(): report error via netlink 2023-02-06 13:57:27 +01:00
flexcan can: flexcan: avoid unbalanced pm_runtime_enable warning 2022-12-19 16:08:27 +01:00
ifi_canfd can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
m_can can: m_can: Keep interrupts enabled during peripheral read 2023-03-24 19:13:54 +01:00
mscan can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
peak_canfd can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
rcar can: rcar_canfd: Improve error messages 2023-03-24 19:07:48 +01:00
sja1000 can: ems_pci: Add myself as module author 2023-02-02 17:33:53 +01:00
slcan can: slcan: fix freed work crash 2022-12-07 10:32:24 +01:00
softing can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
spi linux-can-next-for-6.3-20230206 2023-02-07 15:54:09 +01:00
usb can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union 2023-03-24 19:12:38 +01:00
at91_can.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
can327.c can: can327: flush TX_work on ldisc .close() 2022-12-07 10:32:36 +01:00
grcan.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
janz-ican3.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
Kconfig can: remove obsolete PCH CAN driver 2022-10-19 21:33:30 +02:00
kvaser_pciefd.c can: kvaser_pciefd: Remove redundant pci_clear_master 2023-03-24 19:11:20 +01:00
Makefile can: remove obsolete PCH CAN driver 2022-10-19 21:33:30 +02:00
sun4i_can.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
ti_hecc.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
vcan.c can: dev: add CAN XL support to virtual CAN 2022-09-15 09:08:09 +02:00
vxcan.c rtnetlink: pass netlink message header and portid to rtnl_configure_link() 2022-10-31 18:10:21 -07:00
xilinx_can.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00