- 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
- d780c37 spi: core: added spi_resource management by Martin Sperl · 9 years ago
- a0a9071 spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select by Mika Westerberg · 9 years ago
- 50ae833 Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
- 4f95307 Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/spidev' into spi-next by Mark Brown · 9 years ago
- 174c211 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
- 33ada67 ACPI / spi: attach GPIO IRQ from ACPI description to SPI device by Christophe RICARD · 9 years ago
- d1eba93 spi: use to_spi_device by Geliang Tang · 9 years ago
- 9ce5db2 Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 9 years ago
- 157f38f spi: fix parent-device reference leak by Johan Hovold · 9 years ago
- bd6c164 spi: Mark instantiated device nodes with OF_POPULATE by Geert Uytterhoeven · 9 years ago
- 3b1884c spi: Uninline spi_unregister_device() by Geert Uytterhoeven · 9 years ago
- a057d73 Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus by Mark Brown · 9 years ago
- 77e8058 spi: bugfix: spi_message.transfer_length does not get reset by Martin Sperl · 9 years ago
- 88c9321 spi: Add missing kerneldoc description for parameter by Thierry Reding · 9 years ago
- 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
- 8c60348 Merge remote-tracking branch 'spi/topic/doc' into spi-next by Mark Brown · 9 years ago
- 3e7018d Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
- 26cc44f Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 9 years ago
- ca5d248 spi: Add THIS_MODULE to spi_driver in SPI core by Andrew F. Davis · 9 years ago
- abeedb0 spi: Setup the master controller driver before setting the chipselect by Franklin S Cooper Jr · 9 years ago
- 97d56dc spi: fix kernel-doc warnings about missing return desc in spi.c by Javier Martinez Canillas · 9 years ago
- 0dc9631 Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-doc by Mark Brown · 9 years ago
- 243f07b spi: core: use gpio_is_valid() helper by Andy Shevchenko · 9 years ago
- 5ab8d26 spi: core: propagate return code of __spi_validate_bits_per_word() by Andy Shevchenko · 9 years ago
- 44af792 spi: Map SPI OF client IRQ at probe time by Jon Hunter · 9 years ago
- 6b7bc06 spi: add transfer histogram statistics via sysfs by Martin Sperl · 9 years ago
- 92243b6 Merge tag 'v4.3-rc1' into spi-fix-doc by Mark Brown · 9 years ago