- 5223db0 spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
- d9bc4a8 spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
- f9bdb7f spi: Use kcalloc() in spi_register_board_info() by Markus Elfring · 8 years ago
- b031248 spi: pxa2xx: Factor out handle_bad_msg by Jan Kiszka · 8 years ago
- 72bc7ae spi: s3c64xx: potential oops on probe error by Dan Carpenter · 8 years ago
- c5a2a39 spi: davinci: use dma_mapping_error() by Kevin Hilman · 8 years ago
- 9c6a3af spi: make falcon-spi bool by Hauke Mehrtens · 8 years ago
- 102ecc47 spi: fsl-lpspi: fix indentation error by Gao Pan · 8 years ago
- 3d63a47 spi: s3c64xx: Don't request/release DMA channels for each SPI transfer by Marek Szyprowski · 8 years ago
- e70002c spi: dw: Make debugfs use bus num and make irq name unique by Phil Reid · 8 years ago
- 9620ca9 spi: spi-axi: Free resources on error path by Christophe JAILLET · 8 years ago
- e360e72 spi: bcm53xx: (re)license code to the GPL v2 by Rafał Miłecki · 8 years ago
- 66459c5 spi: imx: adjust watermark level according to transfer length by Jiada Wang · 8 years ago
- 2501452 spi: pxa2xx-pci: Enable DMA for Intel Merrifield by Andy Shevchenko · 8 years ago
- a2dd8af spi: pxa2xx: add missed break by Andy Shevchenko · 8 years ago
- e7ad4a7 spi: sh-msiof: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
- ffcfae3 spi: rspi: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
- cf1716e spi: dw-mid: switch to new dmaengine_terminate_* API (part 2) by Andy Shevchenko · 8 years ago
- 85798e15 spi: armada-3700: Coding style fixes by Romain Perier · 8 years ago
- cfd6693 spi: armada-3700: Replaced raw values for nbits by the SPI macros by Romain Perier · 8 years ago
- 13288bd spi: dw: Make debugfs name unique between instances by Phil Reid · 8 years ago
- 78d759d spi: bcm53xx: set of_node to let DT specify device(s) by Rafał Miłecki · 8 years ago
- 279e4af spi: bcm-qspi: Enable the driver on BMIPS_GENERIC by Jaedon Shin · 8 years ago
- 264c3e8 spi: sh-msiof: Do not use C++ style comment by Simon Horman · 8 years ago
- 23e291c spi: rockchip: support "sleep" pin configuration by Brian Norris · 8 years ago
- 42cd4ed spi: armada-3700: Set mode bits correctly by Dan Carpenter · 8 years ago
- 0cc059a spi: armada-3700: Remove unnecessary condition by Dan Carpenter · 8 years ago
- c2e51ac spi: core: Extract of_spi_parse_dt() by Geert Uytterhoeven · 8 years ago
- e3842cb Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
- f6f0083 spi: armada-3700: fix unsigned compare than zero on irq by Colin Ian King · 8 years ago
- 4286db8 spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings by Simon Horman · 8 years ago
- 91829a9 spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select by Felix Fietkau · 8 years ago
- 22c7632 spi: spi-ath79: support multiple internal chip select lines by Felix Fietkau · 8 years ago
- dadab2d spi: SPI_FSL_DSPI should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
- cc4a7ff spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg() by Geert Uytterhoeven · 8 years ago
- fafd679 Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/topic/ti-qspi', 'spi/topic/topcliff-pch' and 'spi/topic/xlp' into spi-next by Mark Brown · 8 years ago
- 6694430 Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/rspi' and 'spi/topic/s3c64xx' into spi-next by Mark Brown · 8 years ago
- 830d705 Merge remote-tracking branches 'spi/topic/fsl-lpspi', 'spi/topic/imx', 'spi/topic/jcore' and 'spi/topic/omap' into spi-next by Mark Brown · 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
- 0afa072 Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/topic/axi' into spi-next by Mark Brown · 8 years ago
- 9b12be6 Merge remote-tracking branch 'spi/topic/rcar' 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
- b14a8a8 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/mvbeu' and 'spi/fix/spidev' into spi-linus by Mark Brown · 8 years ago
- 7243e0b spi: mvebu: fix baudrate calculation for armada variant by Uwe Kleine-König · 8 years ago
- 5762ab7 spi: Add support for Armada 3700 SPI Controller by Romain Perier · 8 years ago
- d989eed spi: fsl-lpspi: quit reading rx fifo under error condition by Gao Pan · 8 years ago
- b6787b6 spi: fsl-lpspi: use GPL as module license by Gao Pan · 8 years ago
- 7e2ef00 spi: fsl-espi: fix ioread16/iowrite16 endianness by Heiner Kallweit · 8 years ago
- d54ef05 spi: fsl-espi: remove unused linearization code by Heiner Kallweit · 8 years ago
- dcb425f3 spi: fsl-espi: eliminate need for linearization when reading from hardware by Heiner Kallweit · 8 years ago
- 0582343 spi: fsl-espi: eliminate need for linearization when writing to hardware by Heiner Kallweit · 8 years ago
- e1cdee7 spi: fsl-espi: determine need for byte swap only once by Heiner Kallweit · 8 years ago
- b88a0de spi: fsl-lpspi: read lpspi tx/rx fifo size in probe() by Gao Pan · 8 years ago
- d2ad0a62 spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer done by Gao Pan · 8 years ago
- 7348291 spi: orion: fix comment to mention MVEBU by Uwe Kleine-König · 8 years ago
- 768f3d9 spi: atmel: remove the use of private channel fields by Nicolas Ferre · 8 years ago
- d5fab59 spi: atmel: trivial: remove unused fields in DMA structure by Nicolas Ferre · 8 years ago
- 04242ca spi: atmel: Use SPI core DMA mapping framework by Cyrille Pitchen · 8 years ago
- 7910d9a spi: atmel: Use core SPI_MASTER_MUST_[RT]X handling by Nicolas Ferre · 8 years ago
- ce24a51 spi: atmel: trivial: move info banner to latest probe action by Nicolas Ferre · 8 years ago
- 14de391 spi: imx: replace schedule() with cond_resched() by Gao Pan · 8 years ago
- e3a4939 spi: imx: fix potential shift truncation by Gao Pan · 8 years ago
- 3ffa1a5d spi: imx: use prepare_transfer_hardware() for lpspi by Gao Pan · 8 years ago
- d7a3239 spi: ath79: Fix module autoload for OF registration by Javier Martinez Canillas · 8 years ago
- b87c701 spi: xlp: Fix module autoload for OF registration by Javier Martinez Canillas · 8 years ago
- aa12c1a spi: jcore: Fix module autoload for OF registration by Javier Martinez Canillas · 8 years ago
- 01affe2 spi: spi-axi: Fix module autoload by Javier Martinez Canillas · 8 years ago
- 5314987 spi: imx: add lpspi bus driver by Gao Pan · 8 years ago
- ccf7d8e spi: spi-fsl-dspi: Fix continuous selection format by Sanchayan Maity · 8 years ago
- 1eaccf2 spi: spi-fsl-dspi: Fix incorrect DMA setup by Sanchayan Maity · 8 years ago
- 27d21e9 spi: spi-fsl-dspi: Fix incorrect freeing of DMA allocated buffers by Sanchayan Maity · 8 years ago
- 8dd4a01 spi: use sg_next for walking through the allocated scatterlist table by Juan Gutierrez · 8 years ago
- 9677e7d spi: spi-topcliff-pch: Remove some dead code by Christophe JAILLET · 8 years ago
- eb51cff spi: sh-msiof: Add support for R-Car M3-W by Geert Uytterhoeven · 8 years ago
- 9811430 spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGE by Sanchayan Maity · 8 years ago
- 6f8dc9d spi: s3c64xx: Do not use platform_data for DMA parameters by Sylwester Nawrocki · 8 years ago
- f254e65 spi: fsl-espi: set spi_master members min_speed_hz and max_speed_hz by Heiner Kallweit · 8 years ago
- a9a813d spi: fsl-espi: simplify of_fsl_espi_suspend by Heiner Kallweit · 8 years ago
- 39fe33f spi: atmel: Fix scheduling while atomic by Ben Whitten · 8 years ago
- d06a350 spi: spi-ti-qspi: reinit of completion variable by Prahlad V · 8 years ago
- b52b348 spi: atmel: fix indenting in atmel_spi_gpio_cs() by Dan Carpenter · 8 years ago
- 6906b0e spi: spi-pxa2xx: Remove unused macro by Jarkko Nikula · 8 years ago
- 278c48d spi: fsl-espi: separate fsl-espi from fsl-lib completely by Heiner Kallweit · 8 years ago
- 35ab046 spi: fsl-espi: introduce struct fsl_espi by Heiner Kallweit · 8 years ago
- 456c742 spi: fsl-espi: factor out fsl_espi_init_regs by Heiner Kallweit · 8 years ago
- 219b5e3 spi: fsl-espi: introduce struct fsl_espi_cs by Heiner Kallweit · 8 years ago
- 7cb5557 spi: fsl-espi: migrate relevant parts of mpc8xxx_spi_probe and of_mpc8xxx_spi_probe by Heiner Kallweit · 8 years ago
- cdb2f77 spi: fsl-espi: remove usage of mpc8xxx_spi->irq by Heiner Kallweit · 8 years ago
- e3ce4f4 spi: fsl-espi: remove usage of mpc8xxx_spi->flags by Heiner Kallweit · 8 years ago
- 7454346 spi: fsl-espi: remove remaining usage of struct fsl_spi_platform_data by Heiner Kallweit · 8 years ago
- 2808f77 spi: fsl-espi: don't set pdata->cs_control by Heiner Kallweit · 8 years ago
- 689d41f spi: fsl-espi: remove usage of pdata->initial_spmode by Heiner Kallweit · 8 years ago
- 8263cb3 spi: fsl-espi: add support for dual output read mode by Heiner Kallweit · 8 years ago
- aca7515 spi: fsl-espi: add support for ESPI RXSKIP mode by Heiner Kallweit · 8 years ago
- 90ba370 spi: spi-fsl-dspi: Add DMA support for Vybrid by Sanchayan Maity · 8 years ago
- b099b13 spi: s3c64xx: Allow driver to build if COMPILE_TEST is enabled by Javier Martinez Canillas · 8 years ago
- db30083 spi: rspi: avoid uninitialized variable access by Arnd Bergmann · 8 years ago
- 9610620 spi: atmel: use managed resource for gpio chip select by Nicolas Ferre · 8 years ago
- 8f3086d spi: fsl-espi: don't write ESPI_SPMODE register if the mode doesn't change by Heiner Kallweit · 8 years ago