Re: [PATCH 2/2] net: phy: dp83867: add support for changing LED modes

2021-03-19 Thread kernel test robot
Hi Michael, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on net/master ipvs/master net-next/master v5.12-rc3 next-20210319] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting pa

Re: [PATCH 2/2] net: phy: dp83867: add support for changing LED modes

2021-03-19 Thread kernel test robot
Hi Michael, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on net/master ipvs/master net-next/master v5.12-rc3 next-20210319] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting pa

Re: [PATCH 2/2] net: phy: dp83867: add support for changing LED modes

2021-03-19 Thread kernel test robot
Hi Michael, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on robh/for-next] [also build test WARNING on net/master ipvs/master net-next/master v5.12-rc3 next-20210319] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting pa

Re: [PATCH 2/2] net: phy: dp83867: add support for changing LED modes

2021-03-19 Thread Michael Tretter
On Fri, 19 Mar 2021 16:57:10 +0100, Michael Tretter wrote: > From: Thomas Haemmerle > > The DP83867 supports four configurable LEDs. Several functions can be > multiplexed to these LEDs. The multiplexing can be configured in the > LEDCR1 register. > > Add support for changing the multiplexing of

[PATCH 2/2] net: phy: dp83867: add support for changing LED modes

2021-03-19 Thread Michael Tretter
From: Thomas Haemmerle The DP83867 supports four configurable LEDs. Several functions can be multiplexed to these LEDs. The multiplexing can be configured in the LEDCR1 register. Add support for changing the multiplexing of the LEDs via device tree. Signed-off-by: Thomas Haemmerle Signed-off-b