summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/nvidia: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-2/+2
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-271-4/+4
* soc/nvidia: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-251-1/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-4/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* nvidia/tegra*: check bus number for i2c driver APIsYen Lin2015-04-221-2/+16
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-6/+6
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-6/+6
* nyan*: I2C: Fix bus clear BC_TERMINATE naming.Tom Warren2015-01-091-2/+2
* tegra: i2c: re-init i2c controller after resetJimmy Zhang2015-01-091-0/+5
* tegra: i2c: Add a timeout to I2C bit clear recovery mechanismJulius Werner2014-12-301-4/+10
* i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner2014-12-301-1/+1
* nyan*: I2C: Implement bus clear when 'ARB_LOST' error occursTom Warren2014-12-261-1/+33
* i2c: Replace the i2c API.Gabe Black2014-12-161-21/+13
* tegra124: i2c: Reset the controller when there's an error.Gabe Black2014-11-141-4/+9
* tegra124/nyan: rougly stable code baseGabe Black2014-09-111-26/+18
* tegra124: Implement the tegra i2c driver.Gabe Black2014-08-191-0/+180