1. e764a1e Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 5 months ago
  2. 7582031 i2c: core: add generic I2C GPIO recovery by Codrin Ciubotariu · 4 years, 6 months ago
  3. 073d398 Merge tag 'v5.8-rc7' into i2c/for-5.9 by Wolfram Sang · 4 years, 6 months ago
  4. 8be23ae i2c: also convert placeholder function to return errno by Wolfram Sang · 4 years, 6 months ago
  5. 0c2a349 i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping" by Wolfram Sang · 4 years, 7 months ago
  6. aca7ed0 i2c: drop duplicated word in the header file by Randy Dunlap · 4 years, 6 months ago
  7. 390fd04 i2c: remove deprecated i2c_new_device API by Wolfram Sang · 4 years, 7 months ago
  8. 7df915e i2c: avoid confusing naming in header by Wolfram Sang · 4 years, 8 months ago
  9. 7a4e63c Revert "i2c: core: support bus regulator controlling in adapter" by Wolfram Sang · 4 years, 8 months ago
  10. f89c326 Merge branch 'i2c/for-current-fixed' into i2c/for-5.8 by Wolfram Sang · 4 years, 8 months ago
  11. 6fe12cdb i2c: core: support bus regulator controlling in adapter by Bibby Hsieh · 4 years, 8 months ago
  12. 2f5a55c i2c: use my kernel.org address from now on by Wolfram Sang · 4 years, 9 months ago
  13. 3c1d161 i2c: remove i2c_new_probed_device API by Wolfram Sang · 4 years, 10 months ago
  14. 5c8db3e Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 10 months ago
  15. e6282fc6 i2c: core: Provide generic definitions for bus frequencies by Andy Shevchenko · 4 years, 10 months ago
  16. 692b65c i2c: fix a doc warning by Mauro Carvalho Chehab · 4 years, 10 months ago
  17. c807da5 i2c: remove unneeded 'extern' from function declatations by Luca Ceresoli · 5 years ago
  18. 8c9312a i2c: add helper to check if a client has a driver attached by Wolfram Sang · 5 years ago
  19. 3ac6125 i2c: fix header file kernel-doc warning by Randy Dunlap · 5 years ago
  20. 2c2f00a i2c: remove i2c_new_dummy() API by Wolfram Sang · 5 years ago
  21. c1d08475 i2c: replace i2c_new_probed_device with an ERR_PTR variant by Wolfram Sang · 5 years ago
  22. 9af4338 i2c: remove helpers for ref-counting clients by Wolfram Sang · 5 years ago
  23. b84dfe1 i2c: add support for filters optional properties by Eugen Hristev · 5 years ago
  24. 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
  25. af80559 i2c: replace i2c_new_secondary_device with an ERR_PTR variant by Wolfram Sang · 5 years ago
  26. ccf988b docs: i2c: convert to ReST and add to driver-api bookset by Mauro Carvalho Chehab · 5 years ago
  27. 550113d i2c: add newly exported functions to the header, too by Wolfram Sang · 6 years ago
  28. 76cc9f0 i2c: headers: reformat header comment and update copyright by Wolfram Sang · 6 years ago
  29. 2caea56 i2c: headers: update docs about I2C_CLIENT_* by Wolfram Sang · 6 years ago
  30. d68222d i2c: headers: always have a named variable in arguments by Wolfram Sang · 6 years ago
  31. e1714da i2c: headers: don't use 'dev' as adapter variable by Wolfram Sang · 6 years ago
  32. 5213d7e i2c: acpi: export i2c_acpi_find_adapter_by_handle by Ruslan Babayev · 6 years ago
  33. 1621633 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 by Thomas Gleixner · 6 years ago
  34. b8f5fe3 i2c: core: add device-managed version of i2c_new_dummy by Heiner Kallweit · 6 years ago
  35. 4db61c2 i2c: core: ratelimit 'transfer when suspended' errors by Wolfram Sang · 6 years ago
  36. 63b9698 i2c: core: introduce callbacks for atomic transfers by Wolfram Sang · 6 years ago
  37. f6ac28d i2c: apply coding style for struct i2c_adapter by Wolfram Sang · 6 years ago
  38. 93b6604 i2c: Allow recovery of the initial IRQ by an I2C client device. by Jim Broadus · 6 years ago
  39. b33a02a i2c: acpi: Move I2C bits from acpi.h to i2c.h by Andy Shevchenko · 6 years ago
  40. 9ac6cb5 i2c: add suspended flag and accessors for i2c adapters by Wolfram Sang · 6 years ago
  41. 82fe39a i2c: refactor function to release a DMA safe buffer by Wolfram Sang · 6 years ago
  42. 0c36dd3 i2c: remove deprecated attach_adapter callback by Wolfram Sang · 6 years ago
  43. 4717be7 i2c: core: Parse SDA hold time from firmware by Andy Shevchenko · 6 years ago
  44. d9cfe2c i2c: quirks: add zero length checks by Wolfram Sang · 7 years ago
  45. 7ca5f6b i2c: recovery: add get_bus_free callback by Wolfram Sang · 7 years ago
  46. ffc59c4 i2c: recovery: require either get_sda or set_sda by Wolfram Sang · 7 years ago
  47. fb2896a Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19 by Wolfram Sang · 7 years ago
  48. 3f3a89e i2c: remove i2c_lock_adapter and use i2c_lock_bus directly by Peter Rosin · 7 years ago
  49. 63453b5 i2c: smbus: add unlocked __i2c_smbus_xfer variant by Peter Rosin · 7 years ago
  50. da0086d i2c: Export of_i2c_get_board_info() by Boris Brezillon · 7 years ago
  51. 4fad886 i2c: Get rid of i2c_board_info->archdata by Boris Brezillon · 7 years ago
  52. dde67eb i2c: add i2c_get_device_id() to get the standard i2c device id by Peter Rosin · 7 years ago
  53. 8092178 i2c: add 'set_sda' to bus_recovery_info by Wolfram Sang · 7 years ago
  54. 6c92204 i2c: add identifier in declarations for i2c_bus_recovery by Wolfram Sang · 7 years ago
  55. 766a4f2 i2c: make kerneldoc about bus recovery more precise by Wolfram Sang · 7 years ago
  56. ba98645 i2c: add i2c_master_{send|recv}_dmasafe by Wolfram Sang · 7 years ago
  57. 8a91732 i2c: refactor i2c_master_{send_recv} by Wolfram Sang · 7 years ago
  58. e94bc5d i2c: add helpers to ease DMA handling by Wolfram Sang · 7 years ago
  59. e1eb7d2 i2c: remove legacy integer scl/sda gpio for recovery by Phil Reid · 7 years ago
  60. 3991c5c i2c: Switch to using gpiod interface for gpio bus recovery by Phil Reid · 7 years ago
  61. 901a891f i2c: use macro IS_ENABLED in header i2c.h by Stefan Lengfeld · 7 years ago
  62. 728fe6c i2c: Allow overriding dev_name through board_info by Hans de Goede · 7 years ago
  63. 9c80034 i2c: rephrase explanation of I2C_CLASS_DEPRECATED by Wolfram Sang · 7 years ago
  64. 8f1a357 i2c: Provide a stub for i2c_detect_slave_mode() by Andy Shevchenko · 8 years ago
  65. 16a12fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  66. d1d84bb i2c: core: Allow drivers to disable i2c-core irq mapping by Hans de Goede · 8 years ago
  67. 605f8fc i2c: core: Add new i2c_acpi_new_device helper function by Hans de Goede · 8 years ago
  68. 4124c4e i2c: allow attaching IRQ resources to i2c_board_info by Dmitry Torokhov · 8 years ago
  69. 00a06c2 i2c: export i2c_client_type structure by Dmitry Torokhov · 8 years ago
  70. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  71. 7067739 Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  72. d3e1b61 i2c: allow specify device properties in i2c_board_info by Dmitry Torokhov · 8 years ago
  73. cefae80 i2c: core: helper function to detect slave mode by Luis Oliveira · 8 years ago
  74. 331c342 i2c: do not enable fall back to Host Notify by default by Dmitry Torokhov · 8 years ago
  75. 4d5538f i2c: use an IRQ to report Host Notify events, not alert by Benjamin Tissoires · 8 years ago
  76. b8a1a4c i2c: Provide a temporary .probe_new() call-back type by Lee Jones · 8 years ago
  77. 5f441fc i2c: Export i2c_match_id() for direct use by device drivers by Lee Jones · 8 years ago
  78. 298d4de i2c: Match using traditional OF methods, then by vendor-less compatible strings by Lee Jones · 8 years ago
  79. 8dd1fe1 i2c: export i2c_adapter_depth() by Bartosz Golaszewski · 8 years ago
  80. d1ed798 i2c: move locking operations to their own struct by Peter Rosin · 8 years ago
  81. 5853b22 i2c: core: Add function for finding the bus speed from ACPI, take 2 by Jarkko Nikula · 8 years ago
  82. fb79e09 i2c: add i2c_trylock_bus wrapper, use it by Peter Rosin · 9 years ago
  83. 38d0fc4 Revert "i2c: core: Add function for finding the bus speed from ACPI" by Wolfram Sang · 9 years ago
  84. 55d38d0 i2c: core: Add function for finding the bus speed from ACPI by Jarkko Nikula · 9 years ago
  85. e456cd3 i2c: smbus: add SMBus Host Notify support by Benjamin Tissoires · 9 years ago
  86. b4f2105 i2c: add a protocol parameter to the alert callback by Benjamin Tissoires · 9 years ago
  87. 0f614d8 i2c: Add generic support passing secondary devices addresses by Jean-Michel Hautbois · 9 years ago
  88. 6ef91fc i2c: mux: relax locking of the top i2c adapter during mux-locked muxing by Peter Rosin · 9 years ago
  89. 8320f49 i2c: allow adapter drivers to override the adapter locking by Peter Rosin · 9 years ago
  90. a16d6eb i2c: introduce helper function to get 8 bit address from a message by Wolfram Sang · 9 years ago
  91. c698d63 i2c: create builtin_i2c_driver to avoid registration boilerplate by Paul Gortmaker · 9 years ago
  92. e1dba01 i2c: add generic routine to parse DT for timing information by Wolfram Sang · 9 years ago
  93. cfa576d i2c: add i2c_check_quirks helper function by Nicola Corna · 9 years ago
  94. 749de3d i2c: add i2c quirk flag for unsupported clock stretching by Nicola Corna · 9 years ago
  95. 01eef96 i2c: core: Add support for best effort block read emulation by Irina Tirdea · 9 years ago
  96. c5ebb38 i2c: add a flag to mark clients as slaves by Wolfram Sang · 10 years ago
  97. 48e9743 i2c: core: add and export of_get_i2c_adapter_by_node() interface by Vladimir Zapolskiy · 9 years ago
  98. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  99. 2b2190a i2c: change input parameter to i2c_adapter for prepare/unprepare_recovery by Grygorii Strashko · 10 years ago
  100. 5b77d16 i2c: slave: rework the slave API by Wolfram Sang · 10 years ago