index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2020-03-25
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
1
-11
/
+7
2020-01-15
i2c: tegra: Check DMA completion status in addition to left time
Dmitry Osipenko
1
-1
/
+1
2020-01-15
i2c: tegra: Always terminate DMA transfer
Dmitry Osipenko
1
-8
/
+4
2020-01-15
i2c: tegra: Use relaxed versions of readl/writel
Dmitry Osipenko
1
-10
/
+11
2020-01-15
i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
Dmitry Osipenko
1
-5
/
+6
2020-01-15
i2c: tegra: Support atomic transfers
Dmitry Osipenko
1
-15
/
+69
2020-01-15
i2c: tegra: Prevent interrupt triggering after transfer timeout
Dmitry Osipenko
1
-34
/
+36
2020-01-15
i2c: tegra: Properly disable runtime PM on driver's probe error
Dmitry Osipenko
1
-10
/
+19
2020-01-15
i2c: tegra: Fix suspending in active runtime PM state
Dmitry Osipenko
1
-0
/
+9
2019-11-14
i2c: tegra: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-09-13
i2c: tegra: Move suspend handling to NOIRQ phase
Jon Hunter
1
-18
/
+22
2019-08-01
i2c: tegra: Compile PM functions unconditionally
Dmitry Osipenko
1
-11
/
+5
2019-06-22
i2c: tegra: remove BUG() macro
Bitan Biswas
1
-8
/
+39
2019-06-15
i2c: tegra: Add suspend-resume support
Bitan Biswas
1
-0
/
+24
2019-06-15
i2c: tegra: Avoid error message on deferred probe
Thierry Reding
1
-1
/
+3
2019-06-12
i2c: tegra: fix msleep warning
Bitan Biswas
1
-1
/
+1
2019-06-12
i2c: tegra: add spinlock definition comment
Bitan Biswas
1
-0
/
+1
2019-06-12
i2c: tegra: fix alignment and spacing violations
Bitan Biswas
1
-16
/
+19
2019-06-12
i2c: tegra: remove unnecessary variable init
Bitan Biswas
1
-3
/
+3
2019-06-12
i2c: tegra: clean up macros
Bitan Biswas
1
-14
/
+3
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
[next]