aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra/i2c.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-06soc/nvidia: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-10-27src/soc: change "unsigned" to "unsigned int"Martin Roth
2019-07-25soc/nvidia: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-10-08src: Use tabs for indentationElyes HAOUAS
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-22nvidia/tegra*: check bus number for i2c driver APIsYen Lin
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-21arm(64): Replace write32() and friends with writel()Julius Werner
2015-01-09nyan*: I2C: Fix bus clear BC_TERMINATE naming.Tom Warren
2015-01-09tegra: i2c: re-init i2c controller after resetJimmy Zhang
2014-12-30tegra: i2c: Add a timeout to I2C bit clear recovery mechanismJulius Werner
2014-12-30i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner
2014-12-26nyan*: I2C: Implement bus clear when 'ARB_LOST' error occursTom Warren
2014-12-16i2c: Replace the i2c API.Gabe Black
2014-11-14tegra124: i2c: Reset the controller when there's an error.Gabe Black
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-08-19tegra124: Implement the tegra i2c driver.Gabe Black