1. 5f5fdf61 extcon: sm5502: Reset registers during initialization by Stephan Gerhold · 5 years ago
  2. 32b90da Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 5 years ago
  3. 840d9f1 mfd / platform: cros_ec: Reorganize platform and mfd includes by Enric Balletbo i Serra · 5 years ago
  4. 47f11e0 mfd / platform: cros_ec: Move cros-ec core driver out from MFD by Enric Balletbo i Serra · 5 years ago
  5. a3fc572 extcon: adc-jack: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  6. 21be848 extcon: axp288: Use for_each_set_bit() in axp288_extcon_log_rsi() by Andy Shevchenko · 5 years ago
  7. d72e3dc extcon: axp288: Add missed error check by Andy Shevchenko · 5 years ago
  8. 005ad18 extcon: sm5502: Add IRQ_ONESHOT by Vasyl Gomonovych · 5 years ago
  9. 8bc4810 extcon: gpio: Request reasonable interrupts by Linus Walleij · 5 years ago
  10. 6527c68 extcon: fsa9480: Support the FSA880 variant by Linus Walleij · 5 years ago
  11. a6d9cfc extcon: extcon-max77843: convert to i2c_new_dummy_device by Wolfram Sang · 5 years ago
  12. a104dbc extcon: arizona: Switch to use device_property_count_u32() by Andy Shevchenko · 5 years ago
  13. c1829ac Merge tag 'extcon-next-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 5 years ago
  14. 0937fbb extcon: fsa9480: Fix Kconfig warning and build errors by Randy Dunlap · 5 years ago
  15. bad5b5e extcon: Add fsa9480 extcon driver by Tomasz Figa · 5 years ago
  16. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 5 years ago
  17. ac1dc6b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233 by Thomas Gleixner · 5 years ago
  18. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 5 years ago
  19. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 5 years ago
  20. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 5 years ago
  21. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 5 years ago
  22. fbdc60b extcon: arizona: Correct error handling on regmap_update_bits_check by Charles Keepax · 5 years ago
  23. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 5 years ago
  24. f678d6d Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  25. 7e8e05f Merge branches 'acpi-utils', 'acpi-video', 'acpi-soc' and 'acpi-button' by Rafael J. Wysocki · 6 years ago
  26. 00053de extcon: arizona: Disable mic detect if running when driver is removed by Charles Keepax · 6 years ago
  27. fa3c098 extcon: axp288: Add a depends on ACPI to the Kconfig entry by YueHaibing · 6 years ago
  28. 492929c extcon: mrfld: Introduce extcon driver for Basin Cove PMIC by Andy Shevchenko · 6 years ago
  29. 098b7ae extcon: intel: Split out some definitions to a common header by Andy Shevchenko · 6 years ago
  30. db8b4ae extcon: Fix build warning for extcon_unregister_notifier comment by Valdis Klētnieks · 6 years ago
  31. a72a1be extcon: intel-cht-wc: Enable external charger by Yauhen Kharuzhy · 6 years ago
  32. 3137301 extcon: intel-cht-wc: Make charger detection co-existed with OTG host mode by Yauhen Kharuzhy · 6 years ago
  33. 86baf80 extcon: ptn5150: fix COMPILE_TEST dependencies by Arnd Bergmann · 6 years ago
  34. 0cf064d extcon: axp288: Convert to use acpi_dev_get_first_match_dev() by Andy Shevchenko · 6 years ago
  35. 3dfed89 extcon: ptn5150: Fix return value check in ptn5150_i2c_probe() by Wei Yongjun · 6 years ago
  36. 4ed754d extcon: Add support for ptn5150 extcon driver by Vijai Kumar K · 6 years ago
  37. a2dc509 extcon: max8997: Fix lack of path setting in USB device mode by Marek Szyprowski · 6 years ago
  38. 3e34c81 extcon: max8997: Avoid forcing UART path on drive probe by Marek Szyprowski · 6 years ago
  39. 5a196c29 extcon: max14577: Avoid forcing UART path on drive probe by Marek Szyprowski · 6 years ago
  40. 6865f2e extcon: max77693: Avoid forcing UART path on drive probe by Marek Szyprowski · 6 years ago
  41. d9204ac extcon: max77843: Avoid forcing UART path on drive probe by Marek Szyprowski · 6 years ago
  42. 2e464ff extcon: int3496: Convert to use SPDX identifier by Andy Shevchenko · 6 years ago
  43. 900ed55 extcon: cht-wc: Convert to use SPDX identifier by Andy Shevchenko · 6 years ago
  44. a4722503f extcon: cht-wc: Correct USBID bit field handling by Andy Shevchenko · 6 years ago
  45. 001d3ec extcon: cht-wc: Fix definition names according to spec by Andy Shevchenko · 6 years ago
  46. 962341b extcon: cht-wc: Return from default case to avoid warnings by Andy Shevchenko · 6 years ago
  47. 69f75a4 extcon: Switch to use kasprintf() instead of open coded by Andy Shevchenko · 6 years ago
  48. cff7499 extcon: Make static analyzer happy about union assignment by Andy Shevchenko · 6 years ago
  49. 1213a36 extcon: maxim: Add SPDX license identifiers by Krzysztof Kozlowski · 6 years ago
  50. 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
  51. 8a9dbb7 extcon: Release locking when sending the notification of connector state by Chanwoo Choi · 6 years ago
  52. 11bab5a extcon: usbc-cros-ec: Switch to SPDX identifier. by Enric Balletbo i Serra · 6 years ago
  53. 686b305 extcon: usbc-cros-ec: Make license text and module license match. by Enric Balletbo i Serra · 6 years ago
  54. c355bb1 extcon: int3496: Use proper GPIO include by Wolfram Sang · 7 years ago
  55. c9c159b extcon: max3355: include mod_devicetable.h by Arnd Bergmann · 6 years ago
  56. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 6 years ago
  57. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  58. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  59. d54f063 extcon: axp288: Set USB role where necessary by Hans de Goede · 7 years ago
  60. eb7768e Merge branch 'ib-extcon-drm-dt-v4.17' into extcon-next by Chanwoo Choi · 7 years ago
  61. d368e7d extcon: gpio: Convert to fully use GPIO descriptor by Linus Walleij · 7 years ago
  62. a62300d extcon: gpio: Move platform data into state container by Linus Walleij · 7 years ago
  63. 66afded extcon: gpio: Localize platform data by Linus Walleij · 7 years ago
  64. eca0f13 extcon: int3496: Ignore incorrect IoRestriction for ID pin by Andy Shevchenko · 7 years ago
  65. ad49aee extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIO by Hans de Goede · 7 years ago
  66. 370ed7a extcon: add possibility to get extcon device by OF node by Andrzej Hajda · 7 years ago
  67. 0434352 extcon: int3496: process id-pin first so that we start with the right status by Hans de Goede · 7 years ago
  68. d82e233 Revert "extcon: axp288: Redo charger type detection a couple of seconds after probe()" by Hans de Goede · 7 years ago
  69. 5b4e64b extcon: axp288: Constify the axp288_pwr_up_down_info array by Hans de Goede · 7 years ago
  70. ca90a64 extcon: axp288: Handle reserved charger-type values better by Hans de Goede · 7 years ago
  71. 60ed999 extcon: axp288: Redo charger type detection a couple of seconds after probe() by Hans de Goede · 7 years ago
  72. d61b814 Merge branch 'ib-extcon-mfd-4.16' into extcon-next by Chanwoo Choi · 7 years ago
  73. 9bf317e extcon: axp288: Remove unused platform data by Hans de Goede · 7 years ago
  74. 10887fb extcon: axp288: Remove unused extcon_nb struct member by Hans de Goede · 7 years ago
  75. 01e1429 extcon: axp288:: Handle return value of platform_get_irq by Arvind Yadav · 7 years ago
  76. c7eb47f extcon: usbc-cros-ec: add support to notify USB type cables. by Benson Leung · 7 years ago
  77. 447641e extcon: adc-jack: Fix platform_get_irq's error checking by Arvind Yadav · 7 years ago
  78. 00c2f52 extcon: max8997: Delete unneeded initialization in max8997_muic_set_path() by Markus Elfring · 7 years ago
  79. 2d18baf extcon: max77693: Delete unneeded initialization in max77693_muic_set_path() by Markus Elfring · 7 years ago
  80. 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
  81. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  82. 4a4a8714 extcon: max77843: Add support for SmartDock accessory by Marek Szyprowski · 7 years ago
  83. 7b965110 extcon: max77843: Add OTG power control to the MUIC driver by Marek Szyprowski · 7 years ago
  84. b743483 extcon: max14577: Delete an unnecessary variable initialisation in max14577_muic_set_path() by Markus Elfring · 7 years ago
  85. 5183240 extcon: make extcon_info static const, fixes warning by Colin Ian King · 7 years ago
  86. 176aa36 extcon: Split out extcon header file for consumer and provider device by Chanwoo Choi · 7 years ago
  87. 4243c408 extcon: max77693: Allow MHL attach notifier by Maciej Purski · 7 years ago
  88. 6ab6094f extcon: Correct description to improve the readability by Chanwoo Choi · 8 years ago
  89. dd4ed69 extcon: Remove unused CABLE_NAME_MAX definition by Chanwoo Choi · 7 years ago
  90. 1cf76c4 extcon: cros-ec: Fix a potential NULL pointer dereference by Christophe JAILLET · 7 years ago
  91. 5c27036 extcon: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  92. 15dec83 Merge remote-tracking branch 'origin/ib-extcon-mfd-4.14' into extcon-next by Chanwoo Choi · 7 years ago
  93. c698316 extcon: cros-ec: Add extcon-cros-ec driver to support display out by Benson Leung · 7 years ago
  94. ff890bc extcon: int3496: Constify acpi_device_id by Arvind Yadav · 7 years ago
  95. 1f4be24 extcon: int3496: Switch to devm_acpi_dev_add_driver_gpios() by Andy Shevchenko · 7 years ago
  96. a781a7d extcon: qcom-spmi-misc: add dependency on ARCH_QCOM by Peter Robinson · 7 years ago
  97. cf5459a extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs() by Markus Elfring · 8 years ago
  98. 826a47e extcon: Fix a typo in three comment lines by Markus Elfring · 8 years ago
  99. 3f5071a extcon: Use devm_kcalloc() in extcon_dev_register() by Markus Elfring · 8 years ago
  100. 70641a0 extcon: Use BIT() macro for the left-shift operation by Chanwoo Choi · 8 years ago