summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/...Mark Brown2016-12-121-2/+8
|\ \ \
| | * | spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer2016-10-111-2/+7
| * | | spi: change post transfer udelay() to usleep_range() for long delaysDaniel Kurtz2016-10-261-2/+8
| | |/ | |/|
* | | Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2016-12-121-2/+5
|\ \ \
| * | | spi: use sg_next for walking through the allocated scatterlist tableJuan Gutierrez2016-11-221-2/+5
| |/ /
* | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2016-12-121-2/+7
|\ \ \
| * | | spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer2016-10-211-2/+7
| |/ /
* / / spi: mark device nodes only in case of successful instantiationRalf Ramsauer2016-10-241-1/+4
|/ /
* / kthread: kthread worker API cleanupPetr Mladek2016-10-121-9/+9
|/
* Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2016-09-301-3/+14
|\
| * spi: Add support to handle kmap'd buffers in spi_map_buf()Vignesh R2016-08-171-3/+14
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fi...Mark Brown2016-09-061-2/+8
|\ \ \ \ | |_|_|/ |/| | |
| | | * spi: Prevent unexpected SPI time out due to arithmetic overflowSien Wu2016-09-031-2/+6
| |_|/ |/| |
| * | spi: Drop io_mutex in error pathsMark Brown2016-08-091-0/+2
|/ /
* | Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2016-07-271-20/+46
|\|
| * spi: Split bus and I/O lockingMark Brown2016-07-251-20/+18Star
| * spi: Add DMA support for spi_flash_read()Vignesh R2016-06-081-0/+28
* | spi / ACPI: add support for ACPI reconfigure notificationsOctavian Purdila2016-07-081-7/+93
|/
* Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2016-05-231-2/+5
|\
| * spi: Fix simple typo s/impelment/implementMoritz Fischer2016-05-041-1/+1
| * spi: return error if kmap'd buffers passed to spi_map_buf()Vignesh R2016-04-251-1/+3
| * spi: let SPI masters ignore their children for PMLinus Walleij2016-04-121-0/+1
* | spi: fix possible deadlock between internal bus locks and bus_lock_flagHeiko Stübner2016-03-181-2/+2
|/
*---. Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topi...Mark Brown2016-03-111-0/+336
|\ \ \
| | * | spi: Add gfp parameter to kernel-doc to fix build warningJavier Martinez Canillas2016-03-111-0/+1
| | * | spi: make xmldocs warning caused by spi.cMasanari Iida2016-02-221-2/+2
| | * | spi: docbook: add missing parameter documentationMartin Sperl2016-02-181-0/+1
| | * | spi: core: Use min_t(size_t,..)Fabio Estevam2016-02-171-1/+1
| | * | spi: core: Use %zu for printing 'size_t' typeFabio Estevam2016-02-171-1/+1
| | * | spi: core: Staticize __spi_split_transfer_maxsize()Fabio Estevam2016-02-151-5/+5
| | * | spi: checking for NULL instead of IS_ERRDan Carpenter2016-02-131-2/+2
| | * | spi: core: add spi_split_transfers_maxsizeMartin Sperl2016-02-091-0/+111
| | * | spi: core: add spi_replace_transfers methodMartin Sperl2016-02-091-0/+132
| | * | spi: core: added spi_resource managementMartin Sperl2016-02-091-0/+91
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic...Mark Brown2016-03-111-12/+17
|\ \ \ \ | | |/ / | |/| |
| | * | spi: core: Fix deadlock when sending messagesJon Hunter2016-03-091-12/+17
| | | |
| \ \ \
*-. | | | Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi...Mark Brown2016-03-111-1/+18
|\ \| | | | | |_|/ | |/| |
| * | | spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip selectMika Westerberg2016-02-091-1/+18
| |/ /
* | | Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2016-03-111-3/+3
|\ \ \ | |_|/ |/| |
| * | spi: respect the maximum segment size of DMA deviceAndy Shevchenko2016-03-091-3/+3
| |/
* | spi: Add cond_resched() in main message processing loopMark Brown2016-02-181-0/+3
* | spi: introduce accelerated read support for spi flash devicesVignesh R2016-02-091-0/+45
|/
* Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2016-01-131-2/+30
|\
| *-. Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/...Mark Brown2016-01-111-0/+29
| |\ \
| | * | spi: Mark instantiated device nodes with OF_POPULATEGeert Uytterhoeven2015-12-011-2/+17
| | * | spi: Uninline spi_unregister_device()Geert Uytterhoeven2015-12-011-0/+14
| | |/
| * | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2016-01-111-2/+1Star
| |\ \
| | * | spi: use to_spi_deviceGeliang Tang2015-12-231-2/+1Star
| | |/
* | / ACPI / spi: attach GPIO IRQ from ACPI description to SPI deviceChristophe RICARD2016-01-011-0/+3
|/ /
* | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2015-12-161-1/+1
|\ \