index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
2025-09-13
i2c: tegra: Add Tegra256 support
Akhil R
1
-0
/
+26
2025-07-30
i2c: tegra: Remove dma_sync_*() calls
Akhil R
1
-19
/
+1
2025-07-30
i2c: tegra: Use internal reset when reset property is not available
Akhil R
1
-1
/
+43
2025-07-29
Merge tag 'i2c-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2025-07-24
i2c: tegra: Fix reset error handling with ACPI
Akhil R
1
-23
/
+1
2025-07-24
i2c: tegra: Add missing kernel-doc for dma_dev member
Hans Zhang
1
-0
/
+1
2025-06-12
i2c: use inclusive callbacks in struct i2c_algorithm
Wolfram Sang
1
-3
/
+3
2025-05-19
i2c: tegra: check msg length in SMBUS block read
Akhil R
1
-0
/
+5
2024-11-17
i2c: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-08-15
i2c: tegra: Do not mark ACPI devices as irq safe
Breno Leitao
1
-2
/
+2
2024-05-06
i2c: tegra: remove printout on handled timeouts
Wolfram Sang
1
-2
/
+0
2023-09-04
Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-08-14
i2c: tegra: Fix i2c-tegra DMA config option processing
Parker Newman
1
-1
/
+1
2023-08-14
i2c: tegra: Fix failure during probe deferral cleanup
Thierry Reding
1
-0
/
+1
2023-06-05
i2c: tegra: allow VI support to be compiled out
Michał Mirosław
1
-10
/
+14
2023-06-05
i2c: tegra: allow DVC support to be compiled out
Michał Mirosław
1
-6
/
+11
2023-06-05
i2c: tegra: Share same DMA channel for RX and TX
Akhil R
1
-49
/
+20
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-30
i2c: tegra: Fix PEC support for SMBUS block read
Akhil R
1
-13
/
+27
2022-12-15
Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2022-12-02
i2c: tegra: Set ACPI node as primary fwnode
Akhil R
1
-0
/
+1
2022-11-01
i2c: tegra: Allocate DMA memory for DMA engine
Thierry Reding
1
-6
/
+10
2022-09-16
i2c: tegra: Add GPCDMA support
Akhil R
1
-3
/
+8
2022-08-11
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
1
-1
/
+1
2022-03-01
i2c: tegra: Add SMBus block read function
Akhil R
1
-2
/
+16
2021-12-10
i2c: tegra: use i2c_timings for bus clock freq
Akhil R
1
-12
/
+9
2021-11-29
i2c: tegra: Add the ACPI support
Akhil R
1
-12
/
+40
2021-10-29
i2c: tegra: Ensure that device is suspended before driver is removed
Dmitry Osipenko
1
-2
/
+2
2021-01-28
i2c: tegra: Use threaded interrupt
Dmitry Osipenko
1
-4
/
+5
2021-01-17
i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO
Sowjanya Komatineni
1
-1
/
+21
2021-01-11
i2c: tegra: Wait for config load atomically while in ISR
Mikko Perttunen
1
-1
/
+1
2020-10-05
i2c: tegra: Improve driver module description
Dmitry Osipenko
1
-1
/
+1
2020-10-05
i2c: tegra: Clean up whitespaces, newlines and indentation
Dmitry Osipenko
1
-27
/
+46
2020-10-05
i2c: tegra: Clean up and improve comments
Dmitry Osipenko
1
-41
/
+47
2020-10-05
i2c: tegra: Clean up printk messages
Dmitry Osipenko
1
-23
/
+14
2020-10-05
i2c: tegra: Clean up variable names
Dmitry Osipenko
1
-87
/
+90
2020-10-05
i2c: tegra: Improve formatting of variables
Dmitry Osipenko
1
-51
/
+45
2020-10-05
i2c: tegra: Check errors for both positive and negative values
Dmitry Osipenko
1
-3
/
+3
2020-10-05
i2c: tegra: Factor out hardware initialization into separate function
Dmitry Osipenko
1
-13
/
+19
2020-10-05
i2c: tegra: Factor out register polling into separate function
Dmitry Osipenko
1
-32
/
+25
2020-10-05
i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()
Dmitry Osipenko
1
-40
/
+55
2020-10-05
i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
Dmitry Osipenko
1
-16
/
+30
2020-10-05
i2c: tegra: Rename wait/poll functions
Dmitry Osipenko
1
-18
/
+14
2020-10-05
i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
Dmitry Osipenko
1
-9
/
+8
2020-10-05
i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
Dmitry Osipenko
1
-5
/
+4
2020-10-05
i2c: tegra: Remove likely/unlikely from the code
Dmitry Osipenko
1
-2
/
+2
2020-10-05
i2c: tegra: Remove outdated barrier()
Dmitry Osipenko
1
-8
/
+5
2020-10-05
i2c: tegra: Clean up variable types
Dmitry Osipenko
1
-19
/
+19
2020-10-05
i2c: tegra: Reorder location of functions in the code
Dmitry Osipenko
1
-244
/
+242
[next]