- 194276b spi: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
- 6b03061 spi: add support for octal mode I/O data transfer by Yogesh Narayan Gaur · 6 years ago
- 787f488 spi: Fix formatting of header block by Mark Brown · 6 years ago
- d57e796 spi: Fix core transfer waits after slave support by Mark Brown · 6 years ago
- 810923f spi: Deal with slaves that return from transfer_one() unfinished by Lubomir Rintel · 6 years ago
- 7b9734d Merge remote-tracking branch 'spi/topic/of' into spi-next by Mark Brown · 6 years ago
- 4b51c74 Merge branch 'spi-4.20' into spi-next by Mark Brown · 6 years ago
- 25972d0 spi: Make GPIO CSs honour the SPI_NO_CS flag by Phil Elwell · 6 years ago
- 5039563 spi: Add driver_override SPI device attribute by Trent Piepho · 6 years ago
- 5f143af spi: make OF helper available for others by Marco Felsch · 6 years ago
- b445bfc spi: switch to SPDX license identifier by Marco Felsch · 6 years ago
- 71388b21 spi: always use software fallback for SPI_CS_WORD when using cs_gio by David Lechner · 6 years ago
- cbaa62e spi: add software implementation for SPI_CS_WORD by David Lechner · 6 years ago
- 04b2d03 spi: Fix double IDR allocation with DT aliases by Geert Uytterhoeven · 6 years ago
- 1a4327f spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers by Kirill Kapranov · 6 years ago
- a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 6 years ago
- 3c89adb0 Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
- 7e48e23 spi: Add missing pm_runtime_put_noidle() after failed get by Tony Lindgren · 6 years ago
- 71f277a spi: Respect all error codes from dev_pm_domain_attach() by Ulf Hansson · 7 years ago
- c1f5ba7 spi: Get rid of the spi_flash_read() API by Boris Brezillon · 7 years ago
- b5932f5 spi: Make support for regular transfers optional when ->mem_ops != NULL by Boris Brezillon · 7 years ago
- bdf3a3b spi: Check presence the of ->transfer[_xxx]() before registering a controller by Boris Brezillon · 7 years ago
- 988f259 spi: Add an helper to flush the message queue by Boris Brezillon · 7 years ago
- 4633696 spi: Expose spi_{map,unmap}_buf() for internal use by Boris Brezillon · 7 years ago
- 3ce2dcf Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/pxa2xx' and 'spi/fix/unregiser' into spi-linus by Mark Brown · 7 years ago
- 613bd1e spi: Fix unregistration of controller with fixed SPI bus number by Jarkko Nikula · 7 years ago
- ce99319 spi: Fix scatterlist elements size in spi_map_buf by Maxime Chevallier · 7 years ago
- b5f9208 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 7 years ago
- 42bdd70 spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers by Lucas Stach · 7 years ago
- 68b892f spi: document odd controller reference handling by Johan Hovold · 7 years ago
- 67f7b27 spi: fix use-after-free at controller deregistration by Johan Hovold · 7 years ago
- 53ac64a Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
- a3a4246 Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topic/ep93xx' and 'spi/topic/falcon' into spi-next by Mark Brown · 7 years ago
- 9a9a047 spi: Kernel coding style fixes by Suniel Mahesh · 7 years ago
- 9b61e30 spi: Pick spi bus number from Linux idr or spi alias by Suniel Mahesh · 7 years ago
- e0bcb68 spi: use of_property_read_bool() by Sergei Shtylyov · 7 years ago
- 8a2e487 spi: Use Apple device properties in absence of ACPI resources by Lukas Wunner · 7 years ago
- 2856670 spi: core: Propagate error code of add_uevent_var() by Andy Shevchenko · 7 years ago
- 25c56c8 spi: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
- 8caab75 spi: Generalize SPI "master" to "controller" by Geert Uytterhoeven · 7 years ago
- c94085f5 Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-master by Mark Brown · 7 years ago
- 6c36406 spi: core: Add support for registering SPI slave controllers by Geert Uytterhoeven · 7 years ago
- ad25c92 spi: core: Replace S_IRUGO permissions by 0444 by Geert Uytterhoeven · 8 years ago
- b56ffae spi: core: Fix devm_spi_register_master() function name in kerneldoc by Geert Uytterhoeven · 8 years ago
- 282ec0e Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into spi-next by Mark Brown · 8 years ago
- a2d5eda Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/lantiq' into spi-next by Mark Brown · 8 years ago
- 42b1ead Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
- 2bca344 spi: Add can_dma like interface for spi_flash_read by Vignesh R · 8 years ago
- 833bfad spi: double time out tolerance by Hauke Mehrtens · 8 years ago
- f974cf5 spi: allow registering empty spi_board_info lists by Dmitry Torokhov · 8 years ago
- 826cf17 spi: allow attaching device properties to SPI board info by Dmitry Torokhov · 8 years ago
- ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
- 43e31e4 Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
- e2a3b0d Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-next by Mark Brown · 8 years ago
- 3490462 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
- 0c6543f spi: acpi: Initialize modalias from of_compatible by Dan O'Donovan · 8 years ago
- 8324147 spi: fix device-node leaks by Johan Hovold · 8 years ago
- 88b0aa5 spi: When no dma_chan map buffers with spi_master's parent by Daniel Kurtz · 8 years ago
- f9bdb7f spi: Use kcalloc() in spi_register_board_info() by Markus Elfring · 8 years ago
- c2e51ac spi: core: Extract of_spi_parse_dt() by Geert Uytterhoeven · 8 years ago
- 3bc1ad25 Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/fsl-dspi' and 'spi/topic/fsl-espi' into spi-next by Mark Brown · 8 years ago
- cc93993 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
- 0523266 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
- 8dd4a01 spi: use sg_next for walking through the allocated scatterlist table by Juan Gutierrez · 8 years ago
- 8244bd3 spi: change post transfer udelay() to usleep_range() for long delays by Daniel Kurtz · 8 years ago
- e0af98a spi: mark device nodes only in case of successful instantiation by Ralf Ramsauer · 8 years ago
- 8eee6b9 spi: Add Flag to Enable Slave Select with GPIO Chip Select. by Thor Thayer · 8 years ago
- 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
- 6b1576a spi: Add Flag to Enable Slave Select with GPIO Chip Select. by Thor Thayer · 8 years ago
- c5aee51 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
- ae4860b Merge 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-linus by Mark Brown · 8 years ago
- d0716dd spi: Prevent unexpected SPI time out due to arithmetic overflow by Sien Wu · 8 years ago
- b1b8153 spi: Add support to handle kmap'd buffers in spi_map_buf() by Vignesh R · 8 years ago
- 764f216 spi: Drop io_mutex in error paths by Mark Brown · 8 years ago
- 7ae0ae4 Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
- ef4d96e spi: Split bus and I/O locking by Mark Brown · 8 years ago
- 7f24467 spi / ACPI: add support for ACPI reconfigure notifications by Octavian Purdila · 8 years ago
- f4502dd spi: Add DMA support for spi_flash_read() by Vignesh R · 8 years ago
- 38accef Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
- 8ba811a spi: Fix simple typo s/impelment/implement by Moritz Fischer · 9 years ago
- 0569a88 spi: return error if kmap'd buffers passed to spi_map_buf() by Vignesh R · 9 years ago
- d7e2ee2 spi: let SPI masters ignore their children for PM by Linus Walleij · 9 years ago
- 24c8cd1 spi: fix possible deadlock between internal bus locks and bus_lock_flag by Heiko Stübner · 9 years ago
- b9facea Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topic/pl022' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
- f91c75d Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/flash' into spi-next by Mark Brown · 9 years ago
- 6beb9fe Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-next by Mark Brown · 9 years ago
- a75481a Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 9 years ago
- 10f11a2 spi: Add gfp parameter to kernel-doc to fix build warning by Javier Martinez Canillas · 9 years ago
- df88e91 spi: respect the maximum segment size of DMA device by Andy Shevchenko · 9 years ago
- 49023d2 spi: core: Fix deadlock when sending messages by Jon Hunter · 9 years ago
- 3700ce9 spi: make xmldocs warning caused by spi.c by Masanari Iida · 9 years ago
- 6282697 spi: Add cond_resched() in main message processing loop by Mark Brown · 9 years ago
- 0588539 spi: docbook: add missing parameter documentation by Martin Sperl · 9 years ago
- c8dab77 spi: core: Use min_t(size_t,..) by Fabio Estevam · 9 years ago
- 7d62f51 spi: core: Use %zu for printing 'size_t' type by Fabio Estevam · 9 years ago
- 0893341 spi: core: Staticize __spi_split_transfer_maxsize() by Fabio Estevam · 9 years ago
- 657d32e spi: checking for NULL instead of IS_ERR by Dan Carpenter · 9 years ago
- 556351f spi: introduce accelerated read support for spi flash devices by Vignesh R · 9 years ago
- d9f1212 spi: core: add spi_split_transfers_maxsize by Martin Sperl · 9 years ago
- 523baf5a spi: core: add spi_replace_transfers method by Martin Sperl · 9 years ago