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