Re: [PATCH] drivers: led: bcm6858: do not use null label to find the top

2023-07-25 Thread Tom Rini
On Fri, Jun 23, 2023 at 06:36:42PM +0200, Philippe Reynes wrote: > This driver considers that a node with an empty label is the top. > But the led class has changed, if a label is not provided for a led, > the label is filed with the node name. So we update this driver > to use a wrapper to

Re: [PATCH] drivers: led: bcm6858: do not use null label to find the top

2023-07-19 Thread Tom Rini
On Wed, Jul 19, 2023 at 02:13:06PM +0200, Philippe REYNES wrote: > Hi Tom, > > > Le 18/07/2023 à 15:43, Tom Rini a écrit : > > On Tue, Jul 18, 2023 at 11:20:52AM +0200, Philippe REYNES wrote: > > > Hi Tom, > > > > > > For this patch, I see that it is accepted on patchwork: > > >

Re: [PATCH] drivers: led: bcm6858: do not use null label to find the top

2023-07-19 Thread Philippe REYNES
Hi Tom, Le 18/07/2023 à 15:43, Tom Rini a écrit : On Tue, Jul 18, 2023 at 11:20:52AM +0200, Philippe REYNES wrote: Hi Tom, For this patch, I see that it is accepted on patchwork: https://patchwork.ozlabs.org/project/uboot/patch/20230623163642.241034-1-philippe.rey...@softathome.com/ But I

Re: [PATCH] drivers: led: bcm6858: do not use null label to find the top

2023-07-18 Thread Tom Rini
On Tue, Jul 18, 2023 at 11:20:52AM +0200, Philippe REYNES wrote: > Hi Tom, > > For this patch, I see that it is accepted on patchwork: > https://patchwork.ozlabs.org/project/uboot/patch/20230623163642.241034-1-philippe.rey...@softathome.com/ > But I don't see it in master/next. > > Is it a

Re: [PATCH] drivers: led: bcm6858: do not use null label to find the top

2023-07-18 Thread Philippe REYNES
Hi Tom, For this patch, I see that it is accepted on patchwork: https://patchwork.ozlabs.org/project/uboot/patch/20230623163642.241034-1-philippe.rey...@softathome.com/ But I don't see it in master/next. Is it a "miss" or I have to update it please ? Regards, Philippe Le 23/06/2023 à 18:36,

[PATCH] drivers: led: bcm6858: do not use null label to find the top

2023-06-23 Thread Philippe Reynes
This driver considers that a node with an empty label is the top. But the led class has changed, if a label is not provided for a led, the label is filed with the node name. So we update this driver to use a wrapper to manage the top led node. Signed-off-by: Philippe Reynes ---