Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-14 Thread Daniel Vetter
On Mon, Mar 13, 2017 at 04:12:37PM +0100, Noralf Trønnes wrote: > > Den 12.03.2017 21.40, skrev Daniel Vetter: > > On Sun, Mar 12, 2017 at 09:17:00PM +0100, Noralf Trønnes wrote: > > > Den 12.03.2017 20.16, skrev Daniel Vetter: > > > > On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote:

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-13 Thread Noralf Trønnes
Den 12.03.2017 21.40, skrev Daniel Vetter: On Sun, Mar 12, 2017 at 09:17:00PM +0100, Noralf Trønnes wrote: Den 12.03.2017 20.16, skrev Daniel Vetter: On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: Hi Noralf, On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: Add

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-13 Thread Noralf Trønnes
Den 12.03.2017 19.55, skrev Daniel Vetter: On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: Hi Noralf, On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: Add support for displays that have a register interface and can be operated using a simple vtable. I have looke

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Daniel Vetter
On Sun, Mar 12, 2017 at 09:17:00PM +0100, Noralf Trønnes wrote: > > Den 12.03.2017 20.16, skrev Daniel Vetter: > > On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: > > > Hi Noralf, > > > > > > On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: > > > > Add support for di

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Noralf Trønnes
Den 12.03.2017 20.16, skrev Daniel Vetter: On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: Hi Noralf, On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: Add support for displays that have a register interface and can be operated using a simple vtable. I have looke

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Daniel Vetter
On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: > Hi Noralf, > > On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: > > Add support for displays that have a register interface and can be > > operated using a simple vtable. > > > > I have looked through the staging/fbtf

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Daniel Vetter
On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: > Hi Noralf, > > On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: > > Add support for displays that have a register interface and can be > > operated using a simple vtable. > > > > I have looked through the staging/fbtf

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Daniel Vetter
Hi Noralf, On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: > Add support for displays that have a register interface and can be > operated using a simple vtable. > > I have looked through the staging/fbtft drivers and it seems that, > except the MIPI controllers, most if not all c

[PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-11 Thread Noralf Trønnes
Add support for displays that have a register interface and can be operated using a simple vtable. I have looked through the staging/fbtft drivers and it seems that, except the MIPI controllers, most if not all controllers are operated through a register. And since most controllers have more than