Re: [PATCH 0/7] staging/wilc1000: Refactor spi read and write functions

2016-01-12 Thread Dan Carpenter
Best to work against staging-next. This doesn't apply any more. Glen, can you guys test/review these patches, please? They're a bit tricky for me. I have low confidence in "the comments say it's fine to set ->rx to NULL." regards, dan carpenter ___

[PATCH 0/7] staging/wilc1000: Refactor spi read and write functions

2016-01-10 Thread Janosch Frank
The code for sending and receiving spi data had multiple style problems, was repetative and contained errors. This series simplifies the code and fixes some of the problems. Janosch Frank (7): staging/wilc1000: Introduce linux_spi_msg_init staging/wilc1000: Sanitize linux_spi_write_read stag