aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/tegra114_spi.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-2/+2
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-6/+6
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-07-28dm: tegra: spi: Convert to livetreeSimon Glass1-8/+5
2017-07-28dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass1-1/+1
2017-06-09tegra: spi: Wait a little after setting the clocksSimon Glass1-0/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-16/+1
2015-10-27spi: tegra: Use GENMASKJagan Teki1-6/+6
2015-10-27spi: tegra: Use BIT macroJagan Teki1-32/+32
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-1/+1
2015-06-09tegra: spi: Support slow SPI ratesSimon Glass1-3/+15
2015-06-09tegra: spi: Drop the claim_bus() method to correct delaysSimon Glass1-17/+9
2015-04-23dm: spi: Correct SPI claim/release_bus() methodsSimon Glass1-1/+2
2015-01-29dm: spi: Move the per-child data size to the uclassSimon Glass1-1/+0
2014-10-22dm: tegra: spi: Convert to driver modelSimon Glass1-120/+134
2013-12-19spi: tegra: clear RDY bit prior to every transferYen Lin1-13/+8
2013-06-13spi: tegra114_spi: Convert to use spi_alloc_slave()Axel Lin1-3/+1
2013-03-25tegra114: add SPI driverAllen Martin1-0/+405