summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sirf.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* spi: sirf: use SET_SYSTEM_SLEEP_PM_OPS to initialize PM entriesQipan Li2014-02-241-6/+3Star
* spi: sirf: move to use generic dma dt-bindingBarry Song2014-02-241-24/+2Star
* spi: sirf: Avoid duplicate code in various bits_per_word casesAxel Lin2014-02-031-15/+6Star
* spi: Remove duplicate code to set default bits_per_word settingAxel Lin2014-01-171-7/+0Star
* 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/+1Star
| * 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/+2Star
|/
* Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown2013-06-261-41/+14Star
|\
| * spi: sirf: fix the issue while transferring more than 256 wordsQipan Li2013-05-201-30/+13Star
| * spi/sirf: Let device core handle pinctrlMark Brown2013-05-131-11/+1Star
* | spi: sirf: avoid uninitialized-use warningArnd Bergmann2013-06-031-0/+2
* | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-291-4/+2Star
|/
* 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/+3Star
|\
| * spi: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-4/+3Star
* | spi/sirf: add support for new SiRFmarco SMP SoCBarry Song2013-02-051-0/+1
* | spi/sirf: use clk_prepare_enable and clk_disable_unprepareBarry Song2013-02-051-3/+3
* | spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan2013-02-051-2/+1Star
|/
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-3/+3
* SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errorsBarry Song2012-05-201-12/+8Star
* SPI: add CSR SiRFprimaII SPI controller driverZhiwu Song2012-03-091-0/+687