Re: [U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model

2016-01-20 Thread Simon Glass
Hi Marcel, On 16 January 2016 at 17:50, Marcel Ziswiler wrote: > Hi Simon > > On Sat, 2016-01-16 at 10:14 -0700, Simon Glass wrote: > > > >> > I wanted to give that patch set a shot but could not figure out >> > against >> > what to get it cleanly applied. Could you reveal

Re: [U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model

2016-01-16 Thread Marcel Ziswiler
Hi Simon On Thu, 2016-01-14 at 11:28 -0700, Simon Glass wrote: > This series moves these two drivers over to use driver model for > video. > > This involves the following steps: > - Sync up some device tree files with Linux > - Implement a proper PWM driver > - Clean up and unify the driver code

Re: [U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model

2016-01-16 Thread Simon Glass
Hi Marcel, On 15 January 2016 at 19:36, Marcel Ziswiler wrote: > Hi Simon > > On Thu, 2016-01-14 at 11:28 -0700, Simon Glass wrote: >> This series moves these two drivers over to use driver model for >> video. >> >> This involves the following steps: >> - Sync up

Re: [U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model

2016-01-16 Thread Marcel Ziswiler
Hi Simon On Sat, 2016-01-16 at 10:14 -0700, Simon Glass wrote: > > I wanted to give that patch set a shot but could not figure out > > against > > what to get it cleanly applied. Could you reveal its baseline or > > better > > yet a git branch ready for testing? > > Yes, this plus the next

[U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model

2016-01-14 Thread Simon Glass
This series moves these two drivers over to use driver model for video. This involves the following steps: - Sync up some device tree files with Linux - Implement a proper PWM driver - Clean up and unify the driver code - Modify the existing drivers to work with driver model The tegra20 display