1. 8670b45 extcon: Use the extcon_set_state_sync() instead of deprecated functions by Chanwoo Choi · 8 years ago
  2. 8b45b6a extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port by Chanwoo Choi · 9 years ago
  3. cbc4660 extcon: max77693: fix handling return value of regmap_irq_get_virq by Andrzej Hajda · 8 years ago
  4. 11eecf9 extcon: Modify the id and name of external connector by Chanwoo Choi · 9 years ago
  5. cceb433 mfd/extcon: max77693: Rename defines to allow inclusion with max77843 by Krzysztof Kozlowski · 9 years ago
  6. 61b305c drivers: max77693: Move state container to common header by Krzysztof Kozlowski · 9 years ago
  7. 0afab67 mfd/extcon: max77693: Remove unused extern declarations and max77693_dev members by Krzysztof Kozlowski · 9 years ago
  8. 73b6ecd extcon: Redefine the unique id of supported external connectors without 'enum extcon' type by Chanwoo Choi · 9 years ago
  9. 2a9de9c extcon: Use the unique id for external connector instead of string by Chanwoo Choi · 9 years ago
  10. d71aadd extcon: Remove the optional name of extcon device by Chanwoo Choi · 9 years ago
  11. 942e023 extcon: Alter MHL-TA cable name to TA cable name by Chanwoo Choi · 9 years ago
  12. d519c42 extcon: Unify the dock device names on max8997/77693 by Chanwoo Choi · 9 years ago
  13. 41b3c01 extcon: Unify the jig cable names on rt8973 and max14577/77693/77843 by Chanwoo Choi · 9 years ago
  14. 34825e5 extcon: Fix the checkpatch warning by Chanwoo Choi · 9 years ago
  15. 4c883ab extcon: max77693: Use HOST term to express USB-HOST cable instead of OTG term by Jaewon Kim · 9 years ago
  16. 4f0be26 extcon: max77693: Fix cable name of MHL-TA by Jaewon Kim · 9 years ago
  17. 6594890 extcon: max77693: Constify struct regmap_config by Krzysztof Kozlowski · 9 years ago
  18. 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  19. c22159a extcon: max77693: Fix cable name of JIG_UART_ON by Krzysztof Kozlowski · 10 years ago
  20. 08147bb extcon: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  21. dc6048d extcon: max77693: Fix a bug occured at changing ADC debounce time. by Jonghwa Lee · 10 years ago
  22. d715523 extcon: max77693: Use resource managed interrupt line by Krzysztof Kozlowski · 10 years ago
  23. 0a16ee6 extcon: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  24. 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
  25. 342d669 mfd: max77693: Handle IRQs using regmap by Robert Baldyga · 10 years ago
  26. d0540f9 mfd: max77693: Remove unnecessary wrapper functions by Robert Baldyga · 10 years ago
  27. ac65a62 extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate by Chanwoo Choi · 10 years ago
  28. 577bef1 extcon: max77693: Use devm_extcon_dev_allocate for extcon_dev by Chanwoo Choi · 10 years ago
  29. 10fae11 extcon: max77693: Use devm_extcon_dev_register() by Sangjung Woo · 10 years ago
  30. b862941 extcon: max77693: Use power efficient workqueue for delayed cable detection by Krzysztof Kozlowski · 10 years ago
  31. d5653f2 extcon: max77693: Fix two NULL pointer exceptions on missing pdata by Krzysztof Kozlowski · 10 years ago
  32. 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
  33. 42d7d75 extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter by Chanwoo Choi · 11 years ago
  34. a33411b extcon: max77693: Fix checkpatch warning by Sachin Kamat · 11 years ago
  35. c2275d2 extcon: Fix up 80 column coding style issues by Chanwoo Choi · 11 years ago
  36. c253654 extcon: max77693: Fix return value by Sachin Kamat · 11 years ago
  37. 813b451 extcon: max77693: Staticize default_init_data by Sachin Kamat · 11 years ago
  38. 0ec83bd extcon: max77693: Initialize register of MUIC device to bring up it without platform data by Chanwoo Choi · 11 years ago
  39. 190d7cf extcon: max77693: Fix bug of wrong pointer when platform data is not used by Chanwoo Choi · 11 years ago
  40. 45d4a4e extcon: max77693: Make max77693_extcon_cable static by Sachin Kamat · 11 years ago
  41. 19d3243 extcon: max77693: Remove unnecessary goto statement to improve readability by Chanwoo Choi · 11 years ago
  42. eff7d74 extcon: max77693: Convert to devm_input_allocate_device() by Chanwoo Choi · 11 years ago
  43. a162629 extcon: max77693: Add support Dock-Smart device for desktop mode by Chanwoo Choi · 11 years ago
  44. 0e2738f extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cable by Chanwoo Choi · 11 years ago
  45. 2b75799 extcon: max77693: Set default uart/usb path by using platform data by Chanwoo Choi · 11 years ago
  46. ae3b321 extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interrupt by Chanwoo Choi · 11 years ago
  47. 297620f extcon: max77693: Check the state/type of cable after boot completed by Chanwoo Choi · 11 years ago
  48. 39bf369 extcon: max77693: Add support dock device and buttons by Chanwoo Choi · 11 years ago
  49. d0587eb extcon: max77693: Add support jig cable by Chanwoo Choi · 11 years ago
  50. 06bed0a extcon: max77693: Add support MHL_TA cable for charging battery by Chanwoo Choi · 11 years ago
  51. 154f757f extcon: max77693: Remove duplicate code by making function by Chanwoo Choi · 11 years ago
  52. 962b686 Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-next by Greg Kroah-Hartman · 11 years ago
  53. 5f7e222 extcon: remove use of __devexit_p by Bill Pemberton · 11 years ago
  54. 44f34fd extcon: remove use of __devinit by Bill Pemberton · 11 years ago
  55. 93ed032 extcon: remove use of __devexit by Bill Pemberton · 11 years ago
  56. 3bf742f extcon: max77693: Fix uninitialised variable warning by Sachin Kamat · 11 years ago
  57. f4bb5cb extcon: max77693: Use devm_kzalloc by Sachin Kamat · 11 years ago
  58. 1967fa0 extcon: max77693: Fix coding style by Sachin Kamat · 11 years ago
  59. 00af4b1 extcon: max77693: Fix incorrect error check and return value by Sachin Kamat · 11 years ago
  60. 44b7bcc extcon: trivial: kfree missed from remove path by anish kumar · 12 years ago
  61. f8457d5 extcon: MAX77693: Add platform data for MUIC device to initialize registers by Chanwoo Choi · 12 years ago
  62. bf2627d extcon: max77693: Use max77693_update_reg for rmw operations by Axel Lin · 12 years ago
  63. 8f949b9 Merge 3.6-rc7 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  64. b186b12 mfd: MAX77693: Fix NULL pointer error when initializing irqs by Chanwoo Choi · 12 years ago
  65. aa49312 extcon: use IRQF_ONESHOT by Fengguang Wu · 12 years ago
  66. afcfaa8 extcon: fix typos in max77693 driver by Peter Meerwald · 12 years ago
  67. db1b903 extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC device by Chanwoo Choi · 12 years ago