| Commit message (Expand) | Author | Age | Files | Lines |
| * | BACKPORT: treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2019-01-07 | 1 | -2/+2 |
| * | BACKPORT: treewide: kzalloc() -> kcalloc() | Kees Cook | 2019-01-07 | 1 | -1/+1 |
| * | spi: Fix scatterlist elements size in spi_map_buf | Maxime Chevallier | 2018-04-24 | 1 | -2/+8 |
| * | spi: fix device-node leaks | Johan Hovold | 2017-07-05 | 1 | -2/+6 |
| * | spi: When no dma_chan map buffers with spi_master's parent | Daniel Kurtz | 2017-07-05 | 1 | -4/+4 |
| * | spi: double time out tolerance | Hauke Mehrtens | 2017-06-29 | 1 | -1/+1 |
| * | spi: mark device nodes only in case of successful instantiation | Ralf Ramsauer | 2016-10-24 | 1 | -1/+4 |
| * | kthread: kthread worker API cleanup | Petr Mladek | 2016-10-11 | 1 | -9/+9 |
| * | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 2016-09-30 | 1 | -3/+14 |
| |\ |
|
| | * | spi: Add support to handle kmap'd buffers in spi_map_buf() | Vignesh R | 2016-08-17 | 1 | -3/+14 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fi... | Mark Brown | 2016-09-06 | 1 | -2/+8 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | | | * | spi: Prevent unexpected SPI time out due to arithmetic overflow | Sien Wu | 2016-09-03 | 1 | -2/+6 |
| | |_|/
|/| | |
|
| | * | | spi: Drop io_mutex in error paths | Mark Brown | 2016-08-09 | 1 | -0/+2 |
| |/ / |
|
| * | | Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2016-07-27 | 1 | -20/+46 |
| |\| |
|
| | * | spi: Split bus and I/O locking | Mark Brown | 2016-07-25 | 1 | -20/+18 |
| | * | spi: Add DMA support for spi_flash_read() | Vignesh R | 2016-06-08 | 1 | -0/+28 |
| * | | spi / ACPI: add support for ACPI reconfigure notifications | Octavian Purdila | 2016-07-08 | 1 | -7/+93 |
| |/ |
|
| * | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 2016-05-23 | 1 | -2/+5 |
| |\ |
|
| | * | spi: Fix simple typo s/impelment/implement | Moritz Fischer | 2016-05-04 | 1 | -1/+1 |
| | * | spi: return error if kmap'd buffers passed to spi_map_buf() | Vignesh R | 2016-04-25 | 1 | -1/+3 |
| | * | spi: let SPI masters ignore their children for PM | Linus Walleij | 2016-04-12 | 1 | -0/+1 |
| * | | spi: fix possible deadlock between internal bus locks and bus_lock_flag | Heiko Stübner | 2016-03-18 | 1 | -2/+2 |
| |/ |
|
| *---. | Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topi... | Mark Brown | 2016-03-11 | 1 | -0/+336 |
| |\ \ \ |
|
| | | * | | spi: Add gfp parameter to kernel-doc to fix build warning | Javier Martinez Canillas | 2016-03-11 | 1 | -0/+1 |
| | | * | | spi: make xmldocs warning caused by spi.c | Masanari Iida | 2016-02-22 | 1 | -2/+2 |
| | | * | | spi: docbook: add missing parameter documentation | Martin Sperl | 2016-02-18 | 1 | -0/+1 |
| | | * | | spi: core: Use min_t(size_t,..) | Fabio Estevam | 2016-02-17 | 1 | -1/+1 |
| | | * | | spi: core: Use %zu for printing 'size_t' type | Fabio Estevam | 2016-02-17 | 1 | -1/+1 |
| | | * | | spi: core: Staticize __spi_split_transfer_maxsize() | Fabio Estevam | 2016-02-15 | 1 | -5/+5 |
| | | * | | spi: checking for NULL instead of IS_ERR | Dan Carpenter | 2016-02-12 | 1 | -2/+2 |
| | | * | | spi: core: add spi_split_transfers_maxsize | Martin Sperl | 2016-02-09 | 1 | -0/+111 |
| | | * | | spi: core: add spi_replace_transfers method | Martin Sperl | 2016-02-09 | 1 | -0/+132 |
| | | * | | spi: core: added spi_resource management | Martin Sperl | 2016-02-09 | 1 | -0/+91 |
| | |/ / |
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic... | Mark Brown | 2016-03-11 | 1 | -12/+17 |
| |\ \ \ \
| | |/ /
| |/| | |
|
| | | * | | spi: core: Fix deadlock when sending messages | Jon Hunter | 2016-03-09 | 1 | -12/+17 |
| | | | | | |
| | \ \ \ | |
| *-. | | | | Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi... | Mark Brown | 2016-03-11 | 1 | -1/+18 |
| |\ \| | |
| | |_|/
| |/| | |
|
| | * | | | spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select | Mika Westerberg | 2016-02-09 | 1 | -1/+18 |
| | |/ / |
|
| * | | | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 2016-03-11 | 1 | -3/+3 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | spi: respect the maximum segment size of DMA device | Andy Shevchenko | 2016-03-09 | 1 | -3/+3 |
| | |/ |
|
| * | | spi: Add cond_resched() in main message processing loop | Mark Brown | 2016-02-18 | 1 | -0/+3 |
| * | | spi: introduce accelerated read support for spi flash devices | Vignesh R | 2016-02-09 | 1 | -0/+45 |
| |/ |
|
| * | Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2016-01-13 | 1 | -2/+30 |
| |\ |
|
| | *-. | Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/... | Mark Brown | 2016-01-11 | 1 | -0/+29 |
| | |\ \ |
|
| | | * | | spi: Mark instantiated device nodes with OF_POPULATE | Geert Uytterhoeven | 2015-12-01 | 1 | -2/+17 |
| | | * | | spi: Uninline spi_unregister_device() | Geert Uytterhoeven | 2015-12-01 | 1 | -0/+14 |
| | | |/ |
|
| | * | | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 2016-01-11 | 1 | -2/+1 |
| | |\ \ |
|
| | | * | | spi: use to_spi_device | Geliang Tang | 2015-12-23 | 1 | -2/+1 |
| | | |/ |
|
| * | / | ACPI / spi: attach GPIO IRQ from ACPI description to SPI device | Christophe RICARD | 2016-01-01 | 1 | -0/+3 |
| |/ / |
|
| * | | Merge remote-tracking branch 'spi/fix/core' into spi-linus | Mark Brown | 2015-12-16 | 1 | -1/+1 |
| |\ \ |
|
| | * | | spi: fix parent-device reference leak | Johan Hovold | 2015-12-16 | 1 | -1/+1 |
| | |/ |
|