summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-01-15extcon: arizona: Support use of GPIO5 as an input to jack detectionMark Brown1-18/+58
2013-01-15extcon: arizona: Use microphone clamp function if availableMark Brown1-0/+19
2013-01-15extcon: arizona: Allow configuration of MICBIAS rise timeMark Brown1-0/+6
2013-01-15extcon: arizona: Only set GPIO if it has been requestedMark Brown1-2/+3
2013-01-15extcon: arizona: Remove duplicate mic ramp configurationMark Brown1-2/+0
2013-01-15extcon: arizona: Convert to devm_input_allocate_device()Mark Brown1-3/+1
2013-01-15extcon: max77693: Add support Dock-Smart device for desktop modeChanwoo Choi1-62/+138
2013-01-15extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cableChanwoo Choi1-0/+20
2013-01-15extcon: max77693: Set default uart/usb path by using platform dataChanwoo Choi1-0/+24
2013-01-15extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptChanwoo Choi2-4/+6
2013-01-15extcon: max77693: Check the state/type of cable after boot completedChanwoo Choi1-3/+34
2013-01-15extcon: max77693: Add support dock device and buttonsChanwoo Choi1-39/+216
2013-01-15extcon: max77693: Add support jig cableChanwoo Choi1-6/+46
2013-01-15extcon: max77693: Add support MHL_TA cable for charging batteryChanwoo Choi1-11/+45
2013-01-15extcon: max77693: Remove duplicate code by making functionChanwoo Choi1-199/+241
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler1-2/+3
2013-01-09Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-18/+9
2013-01-08Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-25/+29
2013-01-08mei: move work initialization to mei_device_initTomas Winkler2-2/+4
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler4-53/+37
2013-01-08mei: reenable mei_hcsr_set abstractionTomas Winkler2-24/+15
2013-01-08mei: abstract host and device readienessTomas Winkler4-18/+54
2013-01-08mei: use non cached hcsr for interrupt enablementTomas Winkler3-9/+12
2013-01-08mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler3-28/+36
2013-01-08mei: remove mei_csr_clear_his prototypeTomas Winkler1-2/+1
2013-01-08mei: remove write only need_reset member of struct mei_deviceTomas Winkler2-6/+1
2013-01-08mei: hw-me.c fix kernel docTomas Winkler1-9/+18
2013-01-08mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler2-1/+2
2013-01-08mei: normalize me host client linking routinesTomas Winkler7-75/+98
2013-01-08mei: rename remaining amthi strings to amthifTomas Winkler4-36/+36
2013-01-08mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler1-4/+0
2013-01-08mei: move me client storage allocation to hbm.cTomas Winkler3-41/+38
2013-01-08mei: drop read_pending member form struct mei_clTomas Winkler3-5/+2
2013-01-08mei: rename interface to hw-meTomas Winkler13-210/+208
2013-01-08mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2-20/+17
2013-01-08mei: implement mei_cl_connect functionTomas Winkler3-159/+163
2013-01-08mei: fix client functions namesTomas Winkler9-198/+267
2013-01-08mei: move client functions to client.cTomas Winkler4-366/+361
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler9-15/+47
2013-01-08VMCI: Some header and config files.George Zhang4-0/+23
2013-01-08VMCI: host side driver implementation.George Zhang1-0/+1042
2013-01-08VMCI: guest side driver implementation.George Zhang1-0/+759
2013-01-08VMCI: routing implementation.George Zhang2-0/+256
2013-01-08VMCI: resource object implementation.George Zhang2-0/+288
2013-01-08VMCI: queue pairs implementation.George Zhang2-0/+3611
2013-01-08VMCI: handle array implementation.George Zhang2-0/+194
2013-01-08VMCI: event handling implementation.George Zhang2-0/+249
2013-01-08VMCI: device driver implementaton.George Zhang2-0/+167
2013-01-08VMCI: doorbell implementation.George Zhang2-0/+655
2013-01-08VMCI: datagram implementation.George Zhang2-0/+552