mbox series

[0/2] Minor improvements to b53 dmesg output

Message ID 20200903112621.379037-1-pbarker@konsulko.com
Headers show
Series Minor improvements to b53 dmesg output | expand

Message

Paul Barker Sept. 3, 2020, 11:26 a.m. UTC
These changes were made while debugging the b53 driver for use on a
custom board. They've been runtime tested on a patched 4.14.y kernel
which supports this board as well as build tested with 5.9-rc3. The
changes are straightforward enough that I think this testing is
sufficient but let me know if further testing is required.

Unfortunately I don't have a board to hand which boots with a more
recent kernel and has a switch supported by the b53 driver. I'd still
like to upstream these patches if possible though.

Paul Barker (2):
  net: dsa: b53: Use dev_{err,info} instead of pr_*
  net: dsa: b53: Print err message on SW_RST timeout

 drivers/net/dsa/b53/b53_common.c | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Comments

David Miller Sept. 3, 2020, 7:07 p.m. UTC | #1
From: Paul Barker <pbarker@konsulko.com>
Date: Thu,  3 Sep 2020 12:26:19 +0100

> These changes were made while debugging the b53 driver for use on a
> custom board. They've been runtime tested on a patched 4.14.y kernel
> which supports this board as well as build tested with 5.9-rc3. The
> changes are straightforward enough that I think this testing is
> sufficient but let me know if further testing is required.
> 
> Unfortunately I don't have a board to hand which boots with a more
> recent kernel and has a switch supported by the b53 driver. I'd still
> like to upstream these patches if possible though.

Series applied to net-next, thanks.