summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-davinci.c
Commit message (Expand)AuthorAge
* spi: davinci: Initialize dspi->done before any possible use of itMichele Dionisio2017-12-12
* spi: davinci: Handle return value of clk_prepare_enableArvind Yadav2017-06-06
* spi: davinci: Fix compilation warning.Arvind Yadav2017-06-06
* spi: davinci: add comment about dummy tx buffer usageFrode Isaksen2017-03-17
* spi: davinci: do not use DMA for vmalloc'ed buffersFrode Isaksen2017-03-15
* spi: davinci: do not use DMA if transfer length is less than 16Frode Isaksen2017-03-15
* spi: davinci: use rx buffer as dummy tx bufferFrode Isaksen2017-03-15
* spi: davinci: enable DMA when channels are defined in DTFabien Parent2017-03-07
* spi: davinci: Use SPI framework to handle DMA mappingFabien Parent2017-03-07
* spi: davinci: use dma_mapping_error()Kevin Hilman2017-01-12
* spi: davinci: Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-04-29
* spi: davinci: use dev_err() for error reportingSekhar Nori2015-12-12
* spi: davinci: fix spurious i/o errorSekhar Nori2015-12-12
* Merge remote-tracking branch 'spi/topic/davinci' into spi-nextMark Brown2015-11-04
|\
| * spi: davinci: use spi->cs_gpio directlyLuis de Bethencourt2015-10-16
* | spi: davinci: fix handling platform_get_irq resultAndrzej Hajda2015-09-25
|/
* spi: davinci: Choose correct pre-scaler limit based on SOCFranklin S Cooper Jr2015-07-24
* spi: davinci: Set prescale value based on register valueFranklin S Cooper Jr2015-07-24
* spi: davinci: change the lower limit of pre-scale divider to 1Murali Karicheri2015-06-10
* spi: Remove FSF mailing addressesJarkko Nikula2014-12-22
* spi: drop owner assignment from platform_driversWolfram Sang2014-10-20
*---. Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...Mark Brown2014-10-03
|\ \ \
| * | | spi: davinci: add support for adding delay between word's transmissionsMurali Karicheri2014-09-16
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi...Mark Brown2014-10-03
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | spi: davinci: Fix checkpatch issueJingoo Han2014-09-03
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...Mark Brown2014-09-16
|\ \ \ \ | | |/ / | | | / | | |/ | |/|
| * | spi: davinci: remove empty function davinci_spi_cleanupGrygorii Strashko2014-09-16
| * | spi: davinci: request cs_gpio's from probeGrygorii Strashko2014-09-13
| |/
* | spi: davinci: fix SPI_NO_CS functionalityGrygorii Strashko2014-08-21
|/
* spi: davinci: use spi_device.cs_gpio to store gpio cs per spi deviceGrygorii Strashko2014-08-01
* spi: davinci: add support to configure gpio cs through dtMurali Karicheri2014-08-01
* spi: davinci: fix to support more than 2 chip selectsMurali Karicheri2014-07-31
* spi: davinci: Use of_match_ptr at appropriate placeAxel Lin2014-02-06
* spi: davinci: Remove unneeded NULL checking for dspi and dspi->bitbang.masterAxel Lin2014-02-06
*-. Merge remote-tracking branches 'spi/topic/bcm2835', 'spi/topic/bcm63xx', 'spi...Mark Brown2014-01-23
|\ \
| | * spi: davinci: Use devm_*() functionsJingoo Han2013-12-17
| | * spi: davinci: Fix the build warning with CONFIG_ARM_LPAE=ySantosh Shilimkar2013-11-24
| |/ |/|
| * spi: Remove duplicate code to set default bits_per_word settingAxel Lin2014-01-17
|/
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-15
* Merge remote-tracking branch 'spi/topic/davinci' into spi-nextMark Brown2013-10-25
|\
| * spi: spi-davinci: Fix variable typeSachin Kamat2013-09-17
* | spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin2013-09-17
|/
* Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown2013-09-01
|\
| * spi: use dev_get_platdata()Jingoo Han2013-08-29
* | spi: spi-davinci: Fix direction in dma_map_single()Christian Eggers2013-07-29
|/
* Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown2013-06-26
|\
| * spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-23
* | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-29
|/
* Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown2013-05-13
|\
| * spi/davinci: fix module build errorManjunathappa, Prakash2013-04-07