aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/tegra_i2c.c
AgeCommit message (Expand)Author
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2022-06-13arm: tegra: Update some DT compatiblesPeter Robinson
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07tegra: i2c: Change driver to use helper functionSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon 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-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-07-28dm: tegra: i2c: Convert to livetreeSimon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2016-09-27i2c: tegra: only use new clock/reset APIsStephen Warren
2016-08-25ARM: tegra: fix Tegra186 I2C clock nameStephen Warren
2016-08-15i2c: tegra: add standardized clk/reset API supportBryan Wu
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass
2015-07-27i2c: tegra: Build warning fixes for 64-bitThierry Reding
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass
2015-01-29dm: i2c: Move slave details to child platdataSimon Glass
2014-12-11dm: i2c: tegra: Convert to driver modelSimon Glass
2014-10-25tegra: make local functions staticJeroen Hofstee
2014-07-03i2c: tegra: dump alen in debug statementsStephen Warren
2014-07-03i2c: tegra: write clean data to TX FIFOStephen Warren
2014-07-03i2c: tegra: use repeated start for readsStephen Warren
2013-12-18i2c: tegra: Add the fifth bus on SoC with more than 4 busesAlban Bedel
2013-08-13tegra: Avoid using I2C prior to relocationSimon Glass
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass
2013-07-23tegra: i2c: Add function to know about current busSimon Glass
2013-03-14Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin
2012-05-15tegra: i2c: Add function to find DVC busSimon Glass
2012-03-29tegra: i2c: Add I2C driverYen Lin