aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas...Mark Brown
2012-09-16Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman
2012-09-16Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi
2012-09-10extcon: arizona: Use bypass mode for MICVDDMark Brown
2012-09-06extcon: use IRQF_ONESHOTFengguang Wu
2012-09-05extcon: extcon-arizona depends on INPUTRandy Dunlap
2012-09-05extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devicesanish kumar
2012-09-05extcon: fixing typosPeter Meerwald
2012-09-05extcon: fix typos in extcon-arizonaPeter Meerwald
2012-09-05extcon: fix typos in max77693 driverPeter Meerwald
2012-09-05extcon: arizona: Free MICDET IRQ on error during probeMark Brown
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman
2012-08-16extcon: Ensure dynamically allocated sysfs attributes are initialisedMark Brown
2012-08-16Extcon: renamed files to comply with the standard naming.MyungJoo Ham
2012-08-16Revert "Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices"Greg Kroah-Hartman
2012-08-16Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devicesanish kumar
2012-08-16extcon: arizona: Implement button detection supportMark Brown
2012-08-16extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_oneAxel Lin
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-07-17extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC d...Chanwoo Choi
2012-07-17extcon: arizona: Stop microphone detection if we give up on itMark Brown
2012-07-17extcon: arizona: Update cable reporting calls and split headsetMark Brown
2012-07-09extcon: Add support irq domain for MAX8997 muicChanwoo Choi
2012-07-05Merge v3.5-rc5 into driver-core-nextGreg Kroah-Hartman
2012-06-26Extcon: Arizona: Add driver for Wolfson Arizona class devicesMark Brown
2012-06-18extcon: Convert extcon_gpio to devm_gpio_request_oneAxel Lin
2012-06-18extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leakAxel Lin
2012-06-18extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()Axel Lin
2012-06-18extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leakAxel Lin
2012-06-18extcon: Fix wrong index in max8997_extcon_cable[]Axel Lin
2012-06-14Extcon: Don't try to create duplicate link namesMark Brown
2012-06-14Extcon: Staticise extcon_classMark Brown
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-09Extcon: add MAX8997 extcon driverChanwoo Choi
2012-05-04extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown
2012-05-02Extcon: fix section mismatch in extcon_gpio.cH Hartley Sweeten
2012-04-29Extcon: Notify changed state for only one cable to notifeeChanwoo Choi
2012-04-25Extcon: check for allocation failureDan Carpenter
2012-04-23Remove "switch" class in drivers/staging/android/switchMyungJoo Ham
2012-04-20Extcon: support mutually exclusive relation between cables.MyungJoo Ham
2012-04-20Extcon: support multiple states at a device.MyungJoo Ham
2012-04-20Extcon: support notification based on the state changes.Donggeun Kim
2012-04-20Extcon: support generic GPIO extcon driverMyungJoo Ham
2012-04-20Extcon (external connector): import Android's switch class and modify.MyungJoo Ham