Age | Commit message (Expand) | Author |
2017-07-26 | spi: imx: add SPI_NO_CS support | Oleksij Rempel |
2017-07-26 | spi: loopback-test: implement testing with no CS | Oleksij Rempel |
2017-07-26 | spi: pic32: fix spelling mistakes on macro names | Colin Ian King |
2017-07-19 | spi: tegra20-sflash: explicitly request exclusive reset control | Philipp Zabel |
2017-07-19 | spi: tegra114: explicitly request exclusive reset control | Philipp Zabel |
2017-07-19 | spi: tegra20-slink: explicitly request exclusive reset control | Philipp Zabel |
2017-07-19 | spi: sun6i: explicitly request exclusive reset control | Philipp Zabel |
2017-07-19 | spi: stm32: explicitly request exclusive reset control | Philipp Zabel |
2017-07-19 | spi: Convert to using %pOF instead of full_name | Rob Herring |
2017-07-18 | spi: loopback-test: make several module parameters static | Colin Ian King |
2017-07-17 | spi: loopback-test: provide loop_req option. | Oleksij Rempel |
2017-07-17 | spi: sh-msiof: Limit minimum divider on R-Car Gen3 | Geert Uytterhoeven |
2017-07-17 | spi: pxa2xx: Only claim CS GPIOs when the slave device is created | Jan Kiszka |
2017-07-17 | spi: imx: add selection for iMX53 and iMX6 controller | jiada wang |
2017-07-17 | spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_data | jiada wang |
2017-07-17 | spi/bcm63xx-hspi: Fix checkpatch warnings | Aravind Thokala |
2017-07-17 | spi/ath79: Fix checkpatch warnings | Aravind Thokala |
2017-07-08 | Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2017-07-03 | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/st-ssc4' and 's... | Mark Brown |
2017-07-03 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to... | Mark Brown |
2017-07-03 | Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/meson-spicc',... | Mark Brown |
2017-07-03 | Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/t... | Mark Brown |
2017-07-03 | Merge remote-tracking branch 'spi/topic/master' into spi-next | Mark Brown |
2017-07-03 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown |
2017-07-03 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm63xx', 'spi/fix/d... | Mark Brown |
2017-06-29 | spidev: quit messing with access_ok() | Al Viro |
2017-06-28 | spi: loopback-test: Fix kfree() NULL pointer error. | Arvind Yadav |
2017-06-28 | spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning" | Colin Ian King |
2017-06-28 | spi: sirf: fix spelling mistake: "registerred" -> "registered" | Colin Ian King |
2017-06-28 | spi: stm32: fix potential dereference null return value | Amelie Delaunay |
2017-06-28 | spi: stm32: enhance DMA error management | Amelie Delaunay |
2017-06-28 | spi: stm32: add runtime PM support | Amelie Delaunay |
2017-06-28 | spi: stm32: use normal conditional statements instead of ternary operator | Amelie Delaunay |
2017-06-28 | spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings | Amelie Delaunay |
2017-06-28 | spi: stm32: fix compatible to fit with new bindings | Amelie Delaunay |
2017-06-28 | spi: rockchip: Disable Runtime PM when chip select is asserted | Jeffy Chen |
2017-06-28 | spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CS | Jeffy Chen |
2017-06-23 | spi: atmel: fix corrupted data issue on SAM9 family SoCs | Cyrille Pitchen |
2017-06-23 | spi: stm32: fix error check on mbr being -ve | Colin Ian King |
2017-06-21 | spi: add driver for STM32 SPI controller | Amelie Delaunay |
2017-06-21 | spi/bcm63xx: Fix checkpatch warnings | Aravind Thokala |
2017-06-21 | spi: imx: Check for allocation failure earlier | Fabio Estevam |
2017-06-20 | spi: mediatek: add spi support for mt2712 IC | leilk.liu@mediatek.com |
2017-06-13 | spi: rockchip: fix error handling when probe | Jeffy Chen |
2017-06-13 | spi: mediatek: add spi support for mt7622 IC | Leilk Liu |
2017-06-13 | spi: mediatek: adjust register to enhance time accuracy | Leilk Liu |
2017-06-13 | spi: Generalize SPI "master" to "controller" | Geert Uytterhoeven |
2017-06-13 | Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel.... | Mark Brown |
2017-06-06 | spi: atmel: print version only after successful registration | Baruch Siach |
2017-06-06 | spi: pxa2xx: Add support for Intel Cannonlake | Jarkko Nikula |