mbox series

[0/3] Simple-framebuffer node related updates

Message ID 20240925151354.480704-1-devarsht@ti.com
Headers show
Series Simple-framebuffer node related updates | expand

Message

Devarsh Thakkar Sept. 25, 2024, 3:13 p.m. UTC
This series fixes some compilation issues related to FDT_SIMPLEFB
and VIDEO and along with that enables support for dynamic simplefb
node enablement for AM62x platform.

Devarsh Thakkar (3):
  boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB
  boot: fdt_simplefb: Remove conditional compilation checks for VIDEO
    Kconfig
  board: ti: am62x: evm: Update simple-framebuffer node in device-tree

 board/ti/am62x/evm.c | 21 +++++++++++++++++++++
 boot/Kconfig         |  1 +
 boot/fdt_simplefb.c  |  2 --
 3 files changed, 22 insertions(+), 2 deletions(-)

Comments

Devarsh Thakkar Oct. 21, 2024, 3:17 p.m. UTC | #1
Gentle reminder.

Hi Tom, Bryan,

On 25/09/24 20:43, Devarsh Thakkar wrote:
> This series fixes some compilation issues related to FDT_SIMPLEFB
> and VIDEO and along with that enables support for dynamic simplefb
> node enablement for AM62x platform.
> 
> Devarsh Thakkar (3):
>   boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB
>   boot: fdt_simplefb: Remove conditional compilation checks for VIDEO
>     Kconfig
>   board: ti: am62x: evm: Update simple-framebuffer node in device-tree
> 


Is it possible to pull in this series for -next branch ? It is already
carrying a R-B for first two patches and last one was peer reviewed informally
too [1].

[1]:
https://lore.kernel.org/all/CAPHZmLZopucK5uMwENuF83pRMLYR2A5sC7fes4-1JXE4jX7=rw@mail.gmail.com/

Regards
Devarsh
Tom Rini Oct. 21, 2024, 8:20 p.m. UTC | #2
On Mon, Oct 21, 2024 at 08:47:55PM +0530, Devarsh Thakkar wrote:
> Gentle reminder.
> 
> Hi Tom, Bryan,
> 
> On 25/09/24 20:43, Devarsh Thakkar wrote:
> > This series fixes some compilation issues related to FDT_SIMPLEFB
> > and VIDEO and along with that enables support for dynamic simplefb
> > node enablement for AM62x platform.
> > 
> > Devarsh Thakkar (3):
> >   boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB
> >   boot: fdt_simplefb: Remove conditional compilation checks for VIDEO
> >     Kconfig
> >   board: ti: am62x: evm: Update simple-framebuffer node in device-tree
> > 
> 
> 
> Is it possible to pull in this series for -next branch ? It is already
> carrying a R-B for first two patches and last one was peer reviewed informally
> too [1].
> 
> [1]:
> https://lore.kernel.org/all/CAPHZmLZopucK5uMwENuF83pRMLYR2A5sC7fes4-1JXE4jX7=rw@mail.gmail.com/

Anatolij, do you have time to pick up some patches for v2025.01? Thanks.
Anatolij Gustschin Oct. 22, 2024, 8:19 p.m. UTC | #3
On Mon, 21 Oct 2024 14:20:56 -0600
Tom Rini trini@konsulko.com wrote:

> On Mon, Oct 21, 2024 at 08:47:55PM +0530, Devarsh Thakkar wrote:
> > Gentle reminder.
> > 
> > Hi Tom, Bryan,
> > 
> > On 25/09/24 20:43, Devarsh Thakkar wrote:  
> > > This series fixes some compilation issues related to FDT_SIMPLEFB
> > > and VIDEO and along with that enables support for dynamic simplefb
> > > node enablement for AM62x platform.
> > > 
> > > Devarsh Thakkar (3):
> > >   boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB
> > >   boot: fdt_simplefb: Remove conditional compilation checks for VIDEO
> > >     Kconfig
> > >   board: ti: am62x: evm: Update simple-framebuffer node in device-tree
> > >   
> > 
> > 
> > Is it possible to pull in this series for -next branch ? It is already
> > carrying a R-B for first two patches and last one was peer reviewed informally
> > too [1].
> > 
> > [1]:
> > https://lore.kernel.org/all/CAPHZmLZopucK5uMwENuF83pRMLYR2A5sC7fes4-1JXE4jX7=rw@mail.gmail.com/  
> 
> Anatolij, do you have time to pick up some patches for v2025.01? Thanks.

series applied to u-boot-video/master, thanks!

--
Anatolij