1. dbc8880 extcon: axp288: Use module_platform_driver to simplify the code by Liu Shixin · 4 years, 4 months ago
  2. 6be65ed extcon: ptn5150: Do not print error during probe if nothing is attached by Krzysztof Kozlowski · 4 years, 4 months ago
  3. b9a32f6 extcon: ptn5150: Use defines for registers by Krzysztof Kozlowski · 4 years, 4 months ago
  4. d0f6681 extcon: palmas: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  5. ce90c3c extcon: max8997: Return error code of extcon_dev_allocate() by Krzysztof Kozlowski · 4 years, 4 months ago
  6. a4cf11f extcon: max77843: Return error code of extcon_dev_allocate() by Krzysztof Kozlowski · 4 years, 4 months ago
  7. 1f339f3 extcon: max77693: Return error code of extcon_dev_allocate() by Krzysztof Kozlowski · 4 years, 4 months ago
  8. 4e984d8 extcon: max14577: Return error code of extcon_dev_allocate() by Krzysztof Kozlowski · 4 years, 4 months ago
  9. ea6a95d extcon: ptn5150: Set the VBUS and POLARITY property capability by Ramuthevar Vadivel Murugan · 4 years, 4 months ago
  10. 7e3b1ca extcon: ptn5150: Switch to GENMASK() and BIT() macros by Ramuthevar Vadivel Murugan · 4 years, 4 months ago
  11. 611e92a extcon: ptn5150: Deduplicate parts of dev_err_probe() by Andy Shevchenko · 4 years, 4 months ago
  12. f6dfb3c extcon: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  13. 0b0549b extcon: ptn5150: Convert to .probe_new by Krzysztof Kozlowski · 4 years, 5 months ago
  14. 35f1f8f extcon: ptn5150: Convert to module_i2c_driver by Krzysztof Kozlowski · 4 years, 5 months ago
  15. b8787ff extcon: ptn5150: Reduce the amount of logs on deferred probe by Krzysztof Kozlowski · 4 years, 5 months ago
  16. fbaf3b67 extcon: ptn5150: Make 'vbus-gpios' optional by Krzysztof Kozlowski · 4 years, 5 months ago
  17. 85256f6 extcon: ptn5150: Check current USB mode when probing by Krzysztof Kozlowski · 4 years, 5 months ago
  18. fa31f58 extcon: ptn5150: Lower the noisiness of probe by Krzysztof Kozlowski · 4 years, 5 months ago
  19. e095882 extcon: ptn5150: Simplify getting vbus-gpios with flags by Krzysztof Kozlowski · 4 years, 5 months ago
  20. 45ce36f extcon: ptn5150: Use generic "interrupts" property by Krzysztof Kozlowski · 4 years, 5 months ago
  21. 6aaad58 extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO chips by Krzysztof Kozlowski · 4 years, 5 months ago
  22. b2e5575 extcon: arizona: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 8 months ago
  23. 3d6954dd extcon: max14577: Add proper dt-compatible strings by Marek Szyprowski · 4 years, 8 months ago
  24. bc84cff extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' by Christophe JAILLET · 4 years, 8 months ago
  25. 1fa80f1 extcon: remove redundant assignment to variable idx by Colin Ian King · 4 years, 9 months ago
  26. 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, 9 months ago
  27. 9c94553 extcon: axp288: Add wakeup support by Hans de Goede · 4 years, 10 months ago
  28. 995bb10 extcon: Mark extcon_get_edev_name() function as exported symbol by Mayank Rana · 4 years, 10 months ago
  29. 3426ad6 extcon: palmas: Hide error messages if gpio returns -EPROBE_DEFER by H. Nikolaus Schaller · 4 years, 11 months ago
  30. 20d320c extcon: axp288: Convert to new X86 CPU match macros by Thomas Gleixner · 4 years, 10 months ago
  31. 2ddf50a extcon: sm5502: Remove unneeded semicolon by Xu Wang · 5 years ago
  32. 4b28b25 extcon: arizona: Factor out microphone and button detection by Charles Keepax · 5 years ago
  33. 7e14fc4 extcon: arizona: Factor out microphone impedance into a function by Charles Keepax · 5 years ago
  34. 3dfa743 extcon: arizona: Invert logic of check in arizona_hpdet_do_id by Charles Keepax · 5 years ago
  35. 8267ebc extcon: arizona: Remove excessive WARN_ON by Charles Keepax · 5 years ago
  36. f4ba6c0 extcon: arizona: Remove unnecessary sets of ACCDET_MODE by Charles Keepax · 5 years ago
  37. d5aa46d extcon: arizona: Tidy up transition from mic to headphone detect by Charles Keepax · 5 years ago
  38. ac7614f extcon: arizona: Clear jack status regardless of detection type by Charles Keepax · 5 years ago
  39. be87cb7 extcon: arizona: Move pdata extraction to probe by Charles Keepax · 5 years ago
  40. b82f871 extcon: arizona: Make rev A register sequences atomic by Charles Keepax · 5 years ago
  41. 9c8eaec extcon: arizona: Correct clean up if arizona_identify_headphone fails by Charles Keepax · 5 years ago
  42. 8f56e4e Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  43. a69dff9 extcon: axp288: Remove the build-in connection description by Heikki Krogerus · 5 years ago
  44. ddd1bbb extcon: sm5502: remove redundant assignment to variable cable_type by Colin Ian King · 5 years ago
  45. 6942635 extcon: sm5502: Reset registers during initialization by Stephan Gerhold · 5 years ago
  46. e81b889 extcon-intel-cht-wc: Don't reset USB data connection at probe by Yauhen Kharuzhy · 5 years ago
  47. 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
  48. 840d9f1 mfd / platform: cros_ec: Reorganize platform and mfd includes by Enric Balletbo i Serra · 5 years ago
  49. 47f11e0 mfd / platform: cros_ec: Move cros-ec core driver out from MFD by Enric Balletbo i Serra · 5 years ago
  50. a3fc572 extcon: adc-jack: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  51. 21be848 extcon: axp288: Use for_each_set_bit() in axp288_extcon_log_rsi() by Andy Shevchenko · 5 years ago
  52. d72e3dc extcon: axp288: Add missed error check by Andy Shevchenko · 5 years ago
  53. 005ad18 extcon: sm5502: Add IRQ_ONESHOT by Vasyl Gomonovych · 5 years ago
  54. 8bc4810 extcon: gpio: Request reasonable interrupts by Linus Walleij · 6 years ago
  55. 6527c68 extcon: fsa9480: Support the FSA880 variant by Linus Walleij · 5 years ago
  56. a6d9cfc extcon: extcon-max77843: convert to i2c_new_dummy_device by Wolfram Sang · 5 years ago
  57. a104dbc extcon: arizona: Switch to use device_property_count_u32() by Andy Shevchenko · 5 years ago
  58. 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 · 6 years ago
  59. 0937fbb extcon: fsa9480: Fix Kconfig warning and build errors by Randy Dunlap · 6 years ago
  60. bad5b5e extcon: Add fsa9480 extcon driver by Tomasz Figa · 6 years ago
  61. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  62. ac1dc6b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233 by Thomas Gleixner · 6 years ago
  63. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  64. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  65. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  66. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  67. fbdc60b extcon: arizona: Correct error handling on regmap_update_bits_check by Charles Keepax · 6 years ago
  68. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  69. 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
  70. 7e8e05f Merge branches 'acpi-utils', 'acpi-video', 'acpi-soc' and 'acpi-button' by Rafael J. Wysocki · 6 years ago
  71. 00053de extcon: arizona: Disable mic detect if running when driver is removed by Charles Keepax · 6 years ago
  72. fa3c098 extcon: axp288: Add a depends on ACPI to the Kconfig entry by YueHaibing · 6 years ago
  73. 492929c extcon: mrfld: Introduce extcon driver for Basin Cove PMIC by Andy Shevchenko · 6 years ago
  74. 098b7ae extcon: intel: Split out some definitions to a common header by Andy Shevchenko · 6 years ago
  75. db8b4ae extcon: Fix build warning for extcon_unregister_notifier comment by Valdis Klētnieks · 6 years ago
  76. a72a1be extcon: intel-cht-wc: Enable external charger by Yauhen Kharuzhy · 6 years ago
  77. 3137301 extcon: intel-cht-wc: Make charger detection co-existed with OTG host mode by Yauhen Kharuzhy · 6 years ago
  78. 86baf80 extcon: ptn5150: fix COMPILE_TEST dependencies by Arnd Bergmann · 6 years ago
  79. 0cf064d extcon: axp288: Convert to use acpi_dev_get_first_match_dev() by Andy Shevchenko · 6 years ago
  80. 3dfed89 extcon: ptn5150: Fix return value check in ptn5150_i2c_probe() by Wei Yongjun · 6 years ago
  81. 4ed754d extcon: Add support for ptn5150 extcon driver by Vijai Kumar K · 6 years ago
  82. a2dc509 extcon: max8997: Fix lack of path setting in USB device mode by Marek Szyprowski · 6 years ago
  83. 3e34c81 extcon: max8997: Avoid forcing UART path on drive probe by Marek Szyprowski · 6 years ago
  84. 5a196c29 extcon: max14577: Avoid forcing UART path on drive probe by Marek Szyprowski · 6 years ago
  85. 6865f2e extcon: max77693: Avoid forcing UART path on drive probe by Marek Szyprowski · 6 years ago
  86. d9204ac extcon: max77843: Avoid forcing UART path on drive probe by Marek Szyprowski · 6 years ago
  87. 2e464ff extcon: int3496: Convert to use SPDX identifier by Andy Shevchenko · 6 years ago
  88. 900ed55 extcon: cht-wc: Convert to use SPDX identifier by Andy Shevchenko · 6 years ago
  89. a4722503f extcon: cht-wc: Correct USBID bit field handling by Andy Shevchenko · 6 years ago
  90. 001d3ec extcon: cht-wc: Fix definition names according to spec by Andy Shevchenko · 6 years ago
  91. 962341b extcon: cht-wc: Return from default case to avoid warnings by Andy Shevchenko · 6 years ago
  92. 69f75a4 extcon: Switch to use kasprintf() instead of open coded by Andy Shevchenko · 6 years ago
  93. cff7499 extcon: Make static analyzer happy about union assignment by Andy Shevchenko · 6 years ago
  94. 1213a36 extcon: maxim: Add SPDX license identifiers by Krzysztof Kozlowski · 6 years ago
  95. 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
  96. 8a9dbb7 extcon: Release locking when sending the notification of connector state by Chanwoo Choi · 7 years ago
  97. 11bab5a extcon: usbc-cros-ec: Switch to SPDX identifier. by Enric Balletbo i Serra · 7 years ago
  98. 686b305 extcon: usbc-cros-ec: Make license text and module license match. by Enric Balletbo i Serra · 7 years ago
  99. c355bb1 extcon: int3496: Use proper GPIO include by Wolfram Sang · 7 years ago
  100. c9c159b extcon: max3355: include mod_devicetable.h by Arnd Bergmann · 6 years ago