aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06i2c: tegra: remove printout on handled timeoutsGravatar Wolfram Sang 1-2/+0
2023-09-04Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-08-14I2C: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-08-14i2c: tegra: Fix i2c-tegra DMA config option processingGravatar Parker Newman 1-1/+1
2023-08-14i2c: tegra: Fix failure during probe deferral cleanupGravatar Thierry Reding 1-0/+1
2023-06-05i2c: tegra: allow VI support to be compiled outGravatar Michał Mirosław 1-10/+14
2023-06-05i2c: tegra: allow DVC support to be compiled outGravatar Michał Mirosław 1-6/+11
2023-06-05i2c: tegra: Share same DMA channel for RX and TXGravatar Akhil R 1-49/+20
2023-06-05i2c: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-04-30i2c: tegra: Fix PEC support for SMBUS block readGravatar Akhil R 1-13/+27
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2022-12-02i2c: tegra: Set ACPI node as primary fwnodeGravatar Akhil R 1-0/+1
2022-11-01i2c: tegra: Allocate DMA memory for DMA engineGravatar Thierry Reding 1-6/+10
2022-09-16i2c: tegra: Add GPCDMA supportGravatar Akhil R 1-3/+8
2022-08-11i2c: move drivers from strlcpy to strscpyGravatar Wolfram Sang 1-1/+1
2022-03-01i2c: tegra: Add SMBus block read functionGravatar Akhil R 1-2/+16
2021-12-10i2c: tegra: use i2c_timings for bus clock freqGravatar Akhil R 1-12/+9
2021-11-29i2c: tegra: Add the ACPI supportGravatar Akhil R 1-12/+40
2021-10-29i2c: tegra: Ensure that device is suspended before driver is removedGravatar Dmitry Osipenko 1-2/+2
2021-01-28i2c: tegra: Use threaded interruptGravatar Dmitry Osipenko 1-4/+5
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOGravatar Sowjanya Komatineni 1-1/+21
2021-01-11i2c: tegra: Wait for config load atomically while in ISRGravatar Mikko Perttunen 1-1/+1
2020-10-05i2c: tegra: Improve driver module descriptionGravatar Dmitry Osipenko 1-1/+1
2020-10-05i2c: tegra: Clean up whitespaces, newlines and indentationGravatar Dmitry Osipenko 1-27/+46
2020-10-05i2c: tegra: Clean up and improve commentsGravatar Dmitry Osipenko 1-41/+47
2020-10-05i2c: tegra: Clean up printk messagesGravatar Dmitry Osipenko 1-23/+14
2020-10-05i2c: tegra: Clean up variable namesGravatar Dmitry Osipenko 1-87/+90
2020-10-05i2c: tegra: Improve formatting of variablesGravatar Dmitry Osipenko 1-51/+45
2020-10-05i2c: tegra: Check errors for both positive and negative valuesGravatar Dmitry Osipenko 1-3/+3
2020-10-05i2c: tegra: Factor out hardware initialization into separate functionGravatar Dmitry Osipenko 1-13/+19
2020-10-05i2c: tegra: Factor out register polling into separate functionGravatar Dmitry Osipenko 1-32/+25
2020-10-05i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()Gravatar Dmitry Osipenko 1-40/+55
2020-10-05i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()Gravatar Dmitry Osipenko 1-16/+30
2020-10-05i2c: tegra: Rename wait/poll functionsGravatar Dmitry Osipenko 1-18/+14
2020-10-05i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()Gravatar Dmitry Osipenko 1-9/+8
2020-10-05i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()Gravatar Dmitry Osipenko 1-5/+4
2020-10-05i2c: tegra: Remove likely/unlikely from the codeGravatar Dmitry Osipenko 1-2/+2
2020-10-05i2c: tegra: Remove outdated barrier()Gravatar Dmitry Osipenko 1-8/+5
2020-10-05i2c: tegra: Clean up variable typesGravatar Dmitry Osipenko 1-19/+19
2020-10-05i2c: tegra: Reorder location of functions in the codeGravatar Dmitry Osipenko 1-244/+242
2020-10-05i2c: tegra: Clean up probe functionGravatar Dmitry Osipenko 1-51/+49
2020-10-05i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Gravatar Dmitry Osipenko 1-4/+6
2020-10-05i2c: tegra: Use clk-bulk helpersGravatar Dmitry Osipenko 1-120/+68
2020-10-05i2c: tegra: Use platform_get_irq()Gravatar Dmitry Osipenko 1-6/+3
2020-10-05i2c: tegra: Use devm_platform_get_and_ioremap_resource()Gravatar Dmitry Osipenko 1-3/+3
2020-10-05i2c: tegra: Use reset_control_reset()Gravatar Dmitry Osipenko 1-3/+10
2020-10-05i2c: tegra: Remove error message used for devm_request_irq() failureGravatar Dmitry Osipenko 1-3/+1
2020-10-05i2c: tegra: Runtime PM always available on TegraGravatar Dmitry Osipenko 1-23/+6
2020-10-05i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode memberGravatar Dmitry Osipenko 1-25/+21
2020-10-05i2c: tegra: Initialize div-clk rate unconditionallyGravatar Dmitry Osipenko 1-18/+16