Linux CAN drivers development
 help / color / mirror / Atom feed
* [PATCH net-next 0/11] pull-request: can-next 2023-03-27
@ 2023-03-27  7:33 Marc Kleine-Budde
  2023-03-27  7:33 ` [PATCH net-next 01/11] can: rcar_canfd: Add transceiver support Marc Kleine-Budde
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Marc Kleine-Budde @ 2023-03-27  7:33 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

Hello netdev-team,

this is a pull request of 11 patches for net-next/master.

The first 2 patches by Geert Uytterhoeven add transceiver support and
improve the error messages in the rcar_canfd driver.

Cai Huoqing contributes 3 patches which remove a redundant call to
pci_clear_master() in the c_can, ctucanfd and kvaser_pciefd driver.

Frank Jungclaus's patch replaces the struct esd_usb_msg with a union
in the esd_usb driver to improve readability.

Markus Schneider-Pargmann contributes 5 patches to improve the
performance in the m_can driver, especially for SPI attached
controllers like the tcan4x5x.

regards,
Marc

---

The following changes since commit 323fe43cf9aef79159ba8937218a3f076bf505af:

  net: phy: Improved PHY error reporting in state machine (2023-03-24 09:18:19 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-6.4-20230327

for you to fetch changes up to db88681c4885b8f2f07241c6f3f1fcf2d773754e:

  Merge patch series "can: m_can: Optimizations for m_can/tcan part 2" (2023-03-24 19:14:02 +0100)

----------------------------------------------------------------
linux-can-next-for-6.4-20230327

----------------------------------------------------------------
Cai Huoqing (3):
      can: c_can: Remove redundant pci_clear_master
      can: ctucanfd: Remove redundant pci_clear_master
      can: kvaser_pciefd: Remove redundant pci_clear_master

Frank Jungclaus (1):
      can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union

Geert Uytterhoeven (2):
      can: rcar_canfd: Add transceiver support
      can: rcar_canfd: Improve error messages

Marc Kleine-Budde (3):
      Merge patch series "can: rcar_canfd: Add transceiver support"
      Merge patch series "can: remove redundant pci_clear_master()"
      Merge patch series "can: m_can: Optimizations for m_can/tcan part 2"

Markus Schneider-Pargmann (5):
      can: m_can: Remove repeated check for is_peripheral
      can: m_can: Always acknowledge all interrupts
      can: m_can: Remove double interrupt enable
      can: m_can: Disable unused interrupts
      can: m_can: Keep interrupts enabled during peripheral read

 drivers/net/can/c_can/c_can_pci.c       |   2 -
 drivers/net/can/ctucanfd/ctucanfd_pci.c |   8 +-
 drivers/net/can/kvaser_pciefd.c         |   1 -
 drivers/net/can/m_can/m_can.c           |  37 +++----
 drivers/net/can/rcar/rcar_canfd.c       |  71 +++++++++-----
 drivers/net/can/usb/esd_usb.c           | 166 ++++++++++++++++----------------
 6 files changed, 148 insertions(+), 137 deletions(-)



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-03-29  6:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-27  7:33 [PATCH net-next 0/11] pull-request: can-next 2023-03-27 Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 01/11] can: rcar_canfd: Add transceiver support Marc Kleine-Budde
2023-03-28  3:10   ` patchwork-bot+netdevbpf
2023-03-28 21:56   ` Jakub Kicinski
2023-03-29  6:42     ` Geert Uytterhoeven
2023-03-27  7:33 ` [PATCH net-next 02/11] can: rcar_canfd: Improve error messages Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 03/11] can: c_can: Remove redundant pci_clear_master Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 04/11] can: ctucanfd: " Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 05/11] can: kvaser_pciefd: " Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 06/11] can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 07/11] can: m_can: Remove repeated check for is_peripheral Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 08/11] can: m_can: Always acknowledge all interrupts Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 09/11] can: m_can: Remove double interrupt enable Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 10/11] can: m_can: Disable unused interrupts Marc Kleine-Budde
2023-03-27  7:33 ` [PATCH net-next 11/11] can: m_can: Keep interrupts enabled during peripheral read Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox