Attention is currently required from: Angel Pons, Nicholas Chin.
5 comments:
Commit Message:
It would probably be good to specify that this only supports mode 1 (vendor protocol) right now and […]
Done
File ch347t_spi.c:
Patch Set #3, Line 179: buf, n + 3,
Let's use the default value as same as DLL. […]
Done
File ch347t_spi.c:
Patch Set #5, Line 94: typedef uint32_t __le32;
all the data structure transfed to ch347 should be little endian. […]
Done
Patch Set #5, Line 110: } __attribute__((packed));
It's not just about the attribute, but the effects of struct packing. […]
Hi, I had changed the ch347_spi_cs_param structure, please review again.
if (n > CH347_MAX_DATA_WRITE)
n = CH347_MAX_DATA_WRITE;
Yes, I believe this code is for splitting up transfers into smaller transfers. […]
Done
To view, visit change 70529. To unsubscribe, or for help writing mail filters, visit settings.