1. 684db99 extcon: sm5502: Reset registers during initialization by Stephan Gerhold · 4 years, 9 months ago
  2. ef75004 extcon: max8997: Fix lack of path setting in USB device mode by Marek Szyprowski · 6 years ago
  3. ffd48ee extcon: arizona: Disable mic detect if running when driver is removed by Charles Keepax · 5 years ago
  4. 6202042 extcon: palmas: Check the parent instance to prevent the NULL by Roger Quadros · 8 years ago
  5. c4a7753 extcon: Remove potential problem when calling extcon_register_notifier() by Chanwoo Choi · 8 years ago
  6. 6798f07 extcon: axp288: Use vbus-valid instead of -present to determine cable presence by Hans de Goede · 8 years ago
  7. 86820a10 extcon: return error code on failure by Pan Bian · 8 years ago
  8. 2925d36 extcon: qcom-spmi-misc: Sync the extcon state on interrupt by Stephen Boyd · 8 years ago
  9. cb9850d Merge branch 'next' into resolution by Kishon Vijay Abraham I · 8 years ago
  10. 38085c9 extcon: Add support for qcom SPMI PMIC USB id detection hardware by Stephen Boyd · 8 years ago
  11. 8670b45 extcon: Use the extcon_set_state_sync() instead of deprecated functions by Chanwoo Choi · 8 years ago
  12. 525867db extcon: axp288: Fix spelling mistake by Colin Ian King · 8 years ago
  13. e5b07e5 extcon: max14577: Change Krzysztof Kozlowski's email to kernel.org by Krzysztof Kozlowski · 8 years ago
  14. af9b928 extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device by Chanwoo Choi · 8 years ago
  15. 736d25b extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device by Chanwoo Choi · 8 years ago
  16. 2f25140 extcon: Add EXTCON_DISP_DP and the property for USB Type-C by Chris Zhong · 8 years ago
  17. a580982 extcon: Add the synchronization extcon APIs to support the notification by Chanwoo Choi · 8 years ago
  18. 35872fd extcon: Rename the extcon_set/get_state() to maintain the function naming pattern by Chanwoo Choi · 8 years ago
  19. ceaa98f extcon: Add the support for the capability of each property by Chanwoo Choi · 8 years ago
  20. 067c165 extcon: Add the support for extcon property according to extcon type by Chanwoo Choi · 8 years ago
  21. 505cf01 extcon: Add the extcon_type to gather each connector into five category by Chanwoo Choi · 8 years ago
  22. 6e25baa extcon: Fix compile time warning by Maninder Singh · 8 years ago
  23. 84c48dc extcon: Block the bit masking operation for cable state except for extcon core by Chanwoo Choi · 8 years ago
  24. 0143f59 extcon: Remove the state_store() to prevent the wrong access by Chanwoo Choi · 8 years ago
  25. 1662622 extcon: gpio: Remove the usage of extcon_set_state() by Chanwoo Choi · 8 years ago
  26. cc60211 extcon: adc-jack: Remove the usage of extcon_set_state() by Chanwoo Choi · 8 years ago
  27. cdc0583 extcon: arizona: Remove the usage of extcon_update_state() by Chanwoo Choi · 8 years ago
  28. 32daff5 extcon: arizona: Remove unneeded semi-colon by Charles Keepax · 8 years ago
  29. 97536d1 extcon: Move extcon_get_edev_by_phandle() errors to dbg level by Stephen Boyd · 8 years ago
  30. 44d6106 extcon: adc-jack: update cable state during boot by Venkat Reddy Talla · 8 years ago
  31. 7fe95fb extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device by Chanwoo Choi · 8 years ago
  32. 9c0595d extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device by Chanwoo Choi · 8 years ago
  33. 2164188 extcon: Add EXTCON_DISP_DP and the property for USB Type-C by Chris Zhong · 8 years ago
  34. ab11af04 extcon: Add the synchronization extcon APIs to support the notification by Chanwoo Choi · 8 years ago
  35. 575c2b86 extcon: Rename the extcon_set/get_state() to maintain the function naming pattern by Chanwoo Choi · 8 years ago
  36. 7f2a0a1 extcon: Add the support for the capability of each property by Chanwoo Choi · 8 years ago
  37. 792e7e9e extcon: Add the support for extcon property according to extcon type by Chanwoo Choi · 8 years ago
  38. 55e4e2f extcon: Add the extcon_type to gather each connector into five category by Chanwoo Choi · 8 years ago
  39. 2c8116a extcon: Fix compile time warning by Maninder Singh · 8 years ago
  40. 912465b extcon: Block the bit masking operation for cable state except for extcon core by Chanwoo Choi · 8 years ago
  41. 5d5321e extcon: Remove the state_store() to prevent the wrong access by Chanwoo Choi · 8 years ago
  42. 7575591 extcon: gpio: Remove the usage of extcon_set_state() by Chanwoo Choi · 8 years ago
  43. a7da72e extcon: adc-jack: Remove the usage of extcon_set_state() by Chanwoo Choi · 8 years ago
  44. 5475e63 extcon: arizona: Remove the usage of extcon_update_state() by Chanwoo Choi · 8 years ago
  45. c19dc20 extcon: arizona: Remove unneeded semi-colon by Charles Keepax · 8 years ago
  46. e8752b7 extcon: Move extcon_get_edev_by_phandle() errors to dbg level by Stephen Boyd · 8 years ago
  47. ba4b271 extcon: adc-jack: update cable state during boot by Venkat Reddy Talla · 8 years ago
  48. 1b6cf31 extcon: adc-jack: add suspend/resume support by Venkat Reddy Talla · 8 years ago
  49. 5d5c4c1 extcon: add missing of_node_put after calling of_parse_phandle by Peter Chen · 8 years ago
  50. af61f96 extcon: link devres into core module by Arnd Bergmann · 8 years ago
  51. 58f3865 extcon: Add resource-managed functions to register extcon notifier by Chanwoo Choi · 8 years ago
  52. b225d00 extcon: Split out the resource-managed functions from extcon core by Chanwoo Choi · 8 years ago
  53. 20f7b53 extcon: Move struct extcon_cable from header file to core by Chanwoo Choi · 8 years ago
  54. a05f44c extcon: Check for incorrect connection type in notifier register by Stephen Boyd · 8 years ago
  55. 70a7da4 Merge branch 'ib-extcon-powersupply-4.8' into extcon-next by Chanwoo Choi · 8 years ago
  56. 942c792 extcon: usb-gpio: add support for ACPI gpio interface by Lu Baolu · 8 years ago
  57. 058b665 extcon: usb-gpio: add device binding for platform device by Lu Baolu · 8 years ago
  58. 04c0800 extcon: usb-gpio: Don't miss event during suspend/resume by Roger Quadros · 8 years ago
  59. 12bd0f3 extcon: usb-gpio: switch to use pm wakeirq apis by Grygorii Strashko · 8 years ago
  60. 62e6d1e extcon: palmas: Fix boot up state of VBUS when using GPIO detection by Roger Quadros · 8 years ago
  61. 830ae44 extcon: Remove the deprecated extcon functions by Chanwoo Choi · 8 years ago
  62. f75587b extcon: palmas: Drop stray IRQF_EARLY_RESUME flag by Nishanth Menon · 8 years ago
  63. ae64e42 extcon: palmas: Drop IRQF_EARLY_RESUME flag by Grygorii Strashko · 8 years ago
  64. b7aad8e extcon: palmas: Add the support for VBUS detection by using GPIO by Felipe Balbi · 8 years ago
  65. c4924e9 extcon: max77843: Use correct size for reading the interrupt register by Dan Carpenter · 8 years ago
  66. 03bf1ad extcon: arizona: Use DAPM mutex helper functions by Charles Keepax · 9 years ago
  67. 8b45b6a extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port by Chanwoo Choi · 9 years ago
  68. b51b387 extcon: gpio: Fix typo in comment by Moritz Fischer · 9 years ago
  69. d585934 extcon: Use to_i2c_client for both rt8973a and sm5502 by Geliang Tang · 9 years ago
  70. 08a0a4f extcon: add Maxim MAX3355 driver by Sergei Shtylyov · 9 years ago
  71. c05c0d5 extcon: max77843: fix handling return value of regmap_irq_get_virq by Andrzej Hajda · 9 years ago
  72. cbc4660 extcon: max77693: fix handling return value of regmap_irq_get_virq by Andrzej Hajda · 9 years ago
  73. c295756 extcon: max14577: fix handling return value of regmap_irq_get_virq by Andrzej Hajda · 9 years ago
  74. bb6da5d extcon: arizona: Add device bindings for the micd configurations by Charles Keepax · 9 years ago
  75. 5f01e6b extcon: rt8973: Add IRQF_ONESHOT to interrupt flags by Saurabh Sengar · 9 years ago
  76. 7a7ef0f extcon: arizona: Update naming for micd-timeout DT to include units by Charles Keepax · 9 years ago
  77. 832df9e extcon: arizona: Update naming for second jack detection DT binding by Charles Keepax · 9 years ago
  78. 35247c1 extcon: arizona: Add device binding for second jack detect pin on GPIO5 by Charles Keepax · 9 years ago
  79. 3d7a872 extcon: arizona: Add device binding for jack detect polarity inversion by Charles Keepax · 9 years ago
  80. 9937422 extcon: arizona: Add device binding for the general purpose switch by Charles Keepax · 9 years ago
  81. 2e87b7a extcon: arizona: Add device binding to enable ADC mode micdet by Charles Keepax · 9 years ago
  82. 11eecf9 extcon: Modify the id and name of external connector by Chanwoo Choi · 9 years ago
  83. de992ac extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* API by Chanwoo Choi · 9 years ago
  84. 6ba1299 extcon: gpio: Fix minor coding style and remove the unused fields. by Chanwoo Choi · 9 years ago
  85. ce6f749 extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_allocate() by Chanwoo Choi · 9 years ago
  86. 60f9b9e extcon: gpio: Remove duplicate data from struct gpio_extcon_data by Chanwoo Choi · 9 years ago
  87. ae59f3a extcon: gpio: Use resource managed function for request_irq by Chanwoo Choi · 9 years ago
  88. e9844b2 extcon: arizona: Reorder the default statement to remove unnecessary warning by Chanwoo Choi · 9 years ago
  89. d8d0956 extcon: arizona: Add support for WM8998 and WM1814 by Richard Fitzgerald · 9 years ago
  90. 37e5706 Merge branch 'ib-extcon-mfd-4.4' into extcon-next by Chanwoo Choi · 9 years ago
  91. 363b389 extcon: sm5502: fix handling regmap_irq_get_virq result by Andrzej Hajda · 9 years ago
  92. 238ffc2e6 extcon: rt8973a: fix handling regmap_irq_get_virq result by Andrzej Hajda · 9 years ago
  93. 4bf27b7 extcon: axp288: Convert to using managed resources by Vaishali Thakkar · 9 years ago
  94. ff612f9 extcon: Export OF module alias information in missing drivers by Javier Martinez Canillas · 9 years ago
  95. 6c20b93 extcon: arizona: Don't disable debounce for inverted jacks by Charles Keepax · 9 years ago
  96. ff1cb0e extcon: arizona: Use the micd_clamp for interrupts if it is available by Charles Keepax · 9 years ago
  97. a0ef642 extcon: arizona: Ignore jd_invert for MICD_CLAMP_STS by Nariman Poushin · 9 years ago
  98. f719ae3 extcon: arizona: Additional settings to improve accuracy of HP detect by Charles Keepax · 9 years ago
  99. 6772a5a extcon: arizona: Add support for general purpose switch by Charles Keepax · 9 years ago
  100. df8b677 extcon: arizona: Add support for new ADC value mic detect by Charles Keepax · 9 years ago