Re: [PATCH 1/3] video: add simple, transparent, bridge implementation

2020-08-21 Thread Ahmad Fatoum
Hello, On 8/20/20 3:33 PM, Sam Ravnborg wrote: >>> And in the kernel we today only accept bindings in DT schema format >>> (.yaml). Maybe do the same in the barebox and convert this binding to DT >>> Schema format while at it. >> >> having make dtbs and dtbs_check as barebox make targets is on my

Re: [PATCH 1/3] video: add simple, transparent, bridge implementation

2020-08-20 Thread Sam Ravnborg
Hi Ahmad. On Thu, Aug 20, 2020 at 02:24:56PM +0200, Ahmad Fatoum wrote: > Hi Sam, > > On 8/17/20 8:38 AM, Sam Ravnborg wrote: > > Hi Ahmad. > > > > On Mon, Aug 17, 2020 at 06:53:30AM +0200, Ahmad Fatoum wrote: > >> This enables support for simple bridges, i.e. bridges that can be > >> used witho

Re: [PATCH 1/3] video: add simple, transparent, bridge implementation

2020-08-20 Thread Ahmad Fatoum
Hi Sam, On 8/17/20 8:38 AM, Sam Ravnborg wrote: > Hi Ahmad. > > On Mon, Aug 17, 2020 at 06:53:30AM +0200, Ahmad Fatoum wrote: >> This enables support for simple bridges, i.e. bridges that can be >> used without initialization. >> >> This is e.g. the case with bridges that have persistent configur

Re: [PATCH 1/3] video: add simple, transparent, bridge implementation

2020-08-16 Thread Sam Ravnborg
Hi Ahmad. On Mon, Aug 17, 2020 at 06:53:30AM +0200, Ahmad Fatoum wrote: > This enables support for simple bridges, i.e. bridges that can be > used without initialization. > > This is e.g. the case with bridges that have persistent configuration, > the kernel has a full-fledged driver to configure

[PATCH 1/3] video: add simple, transparent, bridge implementation

2020-08-16 Thread Ahmad Fatoum
This enables support for simple bridges, i.e. bridges that can be used without initialization. This is e.g. the case with bridges that have persistent configuration, the kernel has a full-fledged driver to configure the bridge and persist it. The bootloader then needs to do nothing more. Having s