aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-27Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-nextGreg Kroah-Hartman4-37/+30
2012-11-26extcon: remove use of __devexit_pBill Pemberton5-5/+5
2012-11-26extcon: remove use of __devinitBill Pemberton5-5/+5
2012-11-26extcon: remove use of __devexitBill Pemberton5-5/+5
2012-11-21extcon: max77693: Fix uninitialised variable warningSachin Kamat1-1/+2
2012-11-21extcon: max77693: Use devm_kzallocSachin Kamat1-15/+8
2012-11-21extcon: max8997: Use devm_kzallocSachin Kamat1-12/+6
2012-11-21extcon: max8997: Fix a typoSachin Kamat1-1/+1
2012-11-21extcon: max8997: Fix checkpatch errorSachin Kamat1-1/+1
2012-11-21extcon: max77693: Fix coding styleSachin Kamat1-2/+2
2012-11-21extcon: max77693: Fix incorrect error check and return valueSachin Kamat1-4/+6
2012-11-21extcon: max8997: Fix incorrect error check and return valueSachin Kamat1-2/+4
2012-11-21extcon: Fix return value in extcon-class.cSachin Kamat1-1/+1
2012-11-20extcon: arizona: unlock mutex on error path in arizona_micdet()Alexey Khoroshilov1-0/+1
2012-10-23extcon : register for cable interest by cable nameJenny TC1-10/+34
2012-10-23extcon: trivial: kfree missed from remove pathanish kumar1-0/+1
2012-10-23extcon: driver model release call not neededanish kumar1-40/+35
2012-10-23extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi1-0/+27
2012-10-23extcon: max77693: Use max77693_update_reg for rmw operationsAxel Lin1-12/+6
2012-10-23extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_Axel Lin1-2/+2
2012-10-23extcon: adc-jack: Add missing MODULE_LICENSEAxel Lin1-0/+5
2012-10-23extcon: adc-jack: Fix checking return value of request_any_context_irqAxel Lin1-3/+2
2012-10-23extcon: Fix return value in extcon_register_interest()Sachin Kamat1-1/+1
2012-10-23extcon: unregister compat link on cleanupPeter Huewe1-0/+4
2012-10-23extcon: Unregister compat class at module unload to fix oopsPeter Huewe1-0/+3
2012-10-22extcon: optimising the check_mutually_exclusive functionanish kumar1-10/+6
2012-10-22extcon: standard cable names definition and declaration changedanish kumar1-3/+1
2012-10-22extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detachDevendra Naga1-4/+2
2012-10-22extcon: Remove duplicate inclusion of extcon.h header fileSachin Kamat1-1/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-20/+289
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-nextMark Brown1-0/+5
2012-09-16Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman1-7/+12
2012-09-16Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-7/+12
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi1-7/+12
2012-09-10extcon: arizona: Use bypass mode for MICVDDMark Brown1-0/+5
2012-09-06extcon: use IRQF_ONESHOTFengguang Wu1-1/+1
2012-09-05extcon: extcon-arizona depends on INPUTRandy Dunlap1-1/+1
2012-09-05extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devicesanish kumar3-0/+205
2012-09-05extcon: fixing typosPeter Meerwald1-4/+4
2012-09-05extcon: fix typos in extcon-arizonaPeter Meerwald1-2/+2
2012-09-05extcon: fix typos in max77693 driverPeter Meerwald1-3/+3
2012-09-05extcon: arizona: Free MICDET IRQ on error during probeMark Brown1-1/+3
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman1-1/+2
2012-08-16extcon: Ensure dynamically allocated sysfs attributes are initialisedMark Brown1-0/+4
2012-08-16Extcon: renamed files to comply with the standard naming.MyungJoo Ham3-2/+2
2012-08-16Revert "Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices"Greg Kroah-Hartman3-202/+0
2012-08-16Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devicesanish kumar3-0/+202
2012-08-16extcon: arizona: Implement button detection supportMark Brown1-7/+65
2012-08-16extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_oneAxel Lin1-1/+2