linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Marc Kleine-Budde <mkl@pengutronix.de>,
	Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Cc: linux-can@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 0/9] can: rcar_can: Miscellaneous cleanups and improvements
Date: Thu, 14 Aug 2025 14:01:58 +0200	[thread overview]
Message-ID: <cover.1755172404.git.geert+renesas@glider.be> (raw)

	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

             reply	other threads:[~2025-08-14 12:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14 12:01 Geert Uytterhoeven [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1755172404.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mailhol.vincent@wanadoo.fr \
    --cc=mkl@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).