Hi Mark, After merging the spi tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/spi/spi-orion.c: In function 'orion_spi_write_read': drivers/spi/spi-orion.c:407:3: error: implicit declaration of function 'writesl' [-Werror=implicit-function-declaration] writesl(orion_spi->direct_access[cs].vaddr, xfer->tx_buf, cnt); ^ drivers/spi/spi-orion.c:411:4: error: implicit declaration of function 'writesb' [-Werror=implicit-function-declaration] writesb(orion_spi->direct_access[cs].vaddr, &buf[cnt], ^ Caused by commit dbf24b7c0d94 ("spi: orion: Add direct access mode") I have merged the version fof the spi tree from next-20160513 for today. -- Cheers, Stephen Rothwell -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html