aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-tegra20-slink.c
Commit message (Expand)AuthorAge
* spi: tegra: checking for ERR_PTR instead of NULLDan Carpenter2013-12-16
* spi: tegra: convert to standard DMA DT bindingsStephen Warren2013-12-11
* spi: tegra: use reset frameworkStephen Warren2013-12-11
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-14
* Merge remote-tracking branch 'spi/topic/tegra-slink' into spi-nextMark Brown2013-10-25
|\
| * spi/tegra20-slink: Move first transfer preparation to prepare_messageMark Brown2013-10-17
| * spi/tegra20-slink: Crude refactoring to use core message parsingMark Brown2013-10-17
| * spi: tegra20-slink: Fix checkpatch issueJingoo Han2013-10-15
| * spi/tegra20-slink: Remove unused is_single_xfer checkMark Brown2013-10-07
* | Merge remote-tracking branch 'spi/topic/tegra' into spi-nextMark Brown2013-10-25
|\ \
| * | spi: tegra: Use DIV_ROUND_UP instead of open codedAxel Lin2013-09-16
| |/
* / spi: tegra20-slink: use devm_spi_register_master()Jingoo Han2013-09-26
|/
* spi/tegra20-slink: Use core runtime PMMark Brown2013-07-29
* spi/tegra-slink: Factor runtime PM out into transfer prepare/unprepareMark Brown2013-07-29
* spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-23
* spi: tegra: slink: make local symbols staticWei Yongjun2013-04-08
* spi/tegra-slink: assume CONFIG_OF, remove platform dataStephen Warren2013-04-07
* spi/tegra-slink: remove redundant codeStephen Warren2013-04-07
* spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flagMark Brown2013-04-03
* spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flagLaxman Dewangan2013-04-01
* spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()Wei Yongjun2013-04-01
* spi: slink-tegra20: move runtime pm calls to transfer_one_messageLaxman Dewangan2013-03-12
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-21
|\
| * spi: tegra: do not use clock name to get clockPrashant Gaikwad2013-01-28
| * ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-28
* | 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
| |/
* | spi/tegra: remove checks for valid speedLaxman Dewangan2013-02-05
* | spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan2013-02-05
|/
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-07
* spi: tegra: sequence compatible strings as per preferenceLaxman Dewangan2012-11-09
* spi: make sure all transfer has bits_per_word setLaxman Dewangan2012-11-09
* spi: tegra: add spi driver for SLINK controllerLaxman Dewangan2012-10-30