All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [cip-dev] v6.1-cip: state of forward porting
       [not found] <1765D9D28CD911EB.3349@lists.cip-project.org>
@ 2023-06-05 20:52 ` Pavel Machek
  2023-06-06  7:14   ` Biju Das
  0 siblings, 1 reply; 8+ messages in thread
From: Pavel Machek @ 2023-06-05 20:52 UTC (permalink / raw)
  To: cip-dev; +Cc: biju.das.jz

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

Hi!

> I moved 6.1-cip branch a bit forward. Below is a summary of patches
> that needed forward-porting according to my scripts. Let me know if I
> missed some.

To be clear, by "forward-porting", I mean "making sure all patches
specific to 5.10-cip are in 6.1-cip, too".

Best regards,
								Pavel
								
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [cip-dev] v6.1-cip: state of forward porting
  2023-06-05 20:52 ` [cip-dev] v6.1-cip: state of forward porting Pavel Machek
@ 2023-06-06  7:14   ` Biju Das
  2023-06-06 10:58     ` Pavel Machek
  2023-06-10  9:07     ` [cip-dev] v6.1-cip: state of forward porting Pavel Machek
  0 siblings, 2 replies; 8+ messages in thread
From: Biju Das @ 2023-06-06  7:14 UTC (permalink / raw)
  To: Pavel Machek, cip-dev; +Cc: Chris Paterson

Hi Pavel,

Thanks for the 6.1 porting.

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: Monday, June 5, 2023 9:52 PM
> To: cip-dev@lists.cip-project.org
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: Re: [cip-dev] v6.1-cip: state of forward porting
> 
> Hi!
> 
> > I moved 6.1-cip branch a bit forward. Below is a summary of patches
> > that needed forward-porting according to my scripts. Let me know if I
> > missed some.
> 
> To be clear, by "forward-porting", I mean "making sure all patches
> specific to 5.10-cip are in 6.1-cip, too".

I confirm, It looks good to me. Maybe this patch as well[1], which I missed in 5.10.y-cip.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20230606&id=bf58a687db232e738105244e34a85d21f5e2598d

For CAN I guess we need to backport below patches for 6.1 aswell.

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=34f9e9852b90d7be6eef95874500d1fb1b768e7f

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=841645cfc773cdd0a21c67357c53845f2e972f91

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=a1dcfbdfd1d0f7843f381f7c58cc87a0f8c11f6c

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=ea6ff7792203ad6786bda75d1dabf33311c8bef4

Cheers,
Biju


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [cip-dev] v6.1-cip: state of forward porting
  2023-06-06  7:14   ` Biju Das
@ 2023-06-06 10:58     ` Pavel Machek
  2023-06-06 11:06       ` Biju Das
       [not found]       ` <17660D31D9770B92.16722@lists.cip-project.org>
  2023-06-10  9:07     ` [cip-dev] v6.1-cip: state of forward porting Pavel Machek
  1 sibling, 2 replies; 8+ messages in thread
From: Pavel Machek @ 2023-06-06 10:58 UTC (permalink / raw)
  To: Biju Das; +Cc: Pavel Machek, cip-dev, Chris Paterson

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

Hi!

> Thanks for the 6.1 porting.

I forward ported serial/sh-sci patches, up to "tty: serial: sh-sci:
Add RZ/G2L SCIFA DMA rx support". The last one can not be picked from
the mainline, I guess I could pick it from 5.10.

Best regards,
								Pavel
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [cip-dev] v6.1-cip: state of forward porting
  2023-06-06 10:58     ` Pavel Machek
@ 2023-06-06 11:06       ` Biju Das
       [not found]       ` <17660D31D9770B92.16722@lists.cip-project.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Biju Das @ 2023-06-06 11:06 UTC (permalink / raw)
  To: Pavel Machek; +Cc: cip-dev, Chris Paterson

Hi Pavel,

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: Tuesday, June 6, 2023 11:58 AM
> To: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: Pavel Machek <pavel@denx.de>; cip-dev@lists.cip-project.org; Chris
> Paterson <Chris.Paterson2@renesas.com>
> Subject: Re: [cip-dev] v6.1-cip: state of forward porting
> 
> Hi!
> 
> > Thanks for the 6.1 porting.
> 
> I forward ported serial/sh-sci patches, up to "tty: serial: sh-sci:
> Add RZ/G2L SCIFA DMA rx support". The last one can not be picked from
> the mainline, I guess I could pick it from 5.10.

I am ok with it picking from 5.10.

Cheers,
Biju


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Additional configs for supporting RZ/V2M and RZ/G2UL
       [not found]       ` <17660D31D9770B92.16722@lists.cip-project.org>
@ 2023-06-06 13:47         ` Biju Das
  2023-06-06 23:57           ` nobuhiro1.iwamatsu
  0 siblings, 1 reply; 8+ messages in thread
From: Biju Das @ 2023-06-06 13:47 UTC (permalink / raw)
  To: cip-dev, Pavel Machek, Nobuhiro Iwamatsu; +Cc: Chris Paterson

Hi Pavel and Nobuhiro,

I have created an MR for adding support for RZ/V2M and RZ/G2UL SoC for
{5.10,6.1}.y-cip*

https://gitlab.com/cip-project/cip-kernel/cip-kernel-config/-/merge_requests/81/commits

Cheers,
Biju


^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: Additional configs for supporting RZ/V2M and RZ/G2UL
  2023-06-06 13:47         ` Additional configs for supporting RZ/V2M and RZ/G2UL Biju Das
@ 2023-06-06 23:57           ` nobuhiro1.iwamatsu
  0 siblings, 0 replies; 8+ messages in thread
From: nobuhiro1.iwamatsu @ 2023-06-06 23:57 UTC (permalink / raw)
  To: biju.das.jz, cip-dev, pavel; +Cc: Chris.Paterson2

Hi Biju,

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Tuesday, June 6, 2023 10:47 PM
> To: cip-dev@lists.cip-project.org; Pavel Machek <pavel@denx.de>; iwamatsu
> nobuhiro(岩松 信洋 ○DITC□DIT○OST)
> <nobuhiro1.iwamatsu@toshiba.co.jp>
> Cc: Chris Paterson <Chris.Paterson2@renesas.com>
> Subject: Additional configs for supporting RZ/V2M and RZ/G2UL
> 
> Hi Pavel and Nobuhiro,
> 
> I have created an MR for adding support for RZ/V2M and RZ/G2UL SoC for
> {5.10,6.1}.y-cip*
> 
> https://gitlab.com/cip-project/cip-kernel/cip-kernel-config/-/merge_reques
> ts/81/commits

Applied, thanks

Best regards,
  Nobuhiro



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [cip-dev] v6.1-cip: state of forward porting
  2023-06-06  7:14   ` Biju Das
  2023-06-06 10:58     ` Pavel Machek
@ 2023-06-10  9:07     ` Pavel Machek
  2023-06-12  7:19       ` Biju Das
  1 sibling, 1 reply; 8+ messages in thread
From: Pavel Machek @ 2023-06-10  9:07 UTC (permalink / raw)
  To: Biju Das; +Cc: Pavel Machek, cip-dev, Chris Paterson

[-- Attachment #1: Type: text/plain, Size: 1677 bytes --]

Hi!

> > > I moved 6.1-cip branch a bit forward. Below is a summary of patches
> > > that needed forward-porting according to my scripts. Let me know if I
> > > missed some.
> > 
> > To be clear, by "forward-porting", I mean "making sure all patches
> > specific to 5.10-cip are in 6.1-cip, too".
> 
> I confirm, It looks good to me. Maybe this patch as well[1], which I missed in 5.10.y-cip.
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20230606&id=bf58a687db232e738105244e34a85d21f5e2598d
>

That's just documentation, I'll let you submitt it to 5.10 and 6.1 if
really needed.

> For CAN I guess we need to backport below patches for 6.1 aswell.
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=34f9e9852b90d7be6eef95874500d1fb1b768e7f
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=841645cfc773cdd0a21c67357c53845f2e972f91
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=a1dcfbdfd1d0f7843f381f7c58cc87a0f8c11f6c
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=ea6ff7792203ad6786bda75d1dabf33311c8bef4
> 

Thanks for hints, I think I got it right. I would not mind someone
double-checking the tree.

Best regards,
								Pavel
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [cip-dev] v6.1-cip: state of forward porting
  2023-06-10  9:07     ` [cip-dev] v6.1-cip: state of forward porting Pavel Machek
@ 2023-06-12  7:19       ` Biju Das
  0 siblings, 0 replies; 8+ messages in thread
From: Biju Das @ 2023-06-12  7:19 UTC (permalink / raw)
  To: Pavel Machek; +Cc: cip-dev, Chris Paterson

Hi Pavel,

Thanks for the feedback.

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: Saturday, June 10, 2023 10:07 AM
> To: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: Pavel Machek <pavel@denx.de>; cip-dev@lists.cip-project.org; Chris
> Paterson <Chris.Paterson2@renesas.com>
> Subject: Re: [cip-dev] v6.1-cip: state of forward porting
> 
> Hi!
> 
> > > > I moved 6.1-cip branch a bit forward. Below is a summary of
> > > > patches that needed forward-porting according to my scripts. Let
> > > > me know if I missed some.
> > >
> > > To be clear, by "forward-porting", I mean "making sure all patches
> > > specific to 5.10-cip are in 6.1-cip, too".
> >
> > I confirm, It looks good to me. Maybe this patch as well[1], which I
> missed in 5.10.y-cip.
> >
> > [1]
> > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/co
> > mmit/?h=next-20230606&id=bf58a687db232e738105244e34a85d21f5e2598d
> >
> 
> That's just documentation, I'll let you submitt it to 5.10 and 6.1 if
> really needed.

Agreed.

> 
> > For CAN I guess we need to backport below patches for 6.1 aswell.
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commi
> > t/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=34f9e9852b90d7be6
> > eef95874500d1fb1b768e7f
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commi
> > t/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=841645cfc773cdd0a
> > 21c67357c53845f2e972f91
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commi
> > t/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=a1dcfbdfd1d0f7843
> > f381f7c58cc87a0f8c11f6c
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commi
> > t/drivers/net/can/rcar/rcar_canfd.c?h=linux-6.3.y&id=ea6ff7792203ad678
> > 6bda75d1dabf33311c8bef4
> >
> 
> Thanks for hints, I think I got it right. I would not mind someone
> double-checking the tree.

It looks ok to me.

Cheers,
Biju


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-12  7:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1765D9D28CD911EB.3349@lists.cip-project.org>
2023-06-05 20:52 ` [cip-dev] v6.1-cip: state of forward porting Pavel Machek
2023-06-06  7:14   ` Biju Das
2023-06-06 10:58     ` Pavel Machek
2023-06-06 11:06       ` Biju Das
     [not found]       ` <17660D31D9770B92.16722@lists.cip-project.org>
2023-06-06 13:47         ` Additional configs for supporting RZ/V2M and RZ/G2UL Biju Das
2023-06-06 23:57           ` nobuhiro1.iwamatsu
2023-06-10  9:07     ` [cip-dev] v6.1-cip: state of forward porting Pavel Machek
2023-06-12  7:19       ` Biju Das

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.