Age | Commit message (Expand) | Author |
2017-08-07 | spi: rockchip: Fix clock handling in remove | Jeffy Chen |
2017-08-07 | spi: rockchip: Slightly rework return value handling | Jeffy Chen |
2017-08-07 | spi: use of_property_read_bool() | Sergei Shtylyov |
2017-08-04 | spi: pxa2xx: Convert to GPIO descriptor API where possible | Jan Kiszka |
2017-08-03 | spi: Use Apple device properties in absence of ACPI resources | Lukas Wunner |
2017-07-28 | spi: pxa2xx: Don't touch CS pin until we have a transfer pending | Andy Shevchenko |
2017-07-28 | spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependency | Kamal Dasu |
2017-07-27 | spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created" | Andy Shevchenko |
2017-07-26 | spi: core: Propagate error code of add_uevent_var() | Andy Shevchenko |
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 |