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