-
- Downloads
drm/tinydrm: Move tinydrm_spi_transfer()
This is only used by mipi-dbi drivers so move it there. The reason this isn't moved to the SPI subsystem is that it will in a later patch pass a dummy rx buffer for SPI controllers that need this. Low memory boards (64MB) can run into a problem allocating such a "large" contiguous buffer on every transfer after a long up time. This leaves a very specific use case, so we'll keep the function here. mipi-dbi will first go through a refactoring though, before this will be done. Remove SPI todo entry now that we're done with the tinydrm.ko SPI code. v2: Drop moving the mipi_dbi_spi_init() declaration (Sam) Cc: David Lechner <david@lechnology.com> Reviewed-by:Sam Ravnborg <sam@ravnborg.org> Acked-by:
: David Lechner <david@lechnology.com> Signed-off-by:
Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190719155916.62465-8-noralf@tronnes.org
Showing
- Documentation/gpu/tinydrm.rst 0 additions, 3 deletionsDocumentation/gpu/tinydrm.rst
- Documentation/gpu/todo.rst 0 additions, 3 deletionsDocumentation/gpu/todo.rst
- drivers/gpu/drm/tinydrm/core/Makefile 1 addition, 1 deletiondrivers/gpu/drm/tinydrm/core/Makefile
- drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c 0 additions, 70 deletionsdrivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
- drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c 4 additions, 0 deletionsdrivers/gpu/drm/tinydrm/core/tinydrm-pipe.c
- drivers/gpu/drm/tinydrm/ili9225.c 2 additions, 3 deletionsdrivers/gpu/drm/tinydrm/ili9225.c
- drivers/gpu/drm/tinydrm/mipi-dbi.c 47 additions, 2 deletionsdrivers/gpu/drm/tinydrm/mipi-dbi.c
- include/drm/tinydrm/mipi-dbi.h 3 additions, 0 deletionsinclude/drm/tinydrm/mipi-dbi.h
- include/drm/tinydrm/tinydrm-helpers.h 0 additions, 5 deletionsinclude/drm/tinydrm/tinydrm-helpers.h
Loading
Please register or sign in to comment