| Commit message (Expand) | Author | Age | Files | Lines |
* | spi/omap-mcspi: Fix the spi task hangs waiting dma_rx | Jorge A. Ventura | 2014-08-11 | 1 | -1/+2 |
* | spi: omap2-mcspi: Configure hardware when slave driver changes mode | Mark A. Greer | 2014-07-03 | 1 | -0/+14 |
*-. | Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/... | Mark Brown | 2014-04-10 | 1 | -17/+9 |
|\ \ |
|
| | * | spi: omap2-mcspi: Convert to use devm_kcalloc | Axel Lin | 2014-04-03 | 1 | -17/+9 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ... | Mark Brown | 2014-03-30 | 1 | -20/+44 |
|\ \ \
| | |/
| |/| |
|
| | * | spi: omap2-mcspi: Convert to let spi core validate transfer speed | Axel Lin | 2014-02-19 | 1 | -8/+3 |
| | * | spi: omap2-mcspi: Remove list_empty checking in omap2_mcspi_transfer_one_message | Axel Lin | 2014-02-19 | 1 | -3/+0 |
| | * | spi: omap2-mcspi: Support divide-by-n clock dividers | Stefan Sørensen | 2014-02-03 | 1 | -7/+36 |
| | * | spi: omap2-mcspi: Do not configure the controller on each transfer unless needed | Stefan Sørensen | 2014-02-03 | 1 | -2/+5 |
| |/ |
|
* | | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-03 | 1 | -1/+0 |
|/ |
|
* | spi: omap2-mcspi: raw read and write endian fix | Victor Kamensky | 2013-11-24 | 1 | -19/+19 |
* | Merge remote-tracking branch 'spi/topic/bfin' into spi-next | Mark Brown | 2013-10-25 | 1 | -2/+1 |
|\ |
|
| * | spi: omap2-mcspi: use devm_spi_register_master() | Jingoo Han | 2013-09-26 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'spi/topic/atmel' into spi-next | Mark Brown | 2013-10-25 | 1 | -2/+2 |
|\ \ |
|
| * | | spi: Add missing newline to dev_ prints in drivers | Jarkko Nikula | 2013-10-16 | 1 | -2/+2 |
| |/ |
|
* | | spi: omap2-mcspi: Fix FIFO support for transmit-and-receive mode | Illia Smyrnov | 2013-10-09 | 1 | -3/+9 |
|/ |
|
* | Merge remote-tracking branch 'spi/topic/qspi' into spi-next | Mark Brown | 2013-09-01 | 1 | -19/+1 |
|\ |
|
| * | spi/omap2: Covert to core runtime PM | Mark Brown | 2013-07-29 | 1 | -19/+1 |
* | | spi: use dev_get_platdata() | Jingoo Han | 2013-08-29 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'spi/topic/pdata' into spi-next | Mark Brown | 2013-06-26 | 1 | -2/+2 |
|\ |
|
| * | spi: use platform_{get,set}_drvdata() | Jingoo Han | 2013-05-23 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'spi/topic/omap' into spi-next | Mark Brown | 2013-06-26 | 1 | -50/+187 |
|\ \ |
|
| * | | spi: omap2-mcspi: convert to dma_request_slave_channel_compat() | Matt Porter | 2013-06-24 | 1 | -20/+44 |
| * | | spi: omap2-mcspi: Add FIFO buffer support | Illia Smyrnov | 2013-06-17 | 1 | -17/+130 |
| * | | spi: omap2-mcspi: Move bytes per word calculation to the function | Illia Smyrnov | 2013-06-17 | 1 | -6/+13 |
| * | | spi/omap2: Let device core handle pinctrl | Mark Brown | 2013-05-13 | 1 | -7/+0 |
| |/ |
|
* | | spi: convert drivers to use bits_per_word_mask | Stephen Warren | 2013-05-29 | 1 | -11/+2 |
|/ |
|
* | spi: omap2-mcspi: fix error return code in omap2_mcspi_probe() | Wei Yongjun | 2013-04-18 | 1 | -1/+2 |
* | spi: omap2-mcspi: Fix transfers if DMADEVICES is not set | Tony Lindgren | 2013-04-15 | 1 | -10/+22 |
* | spi/omap-mcspi: check condition also after timeout | Sebastian Andrzej Siewior | 2013-04-01 | 1 | -2/+6 |
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -4/+3 |
|\ |
|
| * | spi: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-25 | 1 | -4/+3 |
* | | Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Grant Likely | 2013-02-05 | 1 | -8/+26 |
|\ \ |
|
| * | | spi: spi-omap2-mcspi.c: Toggle CS after each word | Matthias Brugger | 2013-01-26 | 1 | -0/+18 |
| * | | spi: spi-omap2-mcspi.c: fix coding style | Matthias Brugger | 2013-01-26 | 1 | -8/+8 |
| |/ |
|
* | | spi/omap2: disable DMA requests before complete() | Felipe Balbi | 2013-02-05 | 1 | -4/+4 |
|/ |
|
* | spi: Remove HOTPLUG section attributes | Grant Likely | 2012-12-07 | 1 | -4/+4 |
* | spi: omap2-mcspi: remove duplicate inclusion of linux/err.h | Sachin Kamat | 2012-12-03 | 1 | -1/+0 |
* | spi: omap2-mcspi: Fix the redifine warning | Shubhrajyoti D | 2012-12-03 | 1 | -3/+0 |
* | Merge branch 'spi-mcspi' into spi-next | Mark Brown | 2012-11-14 | 1 | -3/+3 |
|\ |
|
| * | spi/omap: fix D0/D1 direction confusion | Daniel Mack | 2012-11-14 | 1 | -3/+3 |
* | | Merge branch 'spi-linus' into spi-next | Mark Brown | 2012-11-06 | 1 | -20/+19 |
|\ \
| |/
|/| |
|
| * | spi: omap2-mcspi: Reorder the wait_for_completion for tx | Shubhrajyoti D | 2012-11-06 | 1 | -20/+19 |
* | | spi/mcspi: allow configuration of pin directions | Daniel Mack | 2012-10-17 | 1 | -7/+18 |
|/ |
|
* | Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-10-07 | 1 | -1/+0 |
|\ |
|
| * | Merge branch 'late/kirkwood' into late/soc | Olof Johansson | 2012-10-04 | 1 | -1/+1 |
| |\ |
|
| * | | SPI: OMAP: remove unnecessary includes of plat/clock.h | Paul Walmsley | 2012-09-22 | 1 | -1/+0 |
* | | | Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/... | Linus Torvalds | 2012-10-02 | 1 | -145/+176 |
|\ \ \ |
|
| * \ \ | Merge tag 'v3.6-rc6' into spi-drivers | Mark Brown | 2012-09-25 | 1 | -4/+2 |
| |\ \ \
| | |/ / |
|
| * | | | spi: omap2-mcspi: add pinctrl support | Matt Porter | 2012-09-22 | 1 | -0/+8 |