aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c (follow)
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
2012-11-27Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-nextGreg Kroah-Hartman1-0/+1
2012-11-26extcon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-26extcon: remove use of __devinitBill Pemberton1-1/+1
2012-11-26extcon: remove use of __devexitBill Pemberton1-1/+1
2012-11-20extcon: arizona: unlock mutex on error path in arizona_micdet()Alexey Khoroshilov1-0/+1
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-9/+69
2012-09-10extcon: arizona: Use bypass mode for MICVDDMark Brown1-0/+5
2012-09-05extcon: fix typos in extcon-arizonaPeter Meerwald1-2/+2
2012-09-05extcon: arizona: Free MICDET IRQ on error during probeMark Brown1-1/+3
2012-08-16extcon: arizona: Implement button detection supportMark Brown1-7/+65
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-06-26Extcon: Arizona: Add driver for Wolfson Arizona class devicesMark Brown1-0/+491