- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
- b859e7d Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
- e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
- 0e64703 Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/txx9' into spi-next by Mark Brown · 10 years ago
- f56be67 Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/rockchip', 'spi/topic/samsung' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
- dcf695b Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/img-spfi' and 'spi/topic/meson' into spi-next by Mark Brown · 10 years ago
- 3bcfca6 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/fsl-cpm' into spi-next by Mark Brown · 10 years ago
- 19a0368 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
- c9508d4 Merge remote-tracking branch 'spi/fix/cadence' into spi-linus by Mark Brown · 10 years ago
- bc88f11 spi/s3c64xx: Remove redundant runtime PM management by Mark Brown · 10 years ago
- 1a7e06d spi: fsl-spi: remove unused variable assignment by Heiner Kallweit · 10 years ago
- 75c4108 spi: spi-fsl-spi: Return an error code in fsl_spi_do_one_msg() by Fabio Estevam · 10 years ago
- 98a8f5a spi: core: Do not mangle error code from kthread_run() by Jarkko Nikula · 10 years ago
- 6ed23b8 PM: Merge the SET*_RUNTIME_PM_OPS() macros by Rafael J. Wysocki · 10 years ago
- 5267720 spi: Check for spi_of_notifier when CONFIG_OF_DYNAMIC=y by Fabio Estevam · 10 years ago
- 75506d0 spi: fsl-espi: add (un)prepare_transfer_hardware calls to save power if SPI is not in use by Heiner Kallweit · 10 years ago
- c592bec spi: fsl-(e)spi: migrate to generic master queueing by Heiner Kallweit · 10 years ago
- 7d57cd8 spi/txx9: Deletion of an unnecessary check before the function call "clk_disable" by Markus Elfring · 10 years ago
- ee0ebe81 spi: cadence: Fix 3-to-8 mux mode by Lars-Peter Clausen · 10 years ago
- 3cc2910 spi: cadence: Init HW after reading devicetree attributes by Paul Cercueil · 10 years ago
- 1327ecd spi: meson: Select REGMAP_MMIO by Beniamino Galvani · 10 years ago
- ec05861 Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus by Mark Brown · 10 years ago
- 13616c7 Merge remote-tracking branch 'spi/fix/dma' into spi-linus by Mark Brown · 10 years ago
- bf77cba spi: s3c64xx: add support for exynos7 SPI controller by Padmavathi Venna · 10 years ago
- e5262d0 spi: spi-pxa2xx: SPI support for Intel Quark X1000 by Weike Chen · 10 years ago
- ce79d54 spi/of: Add OF notifier handler by Pantelis Antoniou · 10 years ago
- aff5e3f spi/of: Create new device registration method and accessors by Pantelis Antoniou · 10 years ago
- 008c2a2 spi: meson: meson_spifc_setup_speed() can be static by kbuild test robot · 10 years ago
- 4fdb242 spi: spi-pxa2xx: Add helpers for regiseters' accessing by Weike Chen · 10 years ago
- 9e8987a spi: spi-mxs: Fix mapping from vmalloc-ed buffer to scatter list by Charles Keepax · 10 years ago
- 5e9af37 spi: atmel: introduce probe deferring by Ludovic Desroches · 10 years ago
- 7758e39 spi: atmel: remove compat for non DT board when requesting dma chan by Ludovic Desroches · 10 years ago
- c3e4bc54 spi: meson: Add support for Amlogic Meson SPIFC by Beniamino Galvani · 10 years ago
- 194ed90 spi: fsl-spi: Don't use cpm_command on CPM1 by Christophe Leroy · 10 years ago
- 8509c55 spi: sirf: reset SPI controller in init stage by Qipan Li · 10 years ago
- fcc50e5 spi: sirf: assign spi_master's max_speed_hz member by Qipan Li · 10 years ago
- 9c4b19a spi: sirf: fix word width configuration by Qipan Li · 10 years ago
- deba2580 spi: Add driver for IMG SPFI controller by Andrew Bresticker · 10 years ago
- c1aefbd spi: Fix mapping from vmalloc-ed buffer to scatter list by Charles Keepax · 10 years ago
- dfcc2e3 spi/rockchip: remove redundant call to spi_master_put() by Laurentiu Palcu · 10 years ago
- 9169051 spi: spidev: Don't mangle max_speed_hz in underlying spi device by Mark Brown · 10 years ago
- 617100c spi: spi-mxs: Register the irq with the device name by Fabio Estevam · 10 years ago
- cfb4bbd spi: spi-gpio: Fix compiler warning when building for 64 bit systems by Torsten Fleischer · 10 years ago
- 0a8727e spi: dw: Fix dynamic speed change. by Thor Thayer · 10 years ago
- 4e72b42 Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 10 years ago
- 2b9375b spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM by Dmitry Eremin-Solenikov · 10 years ago
- d1d8180 spi: spi-gpio: Add dt support for a single device with no chip select by Torsten Fleischer · 10 years ago
- 5cc7b04 spi: fsl-dspi: Fix CTAR selection by Alexander Stein · 10 years ago
- a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
- 30c8eb5 spi: dw-mid: split rx and tx callbacks when DMA by Andy Shevchenko · 10 years ago
- a5c2db9 spi: dw-mid: refactor to use helpers by Andy Shevchenko · 10 years ago
- 1e2cf73 Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/orion', 'spi/fix/pl022', 'spi/fix/rockchip' and 'spi/fix/spidev' into spi-linus by Mark Brown · 10 years ago
- 9a2d363 spi: orion: fix potential NULL pointer de-reference by Greg Ungerer · 10 years ago
- c1ee8f3 spi/atmel: improve the system suspend/resume functions implementation by Wenyou Yang · 10 years ago
- 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 409851c spi: fsl-dspi: remove useless code for dspi driver. by Xiubo Li · 10 years ago
- d0de6ff spi/atmel: fix simple_return.cocci warnings by Fengguang Wu · 10 years ago
- ce0c4ca spi/atmel: add support for runtime PM by Wenyou Yang · 10 years ago
- 5398ad6 spi/atmel: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
- 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
- 2c2bc74 spi/rockchip: spi controller must be disabled in tx callback too by Addy Ke · 10 years ago
- c28be31 spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex mode by Addy Ke · 10 years ago
- f9cfd52 spi/rockchip: fix bug that case spi can't go as fast as slave request by Addy Ke · 10 years ago
- 3ffa615 spi: pl022: Fix incorrect dma_unmap_sg by Ray Jui · 10 years ago
- 865f6d1 spi: spidev: Use separate TX and RX bounce buffers by Ray Jui · 10 years ago
- b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- 9c6de47 spi: dw: Initialize of_node to discover DT node children by Thor Thayer · 10 years ago
- 49a09c9 Merge branch 'pm-domains' by Rafael J. Wysocki · 10 years ago
- a2285b8 Merge remote-tracking branch 'spi/topic/xilinx' into spi-next by Mark Brown · 10 years ago
- bab4d75 Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/topic/rspi', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
- 899d81b Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/topic/mxs', 'spi/topic/omap-100k' and 'spi/topic/orion' into spi-next by Mark Brown · 10 years ago
- 7020d76 Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/fsl' into spi-next by Mark Brown · 10 years ago
- 1fc8450 Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi/topic/checkpatch' and 'spi/topic/clps711x' into spi-next by Mark Brown · 10 years ago
- 613c447 Merge remote-tracking branch 'spi/topic/dma-dep' into spi-next by Mark Brown · 10 years ago
- ad71f40 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
- 62d02e4 Merge remote-tracking branch 'spi/fix/rockchip' into spi-linus by Mark Brown · 10 years ago
- a44619c spi: spi-mxs: fix a tiny typo in a comment by Michael Heimpold · 10 years ago
- f7477c2 spi: dw-mid: follow new DMAengine workflow by Andy Shevchenko · 10 years ago
- 2a28529 spi: dw-mid: convert to use DMAengine wrappers by Andy Shevchenko · 10 years ago
- 15ee3be spi: dw-mid: change magic numbers to the constants by Andy Shevchenko · 10 years ago
- df59fa7 spi: orion: support armada extended baud rates by Greg Ungerer · 10 years ago
- f48c767 PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h by Ulf Hansson · 10 years ago
- a310836 spi: fsl: Sort include headers alphabetically by Xiubo Li · 10 years ago
- 61d38b9 spi: bcm53xx: Add missing module information by Axel Lin · 10 years ago
- 933fc7b spi: bcm53xx: Fix module dependency by Axel Lin · 10 years ago
- a24e70c spi/rockchip: fix bug that cause the failure to read data in DMA mode by Addy Ke · 10 years ago
- 90f90bb spi: fsl-dspi: Remove probe info message by Alexander Stein · 10 years ago
- db4fa45 spi: pl022: Add support for chip select extension by Anders Berg · 10 years ago
- c7908a3 spi: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
- c3c6e23 spi: dw: fix style of code in few places by Andy Shevchenko · 10 years ago
- c3ce15b spi: dw: introduce support of loopback mode by Andy Shevchenko · 10 years ago
- 8e45ef6 spi: dw-mid: terminate ongoing transfers at exit by Andy Shevchenko · 10 years ago
- b41583e spi: dw-mid: respect 8 bit mode by Andy Shevchenko · 10 years ago
- a5b4b23 spi: clps711x: Migrate to the new clk subsystem by Alexander Shiyan · 10 years ago
- 676e7c2 spi: core: Convert to dev_pm_domain_attach|detach() by Ulf Hansson · 10 years ago
- 73e3f1e spi: pl022: Add missing error check for devm_kzalloc by Kiran Padwal · 10 years ago
- 39d3653 spi/pxa2xx-pci: Add support for Intel Braswell by Mika Westerberg · 10 years ago
- b729bf3 spi/pxa2xx: Don't use slave_id of dma_slave_config by Mika Westerberg · 10 years ago
- f62cacc spi: spi-imx: add DMA support by Robin Gong · 10 years ago