Re: [U-Boot] [PATCH 4/5] video: Add support for the ANX9804 parallel lcd to dp bridge chip

2015-08-12 Thread Anatolij Gustschin
On Sat, 8 Aug 2015 16:25:03 +0200 Hans de Goede hdego...@redhat.com wrote: Add support for the ANX9804 bridge chip, which can take pixel data coming from a parallel LCD interface and translate it on the flight into a DP interface for driving eDP TFT displays. It uses I2C for configuration.

Re: [U-Boot] [PATCH 4/5] video: Add support for the ANX9804 parallel lcd to dp bridge chip

2015-08-12 Thread Hans de Goede
Hi, On 08/11/2015 09:53 AM, Ian Campbell wrote: On Sat, 2015-08-08 at 16:25 +0200, Hans de Goede wrote: Add support for the ANX9804 bridge chip, which can take pixel data coming from a parallel LCD interface and translate it on the flight into a DP I think you meant on the fly (in the

Re: [U-Boot] [PATCH 4/5] video: Add support for the ANX9804 parallel lcd to dp bridge chip

2015-08-11 Thread Ian Campbell
On Sat, 2015-08-08 at 16:25 +0200, Hans de Goede wrote: Add support for the ANX9804 bridge chip, which can take pixel data coming from a parallel LCD interface and translate it on the flight into a DP I think you meant on the fly (in the Kconfig too). The driver itself looks pretty straight

[U-Boot] [PATCH 4/5] video: Add support for the ANX9804 parallel lcd to dp bridge chip

2015-08-08 Thread Hans de Goede
Add support for the ANX9804 bridge chip, which can take pixel data coming from a parallel LCD interface and translate it on the flight into a DP interface for driving eDP TFT displays. It uses I2C for configuration. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/video/Kconfig |