mbox series

[0/2] can: esd_402_pci: Do cleanup; Add one-shot mode

Message ID 20240717214409.3934333-1-stefan.maetje@esd.eu (mailing list archive)
Headers show
Series can: esd_402_pci: Do cleanup; Add one-shot mode | expand

Message

Stefan Mätje July 17, 2024, 9:44 p.m. UTC
The goal of this patch series is to do some cleanup
and also add the support for the one-shot mode before
the next patch introduces CAN-FD support for this
driver.

Stefan Mätje (2):
  can: esd_402_pci: Rename esdACC CTRL register macros
  can: esd_402_pci: Add support for one-shot mode

 drivers/net/can/esd/esd_402_pci-core.c |  5 ++-
 drivers/net/can/esd/esdacc.c           | 55 ++++++++++++++------------
 drivers/net/can/esd/esdacc.h           | 38 +++++++++---------
 3 files changed, 53 insertions(+), 45 deletions(-)

Comments

Marc Kleine-Budde Aug. 5, 2024, 3:32 p.m. UTC | #1
On 17.07.2024 23:44:07, Stefan Mätje wrote:
> The goal of this patch series is to do some cleanup
> and also add the support for the one-shot mode before
> the next patch introduces CAN-FD support for this
> driver.

Applied to linux-can-next.

regards,
Marc