aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon
AgeCommit message (Expand)Author
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-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