1. cb9850d Merge branch 'next' into resolution by Kishon Vijay Abraham I · 8 years ago
  2. 8670b45 extcon: Use the extcon_set_state_sync() instead of deprecated functions by Chanwoo Choi · 8 years ago
  3. 1662622 extcon: gpio: Remove the usage of extcon_set_state() by Chanwoo Choi · 8 years ago
  4. 7575591 extcon: gpio: Remove the usage of extcon_set_state() by Chanwoo Choi · 8 years ago
  5. b51b387 extcon: gpio: Fix typo in comment by Moritz Fischer · 8 years ago
  6. de992ac extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* API by Chanwoo Choi · 9 years ago
  7. 6ba1299 extcon: gpio: Fix minor coding style and remove the unused fields. by Chanwoo Choi · 9 years ago
  8. ce6f749 extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_allocate() by Chanwoo Choi · 9 years ago
  9. 60f9b9e extcon: gpio: Remove duplicate data from struct gpio_extcon_data by Chanwoo Choi · 9 years ago
  10. ae59f3a extcon: gpio: Use resource managed function for request_irq by Chanwoo Choi · 9 years ago
  11. 2519b76 extcon: Remove optional print_state() function pointer of struct extcon_dev by Chanwoo Choi · 9 years ago
  12. d71aadd extcon: Remove the optional name of extcon device by Chanwoo Choi · 9 years ago
  13. 08147bb extcon: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  14. 6236435 extcon: gpio: Fix code cleanup by George Cherian · 10 years ago
  15. ac65a62 extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate by Chanwoo Choi · 10 years ago
  16. 60cd62d extcon: gpio: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  17. d92c2f1 extcon: gpio: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  18. 3cc731d extcon: gpio: Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  19. 6544dfa extcon: gpio: Add power resume support by Rongjun Ying · 10 years ago
  20. 4288d9b extcon: gpio: Request gpio pin before modifying its state by Guenter Roeck · 10 years ago
  21. 42d7d75 extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter by Chanwoo Choi · 11 years ago
  22. 5bfbdc9 extcon: gpio: Add support for active-low presence to detect pins by Guenter Roeck · 11 years ago
  23. 7c0f6558 extcon: use dev_get_platdata() by Jingoo Han · 11 years ago
  24. 338de0c extcon: gpio: Use gpio driver/chip debounce if supported by Guenter Roeck · 11 years ago
  25. 1073514 extcon: gpio: Do not unnecessarily initialize variables by Guenter Roeck · 11 years ago
  26. d0db2e7 extcon: gpio: Use power efficient workqueue for debounce by Mark Brown · 11 years ago
  27. fd11606 extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming style by Chanwoo Choi · 11 years ago
  28. 5f7e222 extcon: remove use of __devexit_p by Bill Pemberton · 11 years ago
  29. 44f34fd extcon: remove use of __devinit by Bill Pemberton · 11 years ago
  30. 93ed032 extcon: remove use of __devexit by Bill Pemberton · 11 years ago
  31. 8dee001 extcon: Remove duplicate inclusion of extcon.h header file by Sachin Kamat · 12 years ago
  32. 9db48aa Merge 3.6-rc3 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  33. 0ea62503 Extcon: renamed files to comply with the standard naming. by MyungJoo Ham · 12 years ago[Renamed from drivers/extcon/extcon_gpio.c]
  34. 01eaf24 extcon: Convert extcon_gpio to devm_gpio_request_one by Axel Lin · 12 years ago
  35. b945f3f extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak by Axel Lin · 12 years ago
  36. 2878bda Extcon: fix section mismatch in extcon_gpio.c by H Hartley Sweeten · 12 years ago
  37. be48308 Extcon: support generic GPIO extcon driver by MyungJoo Ham · 12 years ago