summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77693.c
AgeCommit message (Expand)AuthorLines
2015-01-26extcon: max77693: Constify struct regmap_configKrzysztof Kozlowski-1/+1
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+7
2014-11-24extcon: max77693: Fix cable name of JIG_UART_ONKrzysztof Kozlowski-5/+7
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-22extcon: max77693: Fix a bug occured at changing ADC debounce time.Jonghwa Lee-4/+8
2014-09-22extcon: max77693: Use resource managed interrupt lineKrzysztof Kozlowski-18/+7
2014-07-23extcon: Remove unnecessary OOM messagesJingoo Han-3/+2
2014-07-23Merge tag 'mfd-extcon-regulator-v3.17' of git://git.kernel.org/pub/scm/linux/...Chanwoo Choi-17/+18
2014-06-17mfd: max77693: Handle IRQs using regmapRobert Baldyga-1/+2
2014-06-17mfd: max77693: Remove unnecessary wrapper functionsRobert Baldyga-16/+16
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi-1/+0
2014-04-29extcon: max77693: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi-5/+4
2014-04-24extcon: max77693: Use devm_extcon_dev_register()Sangjung Woo-5/+2
2014-04-24extcon: max77693: Use power efficient workqueue for delayed cable detectionKrzysztof Kozlowski-1/+2
2014-04-24extcon: max77693: Fix two NULL pointer exceptions on missing pdataKrzysztof Kozlowski-2/+2
2013-09-26Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-3/+4
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi-1/+2
2013-09-27extcon: max77693: Fix checkpatch warningSachin Kamat-2/+2
2013-09-26extcon: Fix up 80 column coding style issuesChanwoo Choi-58/+71
2013-04-09extcon: max77693: Fix return valueSachin Kamat-4/+4
2013-04-09extcon: max77693: Staticize default_init_dataSachin Kamat-1/+1
2013-03-13extcon: max77693: Initialize register of MUIC device to bring up it without p...Chanwoo Choi-25/+68
2013-03-13extcon: max77693: Fix bug of wrong pointer when platform data is not usedChanwoo Choi-38/+52
2013-02-14extcon: max77693: Make max77693_extcon_cable staticSachin Kamat-1/+1
2013-02-13extcon: max77693: Remove unnecessary goto statement to improve readabilityChanwoo Choi-34/+43
2013-02-13extcon: max77693: Convert to devm_input_allocate_device()Chanwoo Choi-1/+1
2013-01-15extcon: max77693: Add support Dock-Smart device for desktop modeChanwoo Choi-62/+138
2013-01-15extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cableChanwoo Choi-0/+20
2013-01-15extcon: max77693: Set default uart/usb path by using platform dataChanwoo Choi-0/+24
2013-01-15extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptChanwoo Choi-2/+2
2013-01-15extcon: max77693: Check the state/type of cable after boot completedChanwoo Choi-3/+34
2013-01-15extcon: max77693: Add support dock device and buttonsChanwoo Choi-39/+216
2013-01-15extcon: max77693: Add support jig cableChanwoo Choi-6/+46
2013-01-15extcon: max77693: Add support MHL_TA cable for charging batteryChanwoo Choi-11/+45
2013-01-15extcon: max77693: Remove duplicate code by making functionChanwoo Choi-199/+241
2012-11-27Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-20/+16
2012-11-26extcon: remove use of __devexit_pBill Pemberton-1/+1
2012-11-26extcon: remove use of __devinitBill Pemberton-1/+1
2012-11-26extcon: remove use of __devexitBill Pemberton-1/+1
2012-11-21extcon: max77693: Fix uninitialised variable warningSachin Kamat-1/+2
2012-11-21extcon: max77693: Use devm_kzallocSachin Kamat-15/+8
2012-11-21extcon: max77693: Fix coding styleSachin Kamat-2/+2
2012-11-21extcon: max77693: Fix incorrect error check and return valueSachin Kamat-4/+6
2012-10-23extcon: trivial: kfree missed from remove pathanish kumar-0/+1
2012-10-23extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi-0/+27
2012-10-23extcon: max77693: Use max77693_update_reg for rmw operationsAxel Lin-12/+6
2012-09-16Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman-7/+12
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi-7/+12
2012-09-06extcon: use IRQF_ONESHOTFengguang Wu-1/+1
2012-09-05extcon: fix typos in max77693 driverPeter Meerwald-3/+3