1. 739ba1b extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device by Chanwoo Choi · 10 years ago
  2. a9af652 extcon: Add extcon_dev_allocate/free() to control the memory of extcon device by Chanwoo Choi · 10 years ago
  3. d88cc36 extcon: arizona: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  4. b4dad55 extcon: palmas: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  5. 2923803 extcon: max8997: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  6. 10fae11 extcon: max77693: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  7. 14dbd54 extcon: max14577: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  8. d92c2f1 extcon: gpio: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  9. 4b5dd73 extcon: adc-jack: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  10. 1111244 extcon: Add resource-managed extcon register function by Sangjung Woo · 10 years ago
  11. 369afd4 extcon: max14577: Properly handle regmap_irq_get_virq error by Krzysztof Kozlowski · 10 years ago
  12. 12adef5 extcon: max14577: Fix probe failure on successful work queue by Krzysztof Kozlowski · 10 years ago
  13. 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
  14. bf9509e extcon: max8997: Use power efficient workqueue for delayed cable detection by Krzysztof Kozlowski · 10 years ago
  15. b862941 extcon: max77693: Use power efficient workqueue for delayed cable detection by Krzysztof Kozlowski · 10 years ago
  16. dfee411 extcon: max8997: Fix NULL pointer exception on missing pdata by Krzysztof Kozlowski · 10 years ago
  17. d5653f2 extcon: max77693: Fix two NULL pointer exceptions on missing pdata by Krzysztof Kozlowski · 10 years ago
  18. 4706a52 extcon: max14577: Add support for MAX77836 by Krzysztof Kozlowski · 10 years ago
  19. 0ca852b extcon: max14577: Choose muic_irqs according to device type by Krzysztof Kozlowski · 10 years ago
  20. 2b1d18f extcon: max14577: Add max14577 prefix to muic_irqs by Krzysztof Kozlowski · 10 years ago
  21. 4005da5 extcon: max14577: Change extcon name instead of static name according to device type by Chanwoo Choi · 10 years ago
  22. f63d32d extcon: palmas: explicitly set edev name as node name by Kishon Vijay Abraham I · 10 years ago
  23. 1ad94ff extcon: Move OF helper function to extcon core and change function name by Chanwoo Choi · 10 years ago
  24. ca48824 extcon: of: Remove unnecessary function call by using the name of device_node by Chanwoo Choi · 10 years ago
  25. 3cc731d extcon: gpio: Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  26. 8d4288f extcon: palmas: Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  27. 1139110 ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions by Charles Keepax · 10 years ago
  28. 6544dfa extcon: gpio: Add power resume support by Rongjun Ying · 11 years ago
  29. 962e56b extcon: max14577: Add extcon-max14577 driver to support MUIC device by Chanwoo Choi · 11 years ago
  30. 7743861 extcon: arizona: Add support for headphone detection on wm5110 rev D by Charles Keepax · 11 years ago
  31. 9141461 extcon: arizona: No need to switch back down HPDET ranges by Charles Keepax · 11 years ago
  32. 31a847e extcon: arizona: Fix race with microphone detection and removal by Charles Keepax · 11 years ago
  33. a3e00d4 extcon: arizona: Fix reset of HPDET after race with removal by Charles Keepax · 11 years ago
  34. ffae24f extcon: arizona: Add defines for microphone detection levels by Charles Keepax · 11 years ago
  35. b7d2d5b extcon: palmas: Handle ID interrupt properly using USB_ID_INT_SRC by George Cherian · 11 years ago
  36. 5fbc77d extcon: palmas: Added a new compatible type *ti,palmas-usb-vid* by Kishon Vijay Abraham I · 11 years ago
  37. 4288d9b extcon: gpio: Request gpio pin before modifying its state by Guenter Roeck · 11 years ago
  38. 7585ca0 extcon: remove freed groups caused the panic or warning in unregister flow by Wang, Xiaoming · 11 years ago
  39. 6ac6b47 extcon: arizona: Get pdata from arizona structure not device by Charles Keepax · 11 years ago
  40. 2424a73 Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 11 years ago
  41. 42d7d75 extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter by Chanwoo Choi · 11 years ago
  42. dae6165 extcon: Change field type of 'dev' in extcon_dev structure by Chanwoo Choi · 11 years ago
  43. 4102424 extcon: arizona: Don't require micbias to be shifted in pdata by Charles Keepax · 11 years ago
  44. 4ba1a9f extcon: arizona: Correct typo in headphone detect range transitions by Charles Keepax · 11 years ago
  45. 5bfbdc9 extcon: gpio: Add support for active-low presence to detect pins by Guenter Roeck · 11 years ago
  46. 7c0f6558 extcon: use dev_get_platdata() by Jingoo Han · 11 years ago
  47. 338de0c extcon: gpio: Use gpio driver/chip debounce if supported by Guenter Roeck · 11 years ago
  48. 1073514 extcon: gpio: Do not unnecessarily initialize variables by Guenter Roeck · 11 years ago
  49. cb8bb3a extcon: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  50. a75e1c7 extcon: Fix indentation coding style to improve readability by Chanwoo Choi · 11 years ago
  51. a33411b extcon: max77693: Fix checkpatch warning by Sachin Kamat · 11 years ago
  52. d97abdd extcon: arizona: Fix a typo in a comment by Sachin Kamat · 11 years ago
  53. cb9005d extcon: arizona: Clear trig_sts bits on all paths by Charles Keepax · 11 years ago
  54. ad07d8b extcon: max8997: Fix checkpatch warning by Sachin Kamat · 11 years ago
  55. d667566 extcon: arizona: Fix up minor coding style to remove unnecessary braces by Chanwoo Choi · 11 years ago
  56. 2cc7e4d extcon: class: Remove unnecessary extern declaration by Chanwoo Choi · 11 years ago
  57. c2275d2 extcon: Fix up 80 column coding style issues by Chanwoo Choi · 11 years ago
  58. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  59. 1a82e81 extcon: adc-jack: Use power efficient workqueue by Mark Brown · 11 years ago
  60. d0db2e7 extcon: gpio: Use power efficient workqueue for debounce by Mark Brown · 11 years ago
  61. df9a5ab extcon: arizona: Use power efficient workqueue by Mark Brown · 11 years ago
  62. 7281e05 extcon: palmas: Option to disable ID/VBUS detection based on platform by Laxman Dewangan · 11 years ago
  63. 024783e extcon: palams: add support for suspend/resume by Laxman Dewangan · 11 years ago
  64. 002945f extcon: palmas: enable ID_GND and ID_FLOAT detection always by Laxman Dewangan · 11 years ago
  65. fc57303 extcon: palmas: remove assigning "edev.name" to palmas by Kishon Vijay Abraham I · 11 years ago
  66. 6eee5b3 extcon: Add an API to get extcon device from dt node by Kishon Vijay Abraham I · 11 years ago
  67. af01da0 extcon: convert extcon_class to use dev_groups by Greg Kroah-Hartman · 11 years ago
  68. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  69. b1f254e extcon: Palmas Extcon Driver by Graeme Gregory · 11 years ago
  70. 9c8a013 extcon: add EXPORT_SYMBOL_GPL for exported functions by Kishon Vijay Abraham I · 11 years ago
  71. ea9dd9d extcon: Change permission 'state' sysfs entry (rw -> r) by Chanwoo Choi · 11 years ago
  72. 5647ac0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  73. 76ec9d1 Convert selectors of GENERIC_GPIO to GPIOLIB by Alexandre Courbot · 11 years ago
  74. 606f34a Merge tag 'extcon-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 11 years ago
  75. 3ad9e86 extcon: max8997: Fix return value by Sachin Kamat · 11 years ago
  76. c253654 extcon: max77693: Fix return value by Sachin Kamat · 11 years ago
  77. 6ed2810 extcon: max8997: use dev_err() instead of pr_err() by Jingoo Han · 11 years ago
  78. 813b451 extcon: max77693: Staticize default_init_data by Sachin Kamat · 11 years ago
  79. 2638953 Merge tag 'extcon-arizona-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next by Greg Kroah-Hartman · 11 years ago
  80. 7abd4e2 extcon: arizona: Make mic detection timeout configurable by Mark Brown · 11 years ago
  81. cd59e79 extcon: arizona: Allow additional debounce during microphone detection by Mark Brown · 11 years ago
  82. 41a5785 extcon: arizona: Clear existing button reports before reporting new one by Mark Brown · 11 years ago
  83. 939c567 extcon: arizona: Time out if MICDET fails to report by Mark Brown · 11 years ago
  84. 9c2ba27 extcon: arizona: Simplify HPDET based identification by Mark Brown · 11 years ago
  85. db924ff extcon: arizona: Don't ground flip when using HPDET identification by Mark Brown · 11 years ago
  86. 9dd5e53 extcon: arizona: Retry HPDET identification for high impedance by Mark Brown · 11 years ago
  87. 2643fd6 extcon: arizona: Tune up HPDET debounce by Mark Brown · 11 years ago
  88. e2c0f47 extcon: arizona: Check we report a valid impedance by Charles Keepax · 11 years ago
  89. a3e2078 extcon: arizona: Suppress duplicate JACKDET reports by Mark Brown · 11 years ago
  90. 82e2e0f extcon: arizona: Raise minimum microphone impedance for HPDET method by Mark Brown · 11 years ago
  91. e56a0a5 extcon: arizona: Allow pull to be disabled on GPIO5 when used for JACKET by Mark Brown · 11 years ago
  92. 77ff4f9 extcon: arizona: Don't pulse MICBIAS for HPDET identification by Mark Brown · 11 years ago
  93. 6fed4d8 extcon: arizona: Allow configuration of button detection by Mark Brown · 11 years ago
  94. 84eaa13 extcon: arizona: Attempt more microphone measurements by Mark Brown · 11 years ago
  95. 8c876be Merge branch 'char-misc-linus' into char-misc-next by Greg Kroah-Hartman · 11 years ago
  96. df8c3db extcon: arizona: Fix interaction between headphone outputs and identification by Mark Brown · 11 years ago
  97. 0340907 extcon: arizona: Factor out magic application by Mark Brown · 11 years ago
  98. 0ec83bd extcon: max77693: Initialize register of MUIC device to bring up it without platform data by Chanwoo Choi · 11 years ago
  99. 190d7cf extcon: max77693: Fix bug of wrong pointer when platform data is not used by Chanwoo Choi · 11 years ago
  100. 810d601 extcon: max8997: Check the pointer of platform data to protect null pointer error by Chanwoo Choi · 11 years ago