[PATCH] spi: pxa2xx: Set controller->max_transfer_size in dma mode
Mark Brown
broonie at kernel.org
Wed Oct 16 21:49:18 UTC 2019
On Wed, Oct 16, 2019 at 11:30:51PM +0200, Noralf Trønnes wrote:
> As Andy mentioned, ->max_transfer_size is a callback:
> struct spi_controller {
> /*
> * on some hardware transfer / message size may be constrained
> * the limit may depend on device transfer settings
> */
> size_t (*max_transfer_size)(struct spi_device *spi);
> (I looked at its users and they all return a static or probe time value
> so not sure why it's a callback.)
Huh, I wonder why we did that... I can't find any clear record, and
like you say nothing is using it so we should probably fix it - however
that's best done separately to this :/ Sorry for the confusion, I
didn't register what Andy was saying as being pointing out the current
state of the code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20191016/433968e4/attachment.sig>
More information about the dri-devel
mailing list