summaryrefslogtreecommitdiff
path: root/drivers/spi (unfollow)
Commit message (Expand)Author
2014-03-05spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacksWenyou Yang
2014-03-05spi: coldfire-qspi: Fix getting correct address for *mcfqspiAxel Lin
2014-03-05spi: fsl-dspi: Fix getting correct address for masterAxel Lin
2014-03-03spi: spi-ath79: fix initial GPIO CS line setupGabor Juhos
2014-02-28spi: spi-imx: spi_imx_remove: do not disable disabled clocksPhilippe De Muyter
2014-02-27spi-topcliff-pch: Fix probing when DMA mode is usedAlexander Stein
2014-02-19spi/topcliff-pch: Fix DMA channelAlexander Stein
2014-02-04spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is trueAxel Lin
2014-02-04spi: rspi: Document support for Renesas QSPI in KconfigGeert Uytterhoeven
2014-01-28spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven
2014-01-21spi: core: Fix transfer failure when master->transfer_one returns positive valueAxel Lin
2014-01-21spi: Spelling s/finised/finished/Geert Uytterhoeven
2014-01-17spi: sc18is602: Convert to use bits_per_word_maskAxel Lin
2014-01-17spi: Remove duplicate code to set default bits_per_word settingAxel Lin
2014-01-16ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui
2014-01-16spi/pxa2xx: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg
2014-01-14spi: clps711x: Add MODULE_ALIAS to support module auto-loadingAxel Lin
2014-01-14spi: rspi: Add missing clk_disable() calls in error and cleanup pathsGeert Uytterhoeven
2014-01-14spi: rspi: Spelling s/transmition/transmission/Geert Uytterhoeven
2014-01-13spi: rspi: Add support for specifying CPHA/CPOLGeert Uytterhoeven
2014-01-13spi/pxa2xx: initialize DMA channels to -1 to prevent inadvertent matchMika Westerberg
2014-01-13spi: rspi: Add more QSPI register documentationGeert Uytterhoeven
2014-01-13spi: rspi: Add more RSPI register documentationGeert Uytterhoeven
2014-01-13spi: rspi: Remove dependency on DMAE for SHMOBILEGeert Uytterhoeven
2014-01-13spi/s3c64xx: Correct indentationGeert Uytterhoeven
2014-01-13spi: sh: Use spi_sh_clear_bit() instead of open-codedAxel Lin
2014-01-13spi: bitbang: Grammar s/make to make/to make/Geert Uytterhoeven
2014-01-13spi: sh-hspi: Spelling s/recive/receive/Geert Uytterhoeven
2014-01-13spi: core: Improve tx/rx_nbits check commentsGeert Uytterhoeven
2014-01-13spi: ti-qspi: Fixup driver nameAxel Lin
2014-01-13spi: ti-qspi: Simplify qspi_write_msg and qspi_read_msg implementationAxel Lin
2014-01-13spi: altera: Remove unneeded NULL checking for hw->bitbang.masterAxel Lin
2014-01-12spi: mpc512x: adjust to OF based clock lookupGerhard Sittig
2014-01-10spi: clps711x: Use devm_gpio_request()Alexander Shiyan
2014-01-09spi: oc-tiny: Simplify tiny_spi_txrx_bufs implementation when irq is not usedAxel Lin
2014-01-09spi: atmel: Refactor spi-atmel to use SPI framework queueWenyou Yang
2014-01-09spi: fsl-dspi: Add missing breaks for switch casesAxel Lin
2014-01-09spi/davinci: Don't select EDMASekhar Nori
2014-01-09spi: Check conflicting CS based on spi->chip_select instead of device nameMika Westerberg
2014-01-09spi: core: Use list_first_entry to extract head of queueAxel Lin
2014-01-08spi: s3c24xx: Remove reference to plat/fiq.hSachin Kamat
2014-01-08spi: atmel: add support for changing message transfer speedRichard Genoud
2014-01-08spi: sh-hspi: Fix modalias for sh-hspiAxel Lin
2014-01-07spi: dw-pci: remove free for resources allocated with devm_*Wei Yongjun
2014-01-07spi: ti-qspi: Fix getting correct address for qspiAxel Lin
2014-01-06spidev: fix hang when transfer_one_message failsDaniel Santos
2014-01-06spi: dw-pci: fix typoBaruch Siach
2014-01-02spi: s3c64xx: Remove duplicate code to clear S3C64XX_SPI_SLAVE_SEL registerAxel Lin
2014-01-02spi: core: Use list_first_entry_or_null() instead of open-codedAxel Lin
2013-12-31spi/qspi: Fix runtime resume pathSourav Poddar