1. 64ce7e9 Merge tag 'extcon-next-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 6 years ago
  2. 8a9dbb7 extcon: Release locking when sending the notification of connector state by Chanwoo Choi · 6 years ago
  3. 11bab5a extcon: usbc-cros-ec: Switch to SPDX identifier. by Enric Balletbo i Serra · 6 years ago
  4. 686b305 extcon: usbc-cros-ec: Make license text and module license match. by Enric Balletbo i Serra · 6 years ago
  5. c355bb1 extcon: int3496: Use proper GPIO include by Wolfram Sang · 6 years ago
  6. c9c159b extcon: max3355: include mod_devicetable.h by Arnd Bergmann · 6 years ago
  7. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 6 years ago
  8. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  9. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  10. d54f063 extcon: axp288: Set USB role where necessary by Hans de Goede · 6 years ago
  11. eb7768e Merge branch 'ib-extcon-drm-dt-v4.17' into extcon-next by Chanwoo Choi · 6 years ago
  12. d368e7d extcon: gpio: Convert to fully use GPIO descriptor by Linus Walleij · 6 years ago
  13. a62300d extcon: gpio: Move platform data into state container by Linus Walleij · 6 years ago
  14. 66afded extcon: gpio: Localize platform data by Linus Walleij · 6 years ago
  15. eca0f13 extcon: int3496: Ignore incorrect IoRestriction for ID pin by Andy Shevchenko · 6 years ago
  16. ad49aee extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIO by Hans de Goede · 6 years ago
  17. 370ed7a extcon: add possibility to get extcon device by OF node by Andrzej Hajda · 6 years ago
  18. 0434352 extcon: int3496: process id-pin first so that we start with the right status by Hans de Goede · 6 years ago
  19. d82e233 Revert "extcon: axp288: Redo charger type detection a couple of seconds after probe()" by Hans de Goede · 6 years ago
  20. 5b4e64b extcon: axp288: Constify the axp288_pwr_up_down_info array by Hans de Goede · 6 years ago
  21. ca90a64 extcon: axp288: Handle reserved charger-type values better by Hans de Goede · 7 years ago
  22. 60ed999 extcon: axp288: Redo charger type detection a couple of seconds after probe() by Hans de Goede · 7 years ago
  23. d61b814 Merge branch 'ib-extcon-mfd-4.16' into extcon-next by Chanwoo Choi · 7 years ago
  24. 9bf317e extcon: axp288: Remove unused platform data by Hans de Goede · 7 years ago
  25. 10887fb extcon: axp288: Remove unused extcon_nb struct member by Hans de Goede · 7 years ago
  26. 01e1429 extcon: axp288:: Handle return value of platform_get_irq by Arvind Yadav · 7 years ago
  27. c7eb47f extcon: usbc-cros-ec: add support to notify USB type cables. by Benson Leung · 7 years ago
  28. 447641e extcon: adc-jack: Fix platform_get_irq's error checking by Arvind Yadav · 7 years ago
  29. 00c2f52 extcon: max8997: Delete unneeded initialization in max8997_muic_set_path() by Markus Elfring · 7 years ago
  30. 2d18baf extcon: max77693: Delete unneeded initialization in max77693_muic_set_path() by Markus Elfring · 7 years ago
  31. 894025f Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. 4a4a8714 extcon: max77843: Add support for SmartDock accessory by Marek Szyprowski · 7 years ago
  34. 7b96511 extcon: max77843: Add OTG power control to the MUIC driver by Marek Szyprowski · 7 years ago
  35. b743483 extcon: max14577: Delete an unnecessary variable initialisation in max14577_muic_set_path() by Markus Elfring · 7 years ago
  36. 5183240 extcon: make extcon_info static const, fixes warning by Colin Ian King · 7 years ago
  37. 176aa36 extcon: Split out extcon header file for consumer and provider device by Chanwoo Choi · 7 years ago
  38. 4243c408 extcon: max77693: Allow MHL attach notifier by Maciej Purski · 7 years ago
  39. 6ab6094f extcon: Correct description to improve the readability by Chanwoo Choi · 7 years ago
  40. dd4ed69 extcon: Remove unused CABLE_NAME_MAX definition by Chanwoo Choi · 7 years ago
  41. 1cf76c4 extcon: cros-ec: Fix a potential NULL pointer dereference by Christophe JAILLET · 7 years ago
  42. 5c27036 extcon: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  43. 15dec83 Merge remote-tracking branch 'origin/ib-extcon-mfd-4.14' into extcon-next by Chanwoo Choi · 7 years ago
  44. c698316 extcon: cros-ec: Add extcon-cros-ec driver to support display out by Benson Leung · 7 years ago
  45. ff890bc extcon: int3496: Constify acpi_device_id by Arvind Yadav · 7 years ago
  46. 1f4be24 extcon: int3496: Switch to devm_acpi_dev_add_driver_gpios() by Andy Shevchenko · 7 years ago
  47. a781a7d extcon: qcom-spmi-misc: add dependency on ARCH_QCOM by Peter Robinson · 7 years ago
  48. cf5459a extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs() by Markus Elfring · 7 years ago
  49. 826a47e extcon: Fix a typo in three comment lines by Markus Elfring · 7 years ago
  50. 3f5071a extcon: Use devm_kcalloc() in extcon_dev_register() by Markus Elfring · 7 years ago
  51. 70641a0 extcon: Use BIT() macro for the left-shift operation by Chanwoo Choi · 7 years ago
  52. c42a880 extcon: intel-cht-wc: Ignore failure to detect charger-type on host mode exit by Hans de Goede · 7 years ago
  53. 585cb23 extcon: intel-cht-wc: Disable external 5v boost converter on probe by Hans de Goede · 7 years ago
  54. c9d0f1d extcon: Remove porting compatibility of swich class by Chanwoo Choi · 8 years ago
  55. db0f3ba extcon: intel-cht-wc: Add Intel Cherry Trail Whiskey Cove PMIC extcon driver by Hans de Goede · 7 years ago
  56. 0194432 extcon: palmas: Don't miss GPIO events during suspend/resume by Roger Quadros · 7 years ago
  57. 8680b4d extcon: usb-gpio: Don't miss event during suspend/resume by Roger Quadros · 7 years ago
  58. 98fd079 extcon: usb-gpio: Do not enable USB as wakeup source by default by Peter Chen · 7 years ago
  59. e57bb43 extcon: arizona: Wait for any running HPDETs to complete on jack removal by Charles Keepax · 8 years ago
  60. bc9a5c3 Merge branch 'ib-extcon-4.12' into HEAD by Chanwoo Choi · 7 years ago
  61. 815429b extcon: Add new extcon_register_notifier_all() to monitor all external connectors by Chanwoo Choi · 7 years ago
  62. 366380c Revert "extcon: usb-gpio: add support for ACPI gpio interface" by Andy Shevchenko · 7 years ago
  63. 70216fd extcon: int3496: Set the id pin to direction-input if necessary by Hans de Goede · 7 years ago
  64. 408c5b4 extcon: int3496: Use gpiod_get instead of gpiod_get_index by Hans de Goede · 7 years ago
  65. 059c787 extcon: int3496: Add dependency on X86 as it's Intel specific by Peter Robinson · 7 years ago
  66. 8cb2cba extcon: int3496: Add GPIO ACPI mapping table by Andy Shevchenko · 7 years ago
  67. 90400c5 extcon: int3496: Rename GPIO pins in accordance with binding by Andy Shevchenko · 7 years ago
  68. bafa687 extcon: int3496: Propagate error code of gpiod_to_irq() by Andy Shevchenko · 7 years ago
  69. c6efb58 scripts/spelling.txt: add "swithc" pattern and fix typo instances by Masahiro Yamada · 7 years ago
  70. 567ab5a extcon: palmas: Use dev_dbg macro for the debug messages by Roger Quadros · 8 years ago
  71. 86d6cda extcon: Modify the name of EXTCON_USB_HOST connector by Chanwoo Choi · 8 years ago
  72. 3c5f0e0 extcon: Add new EXTCON_CHG_USB_PD type for USB Power Delivery by Chanwoo Choi · 8 years ago
  73. bcb7440 extcon: usb-gpio: Add pinctrl operation during system PM by Peter Chen · 8 years ago
  74. e6cf046 extcon: Move defintion of struct extcon_dev to driver/extcon directory by Chanwoo Choi · 8 years ago
  75. 6e3a7e8 extcon: adc-jack: Use the internal data instead of using struct extcon_dev by Chanwoo Choi · 8 years ago
  76. 2f556bd extcon: int3496: Add Intel INT3496 ACPI device extcon driver by David Cohen · 8 years ago
  77. 5298b83 extcon: axp288: Set EXTCON_USB when EXTCON_CHG_USB_SDP was set by Baolin Wang · 8 years ago
  78. 01b4c9a extcon: Remove potential problem when calling extcon_register_notifier() by Chanwoo Choi · 8 years ago
  79. dd3a55f extcon: axp288: Fix the module not auto-loading by Hans de Goede · 8 years ago
  80. be17495 extcon: axp288: Remove unnecessary irq?_en register writes by Hans de Goede · 8 years ago
  81. 5757aca extcon: axp288: Use vbus-valid instead of -present to determine cable presence by Hans de Goede · 8 years ago
  82. 5d2199e extcon: axp288: Fix possibly reporting 2 cables in state true by Hans de Goede · 8 years ago
  83. 3fe1e0e extcon: axp288: Simplify axp288_handle_chrg_det_event by Hans de Goede · 8 years ago
  84. 1490d15 extcon: axp288: Remove usb_phy notification code by Hans de Goede · 8 years ago
  85. 7688424 extcon: axp288: Remove dependency on non-existing platform_data by Hans de Goede · 8 years ago
  86. 9fe172b extcon: palmas: Check the parent instance to prevent the NULL by Roger Quadros · 8 years ago
  87. af57fa4 extcon: Restructure multi-line comments to follow codingstyle by Srikant Ritolia · 8 years ago
  88. e7d9dd5 extcon: Return error code on failure by Pan Bian · 8 years ago
  89. 6c467a1 extcon: arizona: Simplify micd_pol_gpio handling by Charles Keepax · 8 years ago
  90. ce38207 Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  91. fba3040 Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/es8328', 'asoc/topic/extcon' and 'asoc/topic/fsl' into asoc-next by Mark Brown · 8 years ago
  92. efd95c7 extcon: arizona: Use SoC component pin control functions by Richard Fitzgerald · 8 years ago
  93. 541332a extcon: usb-gpio: Add VBUS detection support by Roger Quadros · 8 years ago
  94. 2925d36 extcon: qcom-spmi-misc: Sync the extcon state on interrupt by Stephen Boyd · 8 years ago
  95. cb9850d Merge branch 'next' into resolution by Kishon Vijay Abraham I · 8 years ago
  96. 38085c9 extcon: Add support for qcom SPMI PMIC USB id detection hardware by Stephen Boyd · 8 years ago
  97. 8670b45 extcon: Use the extcon_set_state_sync() instead of deprecated functions by Chanwoo Choi · 8 years ago
  98. 525867db extcon: axp288: Fix spelling mistake by Colin Ian King · 8 years ago
  99. e5b07e5 extcon: max14577: Change Krzysztof Kozlowski's email to kernel.org by Krzysztof Kozlowski · 8 years ago
  100. af9b928 extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device by Chanwoo Choi · 8 years ago