summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-sirf.c
Commit message (Expand)AuthorAge
* spi: sirf: add the reset for USP-based SPIQipan Li2015-05-26
* spi: sirf: remove the allocation of dummypageQipan Li2015-05-26
* spi: sirf: add support for USP-based SPIQipan Li2015-05-20
* spi: sirf: replace kmalloc by devm_kzallocQipan Li2015-05-07
* spi: sirf: request and free cs gpio in setup and cleanup callbacksQipan Li2015-05-06
* spi: sirf: replace BUG condition by error code for unsupported transferQipan Li2015-04-27
* spi: sirf: drop redundant sirf,marco-spi compatible stringBarry Song2015-01-06
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * spi: drop owner assignment from platform_driversWolfram Sang2014-10-20
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/r...Mark Brown2014-12-08
|\ \ \ | | |/ | |/|
| | * spi: sirf: reset SPI controller in init stageQipan Li2014-11-21
| | * spi: sirf: assign spi_master's max_speed_hz memberQipan Li2014-11-18
| |/
* | spi: sirf: fix word width configurationQipan Li2014-11-18
|/
*-. Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to...Mark Brown2014-10-03
|\ \
| | * spi: sirf: cleanup the indentation of marcosQipan Li2014-09-04
| | * spi: sirf: fix 'cmd_transfer' function typosQipan Li2014-09-04
| | * spi: sirf: correct spi gpio and hardware chipselect behaviourQipan Li2014-09-04
| |/
* | spi: sirf: add fifo reset/start for cmd transferQipan Li2014-09-04
* | spi: sirf: enable RX_IO_DMA_INT interruptQipan Li2014-09-04
|/
* spi: sirf: decrease the interrupt count and latency of PIO modeQipan Li2014-05-20
* spi: sirf: refactor spi transfer functionsQipan Li2014-04-15
* spi: sirf: fix spi full-duplex DMA transferring issueQipan Li2014-04-14
* spi: sirf: fix line over 80 characters style issueQipan Li2014-04-14
* spi: sirf: make GPIO chipselect function work wellQipan Li2014-04-14
* spi: sirf: set SPI controller in RISC IO chipselect modeQipan Li2014-04-14
* spi: sirf: correct TXFIFO empty interrupt status bitQipan Li2014-04-14
* spi: sirf: Add missing spi_master_{resume,suspend} calls to PM callbacksAxel Lin2014-03-13
* spi: sirf: provide a shortcut for spi command-data modeQipan Li2014-03-03
* spi: sirf: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-02-27
* spi: sirf: use SET_SYSTEM_SLEEP_PM_OPS to initialize PM entriesQipan Li2014-02-24
* spi: sirf: move to use generic dma dt-bindingBarry Song2014-02-24
* spi: sirf: Avoid duplicate code in various bits_per_word casesAxel Lin2014-02-03
* 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
* spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin2013-09-17
* Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown2013-09-01
|\
| * spi/sirf: fix the misunderstanding about len of spi_transferQipan Li2013-08-26
| * spi: sirf: fix error return code in spi_sirfsoc_probe()Wei Yongjun2013-08-23
| * spi/sirf: simplify use of devm_ioremap_resourceJulia Lawall2013-08-14
| * spi: sirf: use DMA if both buffer address and length are alignedBarry Song2013-08-06
| * spi: sirf: add missed spi mode_bits that SiRFSoC hardware supportsQipan Li2013-07-15
* | spi: Use dev_get_drvdata at appropriate placesAxel Lin2013-08-29
|/
* Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown2013-06-26
|\
| * spi: sirf: fix the issue while transferring more than 256 wordsQipan Li2013-05-20
| * spi/sirf: Let device core handle pinctrlMark Brown2013-05-13
* | spi: sirf: avoid uninitialized-use warningArnd Bergmann2013-06-03
* | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-29
|/
* spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann2013-04-23
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\
| * spi: Convert to devm_ioremap_resource()Thierry Reding2013-01-25