aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon_class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-05Merge v3.5-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
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-04extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown1-0/+1
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 (external connector): import Android's switch class and modify.MyungJoo Ham1-0/+236