summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sirf.c
Commit message (Expand)AuthorAgeFilesLines
* spi: sirf: fix spelling mistake: "registerred" -> "registered"Colin Ian King2017-06-281-1/+1
* spi: sirf: add the reset for USP-based SPIQipan Li2015-05-261-28/+42
* spi: sirf: remove the allocation of dummypageQipan Li2015-05-261-9/+3
* spi: sirf: add support for USP-based SPIQipan Li2015-05-201-208/+584
* spi: sirf: replace kmalloc by devm_kzallocQipan Li2015-05-071-5/+2
* spi: sirf: request and free cs gpio in setup and cleanup callbacksQipan Li2015-05-061-18/+37
* spi: sirf: replace BUG condition by error code for unsupported transferQipan Li2015-04-271-1/+2
* spi: sirf: drop redundant sirf,marco-spi compatible stringBarry Song2015-01-061-1/+0
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/r...Mark Brown2014-12-081-3/+9
|\ \ \ | | |/ | |/|
| | * spi: sirf: reset SPI controller in init stageQipan Li2014-11-211-0/+7
| | * spi: sirf: assign spi_master's max_speed_hz memberQipan Li2014-11-181-3/+2
| |/
* | spi: sirf: fix word width configurationQipan Li2014-11-181-2/+2
|/
*-. Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to...Mark Brown2014-10-031-65/+44
|\ \
| | * spi: sirf: cleanup the indentation of marcosQipan Li2014-09-041-8/+8
| | * spi: sirf: fix 'cmd_transfer' function typosQipan Li2014-09-041-4/+3
| | * spi: sirf: correct spi gpio and hardware chipselect behaviourQipan Li2014-09-041-53/+33
| |/
* | spi: sirf: add fifo reset/start for cmd transferQipan Li2014-09-041-0/+2
* | spi: sirf: enable RX_IO_DMA_INT interruptQipan Li2014-09-041-1/+2
|/
* spi: sirf: decrease the interrupt count and latency of PIO modeQipan Li2014-05-201-47/+54
* spi: sirf: refactor spi transfer functionsQipan Li2014-04-151-109/+123
* spi: sirf: fix spi full-duplex DMA transferring issueQipan Li2014-04-141-2/+5
* spi: sirf: fix line over 80 characters style issueQipan Li2014-04-141-19/+32
* spi: sirf: make GPIO chipselect function work wellQipan Li2014-04-141-1/+10
* spi: sirf: set SPI controller in RISC IO chipselect modeQipan Li2014-04-141-0/+5
* spi: sirf: correct TXFIFO empty interrupt status bitQipan Li2014-04-141-2/+2
* spi: sirf: Add missing spi_master_{resume,suspend} calls to PM callbacksAxel Lin2014-03-131-1/+6
* spi: sirf: provide a shortcut for spi command-data modeQipan Li2014-03-031-0/+50
* spi: sirf: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-02-271-3/+2
* spi: sirf: use SET_SYSTEM_SLEEP_PM_OPS to initialize PM entriesQipan Li2014-02-241-6/+3
* spi: sirf: move to use generic dma dt-bindingBarry Song2014-02-241-24/+2
* spi: sirf: Avoid duplicate code in various bits_per_word casesAxel Lin2014-02-031-15/+6
* spi: Remove duplicate code to set default bits_per_word settingAxel Lin2014-01-171-7/+0
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
* spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin2013-09-171-1/+1
* Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown2013-09-011-46/+181
|\
| * spi/sirf: fix the misunderstanding about len of spi_transferQipan Li2013-08-261-23/+24
| * spi: sirf: fix error return code in spi_sirfsoc_probe()Wei Yongjun2013-08-231-1/+5
| * spi/sirf: simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-6/+1
| * spi: sirf: use DMA if both buffer address and length are alignedBarry Song2013-08-061-23/+157
| * spi: sirf: add missed spi mode_bits that SiRFSoC hardware supportsQipan Li2013-07-151-0/+1
* | spi: Use dev_get_drvdata at appropriate placesAxel Lin2013-08-291-4/+2
|/
* Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown2013-06-261-41/+14
|\
| * spi: sirf: fix the issue while transferring more than 256 wordsQipan Li2013-05-201-30/+13
| * spi/sirf: Let device core handle pinctrlMark Brown2013-05-131-11/+1
* | spi: sirf: avoid uninitialized-use warningArnd Bergmann2013-06-031-0/+2
* | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-291-4/+2
|/
* spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann2013-04-231-1/+1
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-4/+3
|\
OpenPOWER on IntegriCloud