| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 1 | -2/+2 |
* | dm: tegra: i2c: Convert to livetree | Simon Glass | 2017-07-28 | 1 | -2/+5 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | i2c: tegra: only use new clock/reset APIs | Stephen Warren | 2016-09-27 | 1 | -57/+11 |
* | ARM: tegra: fix Tegra186 I2C clock name | Stephen Warren | 2016-08-25 | 1 | -1/+1 |
* | i2c: tegra: add standardized clk/reset API support | Bryan Wu | 2016-08-15 | 1 | -4/+85 |
* | dm: Use dev_get_addr() where possible | Simon Glass | 2015-08-31 | 1 | -1/+1 |
* | i2c: tegra: Build warning fixes for 64-bit | Thierry Reding | 2015-07-27 | 1 | -2/+2 |
* | dm: core: Rename driver data function to dev_get_driver_data() | Simon Glass | 2015-04-18 | 1 | -3/+3 |
* | dm: i2c: Move slave details to child platdata | Simon Glass | 2015-01-29 | 1 | -18/+0 |
* | dm: i2c: tegra: Convert to driver model | Simon Glass | 2014-12-11 | 1 | -247/+119 |
* | tegra: make local functions static | Jeroen Hofstee | 2014-10-25 | 1 | -3/+4 |
* | i2c: tegra: dump alen in debug statements | Stephen Warren | 2014-07-03 | 1 | -4/+4 |
* | i2c: tegra: write clean data to TX FIFO | Stephen Warren | 2014-07-03 | 1 | -5/+7 |
* | i2c: tegra: use repeated start for reads | Stephen Warren | 2014-07-03 | 1 | -8/+16 |
* | i2c: tegra: Add the fifth bus on SoC with more than 4 buses | Alban Bedel | 2013-12-18 | 1 | -0/+5 |
* | tegra: Avoid using I2C prior to relocation | Simon Glass | 2013-08-13 | 1 | -0/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2013-07-24 | 1 | -45/+73 |
|\ |
|
| * | tegra: i2c: Enable new CONFIG_SYS_I2C framework | Simon Glass | 2013-07-23 | 1 | -48/+32 |
| * | tegra: i2c: Add function to know about current bus | Simon Glass | 2013-07-23 | 1 | -17/+61 |
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
|/ |
|
* | Tegra: I2C: Add T114 clock support to tegra_i2c driver | Tom Warren | 2013-03-14 | 1 | -5/+37 |
* | Tegra20: Move some include files to arch-tegra for sharing with Tegra30 | Tom Warren | 2012-10-15 | 1 | -2/+2 |
* | Tegra: Change Tegra20 to Tegra in common code, prep for T30 | Tom Warren | 2012-09-10 | 1 | -6/+6 |
* | tegra20: rename tegra2 -> tegra20 | Allen Martin | 2012-09-01 | 1 | -6/+6 |
* | tegra: i2c: Add function to find DVC bus | Simon Glass | 2012-05-15 | 1 | -0/+14 |
* | tegra: i2c: Add I2C driver | Yen Lin | 2012-03-29 | 1 | -0/+569 |