Re: [PATCH 0/6] drm/tinydrm: Move mipi_dbi

2019-07-24 Thread Daniel Vetter
On Tue, Jul 23, 2019 at 03:41:11PM +0200, Noralf Trønnes wrote: > Den 23.07.2019 09.10, skrev Daniel Vetter: > > On Mon, Jul 22, 2019 at 11:06:15AM -0700, Eric Anholt wrote: > >> Noralf Trønnes writes: > >> > >>> This series ticks off the last tinydrm todo entry and moves out mipi_dbi > >>> to be

Re: [PATCH 0/6] drm/tinydrm: Move mipi_dbi

2019-07-23 Thread Noralf Trønnes
Den 23.07.2019 09.10, skrev Daniel Vetter: > On Mon, Jul 22, 2019 at 11:06:15AM -0700, Eric Anholt wrote: >> Noralf Trønnes writes: >> >>> This series ticks off the last tinydrm todo entry and moves out mipi_dbi >>> to be a core helper. >>> >>> It splits struct mipi_dbi into an interface part an

Re: [PATCH 0/6] drm/tinydrm: Move mipi_dbi

2019-07-23 Thread Daniel Vetter
On Mon, Jul 22, 2019 at 11:06:15AM -0700, Eric Anholt wrote: > Noralf Trønnes writes: > > > This series ticks off the last tinydrm todo entry and moves out mipi_dbi > > to be a core helper. > > > > It splits struct mipi_dbi into an interface part and a display pipeline > > part (upload framebuffe

Re: [PATCH 0/6] drm/tinydrm: Move mipi_dbi

2019-07-22 Thread Noralf Trønnes
Den 22.07.2019 20.06, skrev Eric Anholt: > Noralf Trønnes writes: > >> This series ticks off the last tinydrm todo entry and moves out mipi_dbi >> to be a core helper. >> >> It splits struct mipi_dbi into an interface part and a display pipeline >> part (upload framebuffer over SPI). I also too

Re: [PATCH 0/6] drm/tinydrm: Move mipi_dbi

2019-07-22 Thread Eric Anholt
Noralf Trønnes writes: > This series ticks off the last tinydrm todo entry and moves out mipi_dbi > to be a core helper. > > It splits struct mipi_dbi into an interface part and a display pipeline > part (upload framebuffer over SPI). I also took the opportunity to > rename the ambiguous 'mipi' v

Re: [PATCH 0/6] drm/tinydrm: Move mipi_dbi

2019-07-21 Thread Noralf Trønnes
Hi Sam, Den 20.07.2019 22.29, skrev Sam Ravnborg: > Hi Noralf. > > Good to see a long journey end with a very nice result. > I only entered the DRM world for the last parts of the journey, > but nevertheless impressed by all the nice refactoring done. > Thanks, it's taken a while, but now it's

Re: [PATCH 0/6] drm/tinydrm: Move mipi_dbi

2019-07-20 Thread Sam Ravnborg
Hi Noralf. Good to see a long journey end with a very nice result. I only entered the DRM world for the last parts of the journey, but nevertheless impressed by all the nice refactoring done. On Sat, Jul 20, 2019 at 03:47:03PM +0200, Noralf Trønnes wrote: > This series ticks off the last tinydrm

[PATCH 0/6] drm/tinydrm: Move mipi_dbi

2019-07-20 Thread Noralf Trønnes
This series ticks off the last tinydrm todo entry and moves out mipi_dbi to be a core helper. It splits struct mipi_dbi into an interface part and a display pipeline part (upload framebuffer over SPI). I also took the opportunity to rename the ambiguous 'mipi' variable name to 'dbi'. This lines up