summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2015-01-07linux-3.12.27: add linux-3.12-spi-atmel-dma-min.patch, build spi-atmel as moduleJesse Gilles3
Forces spi-atmel to always use DMA mode instead of switching between PIO and DMA depending on the transfer size. Switching between the two can cause Rx buffer corruption with the 3.12 driver. This comes at the cost of lower performance (15 to 20%) for small transfers (1-15 bytes), but improves reliability for protocols that use small and large transfers regularly. For large transfers (1024 bytes), DMA mode is 300% faster than PIO. https://lkml.org/lkml/2013/10/21/534
2014-12-12linux-3.12.27: mtcdt.dts: fix spi dtsJesse Gilles1
2014-12-12linux-3.12.27: mtcdt.dts: update SPI CS pins, add spidev on CS2Jesse Gilles2
2014-12-03linux-3.12.27: defconfig: add some CRYPTO modulesJesse Gilles1
2014-11-05linux-3.12.27: mtcdt: add pps-gpio pin for AP1Jesse Gilles1
2014-11-04mts-io: fix default SRCREVJesse Gilles1
2014-11-04mtcdt: use mts-io 1.0.0Jesse Gilles1
2014-11-04mts-io: version 1.0.0Jesse Gilles2
2014-11-04linux-3.12.17: mtcdt: relabel controllable LEDs to status, a, b, c, dJesse Gilles2
2014-11-04mts-io: update git revJesse Gilles1
2014-11-04mts-io: rename led-a_heartbeat_trigger to led-status_hearbeat_triggerJesse Gilles2
2014-11-04initial commit with MTCDT supportJesse Gilles47