[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210107103451.183477-1-mkl@pengutronix.de>
Date: Thu, 7 Jan 2021 11:34:45 +0100
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, kuba@...nel.org, linux-can@...r.kernel.org,
kernel@...gutronix.de
Subject: pull-request: can 2021-01-07
Hello Jakub, hello David,
this is a pull request of 6 patches for net/master.
The first patch is by me for the m_can driver and removes an erroneous
m_can_clk_stop() from the driver's unregister function.
The second patch targets the tcan4x5x driver, is by me, and fixes the bit
timing constant parameters.
The next two patches are by me, target the mcp251xfd driver, and fix a race
condition in the optimized TEF path (which was added in net-next for v5.11).
The similar code in the RX path is changed to look the same, although it
doesn't suffer from the race condition.
A patch by Lad Prabhakar updates the description and help text for the rcar CAN
driver to reflect all supported SoCs.
In the last patch Sriram Dash transfers the maintainership of the m_can driver
to Pankaj Sharma.
regards,
Marc
---
The following changes since commit 1f685e6adbbe3c7b1bd9053be771b898d9efa655:
ptp: ptp_ines: prevent build when HAS_IOMEM is not set (2021-01-06 16:17:23 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.11-20210107
for you to fetch changes up to 6ee49118f87cf02b36f68812bc49855b7b627a2b:
MAINTAINERS: Update MCAN MMIO device driver maintainer (2021-01-07 11:02:10 +0100)
----------------------------------------------------------------
linux-can-fixes-for-5.11-20210107
----------------------------------------------------------------
Lad Prabhakar (1):
can: rcar: Kconfig: update help description for CAN_RCAR config
Marc Kleine-Budde (4):
can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()
can: tcan4x5x: fix bittiming const, use common bittiming from m_can driver
can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race condition
can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer in HW, then in driver
Sriram Dash (1):
MAINTAINERS: Update MCAN MMIO device driver maintainer
MAINTAINERS | 2 +-
drivers/net/can/m_can/m_can.c | 2 --
drivers/net/can/m_can/tcan4x5x.c | 26 --------------------------
drivers/net/can/rcar/Kconfig | 4 ++--
drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 17 ++++++++---------
5 files changed, 11 insertions(+), 40 deletions(-)
Powered by blists - more mailing lists