mbox series

[v4,0/2] can: rcar_canfd: Add transceiver support

Message ID cover.1679414936.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series can: rcar_canfd: Add transceiver support | expand

Message

Geert Uytterhoeven March 21, 2023, 4:14 p.m. UTC
Hi all,

This patch series adds transceiver support to the Renesas R-Car CAN-FD
driver, and improves the printing of error messages, as requested by
Vincent.

Originally, both patches were submitted separately, but as the latter
depends on the former, I absorbed it within this series for the resend.

Thanks!

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

 drivers/net/can/rcar/rcar_canfd.c | 71 ++++++++++++++++++++-----------
 1 file changed, 45 insertions(+), 26 deletions(-)

Comments

Marc Kleine-Budde March 22, 2023, 8:34 a.m. UTC | #1
On 21.03.2023 17:14:59, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> This patch series adds transceiver support to the Renesas R-Car CAN-FD
> driver, and improves the printing of error messages, as requested by
> Vincent.
> 
> Originally, both patches were submitted separately, but as the latter
> depends on the former, I absorbed it within this series for the resend.

Applied to linux-can-next. I've squashed the improved error message for
the phy_power_on() into patch 1.

Thanks,
Marc
Marc Kleine-Budde March 24, 2023, 2:57 p.m. UTC | #2
On 21.03.2023 17:14:59, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> This patch series adds transceiver support to the Renesas R-Car CAN-FD
> driver, and improves the printing of error messages, as requested by
> Vincent.
> 
> Originally, both patches were submitted separately, but as the latter
> depends on the former, I absorbed it within this series for the resend.

Thanks. Applied to can-next, I've replaced the colons by comma, as
Vincent suggested.

Marc
Geert Uytterhoeven March 24, 2023, 3:08 p.m. UTC | #3
Hi Marc,

On Fri, Mar 24, 2023 at 4:00 PM Marc Kleine-Budde <mkl@pengutronix.de> wrote:
> On 21.03.2023 17:14:59, Geert Uytterhoeven wrote:
> > This patch series adds transceiver support to the Renesas R-Car CAN-FD
> > driver, and improves the printing of error messages, as requested by
> > Vincent.
> >
> > Originally, both patches were submitted separately, but as the latter
> > depends on the former, I absorbed it within this series for the resend.
>
> Thanks. Applied to can-next, I've replaced the colons by comma, as
> Vincent suggested.

Thanks a lot!

Gr{oetje,eeting}s,

                        Geert