1. 73b6ecd extcon: Redefine the unique id of supported external connectors without 'enum extcon' type by Chanwoo Choi · 9 years ago
  2. f8df880 extcon: Remove optional print_name() function pointer of extcon_dev by Chanwoo Choi · 9 years ago
  3. 046050f extcon: Update the prototype of extcon_register_notifier() with enum extcon by Chanwoo Choi · 9 years ago
  4. 8e9bc36 extcon: Use capital letter for the name of external connectors by Chanwoo Choi · 9 years ago
  5. 2a9de9c extcon: Use the unique id for external connector instead of string by Chanwoo Choi · 9 years ago
  6. 35eed7a extcon: usb-gpio: use flags argument of devm_gpiod_get to set direction by Uwe Kleine-König · 9 years ago
  7. d71aadd extcon: Remove the optional name of extcon device by Chanwoo Choi · 9 years ago
  8. 638f958 extcon: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 9 years ago
  9. c571bbb extcon: adc-jack: Remove the unneeded num_cables field by Chanwoo Choi · 9 years ago
  10. 942e023 extcon: Alter MHL-TA cable name to TA cable name by Chanwoo Choi · 9 years ago
  11. d519c42 extcon: Unify the dock device names on max8997/77693 by Chanwoo Choi · 9 years ago
  12. 41b3c01 extcon: Unify the jig cable names on rt8973 and max14577/77693/77843 by Chanwoo Choi · 9 years ago
  13. 9e86b2a extcon: arizona: Add support for select accessory detect mode when headphone detection by Inha Song · 9 years ago
  14. 2b51f9c extcon: arizona: Apply HP clamps correctly for WM8280 by Charles Keepax · 9 years ago
  15. a71fbc1 extcon: arizona: Remove the setting of device name by Chanwoo Choi · 9 years ago
  16. b9ec23c extcon: Fix the checkpatch warning and minor coding style issue by Chanwoo Choi · 9 years ago
  17. 707d755 extcon: Add extcon_get_edev_name() API to get the extcon device name by Chanwoo Choi · 9 years ago
  18. 71c3ffa extcon: Modify the device name as extcon[X] for sysfs by Chanwoo Choi · 9 years ago
  19. f031237 extcon: axp288: Add axp288 extcon driver support by Ramakrishna Pallala · 9 years ago
  20. d0fd5fb extcon: arizona: Rename hpdet_ip to make its purpose clearer by Richard Fitzgerald · 9 years ago
  21. ed2c060 extcon: Add manufactor name of each extcon device by Chanwoo Choi · 9 years ago
  22. bc1aaba extcon: usb-gpio: register extcon device before IRQ registration by Robert Baldyga · 9 years ago
  23. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  24. 66bee35 extcon: Fix missing locking when [un]registering notifiers by Hans de Goede · 9 years ago
  25. b9b518f extcon: max77843: Fix an error code in max77843_init_muic_regmap() by Dan Carpenter · 9 years ago
  26. d927c59 extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time() by Dan Carpenter · 9 years ago
  27. 34825e5 extcon: Fix the checkpatch warning by Chanwoo Choi · 9 years ago
  28. f68a834 extcon: Rename extcon core driver by Chanwoo Choi · 9 years ago
  29. 43f0acd extcon: arizona: Fix headphone clamping on wm5110 by Charles Keepax · 9 years ago
  30. 112bdfa extcon: arizona: Deobfuscate arizona_extcon_do_magic by Charles Keepax · 9 years ago
  31. 2f2b6aa extcon: arizona: Add support for WM8280/WM8281 by Richard Fitzgerald · 9 years ago
  32. 27a28d3 extcon: max77843: Add max77843 MUIC driver by Jaewon Kim · 9 years ago
  33. e52817f extcon: usb-gpio: Introduce gpio usb extcon driver by Roger Quadros · 9 years ago
  34. 4c883ab extcon: max77693: Use HOST term to express USB-HOST cable instead of OTG term by Jaewon Kim · 9 years ago
  35. 4f0be26 extcon: max77693: Fix cable name of MHL-TA by Jaewon Kim · 9 years ago
  36. 6594890 extcon: max77693: Constify struct regmap_config by Krzysztof Kozlowski · 10 years ago
  37. 5a696d9 extcon: adc-jack: Release IIO channel on driver remove by Ivan T. Ivanov · 10 years ago
  38. 25c0f4e extcon: Remove duplicated include from extcon-class.c by Wei Yongjun · 10 years ago
  39. 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  40. 6ab0b11 extcon: max14577: Fix obvious typo in company name in copyright by Krzysztof Kozlowski · 10 years ago
  41. c22159a extcon: max77693: Fix cable name of JIG_UART_ON by Krzysztof Kozlowski · 10 years ago
  42. f841afb extcon: Implement OF-based extcon lookup properly by Tomasz Figa · 10 years ago
  43. 08147bb extcon: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  44. 6236435 extcon: gpio: Fix code cleanup by George Cherian · 10 years ago
  45. dc6048d extcon: max77693: Fix a bug occured at changing ADC debounce time. by Jonghwa Lee · 10 years ago
  46. b7c7e08 extcon: sm5502: Drop useless include by Jean Delvare · 10 years ago
  47. d715523 extcon: max77693: Use resource managed interrupt line by Krzysztof Kozlowski · 10 years ago
  48. c03e017 extcon: rt8973a: Add Richtek RT8973A extcon driver by Chanwoo Choi · 10 years ago
  49. fbae30d extcon: sm5502: Clean up codes by using checkpatch script by Chanwoo Choi · 10 years ago
  50. ca2a07e extcon: sm5502: Move sm5502.h header file to extcon directory by Chanwoo Choi · 10 years ago
  51. 0746d5d extcon: sm5502: Add I2C dependency to fix build break by Chanwoo Choi · 10 years ago
  52. 0ccc795 extcon: sm5502: Fix bug to check cable type by Chanwoo Choi · 10 years ago
  53. a75fed2 extcon: sm5502: Change internal hardware switch according to cable type by Chanwoo Choi · 10 years ago
  54. e195445 extcon: sm5502: Detect cable state after completing platform booting by Chanwoo Choi · 10 years ago
  55. 914b881 extcon: sm5502: Add support new SM5502 extcon device driver by Chanwoo Choi · 10 years ago
  56. 17271f6 extcon: arizona: Get MICVDD against extcon device by Charles Keepax · 10 years ago
  57. 0a16ee6 extcon: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  58. 6b18aa1 Merge tag 'mfd-extcon-regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into extcon-next by Chanwoo Choi · 10 years ago
  59. 342d669 mfd: max77693: Handle IRQs using regmap by Robert Baldyga · 10 years ago
  60. d0540f9 mfd: max77693: Remove unnecessary wrapper functions by Robert Baldyga · 10 years ago
  61. ac65a62 extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate by Chanwoo Choi · 10 years ago
  62. 24a279b extcon: arizona: Update manual headphone detection calculation by Charles Keepax · 10 years ago
  63. e368f52 extcon: arizona: Correct typo to disable regulation for button detection by Charles Keepax · 10 years ago
  64. 3460248 extcon: arizona: Use extcon cable API with index of extcon cable instead of string by Nikesh Oswal · 10 years ago
  65. 5a8844b extcon: arizona: Remove duplicate set of input parent device by Charles Keepax · 10 years ago
  66. e48f9da extcon: Reorder the sequence of extcon device driver alphabetically by Chanwoo Choi · 10 years ago
  67. 3bc2ac7 extcon: palmas: Make of_device_id array const by Krzysztof Kozlowski · 10 years ago
  68. a288d64 extcon: arizona: support inverted jack detect switch by Richard Fitzgerald · 10 years ago
  69. 3f79a3f extcon: palmas: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  70. 60cd62d extcon: gpio: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  71. 1876fd9 extcon: adc-jack: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  72. ef70a21 extcon: arizona: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  73. 0604002 extcon: max14577: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  74. 577bef1 extcon: max77693: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  75. 22f9afb extcon: max8997: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  76. 739ba1b extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device by Chanwoo Choi · 10 years ago
  77. a9af652 extcon: Add extcon_dev_allocate/free() to control the memory of extcon device by Chanwoo Choi · 10 years ago
  78. d88cc36 extcon: arizona: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  79. b4dad55 extcon: palmas: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  80. 2923803 extcon: max8997: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  81. 10fae11 extcon: max77693: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  82. 14dbd54 extcon: max14577: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  83. d92c2f1 extcon: gpio: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  84. 4b5dd73 extcon: adc-jack: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  85. 1111244 extcon: Add resource-managed extcon register function by Sangjung Woo · 10 years ago
  86. 369afd4 extcon: max14577: Properly handle regmap_irq_get_virq error by Krzysztof Kozlowski · 10 years ago
  87. 12adef5 extcon: max14577: Fix probe failure on successful work queue by Krzysztof Kozlowski · 10 years ago
  88. a55d952 Merge tag 'ib-mfd-extcon-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into HEAD by Chanwoo Choi · 10 years ago
  89. bf9509e extcon: max8997: Use power efficient workqueue for delayed cable detection by Krzysztof Kozlowski · 10 years ago
  90. b862941 extcon: max77693: Use power efficient workqueue for delayed cable detection by Krzysztof Kozlowski · 10 years ago
  91. dfee411 extcon: max8997: Fix NULL pointer exception on missing pdata by Krzysztof Kozlowski · 10 years ago
  92. d5653f2 extcon: max77693: Fix two NULL pointer exceptions on missing pdata by Krzysztof Kozlowski · 10 years ago
  93. 4706a52 extcon: max14577: Add support for MAX77836 by Krzysztof Kozlowski · 10 years ago
  94. 0ca852b extcon: max14577: Choose muic_irqs according to device type by Krzysztof Kozlowski · 10 years ago
  95. 2b1d18f extcon: max14577: Add max14577 prefix to muic_irqs by Krzysztof Kozlowski · 10 years ago
  96. 4005da5 extcon: max14577: Change extcon name instead of static name according to device type by Chanwoo Choi · 10 years ago
  97. f63d32d extcon: palmas: explicitly set edev name as node name by Kishon Vijay Abraham I · 10 years ago
  98. 1ad94ff extcon: Move OF helper function to extcon core and change function name by Chanwoo Choi · 10 years ago
  99. ca48824 extcon: of: Remove unnecessary function call by using the name of device_node by Chanwoo Choi · 10 years ago
  100. 3cc731d extcon: gpio: Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago