aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-16extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_oneAxel Lin1-1/+2
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds2-12/+19
2012-07-17extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC deviceChanwoo Choi3-0/+790
2012-07-17extcon: arizona: Stop microphone detection if we give up on itMark Brown1-0/+2
2012-07-17extcon: arizona: Update cable reporting calls and split headsetMark Brown1-22/+19
2012-07-09extcon: Add support irq domain for MAX8997 muicChanwoo Choi2-12/+19
2012-07-05Merge v3.5-rc5 into driver-core-nextGreg Kroah-Hartman2-3/+4
2012-06-26Extcon: Arizona: Add driver for Wolfson Arizona class devicesMark Brown3-0/+500
2012-06-18extcon: Convert extcon_gpio to devm_gpio_request_oneAxel Lin1-12/+5
2012-06-18extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leakAxel Lin1-0/+2
2012-06-18extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()Axel Lin1-0/+1
2012-06-18extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leakAxel Lin1-0/+2
2012-06-18extcon: Fix wrong index in max8997_extcon_cable[]Axel Lin1-2/+2
2012-06-14Extcon: Don't try to create duplicate link namesMark Brown1-1/+1
2012-06-14Extcon: Staticise extcon_classMark Brown1-1/+1
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-0/+1575
2012-05-09Extcon: add MAX8997 extcon driverChanwoo Choi3-0/+546
2012-05-04extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown1-0/+1
2012-05-02Extcon: fix section mismatch in extcon_gpio.cH Hartley Sweeten1-2/+2
2012-04-29Extcon: Notify changed state for only one cable to notifeeChanwoo Choi1-1/+8
2012-04-25Extcon: check for allocation failureDan Carpenter1-0/+2
2012-04-23Remove "switch" class in drivers/staging/android/switchMyungJoo Ham1-6/+6
2012-04-20Extcon: support mutually exclusive relation between cables.MyungJoo Ham1-8/+115
2012-04-20Extcon: support multiple states at a device.MyungJoo Ham1-13/+426
2012-04-20Extcon: support notification based on the state changes.Donggeun Kim1-0/+66
2012-04-20Extcon: support generic GPIO extcon driverMyungJoo Ham3-0/+177
2012-04-20Extcon (external connector): import Android's switch class and modify.MyungJoo Ham3-0/+258