summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2017-08-07spi: rockchip: Fix clock handling in suspend/resumeJeffy Chen
2017-08-07spi: rockchip: Fix clock handling in removeJeffy Chen
2017-08-07spi: rockchip: Slightly rework return value handlingJeffy Chen
2017-08-07spi: use of_property_read_bool()Sergei Shtylyov
2017-08-04spi: pxa2xx: Convert to GPIO descriptor API where possibleJan Kiszka
2017-08-03spi: Use Apple device properties in absence of ACPI resourcesLukas Wunner
2017-07-28spi: pxa2xx: Don't touch CS pin until we have a transfer pendingAndy Shevchenko
2017-07-28spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependencyKamal Dasu
2017-07-27spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created"Andy Shevchenko
2017-07-26spi: core: Propagate error code of add_uevent_var()Andy Shevchenko
2017-07-26spi: imx: add SPI_NO_CS supportOleksij Rempel
2017-07-26spi: loopback-test: implement testing with no CSOleksij Rempel
2017-07-26spi: pic32: fix spelling mistakes on macro namesColin Ian King
2017-07-19spi: tegra20-sflash: explicitly request exclusive reset controlPhilipp Zabel
2017-07-19spi: tegra114: explicitly request exclusive reset controlPhilipp Zabel
2017-07-19spi: tegra20-slink: explicitly request exclusive reset controlPhilipp Zabel
2017-07-19spi: sun6i: explicitly request exclusive reset controlPhilipp Zabel
2017-07-19spi: stm32: explicitly request exclusive reset controlPhilipp Zabel
2017-07-19spi: Convert to using %pOF instead of full_nameRob Herring
2017-07-18spi: loopback-test: make several module parameters staticColin Ian King
2017-07-17spi: loopback-test: provide loop_req option.Oleksij Rempel
2017-07-17spi: sh-msiof: Limit minimum divider on R-Car Gen3Geert Uytterhoeven
2017-07-17spi: pxa2xx: Only claim CS GPIOs when the slave device is createdJan Kiszka
2017-07-17spi: imx: add selection for iMX53 and iMX6 controllerjiada wang
2017-07-17spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_datajiada wang
2017-07-17spi/bcm63xx-hspi: Fix checkpatch warningsAravind Thokala
2017-07-17spi/ath79: Fix checkpatch warningsAravind Thokala
2017-07-08Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2017-07-03Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/st-ssc4' and 's...Mark Brown
2017-07-03Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to...Mark Brown
2017-07-03Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/meson-spicc',...Mark Brown
2017-07-03Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/t...Mark Brown
2017-07-03Merge remote-tracking branch 'spi/topic/master' into spi-nextMark Brown
2017-07-03Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2017-07-03Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm63xx', 'spi/fix/d...Mark Brown
2017-06-29spidev: quit messing with access_ok()Al Viro
2017-06-28spi: loopback-test: Fix kfree() NULL pointer error.Arvind Yadav
2017-06-28spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"Colin Ian King
2017-06-28spi: sirf: fix spelling mistake: "registerred" -> "registered"Colin Ian King
2017-06-28spi: stm32: fix potential dereference null return valueAmelie Delaunay
2017-06-28spi: stm32: enhance DMA error managementAmelie Delaunay
2017-06-28spi: stm32: add runtime PM supportAmelie Delaunay
2017-06-28spi: stm32: use normal conditional statements instead of ternary operatorAmelie Delaunay
2017-06-28spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindingsAmelie Delaunay
2017-06-28spi: stm32: fix compatible to fit with new bindingsAmelie Delaunay
2017-06-28spi: rockchip: Disable Runtime PM when chip select is assertedJeffy Chen
2017-06-28spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CSJeffy Chen
2017-06-23spi: atmel: fix corrupted data issue on SAM9 family SoCsCyrille Pitchen
2017-06-23spi: stm32: fix error check on mbr being -veColin Ian King
2017-06-21spi: add driver for STM32 SPI controllerAmelie Delaunay