1. 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
  2. a560ae5 Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.20-fixed by Wolfram Sang · 6 years ago
  3. 7451dc6 i2c: mux: mlxcpld: simplify code to reach the adapter by Luca Ceresoli · 6 years ago
  4. df6dd24 i2c: mux: ltc4306: simplify code to reach the adapter by Luca Ceresoli · 6 years ago
  5. f2e0821 i2c: mux: pca954x: simplify code to reach the adapter by Luca Ceresoli · 6 years ago
  6. 49d54ab i2c: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  7. 77588c1 gpiolib: Pass array info to get/set array functions by Janusz Krzysztofik · 6 years ago
  8. b9762be gpiolib: Pass bitmaps, not integer arrays, to get/set array by Janusz Krzysztofik · 6 years ago
  9. 2f471d90 Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.19 by Wolfram Sang · 6 years ago
  10. 6856909 i2c: mux: pca954x: use helper variable in probe by Linus Walleij · 7 years ago
  11. fb2896a Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19 by Wolfram Sang · 7 years ago
  12. f06c97d i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) by Peter Rosin · 7 years ago
  13. 1bcb852 i2c: mux: pca954x: make use of __i2c_smbus_xfer by Peter Rosin · 7 years ago
  14. a5306b8 i2c: mux: pca9541: make use of __i2c_smbus_xfer by Peter Rosin · 7 years ago
  15. d7a0aef i2c: mux: mlxcpld: make use of __i2c_smbus_xfer by Peter Rosin · 7 years ago
  16. 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
  17. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  18. 03828ce Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.18 by Wolfram Sang · 7 years ago
  19. b10d7a1 i2c: mux: pca954x: merge calls to of_match_device and of_device_get_match_data by Julia Lawall · 7 years ago
  20. 5a9dcd8 i2c: mux: demux-pinctrl: use proper parent device for demux adapter by Wolfram Sang · 7 years ago
  21. b30c08a i2c: mux: reg: failed memory allocation is logged elsewhere by Markus Elfring · 7 years ago
  22. a2f8445 i2c: mux: pca954x: force reset on probe if available by Mike Looijmans · 7 years ago
  23. fca700d i2c: mux: demux-pinctrl: disable PM user interface by Wolfram Sang · 7 years ago
  24. f56f316 i2c: mux: ltc4306: switch to using .probe_new by Peter Rosin · 7 years ago
  25. 62ea22c i2c: mux: gpio: move header to platform_data by Wolfram Sang · 7 years ago
  26. 2d74187 i2c: mux: pca954x: verify the device id of the pca984x chips by Peter Rosin · 7 years ago
  27. ac5b85d i2c: mux: reg: don't log an error for probe deferral by Tomasz Bachorski · 7 years ago
  28. 8f6d601 i2c: mux: pca954x: add support for NXP PCA984x family by Adrian Fiergolski · 7 years ago
  29. 4008e6a Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  30. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  31. f6d2953 Merge branch 'i2c/sbs-manager' into i2c/for-4.15 by Wolfram Sang · 7 years ago
  32. e460617 i2c: mux: pca954x: Return error if irq_create_mapping fails by Phil Reid · 7 years ago
  33. 148baf1 i2c: mux: pca954x: call request irq after adding mux segments by Phil Reid · 7 years ago
  34. 3997fb7 i2c: mux: reg: use of_property_read_bool() by Sergei Shtylyov · 7 years ago
  35. d2d8f51 Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  36. 8ce0436 Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.14 by Wolfram Sang · 7 years ago
  37. fabf08a i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF support by Peter Rosin · 7 years ago
  38. be9bac0 i2c: mux: pinctrl: potential NULL dereference on error by Dan Carpenter · 7 years ago
  39. fc20467 i2c: mux: pinctrl: drop the idle_state member by Peter Rosin · 8 years ago
  40. c4aee3e i2c: mux: pinctrl: remove platform_data by Peter Rosin · 8 years ago
  41. 26b1083 i2c: mux: mlxcpld: move header file out of I2C realm by Wolfram Sang · 7 years ago
  42. 2be03ae i2c: mux: pca954x: move header file out of I2C realm by Wolfram Sang · 7 years ago
  43. 885e42d i2c: mux: pca9541: sort include files by Wolfram Sang · 7 years ago
  44. 453a237 i2c: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  45. d1510a2 i2c: mux: pinctrl: mention correct module name in Kconfig help text by Chris Gorman · 8 years ago
  46. ac8498f i2c: i2c-mux-gpmux: new driver by Peter Rosin · 8 years ago
  47. a36d463 i2c: mux: reg: rename label to indicate what it does by Peter Rosin · 8 years ago
  48. 68118e0 i2c: mux: reg: put away the parent i2c adapter on probe failure by Peter Rosin · 8 years ago
  49. 14b7307 Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  50. dbed8a8 i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switch by Michael Hennerich · 8 years ago
  51. f089236 i2c: mux: reg: stop double error reporting by Peter Rosin · 8 years ago
  52. c99a23e i2c: mux: pinctrl: stop double error reporting by Peter Rosin · 8 years ago
  53. 0756ac3 i2c: mux: pca954x: stop double error reporting by Peter Rosin · 8 years ago
  54. 664d9bb i2c: mux: pca9541: stop double error reporting by Peter Rosin · 8 years ago
  55. 1b00900 i2c: mux: gpio: stop double error reporting by Peter Rosin · 8 years ago
  56. 1144d13 i2c: arb: gpio-challenge: stop double error reporting by Peter Rosin · 8 years ago
  57. dbe4d69 i2c: mux: pca954x: Add missing pca9546 definition to chip_desc by Mike Looijmans · 8 years ago
  58. e88162f Revert "i2c: mux: pca954x: Add ACPI support for pca954x" by Andy Shevchenko · 8 years ago
  59. 743cc37 i2c: mux: pca954x: make use of raw_spinlock variants by Julia Cartwright · 8 years ago
  60. 465b2c4 Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.11 by Wolfram Sang · 8 years ago
  61. f211479 i2c: mux: pca954x: Add interrupt controller support by Phil Reid · 8 years ago
  62. f8251f1 i2c: mux: pca954x: Add missing pca9542 definition to chip_desc by Phil Reid · 8 years ago
  63. e278d64 i2c: mux: pca9541: Export OF device ID table as module aliases by Javier Martinez Canillas · 8 years ago
  64. acf6ef1 i2c: mux: pca954x: Export OF device ID table as module aliases by Javier Martinez Canillas · 8 years ago
  65. 1da8726 i2c: mux: mlxcpld: remove unused including <linux/version.h> by Wei Yongjun · 8 years ago
  66. 649ac63 i2c: mux: mlxcpld: fix i2c mux selection caching by Peter Rosin · 8 years ago
  67. 7f638c1 i2c: mux: pca954x: fix i2c mux selection caching by Russell King · 8 years ago
  68. 8600b69 Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  69. feff5c0 i2c: i2c-mux-gpio: update mux with gpiod_set_array_value_cansleep by Peter Rosin · 8 years ago
  70. bbf9d26 i2c: mux: pca954x: Add ACPI support for pca954x by tnhuynh@apm.com · 8 years ago
  71. ad092de i2c: i2c-mux-pca954x: fix deselect enabling for device-tree by Alex Hemme · 8 years ago
  72. c02b7bf i2c: mux: mellanox: add driver by Vadim Pasternak · 8 years ago
  73. 93d710a i2c: mux: fix up dependencies by Linus Walleij · 8 years ago
  74. d052db1 i2c: mux: demux-pinctrl: make drivers with no pinctrl work again by Wolfram Sang · 8 years ago
  75. 87840a2 Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  76. 463e8f8 i2c: mux: pca954x: retry updating the mux selection on failure by Peter Rosin · 8 years ago
  77. e35478e i2c: mux: demux-pinctrl: run properly with multiple instances by Wolfram Sang · 8 years ago
  78. 8a191a7 i2c: pca954x: add device tree binding by Peter Rosin · 9 years ago
  79. a1cbf33 i2c: pca9541: add device tree binding by Peter Rosin · 9 years ago
  80. 40839590 i2c: mux: inform the i2c mux core about how it is used by Peter Rosin · 8 years ago
  81. 9a5382e i2c: mux: demux-pinctrl: invalidate properly when switching fails by Wolfram Sang · 8 years ago
  82. ce8cb80 i2c: mux: demux-pinctrl: properly roll back when adding adapter fails by Wolfram Sang · 8 years ago
  83. 22ebf00 i2c: mux: reg: wrong condition checked for of_address_to_resource return value by Lukasz Gemborowski · 9 years ago
  84. 9f05e62 i2c: mux: reg: Provide of_match_table by Lukasz Gemborowski · 9 years ago
  85. 6ef91fc i2c: mux: relax locking of the top i2c adapter during mux-locked muxing by Peter Rosin · 9 years ago
  86. 2c89e5d i2c: mux: pinctrl: fix indentation for better readability by Wolfram Sang · 9 years ago
  87. 193304a i2c: i2c-mux-reg: convert to use an explicit i2c mux core by Peter Rosin · 9 years ago
  88. 7fcac98 i2c: i2c-mux-pca954x: convert to use an explicit i2c mux core by Peter Rosin · 9 years ago
  89. ab88b97 i2c: i2c-mux-pca9541: convert to use an explicit i2c mux core by Peter Rosin · 9 years ago
  90. 8aacd90 i2c: i2c-arb-gpio-challenge: convert to use an explicit i2c mux core by Peter Rosin · 9 years ago
  91. 4bbe7fb i2c: i2c-mux-pinctrl: convert to use an explicit i2c mux core by Peter Rosin · 9 years ago
  92. bb44814 i2c: i2c-mux-gpio: convert to use an explicit i2c mux core by Peter Rosin · 9 years ago
  93. c0c508a i2c: mux: demux-pinctrl: Clean up sysfs attributes by Ben Hutchings · 9 years ago
  94. 50a5ba8 i2c: mux: demux-pinctrl: add driver by Wolfram Sang · 9 years ago
  95. 5a73882 i2c: mux: reg Change ioread endianness for readback by York Sun · 9 years ago
  96. a05a34e i2c: mux: reg: fix compilation warnings by Mike Rapoport · 9 years ago
  97. fce388a i2c: mux: reg: simplify register size checking by Wolfram Sang · 9 years ago
  98. bdbf4a2 i2c: muxes: fix leaked i2c adapter device node references by Vladimir Zapolskiy · 9 years ago
  99. b3fdd32 i2c: mux: Add register-based mux i2c-mux-reg by York Sun · 9 years ago
  100. 0d1ad98 i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interface by Vladimir Zapolskiy · 9 years ago