- 7b1d968 spi: omap2-mcspi: Improve performance waiting for CHSTAT by Aswath Govindraju · 4 years, 4 months ago
- f27b1dc spi: omap2-mcspi: Convert to use GPIO descriptors by Linus Walleij · 4 years, 7 months ago
- 32f2fc5 spi: spi-omap2-mcspi: Support probe deferral for DMA channels by Vignesh Raghavendra · 5 years ago
- e4e8276 spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x by Vignesh Raghavendra · 5 years ago
- 8d85849 spi: omap2-mcspi: Remove redundant checks by Vignesh Raghavendra · 5 years ago
- c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
- baf8b9f spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch by Vignesh R · 6 years ago
- 91b9dee spi: omap2-mcspi: Add missing suspend and resume calls by Tony Lindgren · 6 years ago
- 89e8b9c spi: omap2-mcspi: Add slave mode support by Vignesh R · 6 years ago
- b682cff spi: omap2-mcspi: Set FIFO DMA trigger level to word length by Vignesh R · 6 years ago
- 13d515c spi: omap2-mcspi: Switch to readl_poll_timeout() by Vignesh R · 6 years ago
- 45e41bc spi: omap2-mcspi: remove several redundant variables by Colin Ian King · 6 years ago
- d073bfa spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend() by Tony Lindgren · 7 years ago
- 5a686b2 spi: omap2-mcspi: Idle hardware during suspend and resume by Tony Lindgren · 7 years ago
- 52e9a5b spi: omap2-mcspi: Restore context always in runtime_resume by Tony Lindgren · 7 years ago
- b590782 spi: omap: Allocate bus number from spi framework by Suniel Mahesh · 7 years ago
- ad74499 spi: omap2-mcspi: remove redundant check for error status by Colin Ian King · 8 years ago
- 8126135 spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer by Akinobu Mita · 8 years ago
- 2e9c079 spi: omap2-mcspi: Remove redundant return value check of platform_get_resource() by Wei Yongjun · 8 years ago
- af9e53f spi: omap2-mcspi: Fix modifying platform resource data by Vikram N · 8 years ago
- 0ba1870 spi: omap2-mcspi: Use the SPI framework to handle DMA mapping by Franklin S Cooper Jr · 9 years ago
- 4bd0041 spi: omap2-mcspi: Add comments for RX only DMA buffer workaround by Franklin S Cooper Jr · 9 years ago
- b085c61 spi: omap2-mcspi: Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 9 years ago
- 0e6f357 spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinit by Tony Lindgren · 9 years ago
- 2f538c0 spi: omap2-mcspi: Prevent duplicate gpio_request by Michael Welling · 9 years ago
- beca365 spi: omap2-mcspi: Add calls for pinctrl state select by Pascal Huerst · 9 years ago
- 468a320 spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message by Neil Armstrong · 9 years ago
- 5f74db1 spi: omap2-mcspi: add runtime PM to set_cs() by Sebastian Reichel · 9 years ago
- c4339ac spi: omap2-mcspi: Handle error on gpio_request by Michael Welling · 10 years ago
- a06b430 spi: omap2-mcspi: Fix GPIO chip select support by Michael Welling · 10 years ago
- 4373f8b spi: omap2-mcspi: Fix set_cs function for active high by Michael Welling · 10 years ago
- be632f6 spi: omap2-mcspi: Remove unnecessary delay by Michael Welling · 10 years ago
- ddcad7e spi: omap2-mcspi: Fix native cs with new set_cs by Michael Welling · 10 years ago
- bc7f9bb spi: omap2-mcspi: Add gpio_request and init CS by Michael Welling · 10 years ago
- b28cb94 spi: omap2-mcspi: Switch driver to use transfer_one by Michael Welling · 10 years ago
- c5a06e75 spi/omap2-mcpsi: Always call spi_finalize_current_message() by Fionn Cleary · 10 years ago
- 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
- 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 3d0763c spi/omap-mcspi: Fix the spi task hangs waiting dma_rx by Jorge A. Ventura · 10 years ago
- 97ca0d6 spi: omap2-mcspi: Configure hardware when slave driver changes mode by Mark A. Greer · 11 years ago
- 6eadd84 Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/omap2-mcspi' and 'spi/fix/qup' into spi-linus by Mark Brown · 11 years ago
- a6f936d spi: omap2-mcspi: Convert to use devm_kcalloc by Axel Lin · 11 years ago
- 1752368 Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', 'spi/topic/omap2', 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rspi' and 'spi/topic/s3c24xx' into spi-next by Mark Brown · 11 years ago
- aca0924 spi: omap2-mcspi: Convert to let spi core validate transfer speed by Axel Lin · 11 years ago
- cd60080 spi: omap2-mcspi: Remove list_empty checking in omap2_mcspi_transfer_one_message by Axel Lin · 11 years ago
- faee9b0 spi: omap2-mcspi: Support divide-by-n clock dividers by Stefan Sørensen · 11 years ago
- 2bd16e3 spi: omap2-mcspi: Do not configure the controller on each transfer unless needed by Stefan Sørensen · 11 years ago
- 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- 21b2ce5 spi: omap2-mcspi: raw read and write endian fix by Victor Kamensky · 11 years ago
- 52d85eb Merge remote-tracking branch 'spi/topic/bfin' into spi-next by Mark Brown · 11 years ago
- 2ef2e60 Merge remote-tracking branch 'spi/topic/atmel' into spi-next by Mark Brown · 11 years ago
- a1829d2 spi: Add missing newline to dev_ prints in drivers by Jarkko Nikula · 11 years ago
- 5db542e spi: omap2-mcspi: Fix FIFO support for transmit-and-receive mode by Illia Smyrnov · 11 years ago
- b95e02b spi: omap2-mcspi: use devm_spi_register_master() by Jingoo Han · 11 years ago
- 85cac43 Merge remote-tracking branch 'spi/topic/qspi' into spi-next by Mark Brown · 11 years ago
- 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
- f0278a1 spi/omap2: Covert to core runtime PM by Mark Brown · 11 years ago
- 3d09da1 Merge remote-tracking branch 'spi/topic/pdata' into spi-next by Mark Brown · 12 years ago
- 1728ddb Merge remote-tracking branch 'spi/topic/omap' into spi-next by Mark Brown · 12 years ago
- 74f3aaa spi: omap2-mcspi: convert to dma_request_slave_channel_compat() by Matt Porter · 12 years ago
- d33f473 spi: omap2-mcspi: Add FIFO buffer support by Illia Smyrnov · 12 years ago
- 56cd5c1 spi: omap2-mcspi: Move bytes per word calculation to the function by Illia Smyrnov · 12 years ago
- 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 12 years ago
- 24b5a82 spi: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
- 0514dd7 spi/omap2: Let device core handle pinctrl by Mark Brown · 12 years ago
- 142e07b spi: omap2-mcspi: fix error return code in omap2_mcspi_probe() by Wei Yongjun · 12 years ago
- ddc5cdf spi: omap2-mcspi: Fix transfers if DMADEVICES is not set by Tony Lindgren · 12 years ago
- ff23fa3 spi/omap-mcspi: check condition also after timeout by Sebastian Andrzej Siewior · 12 years ago
- 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
- f305a0a Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git by Grant Likely · 12 years ago
- 830379e spi/omap2: disable DMA requests before complete() by Felipe Balbi · 12 years ago
- 5cbc7ca spi: spi-omap2-mcspi.c: Toggle CS after each word by Matthias Brugger · 12 years ago
- 18dd619 spi: spi-omap2-mcspi.c: fix coding style by Matthias Brugger · 12 years ago
- b0ee560 spi: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
- fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
- 227c4ce spi: omap2-mcspi: remove duplicate inclusion of linux/err.h by Sachin Kamat · 12 years ago
- 6a47d80 spi: omap2-mcspi: Fix the redifine warning by Shubhrajyoti D · 12 years ago
- 170c2d0 Merge branch 'spi-mcspi' into spi-next by Mark Brown · 12 years ago
- 2cd4517 spi/omap: fix D0/D1 direction confusion by Daniel Mack · 12 years ago
- 7032449 Merge branch 'spi-linus' into spi-next by Mark Brown · 12 years ago
- e47a682 spi: omap2-mcspi: Reorder the wait_for_completion for tx by Shubhrajyoti D · 12 years ago
- 0384e90 spi/mcspi: allow configuration of pin directions by Daniel Mack · 12 years ago
- 5e090ed Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 54d69df Merge branch 'late/kirkwood' into late/soc by Olof Johansson · 12 years ago
- 7fe0b14 Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
- 61464c8 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 8e5d066 Merge tag 'v3.6-rc6' into spi-drivers by Mark Brown · 12 years ago
- a04bcc2 SPI: OMAP: remove unnecessary includes of plat/clock.h by Paul Walmsley · 12 years ago
- ec155af spi: omap2-mcspi: add pinctrl support by Matt Porter · 12 years ago
- 2203747 ARM: omap: move platform_data definitions by Arnd Bergmann · 12 years ago
- 1a87676 Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into next/fixes-non-critical by Olof Johansson · 12 years ago
- d7b4394 spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma function by Shubhrajyoti D · 12 years ago
- a93a202 spi: omap2-mcspi: At remove dont use the runtime_autosuspend calls by Shubhrajyoti D · 12 years ago
- 034d3dc spi: omap2-mcspi: Call pm_runtime_* functions directly by Shubhrajyoti D · 12 years ago
- af4e944 spi: omap2-mcspi: Remove the macro MOD_REG_BIT by Shubhrajyoti D · 12 years ago
- a8e8f1398 spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL) by Shubhrajyoti D · 12 years ago
- 37a2d84 spi: omap2-mcspi: Fix the error handling in probe by Shubhrajyoti D · 12 years ago
- 83a01e7 spi/spi-omap2-mcspi: add a const qualifier by Uwe Kleine-König · 13 years ago
- a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
- 8c7494a spi: omap2-mcspi: remove private DMA API implementation by Russell King · 13 years ago