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