Re: [PATCH v2 1/2] drm/tinydrm: Remove chunk splitting in tinydrm_spi_transfer

2018-02-27 Thread Noralf Trønnes
Den 25.02.2018 18.03, skrev Lukas Wunner: On Sat, Feb 24, 2018 at 06:16:46PM +, Meghana Madhyastha wrote: -Remove chunk splitting in tinydrm_spi_transfer in tinydrm-helpers as The spi core will split a buffer into max_dma_len chunks for the spi controller driver to handle. -Remove automa

Re: [PATCH v2 1/2] drm/tinydrm: Remove chunk splitting in tinydrm_spi_transfer

2018-02-25 Thread Lukas Wunner
On Sat, Feb 24, 2018 at 06:16:46PM +, Meghana Madhyastha wrote: > -Remove chunk splitting in tinydrm_spi_transfer in tinydrm-helpers as The spi > core will split a buffer into max_dma_len chunks for the > spi controller driver to handle. > -Remove automatic byte swapping in tinydrm_spi_transf

[PATCH v2 1/2] drm/tinydrm: Remove chunk splitting in tinydrm_spi_transfer

2018-02-25 Thread Meghana Madhyastha
-Remove chunk splitting in tinydrm_spi_transfer in tinydrm-helpers as The spi core will split a buffer into max_dma_len chunks for the spi controller driver to handle. -Remove automatic byte swapping in tinydrm_spi_transfer as it doesn't have users. -Remove the upper bound check on dma transfer