summaryrefslogtreecommitdiffstats
path: root/drivers/extcon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cableChanwoo Choi2013-01-151-0/+20
| * extcon: max77693: Set default uart/usb path by using platform dataChanwoo Choi2013-01-151-0/+24
| * extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptChanwoo Choi2013-01-152-4/+6
| * extcon: max77693: Check the state/type of cable after boot completedChanwoo Choi2013-01-151-3/+34
| * extcon: max77693: Add support dock device and buttonsChanwoo Choi2013-01-151-39/+216
| * extcon: max77693: Add support jig cableChanwoo Choi2013-01-151-6/+46
| * extcon: max77693: Add support MHL_TA cable for charging batteryChanwoo Choi2013-01-151-11/+45
| * extcon: max77693: Remove duplicate code by making functionChanwoo Choi2013-01-151-199/+241
* | iio: Update iio_channel_get API to use consumer device pointer as argumentGuenter Roeck2013-02-061-2/+1
|/
* Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2012-11-274-37/+30
|\
| * extcon: max77693: Fix uninitialised variable warningSachin Kamat2012-11-211-1/+2
| * extcon: max77693: Use devm_kzallocSachin Kamat2012-11-211-15/+8
| * extcon: max8997: Use devm_kzallocSachin Kamat2012-11-211-12/+6
| * extcon: max8997: Fix a typoSachin Kamat2012-11-211-1/+1
| * extcon: max8997: Fix checkpatch errorSachin Kamat2012-11-211-1/+1
| * extcon: max77693: Fix coding styleSachin Kamat2012-11-211-2/+2
| * extcon: max77693: Fix incorrect error check and return valueSachin Kamat2012-11-211-4/+6
| * extcon: max8997: Fix incorrect error check and return valueSachin Kamat2012-11-211-2/+4
| * extcon: Fix return value in extcon-class.cSachin Kamat2012-11-211-1/+1
| * extcon: arizona: unlock mutex on error path in arizona_micdet()Alexey Khoroshilov2012-11-201-0/+1
* | extcon: remove use of __devexit_pBill Pemberton2012-11-275-5/+5
* | extcon: remove use of __devinitBill Pemberton2012-11-275-5/+5
* | extcon: remove use of __devexitBill Pemberton2012-11-275-5/+5
|/
* extcon : register for cable interest by cable nameJenny TC2012-10-231-10/+34
* extcon: trivial: kfree missed from remove pathanish kumar2012-10-231-0/+1
* extcon: driver model release call not neededanish kumar2012-10-231-40/+35
* extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi2012-10-231-0/+27
* extcon: max77693: Use max77693_update_reg for rmw operationsAxel Lin2012-10-231-12/+6
* extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_Axel Lin2012-10-231-2/+2
* extcon: adc-jack: Add missing MODULE_LICENSEAxel Lin2012-10-231-0/+5
* extcon: adc-jack: Fix checking return value of request_any_context_irqAxel Lin2012-10-231-3/+2
* extcon: Fix return value in extcon_register_interest()Sachin Kamat2012-10-231-1/+1
* extcon: unregister compat link on cleanupPeter Huewe2012-10-231-0/+4
* extcon: Unregister compat class at module unload to fix oopsPeter Huewe2012-10-231-0/+3
* extcon: optimising the check_mutually_exclusive functionanish kumar2012-10-221-10/+6
* extcon: standard cable names definition and declaration changedanish kumar2012-10-221-3/+1
* extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detachDevendra Naga2012-10-221-4/+2
* extcon: Remove duplicate inclusion of extcon.h header fileSachin Kamat2012-10-221-1/+0
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
* \ Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-017-20/+289
|\ \
| * \ Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman2012-09-171-7/+12
| |\ \
| * | | extcon: use IRQF_ONESHOTFengguang Wu2012-09-061-1/+1
| * | | extcon: extcon-arizona depends on INPUTRandy Dunlap2012-09-051-1/+1
| * | | extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devicesanish kumar2012-09-053-0/+205
| * | | extcon: fixing typosPeter Meerwald2012-09-051-4/+4
| * | | extcon: fix typos in extcon-arizonaPeter Meerwald2012-09-051-2/+2
| * | | extcon: fix typos in max77693 driverPeter Meerwald2012-09-051-3/+3
| * | | extcon: arizona: Free MICDET IRQ on error during probeMark Brown2012-09-051-1/+3
| * | | Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman2012-08-271-1/+2
| |\ \ \
| * | | | extcon: Ensure dynamically allocated sysfs attributes are initialisedMark Brown2012-08-161-0/+4