summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/tegra_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+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
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-111-0/+1
|\
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* | tegra: i2c: Change driver to use helper functionSimon Glass2020-02-071-12/+1
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-2/+2
* dm: tegra: i2c: Convert to livetreeSimon Glass2017-07-281-2/+5
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* i2c: tegra: only use new clock/reset APIsStephen Warren2016-09-271-57/+11
* ARM: tegra: fix Tegra186 I2C clock nameStephen Warren2016-08-251-1/+1
* i2c: tegra: add standardized clk/reset API supportBryan Wu2016-08-151-4/+85
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-1/+1
* i2c: tegra: Build warning fixes for 64-bitThierry Reding2015-07-271-2/+2
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-181-3/+3
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-291-18/+0
* dm: i2c: tegra: Convert to driver modelSimon Glass2014-12-111-247/+119
* tegra: make local functions staticJeroen Hofstee2014-10-251-3/+4
* i2c: tegra: dump alen in debug statementsStephen Warren2014-07-031-4/+4
* i2c: tegra: write clean data to TX FIFOStephen Warren2014-07-031-5/+7
* i2c: tegra: use repeated start for readsStephen Warren2014-07-031-8/+16
* i2c: tegra: Add the fifth bus on SoC with more than 4 busesAlban Bedel2013-12-181-0/+5
* tegra: Avoid using I2C prior to relocationSimon Glass2013-08-131-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-45/+73
|\
| * tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass2013-07-231-48/+32
| * tegra: i2c: Add function to know about current busSimon Glass2013-07-231-17/+61
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
|/
* Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren2013-03-141-5/+37
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-151-2/+2
* Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2012-09-101-6/+6
* tegra20: rename tegra2 -> tegra20Allen Martin2012-09-011-6/+6
* tegra: i2c: Add function to find DVC busSimon Glass2012-05-151-0/+14
* tegra: i2c: Add I2C driverYen Lin2012-03-291-0/+569