aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-03spi: spi-fsl-dspi: enabling Coldfire mcf5441x dspiAngelo Dureghello2-22/+46
2017-11-03spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersLucas Stach1-4/+9
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-0/+5
2017-11-02spi: orion: remove redundant assignment of status to zeroColin Ian King1-1/+0
2017-11-02spi: sh-msiof: Fix DMA transfer size checkHiromitsu Yamasaki1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-31spi: imx: Fix failure path leak on GPIO request errorTrent Piepho1-5/+6
2017-10-31spi: spi-axi: fix potential use-after-free after deregistrationJohan Hovold1-1/+3
2017-10-31spi: document odd controller reference handlingJohan Hovold1-1/+3
2017-10-31spi: fix use-after-free at controller deregistrationJohan Hovold1-2/+3
2017-10-25Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/idr', 'spi/fix/qspi', 'spi/fix/stm32' and 'spi/fix/uapi' into spi-linusMark Brown4-107/+64
2017-10-25spi: sprd: Fix the possible negative value of BIT()Baolin Wang1-1/+1
2017-10-16spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersLucas Stach1-4/+9
2017-10-13spi: sprd-adi: fix platform_no_drv_owner.cocci warningsWu Fengguang1-1/+0
2017-10-12spi: bcm-qspi: Fix use after free in bcm_qspi_probe() in error pathFlorian Fainelli1-4/+5
2017-10-10spi: a3700: Change SPI mode before asserting chip-selectMaxime Chevallier1-13/+4
2017-10-10spi: a3700: Return correct value on timeout detectionMaxime Chevallier1-1/+2
2017-10-09spi: tegra114: correct register name in definitionRalf Ramsauer1-3/+3
2017-10-05spi: spreadtrum adi: add hwspinlock dependencyArnd Bergmann1-0/+1
2017-10-04spi: sh-msiof: Use of_device_get_match_data() helperGeert Uytterhoeven1-4/+2
2017-10-04spi: rspi: Use of_device_get_match_data() helperGeert Uytterhoeven1-4/+2
2017-09-27spi: mxs: implement runtime pmUwe Kleine-König1-10/+110
2017-09-25spi: sh-msiof: Add compatible strings for r8a774[35]Fabrizio Castro1-0/+2
2017-09-25spi: sprd-adi: silence an uninitialized variable warningDan Carpenter1-1/+1
2017-09-25spi: sprd-adi: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2017-09-20spi: Kconfig: Remove old comments now that SPI slave is supportedFabio Estevam1-4/+0
2017-09-19spi: imx: Add support for SPI Slave modejiada wang1-31/+196
2017-09-19spi: Add ADI driver for Spreadtrum platformBaolin Wang3-0/+426
2017-09-13spi: stm32: Fix logical error in stm32_spi_prepare_mbr()Christos Gkekas1-2/+2
2017-09-13spi: armada-3700: Fix padding when sending not 4-byte aligned dataZachary Zhang1-94/+41
2017-09-13spi: armada-3700: Fix failing commands with quad-SPIMiquel Raynal1-2/+5
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+32
2017-09-04Merge remote-tracking branch 'spi/topic/xlp' into spi-nextMark Brown1-2/+2
2017-09-04Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/stm32', 'spi/topic/sunxi', 'spi/topic/tegra' and 'spi/topic/tools' into spi-nextMark Brown6-14/+28
2017-09-04Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topic/rockchip' and 'spi/topic/sh' into spi-nextMark Brown6-226/+443
2017-09-04Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/loopback', 'spi/topic/omap', 'spi/topic/pic32' and 'spi/topic/pl022' into spi-nextMark Brown5-35/+227
2017-09-04Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topic/ep93xx' and 'spi/topic/falcon' into spi-nextMark Brown5-348/+193
2017-09-04Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/at79', 'spi/topic/bcm-qspi', 'spi/topic/bcm63xx' and 'spi/topic/bcm63xx-hspi' into spi-nextMark Brown6-175/+105
2017-09-01spi: spi-falcon: drop check of boot selectHauke Mehrtens1-5/+0
2017-08-29spi: imx: fix use of native chip-selects with devicetreeGreg Ungerer1-4/+4
2017-08-23spi: pl022: constify amba_idArvind Yadav1-1/+1
2017-08-23spi: imx: fix little-endian buildArnd Bergmann1-0/+4
2017-08-18spi: omap: Allocate bus number from spi frameworkSuniel Mahesh1-4/+0
2017-08-17spi: Kernel coding style fixesSuniel Mahesh1-17/+12
2017-08-17spi: imx: dynamic burst length adjust for PIO modejiada wang1-9/+141
2017-08-16spi: Pick spi bus number from Linux idr or spi aliasSuniel Mahesh1-15/+56
2017-08-16spi: rockchip: configure CTRLR1 according to size and data frameHuibin Hong1-1/+7
2017-08-16spi: altera: Consolidate TX/RX data register accessLars-Peter Clausen1-40/+35
2017-08-16spi: altera: Switch to SPI core transfer queue managementLars-Peter Clausen2-68/+27
2017-08-14spi: rockchip: add compatible string for rv1108 spiAndy Yan1-0/+1