summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-tegra20-slink.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner-12/+1
2019-03-27spi: tegra20-slink: change chip select action orderRandolph Maaßen-3/+9
2018-09-03spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler-8/+23
2018-03-06spi: tegra20-slink: use true and false for boolean valuesGustavo A. R. Silva-2/+2
2017-07-19spi: tegra20-slink: explicitly request exclusive reset controlPhilipp Zabel-1/+1
2017-04-24spi: tegra: fix spelling mistake: "trasfer" -> "transfer"Colin Ian King-1/+1
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-05-07spi: tegra20-slink: Make of_device_id array constJingoo Han-1/+1
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown-1/+0
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown-16/+3
2014-02-16spi: Remove explictly set bus_num and num_chipselect to default settingAxel Lin-1/+0
2014-02-12spi: Remove duplicate code to check chip_selectAxel Lin-2/+0
2014-02-11spi: tegra20-slink: Convert to use master->max_speed_hzAxel Lin-13/+3
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-25Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-57/+40
2013-12-16spi: tegra: checking for ERR_PTR instead of NULLDan Carpenter-2/+2
2013-12-11spi: tegra: convert to standard DMA DT bindingsStephen Warren-31/+17
2013-12-11spi: tegra: use reset frameworkStephen Warren-5/+13
2013-12-09spi: tegra20-slink: use u32 for 32-bit register valuesMichal Nazarewicz-57/+40
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-3/+3
2013-10-25Merge remote-tracking branch 'spi/topic/tegra-slink' into spi-nextMark Brown-72/+67
2013-10-25Merge remote-tracking branch 'spi/topic/tegra' into spi-nextMark Brown-1/+1
2013-10-17spi/tegra20-slink: Move first transfer preparation to prepare_messageMark Brown-30/+25
2013-10-17spi/tegra20-slink: Crude refactoring to use core message parsingMark Brown-42/+46
2013-10-15spi: tegra20-slink: Fix checkpatch issueJingoo Han-1/+1
2013-10-07spi/tegra20-slink: Remove unused is_single_xfer checkMark Brown-6/+2
2013-09-26spi: tegra20-slink: use devm_spi_register_master()Jingoo Han-2/+1
2013-09-17spi: tegra: Use DIV_ROUND_UP instead of open codedAxel Lin-1/+1
2013-07-29spi/tegra20-slink: Use core runtime PMMark Brown-25/+1
2013-07-29spi/tegra-slink: Factor runtime PM out into transfer prepare/unprepareMark Brown-7/+25
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han-2/+2
2013-04-08spi: tegra: slink: make local symbols staticWei Yongjun-2/+2
2013-04-07spi/tegra-slink: assume CONFIG_OF, remove platform dataStephen Warren-34/+11
2013-04-07spi/tegra-slink: remove redundant codeStephen Warren-31/+1
2013-04-03spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flagMark Brown-2/+2
2013-04-01spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flagLaxman Dewangan-2/+2
2013-04-01spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()Wei Yongjun-3/+0
2013-03-12spi: slink-tegra20: move runtime pm calls to transfer_one_messageLaxman Dewangan-17/+8
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+3
2013-02-05spi/tegra: remove checks for valid speedLaxman Dewangan-3/+3
2013-02-05spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan-6/+3
2013-01-28spi: tegra: do not use clock name to get clockPrashant Gaikwad-1/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad-1/+1
2013-01-25spi: Convert to devm_ioremap_resource()Thierry Reding-5/+3
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely-4/+4
2012-11-09spi: tegra: sequence compatible strings as per preferenceLaxman Dewangan-1/+1
2012-11-09spi: make sure all transfer has bits_per_word setLaxman Dewangan-2/+1
2012-10-30spi: tegra: add spi driver for SLINK controllerLaxman Dewangan-0/+1359