1. 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
  2. 1a82e81 extcon: adc-jack: Use power efficient workqueue by Mark Brown · 11 years ago
  3. d0db2e7 extcon: gpio: Use power efficient workqueue for debounce by Mark Brown · 11 years ago
  4. df9a5ab extcon: arizona: Use power efficient workqueue by Mark Brown · 11 years ago
  5. 7281e05 extcon: palmas: Option to disable ID/VBUS detection based on platform by Laxman Dewangan · 11 years ago
  6. 024783e extcon: palams: add support for suspend/resume by Laxman Dewangan · 11 years ago
  7. 002945f extcon: palmas: enable ID_GND and ID_FLOAT detection always by Laxman Dewangan · 11 years ago
  8. fc57303 extcon: palmas: remove assigning "edev.name" to palmas by Kishon Vijay Abraham I · 11 years ago
  9. 6eee5b3 extcon: Add an API to get extcon device from dt node by Kishon Vijay Abraham I · 11 years ago
  10. af01da0 extcon: convert extcon_class to use dev_groups by Greg Kroah-Hartman · 11 years ago
  11. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  12. b1f254e extcon: Palmas Extcon Driver by Graeme Gregory · 11 years ago
  13. 9c8a013 extcon: add EXPORT_SYMBOL_GPL for exported functions by Kishon Vijay Abraham I · 11 years ago
  14. ea9dd9d extcon: Change permission 'state' sysfs entry (rw -> r) by Chanwoo Choi · 11 years ago
  15. 5647ac0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  16. 76ec9d1 Convert selectors of GENERIC_GPIO to GPIOLIB by Alexandre Courbot · 11 years ago
  17. 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
  18. 3ad9e86 extcon: max8997: Fix return value by Sachin Kamat · 11 years ago
  19. c253654 extcon: max77693: Fix return value by Sachin Kamat · 11 years ago
  20. 6ed2810 extcon: max8997: use dev_err() instead of pr_err() by Jingoo Han · 11 years ago
  21. 813b451 extcon: max77693: Staticize default_init_data by Sachin Kamat · 11 years ago
  22. 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
  23. 7abd4e2 extcon: arizona: Make mic detection timeout configurable by Mark Brown · 11 years ago
  24. cd59e79 extcon: arizona: Allow additional debounce during microphone detection by Mark Brown · 11 years ago
  25. 41a5785 extcon: arizona: Clear existing button reports before reporting new one by Mark Brown · 11 years ago
  26. 939c567 extcon: arizona: Time out if MICDET fails to report by Mark Brown · 11 years ago
  27. 9c2ba27 extcon: arizona: Simplify HPDET based identification by Mark Brown · 11 years ago
  28. db924ff extcon: arizona: Don't ground flip when using HPDET identification by Mark Brown · 11 years ago
  29. 9dd5e53 extcon: arizona: Retry HPDET identification for high impedance by Mark Brown · 11 years ago
  30. 2643fd6 extcon: arizona: Tune up HPDET debounce by Mark Brown · 11 years ago
  31. e2c0f47 extcon: arizona: Check we report a valid impedance by Charles Keepax · 11 years ago
  32. a3e2078 extcon: arizona: Suppress duplicate JACKDET reports by Mark Brown · 11 years ago
  33. 82e2e0f extcon: arizona: Raise minimum microphone impedance for HPDET method by Mark Brown · 11 years ago
  34. e56a0a5 extcon: arizona: Allow pull to be disabled on GPIO5 when used for JACKET by Mark Brown · 11 years ago
  35. 77ff4f9 extcon: arizona: Don't pulse MICBIAS for HPDET identification by Mark Brown · 11 years ago
  36. 6fed4d8 extcon: arizona: Allow configuration of button detection by Mark Brown · 11 years ago
  37. 84eaa13 extcon: arizona: Attempt more microphone measurements by Mark Brown · 11 years ago
  38. 8c876be Merge branch 'char-misc-linus' into char-misc-next by Greg Kroah-Hartman · 11 years ago
  39. df8c3db extcon: arizona: Fix interaction between headphone outputs and identification by Mark Brown · 11 years ago
  40. 0340907 extcon: arizona: Factor out magic application by Mark Brown · 11 years ago
  41. 0ec83bd extcon: max77693: Initialize register of MUIC device to bring up it without platform data by Chanwoo Choi · 11 years ago
  42. 190d7cf extcon: max77693: Fix bug of wrong pointer when platform data is not used by Chanwoo Choi · 11 years ago
  43. 810d601 extcon: max8997: Check the pointer of platform data to protect null pointer error by Chanwoo Choi · 11 years ago
  44. 7ed214a Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  45. af5eb1a extcon: max8997: Use workqueue to check cable state after completing boot of platform by Chanwoo Choi · 11 years ago
  46. 685dc9a extcon: max8997: Set default UART/USB path on probe by Chanwoo Choi · 11 years ago
  47. f73f623 extcon: max8997: Consolidate duplicate code for checking ADC/CHG cable type by Chanwoo Choi · 11 years ago
  48. 027fcd5 extcon: max8997: Set default of ADC debounce time during initialization by Chanwoo Choi · 11 years ago
  49. 07c7050 extcon: max8997: Remove duplicate code related to set H/W line path by Chanwoo Choi · 11 years ago
  50. e3e5bc0 extcon: max8997: Move defined constant to header file by Chanwoo Choi · 11 years ago
  51. 45d4a4e extcon: max77693: Make max77693_extcon_cable static by Sachin Kamat · 11 years ago
  52. 6a462e1 extcon: max8997: Remove unreachable code by Sachin Kamat · 11 years ago
  53. cae93db extcon: max8997: Make max8997_extcon_cable static by Sachin Kamat · 11 years ago
  54. 19d3243 extcon: max77693: Remove unnecessary goto statement to improve readability by Chanwoo Choi · 11 years ago
  55. eff7d74 extcon: max77693: Convert to devm_input_allocate_device() by Chanwoo Choi · 11 years ago
  56. fd11606 extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming style by Chanwoo Choi · 11 years ago
  57. 105cf1f Merge tag 'extcon-arizona-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next by Greg Kroah-Hartman · 11 years ago
  58. bf14ee5 extcon: arizona: Use MICDET for final microphone identification by Mark Brown · 11 years ago
  59. c37b387 extcon: arizona: Always take the first HPDET reading as the final one by Mark Brown · 11 years ago
  60. 5d9ab70 extcon: arizona: Clear _trig_sts bits after jack detection by Charles Keepax · 11 years ago
  61. 903aa56 extcon: arizona: Don't HPDET magic when headphones are enabled by Mark Brown · 11 years ago
  62. 0e27bd3 extcon: arizona: Add some debounce time before starting HPDET identification by Mark Brown · 11 years ago
  63. e339af1 extcon: arizona: Remove extra jack flip increment by Charles Keepax · 11 years ago
  64. bbbd46e extcon: arizona: Use regulated mode for microphone supply when detecting by Mark Brown · 12 years ago
  65. 2e033db extcon: arizona: Support additional configuration of microphone detection by Mark Brown · 11 years ago
  66. 5aa57f0 iio: Update iio_channel_get API to use consumer device pointer as argument by Guenter Roeck · 11 years ago
  67. 1aa0590 extcon: max77693: Fix bug of build error related to INPUT subsystem by Chanwoo Choi · 11 years ago
  68. f9365d0 extcon: arizona: Remove duplicate rate configuration by Mark Brown · 11 years ago
  69. e6dd8cf extcon: arizona: Retry failed HP measurements by Mark Brown · 11 years ago
  70. 4e61687 extcon: arizona: Disable debouce for accessory removal detection by Mark Brown · 11 years ago
  71. 1eda6aa extcon: arizona: Support direct microphone measurement via HPDET by Mark Brown · 12 years ago
  72. dd235ee extcon: arizona: Support HPDET based accessory identification by Mark Brown · 12 years ago
  73. 9b1270c extcon: Simple code motion supporting future work. by Mark Brown · 12 years ago
  74. 4f34033 extcon: arizona: Enable basic headphone identification by Mark Brown · 12 years ago
  75. 92a4987 extcon: arizona: Support use of GPIO5 as an input to jack detection by Mark Brown · 12 years ago
  76. dab63eb extcon: arizona: Use microphone clamp function if available by Mark Brown · 12 years ago
  77. b17e546 extcon: arizona: Allow configuration of MICBIAS rise time by Mark Brown · 12 years ago
  78. cd74f7b extcon: arizona: Only set GPIO if it has been requested by Mark Brown · 12 years ago
  79. db72e6a extcon: arizona: Remove duplicate mic ramp configuration by Mark Brown · 12 years ago
  80. 3d44ea1 extcon: arizona: Convert to devm_input_allocate_device() by Mark Brown · 12 years ago
  81. a162629 extcon: max77693: Add support Dock-Smart device for desktop mode by Chanwoo Choi · 12 years ago
  82. 0e2738f extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cable by Chanwoo Choi · 12 years ago
  83. 2b75799 extcon: max77693: Set default uart/usb path by using platform data by Chanwoo Choi · 12 years ago
  84. ae3b321 extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interrupt by Chanwoo Choi · 12 years ago
  85. 297620f extcon: max77693: Check the state/type of cable after boot completed by Chanwoo Choi · 12 years ago
  86. 39bf369 extcon: max77693: Add support dock device and buttons by Chanwoo Choi · 12 years ago
  87. d0587eb extcon: max77693: Add support jig cable by Chanwoo Choi · 12 years ago
  88. 06bed0a extcon: max77693: Add support MHL_TA cable for charging battery by Chanwoo Choi · 12 years ago
  89. 154f757f extcon: max77693: Remove duplicate code by making function by Chanwoo Choi · 12 years ago
  90. 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 · 12 years ago
  91. 5f7e222 extcon: remove use of __devexit_p by Bill Pemberton · 12 years ago
  92. 44f34fd extcon: remove use of __devinit by Bill Pemberton · 12 years ago
  93. 93ed032 extcon: remove use of __devexit by Bill Pemberton · 12 years ago
  94. 3bf742f extcon: max77693: Fix uninitialised variable warning by Sachin Kamat · 12 years ago
  95. f4bb5cb extcon: max77693: Use devm_kzalloc by Sachin Kamat · 12 years ago
  96. 0b672e9 extcon: max8997: Use devm_kzalloc by Sachin Kamat · 12 years ago
  97. 2ca36f4 extcon: max8997: Fix a typo by Sachin Kamat · 12 years ago
  98. 8117cc3 extcon: max8997: Fix checkpatch error by Sachin Kamat · 12 years ago
  99. 1967fa0 extcon: max77693: Fix coding style by Sachin Kamat · 12 years ago
  100. 00af4b1 extcon: max77693: Fix incorrect error check and return value by Sachin Kamat · 12 years ago