1. a23ff37 i2c: smbus: Fix spelling mistake in the comments by Keyur Patel · 4 years, 7 months ago
  2. 390fd04 i2c: remove deprecated i2c_new_device API by Wolfram Sang · 4 years, 7 months ago
  3. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  4. 91fa588 Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 7 months ago
  5. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  6. d790eeb i2c: Drop stray comma in MODULE_AUTHOR statements by Jean Delvare · 4 years, 7 months ago
  7. e6197c8 i2c: npcm7xx: npcm_i2caddr[] can be static by kernel test robot · 4 years, 7 months ago
  8. 6f63078 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 7 months ago
  9. de9be77 i2c: npcm7xx: Fix a couple of error codes in probe by Dan Carpenter · 4 years, 7 months ago
  10. cdb5553 i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n by Max Staudt · 4 years, 7 months ago
  11. 2667a68 i2c: npcm7xx: Remove unnecessary parentheses by Gustavo A. R. Silva · 4 years, 7 months ago
  12. 3f7e823 Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 7 months ago
  13. f547369 i2c: npcm7xx: Add support for slave mode for Nuvoton by Tali Perry · 4 years, 7 months ago
  14. 56a1485 i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver by Tali Perry · 4 years, 7 months ago
  15. 9fa060d i2c: pxa: don't error out if there's no pinctrl by Lubomir Rintel · 4 years, 7 months ago
  16. be6018a Merge branches 'pm-core' and 'pm-sleep' by Rafael J. Wysocki · 4 years, 7 months ago
  17. fcb82a9 i2c: designware: Add Baikal-T1 System I2C support by Serge Semin · 4 years, 7 months ago
  18. b7c3d07 i2c: designware: Move reg-space remapping into a dedicated function by Serge Semin · 4 years, 7 months ago
  19. fac25d7 i2c: designware: Retrieve quirk flags as early as possible by Serge Semin · 4 years, 7 months ago
  20. 0daede8 i2c: designware: Convert driver to using regmap API by Serge Semin · 4 years, 7 months ago
  21. c615f5c i2c: designware: Discard Cherry Trail model flag by Serge Semin · 4 years, 7 months ago
  22. c254901 i2c: designware: Add Baytrail sem config DW I2C platform dependency by Serge Semin · 4 years, 7 months ago
  23. 68fe6ce i2c: designware: slave: Set DW I2C core module dependency by Serge Semin · 4 years, 7 months ago
  24. bbc5d36 i2c: designware: Use `-y` to build multi-object modules by Serge Semin · 4 years, 7 months ago
  25. 34765c1 i2c: sh_mobile: simplify code and remove false compilation warning by Viresh Kumar · 6 years ago
  26. 01590f36 i2c: i801: Instantiate SPD EEPROMs automatically by Jean Delvare · 4 years, 10 months ago
  27. 5ace608 i2c: smbus: Add a way to instantiate SPD EEPROMs automatically by Jean Delvare · 4 years, 10 months ago
  28. 468ed57 i2c: slave-eeprom: update documentation to recent changes by Wolfram Sang · 4 years, 7 months ago
  29. bee0d92 i2c: slave-eeprom: skip useless initialization by Wolfram Sang · 4 years, 7 months ago
  30. 3e34b51 i2c: acpi: Drop double check for ACPI companion device by Andy Shevchenko · 4 years, 7 months ago
  31. ce1d966 Merge tag 'v5.7-rc7' into devel by Linus Walleij · 4 years, 7 months ago
  32. ed2ac81 i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify code by Aishwarya Ramakrishnan · 4 years, 8 months ago
  33. dd4f2ca i2c: save a variable in i2c_detect() by Wolfram Sang · 4 years, 8 months ago
  34. d1fdeb3 i2c: efm32: Avoid unnecessary check in efm32_i2c_probe() by Tang Bin · 4 years, 9 months ago
  35. 79f7ab3 i2c: efm32: Omit superfluous error message in efm32_i2c_probe() by Tang Bin · 4 years, 9 months ago
  36. 7a4e63c Revert "i2c: core: support bus regulator controlling in adapter" by Wolfram Sang · 4 years, 7 months ago
  37. 3f35064 i2c: designware: Drop hard coded FIFO depth assignment by Andy Shevchenko · 4 years, 8 months ago
  38. 64d0a07 i2c: designware: Read counters from ACPI for PCI driver by Andy Shevchenko · 4 years, 8 months ago
  39. f9288fc i2c: designware: Move ACPI parts into common module by Andy Shevchenko · 4 years, 8 months ago
  40. 462cfcb i2c: designware: Drop unneeded condition in i2c_dw_validate_speed() by Andy Shevchenko · 4 years, 8 months ago
  41. 20ee1d9 i2c: designware: Move i2c_dw_validate_speed() helper to a common code by Andy Shevchenko · 4 years, 8 months ago
  42. a19f133 i2c: designware: Include proper headers in i2c-desingware-core.h by Andy Shevchenko · 4 years, 8 months ago
  43. ab0ef8b i2c: designware: Get rid of PCI driver specifics in common code by Andy Shevchenko · 4 years, 8 months ago
  44. 7c9ec2c i2c: pxa: implement generic i2c bus recovery by Russell King · 4 years, 8 months ago
  45. 4f118a7 Merge tag 'for-5.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into i2c/for-5.8 by Wolfram Sang · 4 years, 7 months ago
  46. ab1c609 i2c: altera: cleanup spinlock by Atsushi Nemoto · 4 years, 8 months ago
  47. f89c326 Merge branch 'i2c/for-current-fixed' into i2c/for-5.8 by Wolfram Sang · 4 years, 7 months ago
  48. 6fe12cdb i2c: core: support bus regulator controlling in adapter by Bibby Hsieh · 4 years, 8 months ago
  49. df7b4d6 i2c: reword explanation about atomic transfers by Wolfram Sang · 4 years, 8 months ago
  50. 5c71ca4 i2c: slave-eeprom: add support for 24c512 EEPROMs by Wolfram Sang · 4 years, 8 months ago
  51. be5ce0e i2c: mediatek: Add i2c ac-timing adjust support by Qii Wang · 4 years, 8 months ago
  52. 81eeae4 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  53. 22b3bc6 i2c: i801: Use GPIO_LOOKUP() helper macro by Geert Uytterhoeven · 4 years, 8 months ago
  54. e9d1a0a i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()' by Christophe JAILLET · 4 years, 8 months ago
  55. 5d4c797 i2c: altera: Fix race between xfer_msg and isr thread by Atsushi Nemoto · 4 years, 8 months ago
  56. ab7cf7e i2c: algo-pca: update contact email by Wolfram Sang · 4 years, 8 months ago
  57. 7d66976 i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery by Codrin Ciubotariu · 4 years, 9 months ago
  58. 7943f1d i2c: designware: Allow slave mode for PCI enumerated devices by Andy Shevchenko · 4 years, 8 months ago
  59. bed20c8 i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master() by Andy Shevchenko · 4 years, 8 months ago
  60. 42ab001 i2c: designware: Switch PCI driver to use i2c_dw_configure_master() by Andy Shevchenko · 4 years, 8 months ago
  61. 3ebe40e i2c: designware: Move configuration routines to respective modules by Andy Shevchenko · 4 years, 8 months ago
  62. 188fe48 i2c: designware: Use devm_platform_ioremap_resource() to simplify code by Andy Shevchenko · 4 years, 8 months ago
  63. c73178b i2c: tegra: Add support for the VI I2C on Tegra210 by Thierry Reding · 6 years ago
  64. 82dd45f i2c: tegra: Use FIELD_PREP/FIELD_GET macros by Thierry Reding · 4 years, 9 months ago
  65. 2fd6cbf i2c: pxa: use master-abort for device probes by Russell King · 4 years, 8 months ago
  66. e81c979 i2c: pxa: clear all master action bits in i2c_pxa_stop_message() by Russell King · 4 years, 8 months ago
  67. 18d30c0 i2c: pxa: remove some unnecessary debug by Russell King · 4 years, 8 months ago
  68. ae1c3b7 i2c: pxa: ensure timeout messages are unique by Russell King · 4 years, 8 months ago
  69. c25e509 i2c: pxa: avoid complaints with non-responsive slaves by Russell King · 4 years, 8 months ago
  70. 0f03c0889 i2c: pxa: consolidate i2c_pxa_*xfer() implementations by Russell King · 4 years, 8 months ago
  71. 40e31f0 i2c: mux: pca954x: Convert license to SPDX identifier by Andy Shevchenko · 4 years, 8 months ago
  72. 3093c64 i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup() by Andy Shevchenko · 4 years, 8 months ago
  73. 753aa36 i2c: mux: pca954x: Make use of device properties by Andy Shevchenko · 4 years, 8 months ago
  74. 19bb222 i2c: mux: pca954x: Refactor pca954x_irq_handler() by Andy Shevchenko · 4 years, 8 months ago
  75. a70ff65 i2c: tegra: Synchronize DMA before termination by Dmitry Osipenko · 4 years, 9 months ago
  76. 566c05f i2c: tegra: Better handle case where CPU0 is busy for a long time by Dmitry Osipenko · 4 years, 9 months ago
  77. 26ca88a i2c: tegra: Keep IRQs enabled during suspend/resume by Thierry Reding · 4 years, 8 months ago
  78. 44c9990 i2c: tegra: Restore pinmux on system resume by Thierry Reding · 5 years ago
  79. 78ad734 Revert "i2c: tegra: Fix suspending in active runtime PM state" by Thierry Reding · 4 years, 8 months ago
  80. 73371d5 i2c: at91: Send bus clear command if SDA is down by Codrin Ciubotariu · 4 years, 10 months ago
  81. 2f5a55c i2c: use my kernel.org address from now on by Wolfram Sang · 4 years, 8 months ago
  82. 3c3dd56 i2c: fix missing pm_runtime_put_sync in i2c_device_probe by Alain Volmat · 4 years, 8 months ago
  83. e896be5 i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition by Russell King · 4 years, 8 months ago
  84. bb82ba6 i2c: pxa: clean up decode_bits() by Russell King · 4 years, 8 months ago
  85. 88b73ee i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output by Russell King · 4 years, 8 months ago
  86. 70aee28 i2c: pxa: move DT IDs along side platform IDs by Russell King · 4 years, 8 months ago
  87. 79622f3 i2c: pxa: move private definitions to i2c-pxa.c by Russell King · 4 years, 8 months ago
  88. ee47893 i2c: pxa: always set fm and hs members for each type by Russell King · 4 years, 8 months ago
  89. f8e5d3c i2c: pxa: add and use definitions for IBMR register by Russell King · 4 years, 8 months ago
  90. 940695a i2c: pxa: re-arrange register field definitions by Russell King · 4 years, 8 months ago
  91. 1ae49a1 i2c: pxa: re-arrange functions to flow better by Russell King · 4 years, 8 months ago
  92. 8de32da i2c: pxa: re-arrange includes to be in alphabetical order by Russell King · 4 years, 8 months ago
  93. fa8d74a i2c: pxa: remove unneeded includes by Russell King · 4 years, 8 months ago
  94. 868d4d3 i2c: pxa: use official address byte helper by Russell King · 4 years, 8 months ago
  95. de51696 i2c: powermac: use true,false for bool variable by Jason Yan · 4 years, 8 months ago
  96. c926c87 i2c: aspeed: Avoid i2c interrupt status clear race condition. by ryan_chen · 4 years, 8 months ago
  97. ac2b081 i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handling by Dan Carpenter · 5 years ago
  98. 08736e8 i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate() by Dan Carpenter · 4 years, 8 months ago
  99. 8839e46 Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time" by Wolfram Sang · 4 years, 8 months ago
  100. deb821f Revert "i2c: tegra: Synchronize DMA before termination" by Wolfram Sang · 4 years, 8 months ago