Re: [RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2024-01-11 Thread Roger Quadros
Hi Köry, On 06/10/2023 19:47, Simon Glass wrote: > Hi Köry, > > On Fri, 6 Oct 2023 at 07:26, Köry Maincent wrote: >> >> On Wed, 4 Oct 2023 15:39:23 +0300 >> Roger Quadros wrote: >> >> Hello, >> Thanks for adding me in cc. Also it seems I forgot to add myself to >> MAINTAINERS >> for the

Re: [RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2023-10-06 Thread Simon Glass
Hi Köry, On Fri, 6 Oct 2023 at 07:26, Köry Maincent wrote: > > On Wed, 4 Oct 2023 15:39:23 +0300 > Roger Quadros wrote: > > Hello, > Thanks for adding me in cc. Also it seems I forgot to add myself to > MAINTAINERS > for the extension_board.c file. > > > >>> Before this goes too far I think

Re: [RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2023-10-06 Thread Roger Quadros
On 06/10/2023 16:26, Köry Maincent wrote: > On Wed, 4 Oct 2023 15:39:23 +0300 > Roger Quadros wrote: > > Hello, > Thanks for adding me in cc. Also it seems I forgot to add myself to > MAINTAINERS > for the extension_board.c file. > > Before this goes too far I think this should move to

Re: [RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2023-10-06 Thread Köry Maincent
On Wed, 4 Oct 2023 15:39:23 +0300 Roger Quadros wrote: Hello, Thanks for adding me in cc. Also it seems I forgot to add myself to MAINTAINERS for the extension_board.c file. > >>> Before this goes too far I think this should move to using a linker > >>> list to declare the driver (or a

Re: [RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2023-10-04 Thread Roger Quadros
Hi, On 13/07/2023 21:44, Nishanth Menon wrote: > On 15:29-20230711, Roger Quadros wrote: >> Hi Simon, >> >> On 10/07/2023 22:45, Simon Glass wrote: >>> Hi Roger, >>> >>> On Mon, 10 Jul 2023 at 08:51, Roger Quadros wrote: Support the Expansion cards via Extension framework. This

Re: [RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2023-07-13 Thread Nishanth Menon
On 15:29-20230711, Roger Quadros wrote: > Hi Simon, > > On 10/07/2023 22:45, Simon Glass wrote: > > Hi Roger, > > > > On Mon, 10 Jul 2023 at 08:51, Roger Quadros wrote: > >> > >> Support the Expansion cards via Extension framework. > >> This should make 'expansion' command work to scan > >> for

Re: [RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2023-07-11 Thread Roger Quadros
Hi Simon, On 10/07/2023 22:45, Simon Glass wrote: > Hi Roger, > > On Mon, 10 Jul 2023 at 08:51, Roger Quadros wrote: >> >> Support the Expansion cards via Extension framework. >> This should make 'expansion' command work to scan >> for expansion cards and apply DT overlays. >> >> Card detection

Re: [RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2023-07-10 Thread Simon Glass
Hi Roger, On Mon, 10 Jul 2023 at 08:51, Roger Quadros wrote: > > Support the Expansion cards via Extension framework. > This should make 'expansion' command work to scan > for expansion cards and apply DT overlays. > > Card detection code is moved to a library so > other boards can benefit from

[RFC PATCH 2/2] board: ti: am65x: Move to using Extension framework

2023-07-10 Thread Roger Quadros
Support the Expansion cards via Extension framework. This should make 'expansion' command work to scan for expansion cards and apply DT overlays. Card detection code is moved to a library so other boards can benefit from it. Signed-off-by: Roger Quadros --- board/ti/am65x/evm.c |