aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-tegra20-sflash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15spi: tegra20-sflash: use to new `spi_transfer_delay_exec`Alexandru Ardelean1-2/+3
2019-09-04spi: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2017-07-19spi: tegra20-sflash: 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-09-03spi: tegra20-sflash: Fix checkpatch issueJingoo Han1-1/+2
2014-05-07spi: tegra20-sflash: 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-22/+3
2014-02-16spi: Remove explictly set bus_num and num_chipselect to default settingAxel Lin1-1/+0
2014-02-11spi: tegra20-sflash: Convert to use master->max_speed_hzAxel Lin1-21/+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-12/+10
2013-12-11spi: tegra: use reset frameworkStephen Warren1-5/+13
2013-12-09spi: tegra20-sflash: use u32 for 32-bit register valuesMichal Nazarewicz1-12/+10
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-10-25Merge remote-tracking branch 'spi/topic/tegra' into spi-nextMark Brown1-1/+1
2013-09-26spi: tegra20-sflash: 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-sflash: Use core runtime PMMark Brown1-25/+1
2013-07-29spi/tegra-sflash: Factor runtime PM out into transfer prepare/unprepareMark Brown1-7/+25
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-05-18drivers/spi: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-07spi/tegra-sflash: assume CONFIG_OF, remove platform dataStephen Warren1-32/+9
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/+11
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-14spi: tegra: add spi driver for sflash controllerLaxman Dewangan1-0/+665