aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-07spi: rockchip: Fix clock handling in removeJeffy Chen1-1/+5
2017-08-07spi: rockchip: Slightly rework return value handlingJeffy Chen1-12/+12
2017-08-07spi: use of_property_read_bool()Sergei Shtylyov1-5/+5
2017-08-04spi: pxa2xx: Convert to GPIO descriptor API where possibleJan Kiszka2-17/+17
2017-08-03spi: Use Apple device properties in absence of ACPI resourcesLukas Wunner1-0/+32
2017-07-28spi: pxa2xx: Don't touch CS pin until we have a transfer pendingAndy Shevchenko1-2/+1
2017-07-28spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependencyKamal Dasu1-56/+33
2017-07-27spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created"Andy Shevchenko1-21/+38
2017-07-26spi: core: Propagate error code of add_uevent_var()Andy Shevchenko1-2/+1
2017-07-26spi: imx: add SPI_NO_CS supportOleksij Rempel1-1/+8
2017-07-26spi: loopback-test: implement testing with no CSOleksij Rempel1-3/+9
2017-07-26spi: pic32: fix spelling mistakes on macro namesColin Ian King1-2/+2
2017-07-19spi: tegra20-sflash: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-19spi: tegra114: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-19spi: tegra20-slink: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-19spi: sun6i: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-19spi: stm32: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-19spi: Convert to using %pOF instead of full_nameRob Herring2-18/+13
2017-07-18spi: loopback-test: make several module parameters staticColin Ian King1-7/+7
2017-07-17spi: loopback-test: provide loop_req option.Oleksij Rempel1-0/+16
2017-07-17spi: sh-msiof: Limit minimum divider on R-Car Gen3Geert Uytterhoeven1-9/+23
2017-07-17spi: pxa2xx: Only claim CS GPIOs when the slave device is createdJan Kiszka1-38/+21
2017-07-17spi: imx: add selection for iMX53 and iMX6 controllerjiada wang1-2/+24
2017-07-17spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_datajiada wang1-9/+18
2017-07-17spi/bcm63xx-hspi: Fix checkpatch warningsAravind Thokala1-3/+3
2017-07-17spi/ath79: Fix checkpatch warningsAravind Thokala1-7/+6
2017-07-08Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-31/+11
2017-07-03Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/st-ssc4' and 'spi/topic/stm32' into spi-nextMark Brown5-29/+1353
2017-07-03Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-nextMark Brown5-73/+151
2017-07-03Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/meson-spicc', 'spi/topic/mtk' and 'spi/topic/omap2-mcspi' into spi-nextMark Brown6-15/+690
2017-07-03Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/topic/davinci' and 'spi/topic/imx' into spi-nextMark Brown4-65/+46
2017-07-03Merge remote-tracking branch 'spi/topic/master' into spi-nextMark Brown5-542/+987
2017-07-03Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+2
2017-07-03Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/fsl-dspi' and 'spi/fix/ti-qspi' into spi-linusMark Brown5-3/+28
2017-06-29spidev: quit messing with access_ok()Al Viro1-31/+11
2017-06-28spi: loopback-test: Fix kfree() NULL pointer error.Arvind Yadav1-6/+6
2017-06-28spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"Colin Ian King1-1/+1
2017-06-28spi: sirf: fix spelling mistake: "registerred" -> "registered"Colin Ian King1-1/+1
2017-06-28spi: stm32: fix potential dereference null return valueAmelie Delaunay1-8/+8
2017-06-28spi: stm32: enhance DMA error managementAmelie Delaunay1-6/+17
2017-06-28spi: stm32: add runtime PM supportAmelie Delaunay1-7/+36
2017-06-28spi: stm32: use normal conditional statements instead of ternary operatorAmelie Delaunay1-14/+30
2017-06-28spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindingsAmelie Delaunay1-1/+1
2017-06-28spi: stm32: fix compatible to fit with new bindingsAmelie Delaunay1-1/+1
2017-06-28spi: rockchip: Disable Runtime PM when chip select is assertedJeffy Chen1-25/+26
2017-06-28spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CSJeffy Chen1-0/+1
2017-06-23spi: atmel: fix corrupted data issue on SAM9 family SoCsCyrille Pitchen1-1/+23
2017-06-23spi: stm32: fix error check on mbr being -veColin Ian King1-2/+2
2017-06-21spi: add driver for STM32 SPI controllerAmelie Delaunay3-0/+1277
2017-06-21spi/bcm63xx: Fix checkpatch warningsAravind Thokala1-2/+2