index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-tegra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: tegra: use i2c_timings for bus clock freq
Akhil R
2021-12-10
1
-12
/
+9
*
i2c: tegra: Add the ACPI support
Akhil R
2021-11-29
1
-12
/
+40
*
i2c: tegra: Ensure that device is suspended before driver is removed
Dmitry Osipenko
2021-10-29
1
-2
/
+2
*
i2c: tegra: Use threaded interrupt
Dmitry Osipenko
2021-01-28
1
-4
/
+5
*
i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO
Sowjanya Komatineni
2021-01-17
1
-1
/
+21
*
i2c: tegra: Wait for config load atomically while in ISR
Mikko Perttunen
2021-01-11
1
-1
/
+1
*
i2c: tegra: Improve driver module description
Dmitry Osipenko
2020-10-05
1
-1
/
+1
*
i2c: tegra: Clean up whitespaces, newlines and indentation
Dmitry Osipenko
2020-10-05
1
-27
/
+46
*
i2c: tegra: Clean up and improve comments
Dmitry Osipenko
2020-10-05
1
-41
/
+47
*
i2c: tegra: Clean up printk messages
Dmitry Osipenko
2020-10-05
1
-23
/
+14
*
i2c: tegra: Clean up variable names
Dmitry Osipenko
2020-10-05
1
-87
/
+90
*
i2c: tegra: Improve formatting of variables
Dmitry Osipenko
2020-10-05
1
-51
/
+45
*
i2c: tegra: Check errors for both positive and negative values
Dmitry Osipenko
2020-10-05
1
-3
/
+3
*
i2c: tegra: Factor out hardware initialization into separate function
Dmitry Osipenko
2020-10-05
1
-13
/
+19
*
i2c: tegra: Factor out register polling into separate function
Dmitry Osipenko
2020-10-05
1
-32
/
+25
*
i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
1
-40
/
+55
*
i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
1
-16
/
+30
*
i2c: tegra: Rename wait/poll functions
Dmitry Osipenko
2020-10-05
1
-18
/
+14
*
i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
1
-9
/
+8
*
i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
Dmitry Osipenko
2020-10-05
1
-5
/
+4
*
i2c: tegra: Remove likely/unlikely from the code
Dmitry Osipenko
2020-10-05
1
-2
/
+2
*
i2c: tegra: Remove outdated barrier()
Dmitry Osipenko
2020-10-05
1
-8
/
+5
*
i2c: tegra: Clean up variable types
Dmitry Osipenko
2020-10-05
1
-19
/
+19
*
i2c: tegra: Reorder location of functions in the code
Dmitry Osipenko
2020-10-05
1
-244
/
+242
*
i2c: tegra: Clean up probe function
Dmitry Osipenko
2020-10-05
1
-51
/
+49
*
i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
Dmitry Osipenko
2020-10-05
1
-4
/
+6
*
i2c: tegra: Use clk-bulk helpers
Dmitry Osipenko
2020-10-05
1
-120
/
+68
*
i2c: tegra: Use platform_get_irq()
Dmitry Osipenko
2020-10-05
1
-6
/
+3
*
i2c: tegra: Use devm_platform_get_and_ioremap_resource()
Dmitry Osipenko
2020-10-05
1
-3
/
+3
*
i2c: tegra: Use reset_control_reset()
Dmitry Osipenko
2020-10-05
1
-3
/
+10
*
i2c: tegra: Remove error message used for devm_request_irq() failure
Dmitry Osipenko
2020-10-05
1
-3
/
+1
*
i2c: tegra: Runtime PM always available on Tegra
Dmitry Osipenko
2020-10-05
1
-23
/
+6
*
i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
Dmitry Osipenko
2020-10-05
1
-25
/
+21
*
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
[next]