Message ID | 20190717115817.30110-1-noralf@tronnes.org (mailing list archive) |
---|---|
Headers | show |
Series | drm/tinydrm: Remove tinydrm.ko | expand |
Hi Noralf. Nice series of patches! On Wed, Jul 17, 2019 at 01:58:07PM +0200, Noralf Trønnes wrote: > This series removes the remaining bits of tinydrm.ko. > > There's only one item left on the tinydrm todo list and that is moving > out mipi_dbi. > > Note: > This depends on a commit that just entered Linus' tree: > e6f3f7e4dc76 ("spi: Add spi_is_bpw_supported()") > > Series is also available here: > https://github.com/notro/linux/tree/remove_tinydrm_ko > > Noralf. > > Noralf Trønnes (10): > drm: Add SPI connector type > drm/tinydrm: Use spi_is_bpw_supported() > drm/tinydrm: Remove spi debug buffer dumping > drm/tinydrm: Remove tinydrm_spi_max_transfer_size() > drm/tinydrm: Clean up tinydrm_spi_transfer() > drm/tinydrm: Move tinydrm_spi_transfer() > drm/tinydrm: Move tinydrm_machine_little_endian() > drm/tinydrm/repaper: Don't use tinydrm_display_pipe_init() > drm/tinydrm/mipi-dbi: Add mipi_dbi_init_with_formats() > drm/tinydrm: Move tinydrm_display_pipe_init() to mipi-dbi > Patch 1-3, 7, 8, 9 are: Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Patch 4 are: Acked-by: Sam Ravnborg <sam@ravnborg.org> (Did not feel I had enough background to say r-b). Individual comments sent for the other patches. Sam
Den 17.07.2019 15.31, skrev Sam Ravnborg: > Hi Noralf. > > Nice series of patches! > > > > On Wed, Jul 17, 2019 at 01:58:07PM +0200, Noralf Trønnes wrote: >> This series removes the remaining bits of tinydrm.ko. >> >> There's only one item left on the tinydrm todo list and that is moving >> out mipi_dbi. >> >> Note: >> This depends on a commit that just entered Linus' tree: >> e6f3f7e4dc76 ("spi: Add spi_is_bpw_supported()") >> >> Series is also available here: >> https://github.com/notro/linux/tree/remove_tinydrm_ko >> >> Noralf. >> >> Noralf Trønnes (10): >> drm: Add SPI connector type >> drm/tinydrm: Use spi_is_bpw_supported() >> drm/tinydrm: Remove spi debug buffer dumping >> drm/tinydrm: Remove tinydrm_spi_max_transfer_size() >> drm/tinydrm: Clean up tinydrm_spi_transfer() >> drm/tinydrm: Move tinydrm_spi_transfer() >> drm/tinydrm: Move tinydrm_machine_little_endian() >> drm/tinydrm/repaper: Don't use tinydrm_display_pipe_init() >> drm/tinydrm/mipi-dbi: Add mipi_dbi_init_with_formats() >> drm/tinydrm: Move tinydrm_display_pipe_init() to mipi-dbi >> > > Patch 1-3, 7, 8, 9 are: > Reviewed-by: Sam Ravnborg <sam@ravnborg.org> > > Patch 4 are: > Acked-by: Sam Ravnborg <sam@ravnborg.org> > (Did not feel I had enough background to say r-b). > > Individual comments sent for the other patches. > Thanks for your review Sam! Noralf.