- 50665d5 i2c: tegra: use i2c_timings for bus clock freq by Akhil R · 3 years, 1 month ago
- bd2fded i2c: tegra: Add the ACPI support by Akhil R · 3 years, 2 months ago
- ef3fe57 i2c: tegra: Ensure that device is suspended before driver is removed by Dmitry Osipenko · 3 years, 3 months ago
- 3928bbb0 i2c: tegra: Use threaded interrupt by Dmitry Osipenko · 4 years ago
- 2f3a082 i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO by Sowjanya Komatineni · 4 years ago
- 27b7c6e i2c: tegra: Wait for config load atomically while in ISR by Mikko Perttunen · 4 years ago
- 53fd42f i2c: tegra: Improve driver module description by Dmitry Osipenko · 4 years, 4 months ago
- c886a4a i2c: tegra: Clean up whitespaces, newlines and indentation by Dmitry Osipenko · 4 years, 4 months ago
- 94a5573 i2c: tegra: Clean up and improve comments by Dmitry Osipenko · 4 years, 4 months ago
- 76d0644 i2c: tegra: Clean up printk messages by Dmitry Osipenko · 4 years, 4 months ago
- a99042e i2c: tegra: Clean up variable names by Dmitry Osipenko · 4 years, 4 months ago
- 89e3748 i2c: tegra: Improve formatting of variables by Dmitry Osipenko · 4 years, 4 months ago
- 3b3b8e5 i2c: tegra: Check errors for both positive and negative values by Dmitry Osipenko · 4 years, 4 months ago
- d380d48 i2c: tegra: Factor out hardware initialization into separate function by Dmitry Osipenko · 4 years, 4 months ago
- 507ae6a i2c: tegra: Factor out register polling into separate function by Dmitry Osipenko · 4 years, 4 months ago
- 4be6234 i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg() by Dmitry Osipenko · 4 years, 4 months ago
- 4a8e0f8 i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg() by Dmitry Osipenko · 4 years, 4 months ago
- e57ac5ab i2c: tegra: Rename wait/poll functions by Dmitry Osipenko · 4 years, 4 months ago
- 8d57c2f i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg() by Dmitry Osipenko · 4 years, 4 months ago
- d6a7969 i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear() by Dmitry Osipenko · 4 years, 4 months ago
- 055ba33 i2c: tegra: Remove likely/unlikely from the code by Dmitry Osipenko · 4 years, 4 months ago
- 56f1cd3 i2c: tegra: Remove outdated barrier() by Dmitry Osipenko · 4 years, 4 months ago
- f1c2ff9 i2c: tegra: Clean up variable types by Dmitry Osipenko · 4 years, 4 months ago
- df384fa i2c: tegra: Reorder location of functions in the code by Dmitry Osipenko · 4 years, 4 months ago
- 55c52f1 i2c: tegra: Clean up probe function by Dmitry Osipenko · 4 years, 4 months ago
- 6fe3e20 i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt() by Dmitry Osipenko · 4 years, 4 months ago
- 586a97d i2c: tegra: Use clk-bulk helpers by Dmitry Osipenko · 4 years, 4 months ago
- 20b9a6c i2c: tegra: Use platform_get_irq() by Dmitry Osipenko · 4 years, 4 months ago
- f7d62a1 i2c: tegra: Use devm_platform_get_and_ioremap_resource() by Dmitry Osipenko · 4 years, 4 months ago
- 8593490 i2c: tegra: Use reset_control_reset() by Dmitry Osipenko · 4 years, 4 months ago
- d3dfd62 i2c: tegra: Remove error message used for devm_request_irq() failure by Dmitry Osipenko · 4 years, 4 months ago
- 76bc845 i2c: tegra: Runtime PM always available on Tegra by Dmitry Osipenko · 4 years, 4 months ago
- 8ff7273 i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member by Dmitry Osipenko · 4 years, 4 months ago
- 8548a75 i2c: tegra: Initialize div-clk rate unconditionally by Dmitry Osipenko · 4 years, 4 months ago
- ed022e5 i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear() by Dmitry Osipenko · 4 years, 4 months ago
- c5418d4 i2c: tegra: Handle potential error of tegra_i2c_flush_fifos() by Dmitry Osipenko · 4 years, 4 months ago
- e4fc2ef i2c: tegra: Add missing pm_runtime_put() by Dmitry Osipenko · 4 years, 4 months ago
- 900aed2 i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer by Dmitry Osipenko · 4 years, 4 months ago
- afca861 i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c by Sowjanya Komatineni · 4 years, 6 months ago
- 0d72262 i2c: tegra: Fix runtime resume to re-init VI I2C by Sowjanya Komatineni · 4 years, 6 months ago
- 42aa38b i2c: tegra: Fix the error path in tegra_i2c_runtime_resume by Sowjanya Komatineni · 4 years, 6 months ago
- 7232f53 i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unprepare by Sowjanya Komatineni · 4 years, 6 months ago
- 9e29420 i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM by Sowjanya Komatineni · 4 years, 6 months ago
- c73178b i2c: tegra: Add support for the VI I2C on Tegra210 by Thierry Reding · 6 years ago
- 82dd45f i2c: tegra: Use FIELD_PREP/FIELD_GET macros by Thierry Reding · 4 years, 10 months ago
- a70ff65 i2c: tegra: Synchronize DMA before termination by Dmitry Osipenko · 4 years, 10 months ago
- 566c05f i2c: tegra: Better handle case where CPU0 is busy for a long time by Dmitry Osipenko · 4 years, 10 months ago
- 26ca88a i2c: tegra: Keep IRQs enabled during suspend/resume by Thierry Reding · 4 years, 8 months ago
- 44c9990 i2c: tegra: Restore pinmux on system resume by Thierry Reding · 5 years ago
- 78ad734 Revert "i2c: tegra: Fix suspending in active runtime PM state" by Thierry Reding · 4 years, 9 months ago
- 8839e46 Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time" by Wolfram Sang · 4 years, 9 months ago
- deb821f Revert "i2c: tegra: Synchronize DMA before termination" by Wolfram Sang · 4 years, 9 months ago
- 8814044 i2c: tegra: Synchronize DMA before termination by Dmitry Osipenko · 4 years, 10 months ago
- a900aea i2c: tegra: Better handle case where CPU0 is busy for a long time by Dmitry Osipenko · 4 years, 10 months ago
- 90224e6 i2c: drivers: Use generic definitions for bus frequencies by Andy Shevchenko · 4 years, 10 months ago
- b3ec946 i2c: tegra: Check DMA completion status in addition to left time by Dmitry Osipenko · 5 years ago
- 28d9866 i2c: tegra: Always terminate DMA transfer by Dmitry Osipenko · 5 years ago
- 4211ffc i2c: tegra: Use relaxed versions of readl/writel by Dmitry Osipenko · 5 years ago
- ae6028a i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN by Dmitry Osipenko · 5 years ago
- ede2299 i2c: tegra: Support atomic transfers by Dmitry Osipenko · 5 years ago
- b5d5605 i2c: tegra: Prevent interrupt triggering after transfer timeout by Dmitry Osipenko · 5 years ago
- 24a4967 i2c: tegra: Properly disable runtime PM on driver's probe error by Dmitry Osipenko · 5 years ago
- 9f42de8 i2c: tegra: Fix suspending in active runtime PM state by Dmitry Osipenko · 5 years ago
- 79e4be2 i2c: tegra: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
- 8ebf15e i2c: tegra: Move suspend handling to NOIRQ phase by Jon Hunter · 5 years ago
- e5738bc i2c: tegra: Compile PM functions unconditionally by Dmitry Osipenko · 6 years ago
- 57ca968 i2c: tegra: remove BUG() macro by Bitan Biswas · 6 years ago
- acc8abc i2c: tegra: Add suspend-resume support by Bitan Biswas · 6 years ago
- d680a50 i2c: tegra: Avoid error message on deferred probe by Thierry Reding · 6 years ago
- fbbe494 i2c: tegra: fix msleep warning by Bitan Biswas · 6 years ago
- 9d17447 i2c: tegra: add spinlock definition comment by Bitan Biswas · 6 years ago
- 26955a7 i2c: tegra: fix alignment and spacing violations by Bitan Biswas · 6 years ago
- 233d0ab i2c: tegra: remove unnecessary variable init by Bitan Biswas · 6 years ago
- c84663c i2c: tegra: clean up macros by Bitan Biswas · 6 years ago
- 89328b1 i2c: tegra: Only display error messages if DMA setup fails by Jonathan Hunter · 6 years ago
- 6b9932b i2c: tegra: remove multi-master support by Sowjanya Komatineni · 6 years ago
- 9ffc125 i2c: tegra: remove master fifo support on tegra186 by Sowjanya Komatineni · 6 years ago
- bb0e9b1 i2c: tegra: change phrasing, "fallbacking" to "falling back" by Colin Ian King · 6 years ago
- 0940d24 i2c: tegra: add i2c interface timing support by Sowjanya Komatineni · 6 years ago
- 80d4062 i2c: tegra: update transfer timeout by Sowjanya Komatineni · 6 years ago
- 86c92b9 i2c: tegra: Add DMA support by Sowjanya Komatineni · 6 years ago
- b03ff2a i2c: tegra: update maximum transfer size by Sowjanya Komatineni · 6 years ago
- f4e3f4a i2c: tegra: fix maximum transfer size by Sowjanya Komatineni · 6 years ago
- ce95624 i2c: tegra: add bus clear Master Support by Sowjanya Komatineni · 6 years ago
- ca86554 i2c: tegra: sort all the include headers alphabetically by Sowjanya Komatineni · 6 years ago
- b67d453 i2c: tegra: Fix Maximum transfer size by Sowjanya Komatineni · 6 years ago
- d6f0453 i2c: tegra: Switch to SPDX identifier by Thierry Reding · 6 years ago
- 0604ee4 i2c: tegra: Add missing kerneldoc for some fields by Thierry Reding · 6 years ago
- c990bba i2c: tegra: Cleanup kerneldoc comments by Thierry Reding · 6 years ago
- 3782cc3 i2c: tegra: replace spin_lock_irqsave with spin_lock in ISR by jun qian · 6 years ago
- c96c0f2 i2c: tegra: use core to detect 'no zero length' quirk by Wolfram Sang · 6 years ago
- 08948b7 Merge tag 'v4.18-rc5' into i2c/for-4.19 by Wolfram Sang · 7 years ago
- 54836e2 i2c: tegra: Fix NACK error handling by Jon Hunter · 7 years ago
- c5907c6 i2c: tegra: Add support for Tegra194 by Thierry Reding · 7 years ago
- 535ba90 i2c: tegra: Remove suspend-resume by Dmitry Osipenko · 7 years ago
- ae3923a i2c: busses: make i2c_adapter_quirks const by Bhumika Goyal · 7 years ago
- 94d3b65 i2c: tegra: explicitly request exclusive reset control by Philipp Zabel · 7 years ago
- fbf8090 i2c: tegra: Fix assignment of boolean variables by Jon Hunter · 8 years ago
- 77821b46 i2c: tegra: proper handling of error cases by Shardar Shariff Md · 8 years ago
- 2bc445e i2c: tegra: use atomic poll function during configuration by Shardar Shariff Md · 8 years ago