index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-tegra.c
Age
Commit message (
Expand
)
Author
2024-08-15
i2c: tegra: Do not mark ACPI devices as irq safe
Breno Leitao
2024-05-06
i2c: tegra: remove printout on handled timeouts
Wolfram Sang
2023-09-04
Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
2023-08-14
i2c: tegra: Fix i2c-tegra DMA config option processing
Parker Newman
2023-08-14
i2c: tegra: Fix failure during probe deferral cleanup
Thierry Reding
2023-06-05
i2c: tegra: allow VI support to be compiled out
Michał Mirosław
2023-06-05
i2c: tegra: allow DVC support to be compiled out
Michał Mirosław
2023-06-05
i2c: tegra: Share same DMA channel for RX and TX
Akhil R
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-30
i2c: tegra: Fix PEC support for SMBUS block read
Akhil R
2022-12-15
Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-02
i2c: tegra: Set ACPI node as primary fwnode
Akhil R
2022-11-01
i2c: tegra: Allocate DMA memory for DMA engine
Thierry Reding
2022-09-16
i2c: tegra: Add GPCDMA support
Akhil R
2022-08-11
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
2022-03-01
i2c: tegra: Add SMBus block read function
Akhil R
2021-12-10
i2c: tegra: use i2c_timings for bus clock freq
Akhil R
2021-11-29
i2c: tegra: Add the ACPI support
Akhil R
2021-10-29
i2c: tegra: Ensure that device is suspended before driver is removed
Dmitry Osipenko
2021-01-28
i2c: tegra: Use threaded interrupt
Dmitry Osipenko
2021-01-17
i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO
Sowjanya Komatineni
2021-01-11
i2c: tegra: Wait for config load atomically while in ISR
Mikko Perttunen
2020-10-05
i2c: tegra: Improve driver module description
Dmitry Osipenko
2020-10-05
i2c: tegra: Clean up whitespaces, newlines and indentation
Dmitry Osipenko
2020-10-05
i2c: tegra: Clean up and improve comments
Dmitry Osipenko
2020-10-05
i2c: tegra: Clean up printk messages
Dmitry Osipenko
2020-10-05
i2c: tegra: Clean up variable names
Dmitry Osipenko
2020-10-05
i2c: tegra: Improve formatting of variables
Dmitry Osipenko
2020-10-05
i2c: tegra: Check errors for both positive and negative values
Dmitry Osipenko
2020-10-05
i2c: tegra: Factor out hardware initialization into separate function
Dmitry Osipenko
2020-10-05
i2c: tegra: Factor out register polling into separate function
Dmitry Osipenko
2020-10-05
i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
i2c: tegra: Rename wait/poll functions
Dmitry Osipenko
2020-10-05
i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
Dmitry Osipenko
2020-10-05
i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
Dmitry Osipenko
2020-10-05
i2c: tegra: Remove likely/unlikely from the code
Dmitry Osipenko
2020-10-05
i2c: tegra: Remove outdated barrier()
Dmitry Osipenko
2020-10-05
i2c: tegra: Clean up variable types
Dmitry Osipenko
2020-10-05
i2c: tegra: Reorder location of functions in the code
Dmitry Osipenko
2020-10-05
i2c: tegra: Clean up probe function
Dmitry Osipenko
2020-10-05
i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
Dmitry Osipenko
2020-10-05
i2c: tegra: Use clk-bulk helpers
Dmitry Osipenko
2020-10-05
i2c: tegra: Use platform_get_irq()
Dmitry Osipenko
2020-10-05
i2c: tegra: Use devm_platform_get_and_ioremap_resource()
Dmitry Osipenko
2020-10-05
i2c: tegra: Use reset_control_reset()
Dmitry Osipenko
2020-10-05
i2c: tegra: Remove error message used for devm_request_irq() failure
Dmitry Osipenko
2020-10-05
i2c: tegra: Runtime PM always available on Tegra
Dmitry Osipenko
2020-10-05
i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
Dmitry Osipenko
[next]