1. 30a6475 i2c: busses: make use of i2c_8bit_addr_from_msg by Peter Rosin · 7 years ago
  2. ac6d529 i2c: algos: make use of i2c_8bit_addr_from_msg by Peter Rosin · 7 years ago
  3. d9f5228 i2c: qup: Add command-line parameter to override SCL frequency by Austin Christ · 7 years ago
  4. 71fbafc i2c: qup: Correct duty cycle for FM and FM+ by Austin Christ · 7 years ago
  5. 109b8c4 i2c: qup: Add support for Fast Mode Plus by Austin Christ · 7 years ago
  6. 902a91a i2c: qup: add probe path for Centriq ACPI devices by Austin Christ · 7 years ago
  7. 6a0c0d0 i2c: robotfuzz-osif: drop pointless test by Peter Rosin · 7 years ago
  8. 7fb29b9 i2c: robotfuzz-osif: remove pointless local variable by Peter Rosin · 7 years ago
  9. 17dd947 i2c: rk3x: Don't print visible virtual mapping MMIO address by Shawn Lin · 7 years ago
  10. 05d4707 i2c: opal: don't check number of messages in the driver by Wolfram Sang · 7 years ago
  11. c216b87 i2c: ibm_iic: don't check number of messages in the driver by Wolfram Sang · 7 years ago
  12. ef9fc0b i2c: imx: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  13. 88b4116 i2c: xlp9xx: Make sure the transfer size is not more than I2C_SMBUS_BLOCK_SIZE by George Cherian · 7 years ago
  14. 8d504d8 i2c: xlp9xx: Fix issue seen when updating receive length by George Cherian · 7 years ago
  15. 40f4e37 i2c: xlp9xx: Add support for SMBAlert by George Cherian · 7 years ago
  16. da0086d i2c: Export of_i2c_get_board_info() by Boris Brezillon · 7 years ago
  17. 0478226 i2c: Retain info->of_node in i2c_new_device() by Boris Brezillon · 7 years ago
  18. 3d8b7a4 Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18 by Wolfram Sang · 7 years ago
  19. caaccda i2c: pnx: move header into the driver by Wolfram Sang · 7 years ago
  20. 7072b75 i2c: xiic: move header to platform_data by Wolfram Sang · 7 years ago
  21. e5c7137 i2c: pca-platform: move header to platform_data by Wolfram Sang · 7 years ago
  22. 79fc540 i2c: omap: move header to platform_data by Wolfram Sang · 7 years ago
  23. 985ecf0 i2c: ocores: move header to platform_data by Wolfram Sang · 7 years ago
  24. 62ea22c i2c: mux: gpio: move header to platform_data by Wolfram Sang · 7 years ago
  25. 1e9d421 i2c: gpio: move header to platform_data by Wolfram Sang · 7 years ago
  26. c599eb4 i2c: stm32f7: fix documentation typo by Pierre-Yves MORDRET · 7 years ago
  27. 4b2f9bd5 i2c: i801: fix unused-function warning by Anders Roxell · 7 years ago
  28. 1ee7cdb i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected" by Colin Ian King · 7 years ago
  29. 5e87270 i2c: synquacer: fix fence-post error in retry loop by Peter Rosin · 7 years ago
  30. 8e03477 i2c: core: smbus: fix a potential missing-check bug by Wenwen Wang · 7 years ago
  31. a5dab86 i2c: hix5hd2: remove some dead code by Peter Rosin · 7 years ago
  32. 0430562 i2c: exynos5: simplify transfer function by Andrzej Hajda · 7 years ago
  33. 4fad886 i2c: Get rid of i2c_board_info->archdata by Boris Brezillon · 7 years ago
  34. 9f4659b i2c: designware: refactor low-level enable/disable by Alexander Monakov · 7 years ago
  35. e6218bf Merge branch 'i2c/for-current-fixed' into i2c/for-4.18 by Wolfram Sang · 7 years ago
  36. 35cd67a i2c: viperboard: return message count on master_xfer success by Peter Rosin · 7 years ago
  37. 12d9bbc i2c: pmcmsp: fix error return from master_xfer by Peter Rosin · 7 years ago
  38. de9a863 i2c: pmcmsp: return message count on master_xfer success by Peter Rosin · 7 years ago
  39. 06cb616 i2c: designware: fix poll-after-enable regression by Alexander Monakov · 7 years ago
  40. 77bade6 i2c: busses: remove superfluous ignoring of children for RPM by Wolfram Sang · 7 years ago
  41. e6faa71 i2c: axxia: enable clock before calling clk_get_rate() by Tobias Jordan · 7 years ago
  42. b1437dc i2c: rcar: enhance comment to avoid regressions by Wolfram Sang · 7 years ago
  43. 7781eda i2c: core: ACPI: Log device not acking errors at dbg loglevel by Hans de Goede · 7 years ago
  44. c8016fa i2c: core: ACPI: Improve OpRegion read errors by Hans de Goede · 7 years ago
  45. ae4aa68 i2c: mlxcpld: Allow configurable adapter id for mlxcpld by Michael Shych · 7 years ago
  46. 845f2a6 i2c: mlxcpld: Fix adapter functionality support callback by Michael Shych · 7 years ago
  47. c9bfdc7 i2c: mlxcpld: Add support for smbus block read transaction by Michael Shych · 7 years ago
  48. 313ce64 i2c: mlxcpld: Add support for extended transaction length for i2c-mlxcpld by Michael Shych · 7 years ago
  49. 6e29577 i2c: mediatek: use of_device_get_match_data() by Ryder Lee · 7 years ago
  50. 952cfd1 i2c: s3c2410: Remove support for Exynos5440 by Krzysztof Kozlowski · 7 years ago
  51. a9c8088 i2c: i801: Don't restore config registers on runtime PM by Jean Delvare · 7 years ago
  52. e8f39e9 i2c: at91: Read all available bytes at once by David Engraf · 7 years ago
  53. 562de4f i2c: i2c-stm32f7: Implement I2C release mechanism by Pierre-Yves MORDRET · 7 years ago
  54. 7ecc8cf i2c: i2c-stm32f7: Add DMA support by Pierre-Yves MORDRET · 7 years ago
  55. bb8822c i2c: i2c-stm32: Add generic DMA API by Pierre-Yves MORDRET · 7 years ago
  56. 9e48155 i2c: i2c-stm32f7: Add initial SMBus protocols support by Pierre-Yves MORDRET · 7 years ago
  57. 60d609f i2c: i2c-stm32f7: Add slave support by Pierre-Yves MORDRET · 7 years ago
  58. 8c7ecc9 i2c: i2c-stm32f7: Add 10-bit address support by Pierre-Yves MORDRET · 7 years ago
  59. 2a01046 i2c: sprd: Fix the i2c count issue by Baolin Wang · 7 years ago
  60. da33aa0 i2c: sprd: Prevent i2c accesses after suspend is called by Baolin Wang · 7 years ago
  61. 23a2772 i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr() by Alexander Popov · 7 years ago
  62. 14a8f0d i2c: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  63. 1eace83 i2c: add param sanity check to i2c_transfer() by Ard Biesheuvel · 7 years ago
  64. f7f6d91 i2c: i801: Restore configuration at shutdown by Jean Delvare · 7 years ago
  65. a086bb8 i2c: i801: Save register SMBSLVCMD value only once by Jean Delvare · 7 years ago
  66. 0d5b1bd Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  67. 0d676a6 i2c: add support for Socionext SynQuacer I2C controller by Ard Biesheuvel · 7 years ago
  68. 50888b0 i2c: Update i2c_trace_msg static key to modern api by Davidlohr Bueso · 7 years ago
  69. 4a3f769 i2c: fix parameter of trace_i2c_result by Ahbong Chang · 7 years ago
  70. d9a22d7 i2c: imx: avoid taking clk_prepare mutex in PM callbacks by Lucas Stach · 7 years ago
  71. 90ad2cb i2c: imx: use clk notifier for rate changes by Lucas Stach · 7 years ago
  72. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  73. e58af24 i2c: remove bfin-twi driver by Arnd Bergmann · 7 years ago
  74. 398432e i2c: make i2c_check_addr_validity() static by Wolfram Sang · 7 years ago
  75. a1de325 i2c: rcar: fix mask value of prohibited bit by Hiromitsu Yamasaki · 7 years ago
  76. 0b884c2 Merge tag 'at24-4.17-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-4.17 by Wolfram Sang · 7 years ago
  77. 771b7bf i2c: i2c-stm32f7: fix no check on returned setup by Pierre-Yves MORDRET · 7 years ago
  78. 7562dee i2c: pca-platform: use device_property_read_u32 by Chris Packham · 8 years ago
  79. 0678326 i2c: pca-platform: unconditionally use devm_gpiod_get_optional by Chris Packham · 8 years ago
  80. 7545c7d i2c: qup: reorganization of driver code to remove polling for qup v2 by Abhishek Sahu · 7 years ago
  81. fbfab1a i2c: qup: reorganization of driver code to remove polling for qup v1 by Abhishek Sahu · 7 years ago
  82. f7714b4 i2c: qup: send NACK for last read sub transfers by Abhishek Sahu · 7 years ago
  83. 6f2f0f6 i2c: qup: fix buffer overflow for multiple msg of maximum xfer len by Abhishek Sahu · 7 years ago
  84. ecb6e1e i2c: qup: change completion timeout according to transfer length by Abhishek Sahu · 7 years ago
  85. 08f1596 i2c: qup: use the complete transfer length to choose DMA mode by Abhishek Sahu · 7 years ago
  86. 3f450d3 i2c: qup: proper error handling for i2c error in BAM mode by Abhishek Sahu · 7 years ago
  87. 7e6c35f i2c: qup: fix the transfer length for BAM RX EOT FLUSH tags by Abhishek Sahu · 7 years ago
  88. c5adc0f i2c: qup: schedule EOT and FLUSH tags at the end of transfer by Abhishek Sahu · 7 years ago
  89. 6d5f37f i2c: qup: remove redundant variables for BAM SG count by Abhishek Sahu · 7 years ago
  90. eb422b5 i2c: qup: minor code reorganization for use_dma by Abhishek Sahu · 7 years ago
  91. 7239872 i2c: qup: fixed releasing dma without flush operation completion by Abhishek Sahu · 7 years ago
  92. 0668bc4 i2c: qup: fix copyrights and update to SPDX identifier by Abhishek Sahu · 7 years ago
  93. e349d7d i2c: xlp9xx: Handle NACK on DATA properly by George Cherian · 7 years ago
  94. d3898a7 i2c: xlp9xx: Check for Bus state before every transfer by George Cherian · 7 years ago
  95. 7a20e70 i2c: designware: suppress unneeded SDA hold time warnings by Alexander Monakov · 7 years ago
  96. 31184d8 i2c: mv64xxx: Apply errata delay only in standard mode by Gregory CLEMENT · 7 years ago
  97. 74d2331 i2c: xiic: Make suspend function names consistent by Moritz Fischer · 7 years ago
  98. 8efb11a Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.17 by Wolfram Sang · 7 years ago
  99. b67aea2b Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into asm-generic by Arnd Bergmann · 7 years ago
  100. 2d74187 i2c: mux: pca954x: verify the device id of the pca984x chips by Peter Rosin · 8 years ago