summaryrefslogtreecommitdiff
path: root/drivers/spi/tegra210_qspi.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-3/+3
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* qspi: t210: Use dev_read calls to get FDT data like base, freqTom Warren2020-04-021-8/+7
* qspi: t210: Fix QSPI clock and tap delaysTom Warren2020-04-021-9/+15
* qspi: t210: Fix claim_bus's use of the wrong bus/deviceTom Warren2020-04-021-2/+4
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass2017-07-281-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* spi: tegra: fix hang in set_mode()Stephen Warren2016-08-251-0/+3
* Tegra: T210: Add QSPI driverTom Warren2015-11-121-0/+417