mbox series

[v3,0/2] Match data improvements for pca955x driver

Message ID 20230930175615.13301-1-biju.das.jz@bp.renesas.com
Headers show
Series Match data improvements for pca955x driver | expand

Message

Biju Das Sept. 30, 2023, 5:56 p.m. UTC
This patch series aims to add match data improvements for pca955x driver.

This patch series is only compile tested.

v2->v3:
 * Added Rb tag from Andy.
 * Dropped tabs from struct pca955x.
v1->v2:
 * Added Rb tag from Lee Jones for patch#1.
 * Adeed patch#2 for cleanup of OF/ID table terminators.

Biju Das (2):
  leds: pca955x: Convert enum->pointer for data in the match tables
  leds: pca955x: Cleanup OF/ID table terminators

 drivers/leds/leds-pca955x.c | 71 +++++++++++++++----------------------
 1 file changed, 29 insertions(+), 42 deletions(-)

Comments

Lee Jones Oct. 5, 2023, 1:11 p.m. UTC | #1
On Sat, 30 Sep 2023, Biju Das wrote:

> This patch series aims to add match data improvements for pca955x driver.
> 
> This patch series is only compile tested.
> 
> v2->v3:
>  * Added Rb tag from Andy.
>  * Dropped tabs from struct pca955x.
> v1->v2:
>  * Added Rb tag from Lee Jones for patch#1.
>  * Adeed patch#2 for cleanup of OF/ID table terminators.
> 
> Biju Das (2):
>   leds: pca955x: Convert enum->pointer for data in the match tables
>   leds: pca955x: Cleanup OF/ID table terminators
> 
>  drivers/leds/leds-pca955x.c | 71 +++++++++++++++----------------------
>  1 file changed, 29 insertions(+), 42 deletions(-)

These no longer apply.

Please rebase and submit a [RESEND] so I can apply them.
Biju Das Oct. 5, 2023, 3:48 p.m. UTC | #2
Hi Lee Jones,

> -----Original Message-----
> From: Lee Jones <lee@kernel.org>
> Sent: Thursday, October 5, 2023 2:12 PM
> To: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: Pavel Machek <pavel@ucw.cz>; linux-leds@vger.kernel.org; linux-
> kernel@vger.kernel.org; Biju Das <biju.das.au@gmail.com>; Andy Shevchenko
> <andriy.shevchenko@linux.intel.com>
> Subject: Re: [PATCH v3 0/2] Match data improvements for pca955x driver
> 
> On Sat, 30 Sep 2023, Biju Das wrote:
> 
> > This patch series aims to add match data improvements for pca955x driver.
> >
> > This patch series is only compile tested.
> >
> > v2->v3:
> >  * Added Rb tag from Andy.
> >  * Dropped tabs from struct pca955x.
> > v1->v2:
> >  * Added Rb tag from Lee Jones for patch#1.
> >  * Adeed patch#2 for cleanup of OF/ID table terminators.
> >
> > Biju Das (2):
> >   leds: pca955x: Convert enum->pointer for data in the match tables
> >   leds: pca955x: Cleanup OF/ID table terminators
> >
> >  drivers/leds/leds-pca955x.c | 71 +++++++++++++++----------------------
> >  1 file changed, 29 insertions(+), 42 deletions(-)
> 
> These no longer apply.
> 
> Please rebase and submit a [RESEND] so I can apply them.

Can you please point me to the tree I need to rebase?

I believe previously I have rebased with [1], Please confirm.

[1]
https://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git?h=for-leds-next

Cheers,
Biju
Lee Jones Oct. 5, 2023, 3:53 p.m. UTC | #3
On Thu, 05 Oct 2023, Biju Das wrote:

> Hi Lee Jones,
> 
> > -----Original Message-----
> > From: Lee Jones <lee@kernel.org>
> > Sent: Thursday, October 5, 2023 2:12 PM
> > To: Biju Das <biju.das.jz@bp.renesas.com>
> > Cc: Pavel Machek <pavel@ucw.cz>; linux-leds@vger.kernel.org; linux-
> > kernel@vger.kernel.org; Biju Das <biju.das.au@gmail.com>; Andy Shevchenko
> > <andriy.shevchenko@linux.intel.com>
> > Subject: Re: [PATCH v3 0/2] Match data improvements for pca955x driver
> > 
> > On Sat, 30 Sep 2023, Biju Das wrote:
> > 
> > > This patch series aims to add match data improvements for pca955x driver.
> > >
> > > This patch series is only compile tested.
> > >
> > > v2->v3:
> > >  * Added Rb tag from Andy.
> > >  * Dropped tabs from struct pca955x.
> > > v1->v2:
> > >  * Added Rb tag from Lee Jones for patch#1.
> > >  * Adeed patch#2 for cleanup of OF/ID table terminators.
> > >
> > > Biju Das (2):
> > >   leds: pca955x: Convert enum->pointer for data in the match tables
> > >   leds: pca955x: Cleanup OF/ID table terminators
> > >
> > >  drivers/leds/leds-pca955x.c | 71 +++++++++++++++----------------------
> > >  1 file changed, 29 insertions(+), 42 deletions(-)
> > 
> > These no longer apply.
> > 
> > Please rebase and submit a [RESEND] so I can apply them.
> 
> Can you please point me to the tree I need to rebase?
> 
> I believe previously I have rebased with [1], Please confirm.
> 
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git?h=for-leds-next

Yes, that'll do.  Or if you're prepared to wait for the overnight-sync
you can use Linux Next tomorrow.
Biju Das Oct. 5, 2023, 3:54 p.m. UTC | #4
> Subject: Re: [PATCH v3 0/2] Match data improvements for pca955x driver
> 
> On Thu, 05 Oct 2023, Biju Das wrote:
> 
> > Hi Lee Jones,
> >
> > > -----Original Message-----
> > > From: Lee Jones <lee@kernel.org>
> > > Sent: Thursday, October 5, 2023 2:12 PM
> > > To: Biju Das <biju.das.jz@bp.renesas.com>
> > > Cc: Pavel Machek <pavel@ucw.cz>; linux-leds@vger.kernel.org; linux-
> > > kernel@vger.kernel.org; Biju Das <biju.das.au@gmail.com>; Andy
> > > Shevchenko <andriy.shevchenko@linux.intel.com>
> > > Subject: Re: [PATCH v3 0/2] Match data improvements for pca955x
> > > driver
> > >
> > > On Sat, 30 Sep 2023, Biju Das wrote:
> > >
> > > > This patch series aims to add match data improvements for pca955x
> driver.
> > > >
> > > > This patch series is only compile tested.
> > > >
> > > > v2->v3:
> > > >  * Added Rb tag from Andy.
> > > >  * Dropped tabs from struct pca955x.
> > > > v1->v2:
> > > >  * Added Rb tag from Lee Jones for patch#1.
> > > >  * Adeed patch#2 for cleanup of OF/ID table terminators.
> > > >
> > > > Biju Das (2):
> > > >   leds: pca955x: Convert enum->pointer for data in the match tables
> > > >   leds: pca955x: Cleanup OF/ID table terminators
> > > >
> > > >  drivers/leds/leds-pca955x.c | 71
> > > > +++++++++++++++----------------------
> > > >  1 file changed, 29 insertions(+), 42 deletions(-)
> > >
> > > These no longer apply.
> > >
> > > Please rebase and submit a [RESEND] so I can apply them.
> >
> > Can you please point me to the tree I need to rebase?
> >
> > I believe previously I have rebased with [1], Please confirm.
> >
> > [1]
> 
> Yes, that'll do.  Or if you're prepared to wait for the overnight-sync you
> can use Linux Next tomorrow.

OK, will wait for Linux Next.

Cheers,
Biju