summaryrefslogtreecommitdiffstats
path: root/drivers/spi/tegra20_sflash.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-2/+2
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-6/+6
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerSimon 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
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng2019-10-251-1/+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/+4
* spi: tegra: Use GENMASKJagan Teki2015-10-271-1/+1
* spi: tegra: Use BIT macroJagan Teki2015-10-271-25/+25
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-1/+1
* dm: spi: Correct SPI claim/release_bus() methodsSimon Glass2015-04-231-1/+2
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-291-1/+0
* dm: tegra: spi: Convert to driver modelSimon Glass2014-10-221-113/+125
* ARM: tegra: Tegra20 pinmux cleanupStephen Warren2014-04-171-3/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slaveAxel Lin2013-06-131-2/+0
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-281-1/+1
* spi: add common fdt SPI driver interfaceAllen Martin2013-03-251-27/+14
* tegra20: spi: move fdt probe to spi_initAllen Martin2013-03-251-43/+67
* tegra: spi: pull register structs out of headersAllen Martin2013-03-251-4/+49
* tegra: spi: remove non fdt supportAllen Martin2013-03-251-8/+4
* tegra: spi: rename tegra SPI driversAllen Martin2013-03-251-0/+307