index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-tegra.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-23
i2c: tegra: Only display error messages if DMA setup fails
Jonathan Hunter
1
-4
/
+6
2019-02-23
i2c: tegra: remove multi-master support
Sowjanya Komatineni
1
-2
/
+2
2019-02-23
i2c: tegra: remove master fifo support on tegra186
Sowjanya Komatineni
1
-1
/
+1
2019-02-16
i2c: tegra: change phrasing, "fallbacking" to "falling back"
Colin Ian King
1
-2
/
+2
2019-02-14
i2c: tegra: add i2c interface timing support
Sowjanya Komatineni
1
-30
/
+159
2019-02-14
i2c: tegra: update transfer timeout
Sowjanya Komatineni
1
-4
/
+11
2019-02-14
i2c: tegra: Add DMA support
Sowjanya Komatineni
1
-49
/
+383
2019-02-14
i2c: tegra: update maximum transfer size
Sowjanya Komatineni
1
-2
/
+6
2019-02-14
i2c: tegra: fix maximum transfer size
Sowjanya Komatineni
1
-1
/
+1
2019-02-14
i2c: tegra: add bus clear Master Support
Sowjanya Komatineni
1
-0
/
+81
2019-02-14
i2c: tegra: sort all the include headers alphabetically
Sowjanya Komatineni
1
-11
/
+8
2019-01-11
i2c: tegra: Fix Maximum transfer size
Sowjanya Komatineni
1
-1
/
+14
2018-12-18
i2c: tegra: Switch to SPDX identifier
Thierry Reding
1
-10
/
+1
2018-12-18
i2c: tegra: Add missing kerneldoc for some fields
Thierry Reding
1
-0
/
+15
2018-12-18
i2c: tegra: Cleanup kerneldoc comments
Thierry Reding
1
-12
/
+11
2018-12-11
i2c: tegra: replace spin_lock_irqsave with spin_lock in ISR
jun qian
1
-3
/
+2
2018-10-05
i2c: tegra: use core to detect 'no zero length' quirk
Wolfram Sang
1
-3
/
+1
2018-07-17
Merge tag 'v4.18-rc5' into i2c/for-4.19
Wolfram Sang
1
-9
/
+8
2018-07-10
i2c: tegra: Fix NACK error handling
Jon Hunter
1
-9
/
+8
2018-07-04
i2c: tegra: Add support for Tegra194
Thierry Reding
1
-14
/
+76
2018-05-30
i2c: tegra: Remove suspend-resume
Dmitry Osipenko
1
-33
/
+0
2017-08-29
i2c: busses: make i2c_adapter_quirks const
Bhumika Goyal
1
-1
/
+1
2017-08-14
i2c: tegra: explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
2016-09-08
i2c: tegra: Fix assignment of boolean variables
Jon Hunter
1
-2
/
+2
2016-09-08
i2c: tegra: proper handling of error cases
Shardar Shariff Md
1
-2
/
+27
2016-09-08
i2c: tegra: use atomic poll function during configuration
Shardar Shariff Md
1
-2
/
+7
2016-09-08
i2c: tegra: add separate function for config_load programing
Shardar Shariff Md
1
-15
/
+26
2016-09-08
i2c: tegra: If fifo flush fails return error
Shardar Shariff Md
1
-0
/
+2
2016-09-08
i2c: tegra: use readl_poll_timeout after config_load reg programmed
Shardar Shariff Md
1
-9
/
+14
2016-08-30
i2c: tegra: Add pinctrl support
Jon Hunter
1
-1
/
+6
2016-08-30
i2c: tegra: Add runtime power-management support
Jon Hunter
1
-14
/
+46
2016-08-30
i2c: tegra: Simplify I2C resume
Jon Hunter
1
-8
/
+3
2016-08-30
i2c: tegra: Use device name for adapter name
Jon Hunter
1
-1
/
+1
2016-08-30
i2c: tegra: Remove non device-tree support
Jon Hunter
1
-9
/
+3
2016-08-30
i2c: tegra: Add missing new line characters
Jon Hunter
1
-4
/
+4
2016-08-30
i2c: tegra: Fix missing blank lines after declarations
Jon Hunter
1
-6
/
+13
2016-08-30
i2c: tegra: Use BIT macro
Jon Hunter
1
-33
/
+33
2016-08-30
i2c: tegra: Fix lines over 80 characters
Jon Hunter
1
-4
/
+6
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2016-07-05
i2c: tegra: Correct error path in probe
Jon Hunter
1
-1
/
+1
2016-05-11
i2c: tegra: disable clock before returning error
Shardar Shariff Md
1
-3
/
+4
2016-04-13
i2c: tegra: enable multi master mode for tegra210
Shardar Shariff Md
1
-6
/
+68
2016-02-24
i2c: tegra: don't open code of_device_get_match_data()
Wolfram Sang
1
-3
/
+1
2015-10-20
i2c: tegra: drop duplicated code for assigning algo
Barry Song
1
-1
/
+0
2015-08-10
i2c: tegra: add support for fast plus (FM+) mode clock rate
Laxman Dewangan
1
-2
/
+15
2015-08-10
i2c: tegra: update CONFIG_LOAD for new conifiguration
Laxman Dewangan
1
-0
/
+35
2015-06-21
i2c: tegra: apply size limit quirk
Wolfram Sang
1
-0
/
+7
2015-06-21
i2c: tegra: don't advertise SMBUS_QUICK
Wolfram Sang
1
-2
/
+2
2015-03-15
i2c: tegra: match return type of wait_for_completion_timeout
Nicholas Mc Guire
1
-5
/
+7
2015-01-26
i2c: tegra: Maintain CPU endianness
Dmitry Osipenko
1
-0
/
+2
[next]