1. cb3c66a i2c: core: Make debug message even more debuggish by Andy Shevchenko · 3 years, 8 months ago
  2. 592fa95 Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years, 9 months ago
  3. 068ff57 i2c: core: Fix spacing error by checkpatch by Tian Tao · 3 years, 10 months ago
  4. 5b547582 i2c: ensure timely release of driver-allocated resources by Dmitry Torokhov · 3 years, 10 months ago
  5. 3b4c747 i2c: core: add api to provide frequency mode strings by Yicong Yang · 3 years, 9 months ago
  6. 07740c9 i2c: core: add managed function for adding i2c adapters by Yicong Yang · 3 years, 9 months ago
  7. 2375843 Merge branch 'i2c/software-nodes' into i2c/for-5.13 by Wolfram Sang · 3 years, 9 months ago
  8. 4b2b4cc i2c: Remove support for dangling device properties by Heikki Krogerus · 3 years, 10 months ago
  9. 714638e i2c: Add support for software nodes by Heikki Krogerus · 3 years, 10 months ago
  10. bb7f086 i2c: core: simplify devm_i2c_new_dummy_device() by Yicong Yang · 3 years, 9 months ago
  11. c126f7c i2c: Make i2c_recover_bus() to return -EBUSY if bus recovery unimplemented by Dmitry Osipenko · 3 years, 10 months ago
  12. e409a6a i2c: turn recovery error on init to debug by Wolfram Sang · 3 years, 10 months ago
  13. 4e970a0 i2c: remove check that can never be true by Uwe Kleine-König · 4 years, 2 months ago
  14. 71637c6 i2c: Warn when device removing fails by Uwe Kleine-König · 4 years, 2 months ago
  15. 21653a4 i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices() by Hans de Goede · 4 years, 4 months ago
  16. e3cb82c i2c: core: Don't fail PRP0001 enumeration when no ID table exist by Andy Shevchenko · 4 years, 5 months ago
  17. 23a698f i2c: core: treat EPROBE_DEFER when acquiring SCL/SDA GPIOs by Codrin Ciubotariu · 4 years, 5 months ago
  18. 7582031 i2c: core: add generic I2C GPIO recovery by Codrin Ciubotariu · 4 years, 5 months ago
  19. 8682dc1 i2c: core: do not use logical device when creating irq domain by Wolfram Sang · 4 years, 7 months ago
  20. 0c2a349 i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping" by Wolfram Sang · 4 years, 7 months ago
  21. 390fd04 i2c: remove deprecated i2c_new_device API by Wolfram Sang · 4 years, 7 months ago
  22. dd4f2ca i2c: save a variable in i2c_detect() by Wolfram Sang · 4 years, 8 months ago
  23. 7a4e63c Revert "i2c: core: support bus regulator controlling in adapter" by Wolfram Sang · 4 years, 8 months ago
  24. f89c326 Merge branch 'i2c/for-current-fixed' into i2c/for-5.8 by Wolfram Sang · 4 years, 8 months ago
  25. 6fe12cdb i2c: core: support bus regulator controlling in adapter by Bibby Hsieh · 4 years, 8 months ago
  26. 2f5a55c i2c: use my kernel.org address from now on by Wolfram Sang · 4 years, 9 months ago
  27. 3c3dd56 i2c: fix missing pm_runtime_put_sync in i2c_device_probe by Alain Volmat · 4 years, 9 months ago
  28. def00b3 i2c: refactor parsing of timings by Wolfram Sang · 4 years, 10 months ago
  29. 3c1d161 i2c: remove i2c_new_probed_device API by Wolfram Sang · 4 years, 9 months ago
  30. 263a564 i2c: core: Allow override timing properties with 0 by Andy Shevchenko · 4 years, 10 months ago
  31. e6282fc6 i2c: core: Provide generic definitions for bus frequencies by Andy Shevchenko · 4 years, 10 months ago
  32. 87e0743 i2c: i2c-core-base: convert to use i2c_new_client_device() by Wolfram Sang · 5 years ago
  33. d02e5ee Merge branch 'i2c/for-current' into i2c/for-5.6 by Wolfram Sang · 5 years ago
  34. cf8ce8b i2c: fix bus recovery stop mode timing by Russell King · 5 years ago
  35. 54a19fd i2c: core: Use DEVICE_ATTR_*() helper macros by Geert Uytterhoeven · 5 years ago
  36. 2c2f00a i2c: remove i2c_new_dummy() API by Wolfram Sang · 5 years ago
  37. c1d08475 i2c: replace i2c_new_probed_device with an ERR_PTR variant by Wolfram Sang · 5 years ago
  38. 9af4338 i2c: remove helpers for ref-counting clients by Wolfram Sang · 5 years ago
  39. b84dfe1 i2c: add support for filters optional properties by Eugen Hristev · 5 years ago
  40. 351c8a0 Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  41. 7c672ab Merge tag 'docs-5.4' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  42. 689f535 i2c: make i2c_unregister_device() ERR_PTR safe by Wolfram Sang · 5 years ago
  43. af80559 i2c: replace i2c_new_secondary_device with an ERR_PTR variant by Wolfram Sang · 5 years ago
  44. 3e99834 i2c: Drop unneeded check for of_node by Andy Shevchenko · 5 years ago
  45. ccf988b docs: i2c: convert to ReST and add to driver-api bookset by Mauro Carvalho Chehab · 5 years ago
  46. 273cbf61 Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  47. 6e76cb7 i2c: core: Tidy up handling of init_irq by Charles Keepax · 6 years ago
  48. 8466b61 i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq by Charles Keepax · 6 years ago
  49. 16c9db1 i2c: core: Move ACPI IRQ handling to probe time by Charles Keepax · 6 years ago
  50. 1d7534b i2c: core: Allow whole core to use i2c_dev_irq_from_resources by Charles Keepax · 6 years ago
  51. 550113d i2c: add newly exported functions to the header, too by Wolfram Sang · 6 years ago
  52. edd7a56 i2c: core: always have a named variable in arguments by Wolfram Sang · 6 years ago
  53. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  54. b8f5fe3 i2c: core: add device-managed version of i2c_new_dummy by Heiner Kallweit · 6 years ago
  55. 7159dbda i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy by Heiner Kallweit · 6 years ago
  56. 45182e4 Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  57. 8246343 Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  58. 5d75611 i2c: core: apply 'is_suspended' check for SMBus, too by Wolfram Sang · 6 years ago
  59. 4db61c2 i2c: core: ratelimit 'transfer when suspended' errors by Wolfram Sang · 6 years ago
  60. 72bfcee i2c: Prevent runtime suspend of adapter when Host Notify is required by Jarkko Nikula · 6 years ago
  61. cf67690 gcc-9: don't warn about uninitialized variable by Linus Torvalds · 6 years ago
  62. 63b9698 i2c: core: introduce callbacks for atomic transfers by Wolfram Sang · 6 years ago
  63. 83c4221 i2c: core: use I2C locking behaviour also for SMBUS by Wolfram Sang · 6 years ago
  64. bae1d3a i2c: core: remove use of in_atomic() by Wolfram Sang · 6 years ago
  65. bf263c3 i2c: add extra check to safe DMA buffer helper by Wolfram Sang · 6 years ago
  66. 93b6604 i2c: Allow recovery of the initial IRQ by an I2C client device. by Jim Broadus · 6 years ago
  67. 9ac6cb5 i2c: add suspended flag and accessors for i2c adapters by Wolfram Sang · 6 years ago
  68. 6f108dd i2c: Clear client->irq in i2c_device_remove by Charles Keepax · 6 years ago
  69. b9bb3fd i2c: Remove unnecessary call to irq_find_mapping by Charles Keepax · 6 years ago
  70. 57dbde6 Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  71. 34d1b82 i2c: Fix kerneldoc for renamed i2c dma put function by Stephen Boyd · 6 years ago
  72. cc52612 i2c: core: remove level of indentation in i2c_transfer by Wolfram Sang · 6 years ago
  73. a7163dc i2c: core: remove outdated DEBUG output by Wolfram Sang · 6 years ago
  74. 82fe39a i2c: refactor function to release a DMA safe buffer by Wolfram Sang · 6 years ago
  75. 0c36dd3 i2c: remove deprecated attach_adapter callback by Wolfram Sang · 6 years ago
  76. 99cc7ad Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  77. 4717be7 i2c: core: Parse SDA hold time from firmware by Andy Shevchenko · 6 years ago
  78. d9cfe2c i2c: quirks: add zero length checks by Wolfram Sang · 6 years ago
  79. 7b94ea5 i2c/mux, locking/core: Annotate the nested rt_mutex usage by Peter Rosin · 6 years ago
  80. c4ae05b i2c: recovery: make pin init look like STOP by Wolfram Sang · 7 years ago
  81. f7ff75e i2c: recovery: rename variable for easier understanding by Wolfram Sang · 7 years ago
  82. 7ca5f6b i2c: recovery: add get_bus_free callback by Wolfram Sang · 7 years ago
  83. 0b71026 i2c: recovery: refactor recovery function by Wolfram Sang · 7 years ago
  84. ffc59c4 i2c: recovery: require either get_sda or set_sda by Wolfram Sang · 7 years ago
  85. abe4118 i2c: recovery: if possible send STOP with recovery pulses by Wolfram Sang · 7 years ago
  86. 9bca19a Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  87. 0478226 i2c: Retain info->of_node in i2c_new_device() by Boris Brezillon · 7 years ago
  88. 4fad886 i2c: Get rid of i2c_board_info->archdata by Boris Brezillon · 7 years ago
  89. e6a20b6 i2c: Respect all error codes from dev_pm_domain_attach() by Ulf Hansson · 7 years ago
  90. 1eace83 i2c: add param sanity check to i2c_transfer() by Ard Biesheuvel · 7 years ago
  91. 50888b0 i2c: Update i2c_trace_msg static key to modern api by Davidlohr Bueso · 7 years ago
  92. 4a3f769 i2c: fix parameter of trace_i2c_result by Ahbong Chang · 7 years ago
  93. 398432e i2c: make i2c_check_addr_validity() static by Wolfram Sang · 7 years ago
  94. 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
  95. dde67eb i2c: add i2c_get_device_id() to get the standard i2c device id by Peter Rosin · 7 years ago
  96. af50371 i2c: core: report OF style module alias for devices registered via OF by Javier Martinez Canillas · 7 years ago
  97. 4141cf6 Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  98. e0638fa i2c: core: decrease reference count of device node in i2c_unregister_device by Lixin Wang · 7 years ago
  99. 2806e6a i2c: send STOP after successful bus recovery by Wolfram Sang · 7 years ago
  100. 72b08fc i2c: ensure SDA is released in recovery if SDA is controllable by Wolfram Sang · 7 years ago