summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-tegra.c
AgeCommit message (Expand)Author
2023-09-04Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-14I2C: Explicitly include correct DT includesRob Herring
2023-08-14i2c: tegra: Fix i2c-tegra DMA config option processingParker Newman
2023-08-14i2c: tegra: Fix failure during probe deferral cleanupThierry Reding
2023-06-05i2c: tegra: allow VI support to be compiled outMichał Mirosław
2023-06-05i2c: tegra: allow DVC support to be compiled outMichał Mirosław
2023-06-05i2c: tegra: Share same DMA channel for RX and TXAkhil R
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-30i2c: tegra: Fix PEC support for SMBUS block readAkhil R
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-02i2c: tegra: Set ACPI node as primary fwnodeAkhil R
2022-11-01i2c: tegra: Allocate DMA memory for DMA engineThierry Reding
2022-09-16i2c: tegra: Add GPCDMA supportAkhil R
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang
2022-03-01i2c: tegra: Add SMBus block read functionAkhil R
2021-12-10i2c: tegra: use i2c_timings for bus clock freqAkhil R
2021-11-29i2c: tegra: Add the ACPI supportAkhil R
2021-10-29i2c: tegra: Ensure that device is suspended before driver is removedDmitry Osipenko
2021-01-28i2c: tegra: Use threaded interruptDmitry Osipenko
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni
2021-01-11i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen
2020-10-05i2c: tegra: Improve driver module descriptionDmitry Osipenko
2020-10-05i2c: tegra: Clean up whitespaces, newlines and indentationDmitry Osipenko
2020-10-05i2c: tegra: Clean up and improve commentsDmitry Osipenko
2020-10-05i2c: tegra: Clean up printk messagesDmitry Osipenko
2020-10-05i2c: tegra: Clean up variable namesDmitry Osipenko
2020-10-05i2c: tegra: Improve formatting of variablesDmitry Osipenko
2020-10-05i2c: tegra: Check errors for both positive and negative valuesDmitry Osipenko
2020-10-05i2c: tegra: Factor out hardware initialization into separate functionDmitry Osipenko
2020-10-05i2c: tegra: Factor out register polling into separate functionDmitry Osipenko
2020-10-05i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()Dmitry Osipenko
2020-10-05i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()Dmitry Osipenko
2020-10-05i2c: tegra: Rename wait/poll functionsDmitry Osipenko
2020-10-05i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()Dmitry Osipenko
2020-10-05i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()Dmitry Osipenko
2020-10-05i2c: tegra: Remove likely/unlikely from the codeDmitry Osipenko
2020-10-05i2c: tegra: Remove outdated barrier()Dmitry Osipenko
2020-10-05i2c: tegra: Clean up variable typesDmitry Osipenko
2020-10-05i2c: tegra: Reorder location of functions in the codeDmitry Osipenko
2020-10-05i2c: tegra: Clean up probe functionDmitry Osipenko
2020-10-05i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Dmitry Osipenko
2020-10-05i2c: tegra: Use clk-bulk helpersDmitry Osipenko
2020-10-05i2c: tegra: Use platform_get_irq()Dmitry Osipenko
2020-10-05i2c: tegra: Use devm_platform_get_and_ioremap_resource()Dmitry Osipenko
2020-10-05i2c: tegra: Use reset_control_reset()Dmitry Osipenko
2020-10-05i2c: tegra: Remove error message used for devm_request_irq() failureDmitry Osipenko
2020-10-05i2c: tegra: Runtime PM always available on TegraDmitry Osipenko
2020-10-05i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode memberDmitry Osipenko
2020-10-05i2c: tegra: Initialize div-clk rate unconditionallyDmitry Osipenko
2020-10-05i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()Dmitry Osipenko