aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-tegra20-sflash.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11spi: tegra20-sflash: switch to use modern nameYang Yingliang1-38/+38
2023-07-26spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra...Zhang Shurong1-1/+5
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-1/+1
2023-03-06spi: tegra20-sflash: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-04-25spi: spi-tegra20-sflash: using pm_runtime_resume_and_get instead of pm_runtim...Minghao Chi1-4/+2
2021-03-12spi: spi-tegra20-flash: don't check 'delay_usecs' field for spi transferAlexandru Ardelean1-2/+1
2020-11-09spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong1-0/+1
2020-10-01spi: spi-tegra20-sflash: remove redundant irqsave and irqrestore in hardIRQBarry Song1-3/+2
2020-05-28spi: tegra20-sflash: Fix runtime PM imbalance on errorDinghao Liu1-0/+1
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/...Mark Brown1-1/+0
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark 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/broo...Linus 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/...Linus 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