aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+3
2017-02-19Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-nextMark Brown1-24/+36
2017-02-19Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-4/+4
2017-02-07spi: acpi: Initialize modalias from of_compatibleDan O'Donovan1-1/+3
2017-01-31spi: fix device-node leaksJohan Hovold1-2/+6
2017-01-31spi: When no dma_chan map buffers with spi_master's parentDaniel Kurtz1-4/+4
2017-01-17spi: Use kcalloc() in spi_register_board_info()Markus Elfring1-1/+1
2016-12-15spi: core: Extract of_spi_parse_dt()Geert Uytterhoeven1-24/+36
2016-12-12Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/fsl-dspi' and 'spi/topic/fsl-espi' into spi-nextMark Brown1-2/+8
2016-12-12Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-2/+5
2016-12-12Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+7
2016-11-22spi: use sg_next for walking through the allocated scatterlist tableJuan Gutierrez1-2/+5
2016-10-26spi: change post transfer udelay() to usleep_range() for long delaysDaniel Kurtz1-2/+8
2016-10-24spi: mark device nodes only in case of successful instantiationRalf Ramsauer1-1/+4
2016-10-21spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer1-2/+7
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-9/+9
2016-10-11spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer1-2/+7
2016-09-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-3/+14
2016-09-06Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fix/put', 'spi/fix/pxa2xx', 'spi/fix/sh-msiof' and 'spi/fix/timeout' into spi-linusMark Brown1-2/+8
2016-09-03spi: Prevent unexpected SPI time out due to arithmetic overflowSien Wu1-2/+6
2016-08-17spi: Add support to handle kmap'd buffers in spi_map_buf()Vignesh R1-3/+14
2016-08-09spi: Drop io_mutex in error pathsMark Brown1-0/+2
2016-07-27Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-20/+46
2016-07-25spi: Split bus and I/O lockingMark Brown1-20/+18
2016-07-08spi / ACPI: add support for ACPI reconfigure notificationsOctavian Purdila1-7/+93
2016-06-08spi: Add DMA support for spi_flash_read()Vignesh R1-0/+28
2016-05-23Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+5
2016-05-04spi: Fix simple typo s/impelment/implementMoritz Fischer1-1/+1
2016-04-25spi: return error if kmap'd buffers passed to spi_map_buf()Vignesh R1-1/+3
2016-04-12spi: let SPI masters ignore their children for PMLinus Walleij1-0/+1
2016-03-18spi: fix possible deadlock between internal bus locks and bus_lock_flagHeiko Stübner1-2/+2
2016-03-11Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topic/pl022' and 'spi/topic/pxa2xx' into spi-nextMark Brown1-0/+336
2016-03-11Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/flash' into spi-nextMark Brown1-12/+17
2016-03-11Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-nextMark Brown1-1/+18
2016-03-11Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-3/+3
2016-03-11spi: Add gfp parameter to kernel-doc to fix build warningJavier Martinez Canillas1-0/+1
2016-03-09spi: respect the maximum segment size of DMA deviceAndy Shevchenko1-3/+3
2016-03-09spi: core: Fix deadlock when sending messagesJon Hunter1-12/+17
2016-02-22spi: make xmldocs warning caused by spi.cMasanari Iida1-2/+2
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-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-15spi: core: Staticize __spi_split_transfer_maxsize()Fabio Estevam1-5/+5
2016-02-12spi: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
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: Let drivers translate ACPI DeviceSelection to suitable Linux chip selectMika Westerberg1-1/+18