1. 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
  2. 5f7e222 extcon: remove use of __devexit_p by Bill Pemberton · 12 years ago
  3. 44f34fd extcon: remove use of __devinit by Bill Pemberton · 12 years ago
  4. 93ed032 extcon: remove use of __devexit by Bill Pemberton · 12 years ago
  5. 3bf742f extcon: max77693: Fix uninitialised variable warning by Sachin Kamat · 12 years ago
  6. f4bb5cb extcon: max77693: Use devm_kzalloc by Sachin Kamat · 12 years ago
  7. 0b672e9 extcon: max8997: Use devm_kzalloc by Sachin Kamat · 12 years ago
  8. 2ca36f4 extcon: max8997: Fix a typo by Sachin Kamat · 12 years ago
  9. 8117cc3 extcon: max8997: Fix checkpatch error by Sachin Kamat · 12 years ago
  10. 1967fa0 extcon: max77693: Fix coding style by Sachin Kamat · 12 years ago
  11. 00af4b1 extcon: max77693: Fix incorrect error check and return value by Sachin Kamat · 12 years ago
  12. 68c9274 extcon: max8997: Fix incorrect error check and return value by Sachin Kamat · 12 years ago
  13. c0c078c extcon: Fix return value in extcon-class.c by Sachin Kamat · 12 years ago
  14. be31cc0 extcon: arizona: unlock mutex on error path in arizona_micdet() by Alexey Khoroshilov · 12 years ago
  15. 4f2de3b extcon : register for cable interest by cable name by Jenny TC · 12 years ago
  16. 44b7bcc extcon: trivial: kfree missed from remove path by anish kumar · 12 years ago
  17. 57e7cd3 extcon: driver model release call not needed by anish kumar · 12 years ago
  18. f8457d5 extcon: MAX77693: Add platform data for MUIC device to initialize registers by Chanwoo Choi · 12 years ago
  19. bf2627d extcon: max77693: Use max77693_update_reg for rmw operations by Axel Lin · 12 years ago
  20. 909f9ec extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_ by Axel Lin · 12 years ago
  21. d9310e3 extcon: adc-jack: Add missing MODULE_LICENSE by Axel Lin · 12 years ago
  22. 0301975 extcon: adc-jack: Fix checking return value of request_any_context_irq by Axel Lin · 12 years ago
  23. 5cd3c27 extcon: Fix return value in extcon_register_interest() by Sachin Kamat · 12 years ago
  24. 824a1bc extcon: unregister compat link on cleanup by Peter Huewe · 12 years ago
  25. 0dc77b6 extcon: Unregister compat class at module unload to fix oops by Peter Huewe · 12 years ago
  26. 28c0ada extcon: optimising the check_mutually_exclusive function by anish kumar · 12 years ago
  27. 0cf6ad8 extcon: standard cable names definition and declaration changed by anish kumar · 12 years ago
  28. 3cafbd4 extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detach by Devendra Naga · 12 years ago
  29. 8dee001 extcon: Remove duplicate inclusion of extcon.h header file by Sachin Kamat · 12 years ago
  30. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  31. 06d2fe1 Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  32. 6a2027a Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-next by Mark Brown · 12 years ago
  33. 8f949b9 Merge 3.6-rc7 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  34. 73f8be2 Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  35. b186b12 mfd: MAX77693: Fix NULL pointer error when initializing irqs by Chanwoo Choi · 12 years ago
  36. b8575a1 extcon: arizona: Use bypass mode for MICVDD by Mark Brown · 12 years ago
  37. aa49312 extcon: use IRQF_ONESHOT by Fengguang Wu · 12 years ago
  38. cdc1a79 extcon: extcon-arizona depends on INPUT by Randy Dunlap · 12 years ago
  39. 1993986 extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices by anish kumar · 12 years ago
  40. c338bb0 extcon: fixing typos by Peter Meerwald · 12 years ago
  41. 8e5f501 extcon: fix typos in extcon-arizona by Peter Meerwald · 12 years ago
  42. afcfaa8 extcon: fix typos in max77693 driver by Peter Meerwald · 12 years ago
  43. 80732cc extcon: arizona: Free MICDET IRQ on error during probe by Mark Brown · 12 years ago
  44. 9db48aa Merge 3.6-rc3 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  45. 9baf322 extcon: Ensure dynamically allocated sysfs attributes are initialised by Mark Brown · 12 years ago
  46. 0ea62503 Extcon: renamed files to comply with the standard naming. by MyungJoo Ham · 12 years ago
  47. 3afebf5 Revert "Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices" by Greg Kroah-Hartman · 12 years ago
  48. 980d792 Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices by anish kumar · 12 years ago
  49. 34efe4d extcon: arizona: Implement button detection support by Mark Brown · 12 years ago
  50. 7b7e995 extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_one by Axel Lin · 12 years ago
  51. 3e701cd Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  52. db1b903 extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC device by Chanwoo Choi · 12 years ago
  53. 9ef2224d extcon: arizona: Stop microphone detection if we give up on it by Mark Brown · 12 years ago
  54. 325c642 extcon: arizona: Update cable reporting calls and split headset by Mark Brown · 12 years ago
  55. dca1a71 extcon: Add support irq domain for MAX8997 muic by Chanwoo Choi · 12 years ago
  56. 6fbfd05 Merge v3.5-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  57. f2c32a8 Extcon: Arizona: Add driver for Wolfson Arizona class devices by Mark Brown · 12 years ago
  58. 01eaf24 extcon: Convert extcon_gpio to devm_gpio_request_one by Axel Lin · 12 years ago
  59. b945f3f extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak by Axel Lin · 12 years ago
  60. 96c9f05 extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove() by Axel Lin · 12 years ago
  61. 3f1dc55 extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak by Axel Lin · 12 years ago
  62. 155cb06 extcon: Fix wrong index in max8997_extcon_cable[] by Axel Lin · 12 years ago
  63. c3b1545 Extcon: Don't try to create duplicate link names by Mark Brown · 12 years ago
  64. be3a07f Extcon: Staticise extcon_class by Mark Brown · 12 years ago
  65. 5d4e2d0 Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  66. b76668b Extcon: add MAX8997 extcon driver by Chanwoo Choi · 12 years ago
  67. 0e1507c extcon: Add EXTCON_MECHANICAL cable type for physical presence by Mark Brown · 12 years ago
  68. 2878bda Extcon: fix section mismatch in extcon_gpio.c by H Hartley Sweeten · 12 years ago
  69. f4cce69 Extcon: Notify changed state for only one cable to notifee by Chanwoo Choi · 12 years ago
  70. a1d26ac Extcon: check for allocation failure by Dan Carpenter · 12 years ago
  71. 449a2bf Remove "switch" class in drivers/staging/android/switch by MyungJoo Ham · 12 years ago
  72. bde68e6 Extcon: support mutually exclusive relation between cables. by MyungJoo Ham · 12 years ago
  73. 806d9dd Extcon: support multiple states at a device. by MyungJoo Ham · 12 years ago
  74. 74c5d09 Extcon: support notification based on the state changes. by Donggeun Kim · 12 years ago
  75. be48308 Extcon: support generic GPIO extcon driver by MyungJoo Ham · 12 years ago
  76. de55d87 Extcon (external connector): import Android's switch class and modify. by MyungJoo Ham · 12 years ago