Re: [U-Boot] [PATCH 33/51] drivers: Add transmitter uclass

2017-07-25 Thread Mario Six
Hi Simon, On Wed, Jul 19, 2017 at 11:05 AM, Simon Glass wrote: > Hi Mario, > > On 14 July 2017 at 05:55, Mario Six wrote: >> This patch adds a simple transmitter uclass meant for DVI or DisplayPort >> transmitters. The only driver functionality implemented

Re: [U-Boot] [PATCH 33/51] drivers: Add transmitter uclass

2017-07-19 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:55, Mario Six wrote: > This patch adds a simple transmitter uclass meant for DVI or DisplayPort > transmitters. The only driver functionality implemented are power_on and > power_off methods for powering the transmitter device on and off, >

[U-Boot] [PATCH 33/51] drivers: Add transmitter uclass

2017-07-14 Thread Mario Six
This patch adds a simple transmitter uclass meant for DVI or DisplayPort transmitters. The only driver functionality implemented are power_on and power_off methods for powering the transmitter device on and off, respectively. Signed-off-by: Mario Six ---