aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-01i2c: tegra: Allocate DMA memory for DMA engineThierry Reding1-6/+10
2022-09-16i2c: tegra: Add GPCDMA supportAkhil R1-3/+8
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-03-01i2c: tegra: Add SMBus block read functionAkhil R1-2/+16
2021-12-10i2c: tegra: use i2c_timings for bus clock freqAkhil R1-12/+9
2021-11-29i2c: tegra: Add the ACPI supportAkhil R1-12/+40
2021-10-29i2c: tegra: Ensure that device is suspended before driver is removedDmitry Osipenko1-2/+2
2021-01-28i2c: tegra: Use threaded interruptDmitry Osipenko1-4/+5
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni1-1/+21
2021-01-11i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen1-1/+1
2020-10-05i2c: tegra: Improve driver module descriptionDmitry Osipenko1-1/+1
2020-10-05i2c: tegra: Clean up whitespaces, newlines and indentationDmitry Osipenko1-27/+46
2020-10-05i2c: tegra: Clean up and improve commentsDmitry Osipenko1-41/+47
2020-10-05i2c: tegra: Clean up printk messagesDmitry Osipenko1-23/+14
2020-10-05i2c: tegra: Clean up variable namesDmitry Osipenko1-87/+90
2020-10-05i2c: tegra: Improve formatting of variablesDmitry Osipenko1-51/+45
2020-10-05i2c: tegra: Check errors for both positive and negative valuesDmitry Osipenko1-3/+3
2020-10-05i2c: tegra: Factor out hardware initialization into separate functionDmitry Osipenko1-13/+19
2020-10-05i2c: tegra: Factor out register polling into separate functionDmitry Osipenko1-32/+25
2020-10-05i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()Dmitry Osipenko1-40/+55
2020-10-05i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()Dmitry Osipenko1-16/+30
2020-10-05i2c: tegra: Rename wait/poll functionsDmitry Osipenko1-18/+14
2020-10-05i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()Dmitry Osipenko1-9/+8
2020-10-05i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()Dmitry Osipenko1-5/+4
2020-10-05i2c: tegra: Remove likely/unlikely from the codeDmitry Osipenko1-2/+2
2020-10-05i2c: tegra: Remove outdated barrier()Dmitry Osipenko1-8/+5
2020-10-05i2c: tegra: Clean up variable typesDmitry Osipenko1-19/+19
2020-10-05i2c: tegra: Reorder location of functions in the codeDmitry Osipenko1-244/+242
2020-10-05i2c: tegra: Clean up probe functionDmitry Osipenko1-51/+49
2020-10-05i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Dmitry Osipenko1-4/+6
2020-10-05i2c: tegra: Use clk-bulk helpersDmitry Osipenko1-120/+68
2020-10-05i2c: tegra: Use platform_get_irq()Dmitry Osipenko1-6/+3
2020-10-05i2c: tegra: Use devm_platform_get_and_ioremap_resource()Dmitry Osipenko1-3/+3
2020-10-05i2c: tegra: Use reset_control_reset()Dmitry Osipenko1-3/+10
2020-10-05i2c: tegra: Remove error message used for devm_request_irq() failureDmitry Osipenko1-3/+1
2020-10-05i2c: tegra: Runtime PM always available on TegraDmitry Osipenko1-23/+6
2020-10-05i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode memberDmitry Osipenko1-25/+21
2020-10-05i2c: tegra: Initialize div-clk rate unconditionallyDmitry Osipenko1-18/+16
2020-10-05i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()Dmitry Osipenko1-0/+2
2020-10-05i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()Dmitry Osipenko1-1/+3
2020-10-05i2c: tegra: Add missing pm_runtime_put()Dmitry Osipenko1-2/+2
2020-10-05i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transferDmitry Osipenko1-9/+16
2020-07-28i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2cSowjanya Komatineni1-1/+1
2020-07-28i2c: tegra: Fix runtime resume to re-init VI I2CSowjanya Komatineni1-0/+16
2020-07-28i2c: tegra: Fix the error path in tegra_i2c_runtime_resumeSowjanya Komatineni1-3/+8
2020-07-28i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unprepareSowjanya Komatineni1-41/+23
2020-07-28i2c: tegra: Don't mark VI I2C as IRQ safe runtime PMSowjanya Komatineni1-1/+9
2020-05-12i2c: tegra: Add support for the VI I2C on Tegra210Thierry Reding1-2/+95
2020-05-12i2c: tegra: Use FIELD_PREP/FIELD_GET macrosThierry Reding1-41/+40
2020-05-08i2c: tegra: Synchronize DMA before terminationDmitry Osipenko1-0/+9