index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-tegra.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i2c: tegra: Initialize div-clk rate unconditionally
Dmitry Osipenko
2020-10-05
1
-18
/
+16
*
i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
Dmitry Osipenko
2020-10-05
1
-0
/
+2
*
i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
Dmitry Osipenko
2020-10-05
1
-1
/
+3
*
i2c: tegra: Add missing pm_runtime_put()
Dmitry Osipenko
2020-10-05
1
-2
/
+2
*
i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
Dmitry Osipenko
2020-10-05
1
-9
/
+16
*
i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c
Sowjanya Komatineni
2020-07-28
1
-1
/
+1
*
i2c: tegra: Fix runtime resume to re-init VI I2C
Sowjanya Komatineni
2020-07-28
1
-0
/
+16
*
i2c: tegra: Fix the error path in tegra_i2c_runtime_resume
Sowjanya Komatineni
2020-07-28
1
-3
/
+8
*
i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unpre...
Sowjanya Komatineni
2020-07-28
1
-41
/
+23
*
i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM
Sowjanya Komatineni
2020-07-28
1
-1
/
+9
*
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
[prev]
[next]