summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+18
| * 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-121-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/+1
| |\ \
| | * | spi: use to_spi_deviceGeliang Tang2015-12-231-2/+1
| | |/
* | / 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
|\ \
| * | spi: fix parent-device reference leakJohan Hovold2015-12-161-1/+1
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/med...Mark Brown2015-11-301-0/+1
|\ \ \ | | |/ | |/|
| | * spi: Add missing kerneldoc description for parameterThierry Reding2015-11-101-0/+1
| |/
* / spi: bugfix: spi_message.transfer_length does not get resetMartin Sperl2015-11-271-0/+1
|/
*-. Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-041-3/+4
|\ \
| | * spi: Add THIS_MODULE to spi_driver in SPI coreAndrew F. Davis2015-10-281-3/+4
| |/
* | Merge remote-tracking branch 'spi/topic/doc' into spi-nextMark Brown2015-11-041-9/+93
|\ \
| * | spi: fix kernel-doc warnings about missing return desc in spi.cJavier Martinez Canillas2015-10-241-9/+32
| | |
| | \
| *-. \ Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm...Mark Brown2015-10-241-8/+76
| |\ \ \
| | | * | spi: add transfer histogram statistics via sysfsMartin Sperl2015-09-191-0/+61
| | | |/
* | | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2015-11-041-8/+15
|\ \ \ \ | | |/ / | |/| |
| * | | spi: core: use gpio_is_valid() helperAndy Shevchenko2015-10-211-1/+1
| * | | spi: core: propagate return code of __spi_validate_bits_per_word()Andy Shevchenko2015-10-161-3/+4
| * | | spi: Map SPI OF client IRQ at probe timeJon Hunter2015-10-121-4/+10
| | |/ | |/|