index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-tegra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: tegra: Add support for the VI I2C on Tegra210
Thierry Reding
2020-05-12
1
-2
/
+95
*
i2c: tegra: Use FIELD_PREP/FIELD_GET macros
Thierry Reding
2020-05-12
1
-41
/
+40
*
i2c: tegra: Synchronize DMA before termination
Dmitry Osipenko
2020-05-08
1
-0
/
+9
*
i2c: tegra: Better handle case where CPU0 is busy for a long time
Dmitry Osipenko
2020-05-08
1
-12
/
+15
*
i2c: tegra: Keep IRQs enabled during suspend/resume
Thierry Reding
2020-05-08
1
-2
/
+2
*
i2c: tegra: Restore pinmux on system resume
Thierry Reding
2020-05-08
1
-4
/
+19
*
Revert "i2c: tegra: Fix suspending in active runtime PM state"
Thierry Reding
2020-05-07
1
-9
/
+0
*
Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time"
Wolfram Sang
2020-04-28
1
-15
/
+12
*
Revert "i2c: tegra: Synchronize DMA before termination"
Wolfram Sang
2020-04-28
1
-9
/
+0
*
i2c: tegra: Synchronize DMA before termination
Dmitry Osipenko
2020-04-15
1
-0
/
+9
*
i2c: tegra: Better handle case where CPU0 is busy for a long time
Dmitry Osipenko
2020-04-15
1
-12
/
+15
*
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
2020-03-24
1
-11
/
+7
*
i2c: tegra: Check DMA completion status in addition to left time
Dmitry Osipenko
2020-01-15
1
-1
/
+1
*
i2c: tegra: Always terminate DMA transfer
Dmitry Osipenko
2020-01-15
1
-8
/
+4
*
i2c: tegra: Use relaxed versions of readl/writel
Dmitry Osipenko
2020-01-15
1
-10
/
+11
*
i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
Dmitry Osipenko
2020-01-15
1
-5
/
+6
*
i2c: tegra: Support atomic transfers
Dmitry Osipenko
2020-01-15
1
-15
/
+69
*
i2c: tegra: Prevent interrupt triggering after transfer timeout
Dmitry Osipenko
2020-01-15
1
-34
/
+36
*
i2c: tegra: Properly disable runtime PM on driver's probe error
Dmitry Osipenko
2020-01-15
1
-10
/
+19
*
i2c: tegra: Fix suspending in active runtime PM state
Dmitry Osipenko
2020-01-15
1
-0
/
+9
*
i2c: tegra: Use dma_request_chan() directly for channel request
Peter Ujfalusi
2019-11-14
1
-2
/
+2
*
i2c: tegra: Move suspend handling to NOIRQ phase
Jon Hunter
2019-09-13
1
-18
/
+22
*
i2c: tegra: Compile PM functions unconditionally
Dmitry Osipenko
2019-08-01
1
-11
/
+5
*
i2c: tegra: remove BUG() macro
Bitan Biswas
2019-06-21
1
-8
/
+39
*
i2c: tegra: Add suspend-resume support
Bitan Biswas
2019-06-14
1
-0
/
+24
*
i2c: tegra: Avoid error message on deferred probe
Thierry Reding
2019-06-14
1
-1
/
+3
*
i2c: tegra: fix msleep warning
Bitan Biswas
2019-06-12
1
-1
/
+1
*
i2c: tegra: add spinlock definition comment
Bitan Biswas
2019-06-12
1
-0
/
+1
*
i2c: tegra: fix alignment and spacing violations
Bitan Biswas
2019-06-12
1
-16
/
+19
*
i2c: tegra: remove unnecessary variable init
Bitan Biswas
2019-06-12
1
-3
/
+3
*
i2c: tegra: clean up macros
Bitan Biswas
2019-06-12
1
-14
/
+3
*
i2c: tegra: Only display error messages if DMA setup fails
Jonathan Hunter
2019-02-23
1
-4
/
+6
*
i2c: tegra: remove multi-master support
Sowjanya Komatineni
2019-02-23
1
-2
/
+2
*
i2c: tegra: remove master fifo support on tegra186
Sowjanya Komatineni
2019-02-23
1
-1
/
+1
*
i2c: tegra: change phrasing, "fallbacking" to "falling back"
Colin Ian King
2019-02-15
1
-2
/
+2
*
i2c: tegra: add i2c interface timing support
Sowjanya Komatineni
2019-02-14
1
-30
/
+159
*
i2c: tegra: update transfer timeout
Sowjanya Komatineni
2019-02-14
1
-4
/
+11
*
i2c: tegra: Add DMA support
Sowjanya Komatineni
2019-02-14
1
-49
/
+383
*
i2c: tegra: update maximum transfer size
Sowjanya Komatineni
2019-02-14
1
-2
/
+6
*
i2c: tegra: fix maximum transfer size
Sowjanya Komatineni
2019-02-14
1
-1
/
+1
*
i2c: tegra: add bus clear Master Support
Sowjanya Komatineni
2019-02-14
1
-0
/
+81
*
i2c: tegra: sort all the include headers alphabetically
Sowjanya Komatineni
2019-02-14
1
-11
/
+8
*
i2c: tegra: Fix Maximum transfer size
Sowjanya Komatineni
2019-01-11
1
-1
/
+14
*
i2c: tegra: Switch to SPDX identifier
Thierry Reding
2018-12-17
1
-10
/
+1
*
i2c: tegra: Add missing kerneldoc for some fields
Thierry Reding
2018-12-17
1
-0
/
+15
*
i2c: tegra: Cleanup kerneldoc comments
Thierry Reding
2018-12-17
1
-12
/
+11
*
i2c: tegra: replace spin_lock_irqsave with spin_lock in ISR
jun qian
2018-12-11
1
-3
/
+2
*
i2c: tegra: use core to detect 'no zero length' quirk
Wolfram Sang
2018-10-05
1
-3
/
+1
*
Merge tag 'v4.18-rc5' into i2c/for-4.19
Wolfram Sang
2018-07-17
1
-9
/
+8
|
\
|
*
i2c: tegra: Fix NACK error handling
Jon Hunter
2018-07-10
1
-9
/
+8
[next]