1. 3b5f7f1 i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED by Michael Wu · 4 years, 3 months ago
  2. 66b9231 i2c: designware: call i2c_dw_read_clear_intrbits_slave() once by Michael Wu · 4 years, 3 months ago
  3. 9890923 i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM by Geert Uytterhoeven · 4 years, 4 months ago
  4. 54b9c3d i2c: mlxbf: Update author and maintainer email info by Khalil Blaiech · 4 years, 3 months ago
  5. 67ee9fd i2c: mlxbf: Update reference clock frequency by Khalil Blaiech · 4 years, 3 months ago
  6. 4b19d806 i2c: mlxbf: Remove unecessary wrapper functions by Khalil Blaiech · 4 years, 3 months ago
  7. 08e019e i2c: mlxbf: Fix resrticted cast warning of sparse by Khalil Blaiech · 4 years, 3 months ago
  8. ed01ddc i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call by Khalil Blaiech · 4 years, 3 months ago
  9. a49cc1f i2c: sh_mobile: implement atomic transfers by Ulrich Hecht · 4 years, 4 months ago
  10. aafced6 i2c: mediatek: move dma reset before i2c reset by Qii Wang · 4 years, 3 months ago
  11. 8058d69 i2c: core: Restore acpi_walk_dep_device_list() getting called after registering the ACPI i2c devs by Hans de Goede · 4 years, 3 months ago
  12. b5df4b5 Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 3 months ago
  13. f5b3f43 i2c: owl: Clear NACK and BUS error bits by Cristian Ciocaltea · 4 years, 3 months ago
  14. 5a02e7c Revert "i2c: imx: Fix reset of I2SR_IAL flag" by Wolfram Sang · 4 years, 3 months ago
  15. 1334d3b i2c: meson: fixup rate calculation with filter delay by Nicolas Belin · 4 years, 4 months ago
  16. 79e137b i2c: meson: keep peripheral clock enabled by Jerome Brunet · 4 years, 4 months ago
  17. 28683e8 i2c: meson: fix clock setting overwrite by Jerome Brunet · 4 years, 4 months ago
  18. fa4d30556 i2c: imx: Fix reset of I2SR_IAL flag by Christian Eggers · 4 years, 4 months ago
  19. 53fd42f i2c: tegra: Improve driver module description by Dmitry Osipenko · 4 years, 4 months ago
  20. c886a4a i2c: tegra: Clean up whitespaces, newlines and indentation by Dmitry Osipenko · 4 years, 4 months ago
  21. 94a5573 i2c: tegra: Clean up and improve comments by Dmitry Osipenko · 4 years, 4 months ago
  22. 76d0644 i2c: tegra: Clean up printk messages by Dmitry Osipenko · 4 years, 4 months ago
  23. a99042e i2c: tegra: Clean up variable names by Dmitry Osipenko · 4 years, 4 months ago
  24. 89e3748 i2c: tegra: Improve formatting of variables by Dmitry Osipenko · 4 years, 4 months ago
  25. 3b3b8e5 i2c: tegra: Check errors for both positive and negative values by Dmitry Osipenko · 4 years, 4 months ago
  26. d380d48 i2c: tegra: Factor out hardware initialization into separate function by Dmitry Osipenko · 4 years, 4 months ago
  27. 507ae6a i2c: tegra: Factor out register polling into separate function by Dmitry Osipenko · 4 years, 4 months ago
  28. 4be6234 i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg() by Dmitry Osipenko · 4 years, 4 months ago
  29. 4a8e0f8 i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg() by Dmitry Osipenko · 4 years, 4 months ago
  30. e57ac5ab i2c: tegra: Rename wait/poll functions by Dmitry Osipenko · 4 years, 4 months ago
  31. 8d57c2f i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg() by Dmitry Osipenko · 4 years, 4 months ago
  32. d6a7969 i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear() by Dmitry Osipenko · 4 years, 4 months ago
  33. 055ba33 i2c: tegra: Remove likely/unlikely from the code by Dmitry Osipenko · 4 years, 4 months ago
  34. 56f1cd3 i2c: tegra: Remove outdated barrier() by Dmitry Osipenko · 4 years, 4 months ago
  35. f1c2ff9 i2c: tegra: Clean up variable types by Dmitry Osipenko · 4 years, 4 months ago
  36. df384fa i2c: tegra: Reorder location of functions in the code by Dmitry Osipenko · 4 years, 4 months ago
  37. 55c52f1 i2c: tegra: Clean up probe function by Dmitry Osipenko · 4 years, 4 months ago
  38. 6fe3e20 i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt() by Dmitry Osipenko · 4 years, 4 months ago
  39. 586a97d i2c: tegra: Use clk-bulk helpers by Dmitry Osipenko · 4 years, 4 months ago
  40. 20b9a6c i2c: tegra: Use platform_get_irq() by Dmitry Osipenko · 4 years, 4 months ago
  41. f7d62a1 i2c: tegra: Use devm_platform_get_and_ioremap_resource() by Dmitry Osipenko · 4 years, 4 months ago
  42. 8593490 i2c: tegra: Use reset_control_reset() by Dmitry Osipenko · 4 years, 4 months ago
  43. d3dfd62 i2c: tegra: Remove error message used for devm_request_irq() failure by Dmitry Osipenko · 4 years, 4 months ago
  44. 76bc845 i2c: tegra: Runtime PM always available on Tegra by Dmitry Osipenko · 4 years, 4 months ago
  45. 8ff7273 i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member by Dmitry Osipenko · 4 years, 4 months ago
  46. 8548a75 i2c: tegra: Initialize div-clk rate unconditionally by Dmitry Osipenko · 4 years, 4 months ago
  47. ed022e5 i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear() by Dmitry Osipenko · 4 years, 4 months ago
  48. c5418d4 i2c: tegra: Handle potential error of tegra_i2c_flush_fifos() by Dmitry Osipenko · 4 years, 4 months ago
  49. e4fc2ef i2c: tegra: Add missing pm_runtime_put() by Dmitry Osipenko · 4 years, 4 months ago
  50. 900aed2 i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer by Dmitry Osipenko · 4 years, 4 months ago
  51. 0685626 i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ by Barry Song · 4 years, 4 months ago
  52. 795ee9b i2c: efm32: Use devm_platform_get_and_ioremap_resource() by Wang ShaoBo · 4 years, 4 months ago
  53. 332fdae i2c: i801: Add support for Intel Alder Lake PCH-S by Jarkko Nikula · 4 years, 4 months ago
  54. 8947efc i2c: npcm7xx: Clear LAST bit after a failed transaction. by Tali Perry · 4 years, 4 months ago
  55. e50e4f0 i2c: imx: Fix external abort on interrupt in exit paths by Krzysztof Kozlowski · 4 years, 4 months ago
  56. 91a7302 i2c: rk3x: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 5 months ago
  57. b5b5b32 i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC by Khalil Blaiech · 4 years, 4 months ago
  58. a2bd970 i2c: cpm: Fix i2c_ram structure by Nicolas VINCENT · 4 years, 4 months ago
  59. 9b65b02 i2c: nvidia-gpu: Use put_unaligned_be24() by Andy Shevchenko · 4 years, 6 months ago
  60. 86d36a5 i2c: ismt: Add support for Intel Emmitsburg PCH by Andy Shevchenko · 4 years, 7 months ago
  61. 77dae80 i2c: ismt: Describe parameters in kernel doc by Andy Shevchenko · 4 years, 6 months ago
  62. 7eecca9 i2c: jz4780: Remove of_match_ptr() by Paul Cercueil · 4 years, 5 months ago
  63. 266fd91 i2c: jz4780: Add compatible string for JZ4770 SoC by Paul Cercueil · 4 years, 5 months ago
  64. 97c93e0 i2c: amd_mp2: handle num is 0 input for i2c_amd_xfer by Tom Rix · 4 years, 5 months ago
  65. 703b322 i2c: stm32: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  66. 27c9087 i2c: stm32: fix error message on upon dma_request_chan & defer handling by Alain Volmat · 4 years, 4 months ago
  67. 845b891 i2c: i801: Exclude device from suspend direct complete optimization by Jean Delvare · 4 years, 4 months ago
  68. c4651f1 i2c: rcar: add HostNotify support by Wolfram Sang · 4 years, 4 months ago
  69. a8335c6 i2c: add slave testunit driver by Wolfram Sang · 4 years, 4 months ago
  70. 6eb158e i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK by Matthias Schiffer · 4 years, 4 months ago
  71. b62590a i2c: stm32: name slave slot to ease maintenance by Alain Volmat · 4 years, 4 months ago
  72. b713aa8 i2c: bcm2835: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 5 months ago
  73. 43f83cd i2c: mux: reg: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 5 months ago
  74. 432d159 i2c: mux: gpmux: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 5 months ago
  75. 74779f6 i2c: rcar: refactor and shorten timeout when resetting by Wolfram Sang · 4 years, 5 months ago
  76. 9374ed1 i2c: rcar: improve bus busy detection by Wolfram Sang · 4 years, 5 months ago
  77. 6af0771 i2c: stm32f7: Add SMBus Host-Notify protocol support by Alain Volmat · 4 years, 6 months ago
  78. b44658e i2c: mediatek: Send i2c master code at more than 1MHz by Qii Wang · 4 years, 4 months ago
  79. ff6f3af i2c: mediatek: Fix generic definitions for bus frequency by Qii Wang · 4 years, 4 months ago
  80. 21653a4 i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices() by Hans de Goede · 4 years, 4 months ago
  81. 811a6e1 i2c: i801: Simplify the suspend callback by Jean Delvare · 4 years, 5 months ago
  82. 66d402e i2c: i801: Fix resume bug by Volker Rümelin · 4 years, 5 months ago
  83. 1a1d6db i2c: aspeed: Mask IRQ status to relevant bits by Eddie James · 4 years, 4 months ago
  84. 2a71593 i2c: smbus: add core function handling SMBus host-notify by Alain Volmat · 4 years, 6 months ago
  85. 60a9f85 i2c: imx: Use dev_err_probe() to simplify error handling by Anson Huang · 4 years, 5 months ago
  86. 62df579 i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480 by Jeffrey Lin · 4 years, 5 months ago
  87. 0a355ae i2c: algo: pca: Reapply i2c bus settings after reset by Evan Nimmo · 4 years, 4 months ago
  88. 06be672 i2c: npcm7xx: Fix timeout calculation by Tali Perry · 4 years, 5 months ago
  89. e77aee13 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 5 months ago
  90. 5b9bacf i2c: rcar: Auto select RESET_CONTROLLER by Dirk Behme · 4 years, 5 months ago
  91. 9e3b184 i2c: xiic: Support forcing single-master in DT by Jaakko Laine · 4 years, 5 months ago
  92. 9106e45 i2c: xiic: Improve struct memory alignment by Jaakko Laine · 4 years, 5 months ago
  93. 0a9336e i2c: xiic: Change code alignment to 1 space only by Jaakko Laine · 4 years, 5 months ago
  94. ab70935 i2c: Remove 'default n' from busses/Kconfig by Jarkko Nikula · 4 years, 5 months ago
  95. 0204081 i2c: iproc: Fix shifting 31 bits by Ray Jui · 4 years, 5 months ago
  96. 914a7b3 i2c: rcar: in slave mode, clear NACK earlier by Wolfram Sang · 4 years, 5 months ago
  97. e4682b8 i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device() by Andy Shevchenko · 4 years, 5 months ago
  98. e3cb82c i2c: core: Don't fail PRP0001 enumeration when no ID table exist by Andy Shevchenko · 4 years, 5 months ago
  99. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  100. 341323f Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago