1. 3a06ed8 extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDP by Michael Wu · 2 years, 7 months ago
  2. 6d71513 extcon: rt8973a: Drop useless mask_invert flag on irqchip by Aidan MacDonald · 2 years, 7 months ago
  3. d4f46c0 extcon: sm5502: Drop useless mask_invert flag on irqchip by Aidan MacDonald · 2 years, 7 months ago
  4. 97e1bb9 extcon: Drop unexpected word "the" in the comments by Jiang Jian · 2 years, 7 months ago
  5. 2fb67280 extcon: Remove extraneous space before a debug message by Colin Ian King · 2 years, 7 months ago
  6. 3871624 extcon: fsa9480: Drop no-op remove function by Uwe Kleine-König · 2 years, 8 months ago
  7. 5dcc2af extcon: Modify extcon device to be created after driver data is set by bumwoo lee · 2 years, 9 months ago
  8. 5faf7cba extcon: sm5502: Clarify SM5703's i2c device ID by Markuss Broks · 2 years, 9 months ago
  9. 1bfcaa5 extcon: ptn5150: Add usb role class support by Li Jun · 2 years, 9 months ago
  10. 782cd93 extcon: ptn5150: Add queue work sync before driver release by Li Jun · 2 years, 9 months ago
  11. a84df1c extcon: sm5502: Add support for SM5703 by Markuss Broks · 2 years, 11 months ago
  12. 68be7a5 extcon: usb-gpio: Remove disable irq operation in system sleep by Bruce Chen · 2 years, 11 months ago
  13. 6506f6a extcon: Fix some kernel-doc comments by Yang Li · 3 years, 1 month ago
  14. 8ae4471 extcon: usbc-cros-ec: Use struct_size() helper in kzalloc() by Gustavo A. R. Silva · 3 years ago
  15. 4c018cc extcon: int3496: Add support for controlling Vbus through a regulator by Hans de Goede · 3 years, 1 month ago
  16. c26aef6 extcon: int3496: Add support for binding to plain platform devices by Hans de Goede · 3 years, 1 month ago
  17. 12514f6 extcon: int3496: Request non-exclusive access to the ID GPIO by Hans de Goede · 3 years, 1 month ago
  18. 019c34a extcon: int3496: Make the driver a bit less verbose by Hans de Goede · 3 years, 1 month ago
  19. 58e4a2d extcon: Fix extcon_get_extcon_dev() error handling by Dan Carpenter · 3 years, 1 month ago
  20. 21356ac extcon: intel-cht-wc: Report RID_A for ACA adapters by Hans de Goede · 3 years ago
  21. 66e3118 extcon: intel-cht-wc: Add support for registering a power_supply class-device by Hans de Goede · 3 years ago
  22. 73b5ae3 extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger() by Hans de Goede · 3 years ago
  23. b7fa2cd extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectors by Hans de Goede · 3 years ago
  24. b910a9cea extcon: intel-cht-wc: Use new cht_wc_model intel_soc_pmic field by Hans de Goede · 3 years ago
  25. 2da3db7 extcon: Deduplicate code in extcon_set_state_sync() by Alexander Stein · 3 years, 2 months ago
  26. 38b1a3c extcon: usb-gpio: fix a non-kernel-doc comment by Randy Dunlap · 3 years, 2 months ago
  27. ce0320b extcon: usbc-tusb320: Add support for TUSB320L by Yassine Oudjana · 3 years, 4 months ago
  28. 70c55d6 extcon: usbc-tusb320: Add support for mode setting and reset by Yassine Oudjana · 3 years, 4 months ago
  29. 968bd3f extcon: extcon-axp288: Use P-Unit semaphore lock for register accesses by Fabio Aiuto · 3 years, 4 months ago
  30. 3177308 extcon: max3355: Drop unused include by Linus Walleij · 3 years, 7 months ago
  31. 57869c1 extcon: usb-gpio: Use the right includes by Linus Walleij · 3 years, 7 months ago
  32. eed0218 Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 7 months ago
  33. d97c0ff extcon: sm5502: Add support for SM5504 by Stephan Gerhold · 3 years, 8 months ago
  34. f33c056 extcon: sm5502: Refactor driver to use chip-specific struct by Stephan Gerhold · 3 years, 8 months ago
  35. b1b76af extcon: sm5502: Implement i2c_driver->probe_new() by Stephan Gerhold · 3 years, 8 months ago
  36. d3a213d extcon: sm5502: Use devm_regmap_add_irq_chip() by Stephan Gerhold · 3 years, 8 months ago
  37. dc11fc2 extcon: max8997: Add missing modalias string by Marek Szyprowski · 3 years, 9 months ago
  38. d25b224 extcon: sm5502: Drop invalid register write in sm5502_reg_data by Stephan Gerhold · 3 years, 8 months ago
  39. ecb5bdf extcon: intel-mrfld: Sync hardware and software state on init by Ferry Toth · 3 years, 8 months ago
  40. 87ee8de extcon: extcon-max8997: Simplify driver using devm by Matti Vaittinen · 3 years, 8 months ago
  41. 610bdc0 extcon: extcon-max8997: Fix IRQ freeing at error path by Matti Vaittinen · 3 years, 8 months ago
  42. 74047ea extcon: extcon-max77693.c: Fix potential work-queue cancellation race by Matti Vaittinen · 3 years, 8 months ago
  43. 14ad768 extcon: extcon-max14577: Fix potential work-queue cancellation race by Matti Vaittinen · 3 years, 8 months ago
  44. 71a5cc2 Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 3 years, 9 months ago
  45. c01c071 Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 9 months ago
  46. 7b1222b extcon: qcom-spmi: Add support for VBUS detection by Anirudh Ghayal · 4 years ago
  47. e3f6032 extcon: sm5502: Detect OTG when USB_ID is connected to ground by Nikita Travkin · 4 years ago
  48. 17e8ff0 extcon: max8997: Add CHGINS and CHGRM interrupt handling by Timon Baetz · 4 years, 1 month ago
  49. b20e8293 Merge 5.12-rc6 into driver-core-next by Greg Kroah-Hartman · 3 years, 10 months ago
  50. f94a5be extconn: Clean-up few drivers by using managed work init by Matti Vaittinen · 3 years, 10 months ago
  51. a908a71 ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.c by Hans de Goede · 3 years, 11 months ago
  52. 505eb8d extcon: arizona: Always use pm_runtime_get_sync() when we need the device to be awake by Hans de Goede · 3 years, 11 months ago
  53. ece2619 extcon: arizona: Fix flags parameter to the gpiod_get("wlf,micd-pol") call by Hans de Goede · 3 years, 11 months ago
  54. e5b499f extcon: arizona: Fix various races on driver unbind by Hans de Goede · 3 years, 11 months ago
  55. c309a3e extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been unplugged by Hans de Goede · 3 years, 11 months ago
  56. d3bdd1c extcon: Fix error handling in extcon_dev_register by Dinghao Liu · 4 years ago
  57. e1efdb6 extcon: max77693: Fix modalias string by Marek Szyprowski · 4 years, 2 months ago
  58. f58f26a extcon: fsa9480: Support TI TSU6111 variant by Linus Walleij · 4 years, 3 months ago
  59. 06bc4ca extcon: Add driver for TI TUSB320 by Michael Auchter · 4 years, 3 months ago
  60. dbc8880 extcon: axp288: Use module_platform_driver to simplify the code by Liu Shixin · 4 years, 4 months ago
  61. 6be65ed extcon: ptn5150: Do not print error during probe if nothing is attached by Krzysztof Kozlowski · 4 years, 5 months ago
  62. b9a32f6 extcon: ptn5150: Use defines for registers by Krzysztof Kozlowski · 4 years, 5 months ago
  63. d0f6681 extcon: palmas: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 5 months ago
  64. ce90c3c extcon: max8997: Return error code of extcon_dev_allocate() by Krzysztof Kozlowski · 4 years, 5 months ago
  65. a4cf11f extcon: max77843: Return error code of extcon_dev_allocate() by Krzysztof Kozlowski · 4 years, 5 months ago
  66. 1f339f3 extcon: max77693: Return error code of extcon_dev_allocate() by Krzysztof Kozlowski · 4 years, 5 months ago
  67. 4e984d8 extcon: max14577: Return error code of extcon_dev_allocate() by Krzysztof Kozlowski · 4 years, 5 months ago
  68. ea6a95d extcon: ptn5150: Set the VBUS and POLARITY property capability by Ramuthevar Vadivel Murugan · 4 years, 5 months ago
  69. 7e3b1ca extcon: ptn5150: Switch to GENMASK() and BIT() macros by Ramuthevar Vadivel Murugan · 4 years, 5 months ago
  70. 611e92a extcon: ptn5150: Deduplicate parts of dev_err_probe() by Andy Shevchenko · 4 years, 5 months ago
  71. f6dfb3c extcon: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 7 months ago
  72. 0b0549b extcon: ptn5150: Convert to .probe_new by Krzysztof Kozlowski · 4 years, 5 months ago
  73. 35f1f8f extcon: ptn5150: Convert to module_i2c_driver by Krzysztof Kozlowski · 4 years, 5 months ago
  74. b8787ff extcon: ptn5150: Reduce the amount of logs on deferred probe by Krzysztof Kozlowski · 4 years, 5 months ago
  75. fbaf3b67 extcon: ptn5150: Make 'vbus-gpios' optional by Krzysztof Kozlowski · 4 years, 5 months ago
  76. 85256f6 extcon: ptn5150: Check current USB mode when probing by Krzysztof Kozlowski · 4 years, 5 months ago
  77. fa31f58 extcon: ptn5150: Lower the noisiness of probe by Krzysztof Kozlowski · 4 years, 5 months ago
  78. e095882 extcon: ptn5150: Simplify getting vbus-gpios with flags by Krzysztof Kozlowski · 4 years, 5 months ago
  79. 45ce36f extcon: ptn5150: Use generic "interrupts" property by Krzysztof Kozlowski · 4 years, 5 months ago
  80. 6aaad58 extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO chips by Krzysztof Kozlowski · 4 years, 5 months ago
  81. b2e5575 extcon: arizona: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 8 months ago
  82. 3d6954dd extcon: max14577: Add proper dt-compatible strings by Marek Szyprowski · 4 years, 8 months ago
  83. bc84cff extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' by Christophe JAILLET · 4 years, 9 months ago
  84. 1fa80f1 extcon: remove redundant assignment to variable idx by Colin Ian King · 4 years, 10 months ago
  85. 0ad5b05 Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 10 months ago
  86. 9c94553 extcon: axp288: Add wakeup support by Hans de Goede · 4 years, 10 months ago
  87. 995bb10 extcon: Mark extcon_get_edev_name() function as exported symbol by Mayank Rana · 4 years, 11 months ago
  88. 3426ad6 extcon: palmas: Hide error messages if gpio returns -EPROBE_DEFER by H. Nikolaus Schaller · 5 years ago
  89. 20d320c extcon: axp288: Convert to new X86 CPU match macros by Thomas Gleixner · 4 years, 10 months ago
  90. 2ddf50a extcon: sm5502: Remove unneeded semicolon by Xu Wang · 5 years ago
  91. 4b28b25 extcon: arizona: Factor out microphone and button detection by Charles Keepax · 5 years ago
  92. 7e14fc4 extcon: arizona: Factor out microphone impedance into a function by Charles Keepax · 5 years ago
  93. 3dfa743 extcon: arizona: Invert logic of check in arizona_hpdet_do_id by Charles Keepax · 5 years ago
  94. 8267ebc extcon: arizona: Remove excessive WARN_ON by Charles Keepax · 5 years ago
  95. f4ba6c0 extcon: arizona: Remove unnecessary sets of ACCDET_MODE by Charles Keepax · 5 years ago
  96. d5aa46d extcon: arizona: Tidy up transition from mic to headphone detect by Charles Keepax · 5 years ago
  97. ac7614f extcon: arizona: Clear jack status regardless of detection type by Charles Keepax · 5 years ago
  98. be87cb7 extcon: arizona: Move pdata extraction to probe by Charles Keepax · 5 years ago
  99. b82f871 extcon: arizona: Make rev A register sequences atomic by Charles Keepax · 5 years ago
  100. 9c8eaec extcon: arizona: Correct clean up if arizona_identify_headphone fails by Charles Keepax · 5 years ago