summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2016-02-20spi: pxa2xx: Remove unused DMA buffer mappingsJarkko Nikula2-4/+0
2016-02-19spi: imx: replace fixed timeout with calculatedAnton Bondarenko1-3/+21
2016-02-19Merge remote-tracking branch 'spi/fix/imx' into spi-imxMark Brown1-15/+2
2016-02-19spi: imx: fix spi resource leak with dma transferGao Pan1-3/+5
2016-02-18spi: Add cond_resched() in main message processing loopMark Brown1-0/+3
2016-02-18spi: docbook: add missing parameter documentationMartin Sperl1-0/+1
2016-02-18Merge tag 'spi-fix-v4.5-rc4' into spi-imxMark Brown6-7/+14
2016-02-18spi: sh-spi, sh-msiof, rspi: Use ARCH_RENESASSimon Horman1-3/+3
2016-02-18spi: rockchip: add bindings for rk3399 spiXu Jianqun1-0/+1
2016-02-17spi: core: Use min_t(size_t,..)Fabio Estevam1-1/+1
2016-02-17spi: core: Use %zu for printing 'size_t' typeFabio Estevam1-1/+1
2016-02-17spi: imx: use proper dev_* functions for driver messagesSascha Hauer1-15/+12
2016-02-17spi: imx: allow only WML aligned transfers to use DMAAnton Bondarenko1-15/+2
2016-02-17spi: pl022: Remove obsolete struct pl022 members from kerneldocJarkko Nikula1-7/+0
2016-02-16spi: rockchip: remove xfer_completion from rockchip_spiShawn Lin1-2/+0
2016-02-15spi: bcm2835aux: fix CPOL/CPHA settingStephan Olbrich1-11/+8
2016-02-15spi: bcm2835aux: set up spi-mode before asserting cs-gpioStephan Olbrich1-16/+41
2016-02-15spi: bcm2835: Remove unnecessary workaround to call gpio_set_valueAxel Lin1-5/+0
2016-02-15spi: core: Staticize __spi_split_transfer_maxsize()Fabio Estevam1-5/+5
2016-02-15spi: rockchip: add missing spi_master_putShawn Lin1-0/+2
2016-02-15spi: rockchip: disable runtime pm when in err caseShawn Lin1-0/+1
2016-02-13spi: bcm2835: Remove duplicate depend on GPIOLIB in KconfigAxel Lin1-1/+0
2016-02-13Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835aux', 'spi/fi...Mark Brown6-7/+14
2016-02-13spi: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2016-02-13spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinitTony Lindgren1-0/+3
2016-02-10spi: bcm2835aux: disable tx fifo empty irqStephan Olbrich1-0/+6
2016-02-10spi: bcm2835aux: fix bitmask definesStephan Olbrich1-2/+2
2016-02-09spi: spi-ti-qspi: add mmap mode read supportVignesh R1-29/+110
2016-02-09spi: introduce accelerated read support for spi flash devicesVignesh R1-0/+45
2016-02-09spi: core: add spi_split_transfers_maxsizeMartin Sperl1-0/+111
2016-02-09spi: core: add spi_replace_transfers methodMartin Sperl1-0/+132
2016-02-09spi: core: added spi_resource managementMartin Sperl1-0/+91
2016-02-09spi: pxa2xx: Add support for both chip selects on Intel BraswellMika Westerberg1-1/+20
2016-02-09spi: pxa2xx: Move chip select control bits into lpss_config structureMika Westerberg1-24/+40
2016-02-09spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on BaytrailMika Westerberg1-0/+23
2016-02-09Merge branch 'topic/acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown25-198/+1459
2016-02-09spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip selectMika Westerberg1-1/+18
2016-02-09spi: rockchip: modify DMA max burst to 1Addy Ke1-2/+10
2016-02-08spi: Allow compile test of bcm2835aux if !GPIOLIBGeert Uytterhoeven1-2/+1
2016-02-05spi: Add Analog Devices AXI SPI Engine controller supportLars-Peter Clausen3-0/+600
2016-02-05spi: dw-mmio: remove message which is handled by coreAndy Shevchenko1-5/+0
2016-02-05spi: dw-mid: switch to new dmaengine_terminate_* APIAndy Shevchenko1-2/+2
2016-02-04spi: pxa2xx: Fix too early chipselect deassertJarkko Nikula1-0/+7
2016-02-04spi: pxa2xx: Update comment in int_transfer_complete()Jarkko Nikula1-1/+1
2016-02-03spi: Fix sorting in KconfigMark Brown1-32/+32
2016-01-29spi: atmel: fix gpio chip-select in case of non-DT platformCyrille Pitchen1-0/+1
2016-01-27spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messagesJarkko Nikula1-13/+13
2016-01-22spi/fsl-espi: Correct the maximum transaction lengthHou Zhiqiang1-2/+2
2016-01-22spi: imx: fix spi resource leak with dma transferGao Pan1-3/+5
2016-01-16Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1