aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-tegra20-slink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15spi: tegra20-slink: add missed clk_unprepareChuhong Yuan1-1/+4
2019-11-15spi: tegra20-slink: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-03-27spi: tegra20-slink: change chip select action orderRandolph Maaßen1-3/+9
2018-09-03spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler1-8/+23
2018-03-06spi: tegra20-slink: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2017-07-19spi: tegra20-slink: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-04-24spi: tegra: fix spelling mistake: "trasfer" -> "transfer"Colin Ian King1-1/+1
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-07spi: tegra20-slink: Make of_device_id array constJingoo Han1-1/+1
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-nextMark Brown1-1/+0
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-nextMark Brown1-16/+3
2014-02-16spi: Remove explictly set bus_num and num_chipselect to default settingAxel Lin1-1/+0
2014-02-12spi: Remove duplicate code to check chip_selectAxel Lin1-2/+0
2014-02-11spi: tegra20-slink: Convert to use master->max_speed_hzAxel Lin1-13/+3
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-25Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-57/+40
2013-12-16spi: tegra: checking for ERR_PTR instead of NULLDan Carpenter1-2/+2
2013-12-11spi: tegra: convert to standard DMA DT bindingsStephen Warren1-31/+17
2013-12-11spi: tegra: use reset frameworkStephen Warren1-5/+13
2013-12-09spi: tegra20-slink: use u32 for 32-bit register valuesMichal Nazarewicz1-57/+40
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-3/+3
2013-10-25Merge remote-tracking branch 'spi/topic/tegra-slink' into spi-nextMark Brown1-72/+67
2013-10-25Merge remote-tracking branch 'spi/topic/tegra' into spi-nextMark Brown1-1/+1
2013-10-17spi/tegra20-slink: Move first transfer preparation to prepare_messageMark Brown1-30/+25
2013-10-17spi/tegra20-slink: Crude refactoring to use core message parsingMark Brown1-42/+46
2013-10-15spi: tegra20-slink: Fix checkpatch issueJingoo Han1-1/+1
2013-10-07spi/tegra20-slink: Remove unused is_single_xfer checkMark Brown1-6/+2
2013-09-26spi: tegra20-slink: use devm_spi_register_master()Jingoo Han1-2/+1
2013-09-17spi: tegra: Use DIV_ROUND_UP instead of open codedAxel Lin1-1/+1
2013-07-29spi/tegra20-slink: Use core runtime PMMark Brown1-25/+1
2013-07-29spi/tegra-slink: Factor runtime PM out into transfer prepare/unprepareMark Brown1-7/+25
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-04-08spi: tegra: slink: make local symbols staticWei Yongjun1-2/+2
2013-04-07spi/tegra-slink: assume CONFIG_OF, remove platform dataStephen Warren1-34/+11
2013-04-07spi/tegra-slink: remove redundant codeStephen Warren1-31/+1
2013-04-03spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flagMark Brown1-2/+2
2013-04-01spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flagLaxman Dewangan1-2/+2
2013-04-01spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()Wei Yongjun1-3/+0
2013-03-12spi: slink-tegra20: move runtime pm calls to transfer_one_messageLaxman Dewangan1-17/+8
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2013-02-05spi/tegra: remove checks for valid speedLaxman Dewangan1-3/+3
2013-02-05spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan1-6/+3
2013-01-28spi: tegra: do not use clock name to get clockPrashant Gaikwad1-1/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-25spi: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-4/+4
2012-11-09spi: tegra: sequence compatible strings as per preferenceLaxman Dewangan1-1/+1
2012-11-09spi: make sure all transfer has bits_per_word setLaxman Dewangan1-2/+1