linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] can: rcar_can: Miscellaneous cleanups and improvements
@ 2025-08-14 12:01 Geert Uytterhoeven
  2025-08-14 12:01 ` [PATCH 1/9] can: rcar_can: Consistently use ndev for net_device pointers Geert Uytterhoeven
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Geert Uytterhoeven @ 2025-08-14 12:01 UTC (permalink / raw)
  To: Marc Kleine-Budde, Vincent Mailhol
  Cc: linux-can, linux-renesas-soc, Geert Uytterhoeven

	Hi all,

This patch series contains miscellaneous cleanups and improvements for
the R-Car CAN driver.  I deliberately sent this as a separate series
from "[PATCH] can: rcar_can: Fix s2ram with PSCI"[1], to avoid blocking
the latter.  However, this series (in particular [PATCH 3/9]) does
depend on it.

Thanks for your comments!

[1] https://lore.kernel.org/699b2f7fcb60b31b6f976a37f08ce99c5ffccb31.1755165227.git.geert+renesas@glider.be

Geert Uytterhoeven (9):
  can: rcar_can: Consistently use ndev for net_device pointers
  can: rcar_can: Add helper variable dev to rcar_can_probe()
  can: rcar_can: Convert to Runtime PM
  can: rcar_can: Convert to BIT()
  can: rcar_can: Convert to GENMASK()
  can: rcar_can: CTLR bitfield conversion
  can: rcar_can: TFCR bitfield conversion
  can: rcar_can: BCR bitfield conversion
  can: rcar_can: Mailbox bitfield conversion

 drivers/net/can/rcar/rcar_can.c | 281 ++++++++++++++++----------------
 1 file changed, 145 insertions(+), 136 deletions(-)

-- 
2.43.0

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2025-08-14 12:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 12:01 [PATCH 0/9] can: rcar_can: Miscellaneous cleanups and improvements Geert Uytterhoeven
2025-08-14 12:01 ` [PATCH 1/9] can: rcar_can: Consistently use ndev for net_device pointers Geert Uytterhoeven
2025-08-14 12:02 ` [PATCH 2/9] can: rcar_can: Add helper variable dev to rcar_can_probe() Geert Uytterhoeven
2025-08-14 12:02 ` [PATCH 3/9] can: rcar_can: Convert to Runtime PM Geert Uytterhoeven
2025-08-14 12:06   ` Marc Kleine-Budde
2025-08-14 12:32     ` Geert Uytterhoeven
2025-08-14 12:43     ` Marc Kleine-Budde
2025-08-14 12:02 ` [PATCH 4/9] can: rcar_can: Convert to BIT() Geert Uytterhoeven
2025-08-14 12:02 ` [PATCH 5/9] can: rcar_can: Convert to GENMASK() Geert Uytterhoeven
2025-08-14 12:02 ` [PATCH 6/9] can: rcar_can: CTLR bitfield conversion Geert Uytterhoeven
2025-08-14 12:02 ` [PATCH 7/9] can: rcar_can: TFCR " Geert Uytterhoeven
2025-08-14 12:02 ` [PATCH 8/9] can: rcar_can: BCR " Geert Uytterhoeven
2025-08-14 12:02 ` [PATCH 9/9] can: rcar_can: Mailbox " Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).