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

Noralf Trønnes noralf at tronnes.org
Mon Jul 22 19:00:12 UTC 2019



Den 22.07.2019 20.06, skrev Eric Anholt:
> Noralf Trønnes <noralf at tronnes.org> 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' variable name to 'dbi'. This lines up with
>> the use of the 'dsi' variable name in the MIPI DSI helper.
>>
>> Note:
>> This depends on series: drm/tinydrm: Remove tinydrm.ko
>>
>> Series is also available here:
>> https://github.com/notro/linux/tree/move_mipi_dbi
> 
> Congratulations on making it to this stage.  This looks like a fine
> conclusion to tinydrm.
> 

Thanks, it took a while, but really nice to finally get here.

There are only two patches left to do now, one to remove the menuconfig
so the drivers are visible by default and people can start putting their
tiny drivers here, and secondly to change the folder name to 'tiny' as
Daniel wants it.

> Acked-by: Eric Anholt <eric at anholt.net>
> 

Thanks, care to take a look at version 2 of the series? I had to add 3
patches to deal with a kconfig dependency that I had missed out on.

Noralf.


More information about the dri-devel mailing list