mbox series

[0/3] can: rcar_canfd: Small improvements and cleanups

Message ID cover.1716973640.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series can: rcar_canfd: Small improvements and cleanups | expand

Message

Geert Uytterhoeven May 29, 2024, 9:12 a.m. UTC
Hi all,

This series containssome improvements and cleanups for the R-Car CAN-FD
driver.  It has been tested on R-Car V4H (White Hawk and White Hawk
Single).

Thanks for your comments!

Geert Uytterhoeven (3):
  can: rcar_canfd: Simplify clock handling
  can: rcar_canfd: Improve printing of global operational state
  can: rcar_canfd: Remove superfluous parentheses in address
    calculations

 drivers/net/can/rcar/rcar_canfd.c | 41 ++++++++++++-------------------
 1 file changed, 16 insertions(+), 25 deletions(-)

Comments

Vincent MAILHOL June 2, 2024, 8:04 a.m. UTC | #1
On Wed. 29 mai 2024 at 18:12, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>         Hi all,
>
> This series containssome improvements and cleanups for the R-Car CAN-FD
> driver.  It has been tested on R-Car V4H (White Hawk and White Hawk
> Single).
>
> Thanks for your comments!

I left one notwithstanding comment on the first patch. With or without
that nitpick addressed, and for the full series:

Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Marc Kleine-Budde June 21, 2024, 8:38 a.m. UTC | #2
On 29.05.2024 11:12:12, Geert Uytterhoeven wrote:
> This series containssome improvements and cleanups for the R-Car CAN-FD
                    ^^^
I've added the missing space while merging this series.

> driver.  It has been tested on R-Car V4H (White Hawk and White Hawk
> Single).

Applied to linux-can-next. I'll include this in the next PR.

regards,
Marc