aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sirf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin1-1/+1
2013-09-01Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown1-46/+181
2013-08-29spi: Use dev_get_drvdata at appropriate placesAxel Lin1-4/+2
2013-08-26spi/sirf: fix the misunderstanding about len of spi_transferQipan Li1-23/+24
2013-08-23spi: sirf: fix error return code in spi_sirfsoc_probe()Wei Yongjun1-1/+5
2013-08-14spi/sirf: simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-08-06spi: sirf: use DMA if both buffer address and length are alignedBarry Song1-23/+157
2013-07-15spi: sirf: add missed spi mode_bits that SiRFSoC hardware supportsQipan Li1-0/+1
2013-06-26Merge remote-tracking branch 'spi/topic/sirf' into spi-nextMark Brown1-41/+14
2013-06-03spi: sirf: avoid uninitialized-use warningArnd Bergmann1-0/+2
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-4/+2
2013-05-20spi: sirf: fix the issue while transferring more than 256 wordsQipan Li1-30/+13
2013-05-13spi/sirf: Let device core handle pinctrlMark Brown1-11/+1
2013-04-23spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+3
2013-02-05spi/sirf: add support for new SiRFmarco SMP SoCBarry Song1-0/+1
2013-02-05spi/sirf: use clk_prepare_enable and clk_disable_unprepareBarry Song1-3/+3
2013-02-05spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan1-2/+1
2013-01-25spi: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2012-05-19SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errorsBarry Song1-12/+8
2012-03-09SPI: add CSR SiRFprimaII SPI controller driverZhiwu Song1-0/+687