Skip to content

Conversation

@pdaxrom
Copy link

@pdaxrom pdaxrom commented Sep 27, 2017

Also FIFO increased for maximum size. Tested with Orange Pi Zero (H2+)


while (len) {
nbytes = min(len, (size_t)64 - 1);
nbytes = min(len, (size_t) 64);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I am aware this doesn't work for SPI2 on the A10 (see drivers/spi/spi-sun4i.c in the Linux kernel source).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants