aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/tegra_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-2/+2
2017-07-28dm: tegra: i2c: Convert to livetreeSimon Glass1-2/+5
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2016-09-27i2c: tegra: only use new clock/reset APIsStephen Warren1-57/+11
2016-08-25ARM: tegra: fix Tegra186 I2C clock nameStephen Warren1-1/+1
2016-08-15i2c: tegra: add standardized clk/reset API supportBryan Wu1-4/+85
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-1/+1
2015-07-27i2c: tegra: Build warning fixes for 64-bitThierry Reding1-2/+2
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass1-3/+3
2015-01-29dm: i2c: Move slave details to child platdataSimon Glass1-18/+0
2014-12-11dm: i2c: tegra: Convert to driver modelSimon Glass1-247/+119
2014-10-25tegra: make local functions staticJeroen Hofstee1-3/+4
2014-07-03i2c: tegra: dump alen in debug statementsStephen Warren1-4/+4
2014-07-03i2c: tegra: write clean data to TX FIFOStephen Warren1-5/+7
2014-07-03i2c: tegra: use repeated start for readsStephen Warren1-8/+16
2013-12-18i2c: tegra: Add the fifth bus on SoC with more than 4 busesAlban Bedel1-0/+5
2013-08-13tegra: Avoid using I2C prior to relocationSimon Glass1-0/+4
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-45/+73
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass1-48/+32
2013-07-23tegra: i2c: Add function to know about current busSimon Glass1-17/+61
2013-03-14Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren1-5/+37
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-2/+2
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren1-6/+6
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin1-6/+6
2012-05-15tegra: i2c: Add function to find DVC busSimon Glass1-0/+14
2012-03-29tegra: i2c: Add I2C driverYen Lin1-0/+569