summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-1212-28/+28
* extcon: Remove optional print_name() function pointer of extcon_devChanwoo Choi2015-05-291-8/+0
* extcon: Update the prototype of extcon_register_notifier() with enum extconChanwoo Choi2015-05-221-43/+48
* extcon: Use capital letter for the name of external connectorsChanwoo Choi2015-05-221-14/+23
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-2211-341/+265
* extcon: usb-gpio: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-05-201-1/+1
* extcon: Remove the optional name of extcon deviceChanwoo Choi2015-05-198-9/+0
* extcon: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-192-2/+3
* extcon: adc-jack: Remove the unneeded num_cables fieldChanwoo Choi2015-05-191-12/+0
* extcon: Alter MHL-TA cable name to TA cable nameChanwoo Choi2015-05-192-11/+7
* extcon: Unify the dock device names on max8997/77693Chanwoo Choi2015-05-192-25/+16
* extcon: Unify the jig cable names on rt8973 and max14577/77693/77843Chanwoo Choi2015-05-194-78/+23
* extcon: arizona: Add support for select accessory detect mode when headphone ...Inha Song2015-05-191-8/+30
* extcon: arizona: Apply HP clamps correctly for WM8280Charles Keepax2015-05-191-0/+1
* extcon: arizona: Remove the setting of device nameChanwoo Choi2015-05-191-1/+0
* extcon: Fix the checkpatch warning and minor coding style issueChanwoo Choi2015-05-191-5/+5
* extcon: Add extcon_get_edev_name() API to get the extcon device nameChanwoo Choi2015-05-191-0/+9
* extcon: Modify the device name as extcon[X] for sysfsChanwoo Choi2015-05-191-3/+5
* extcon: axp288: Add axp288 extcon driver supportRamakrishna Pallala2015-05-193-0/+393
* extcon: arizona: Rename hpdet_ip to make its purpose clearerRichard Fitzgerald2015-05-191-5/+5
* extcon: Add manufactor name of each extcon deviceChanwoo Choi2015-05-191-7/+7
* extcon: usb-gpio: register extcon device before IRQ registrationRobert Baldyga2015-04-271-12/+12
* Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-2111-56/+1227
|\
| * extcon: Fix missing locking when [un]registering notifiersHans de Goede2015-03-231-4/+31
| * extcon: max77843: Fix an error code in max77843_init_muic_regmap()Dan Carpenter2015-03-231-1/+1
| * extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time()Dan Carpenter2015-03-161-1/+1
| * extcon: Fix the checkpatch warningChanwoo Choi2015-03-077-20/+10
| * extcon: Rename extcon core driverChanwoo Choi2015-03-072-1/+1
| * extcon: arizona: Fix headphone clamping on wm5110Charles Keepax2015-03-041-5/+18
| * extcon: arizona: Deobfuscate arizona_extcon_do_magicCharles Keepax2015-03-041-16/+20
| * extcon: max77843: Add max77843 MUIC driverJaewon Kim2015-02-243-0/+892
| * extcon: usb-gpio: Introduce gpio usb extcon driverRoger Quadros2015-02-243-0/+245
| * extcon: max77693: Use HOST term to express USB-HOST cable instead of OTG termJaewon Kim2015-02-241-10/+10
| * extcon: max77693: Fix cable name of MHL-TAJaewon Kim2015-02-241-6/+6
* | extcon: arizona: Add support for WM8280/WM8281Richard Fitzgerald2015-02-261-0/+1
|/
* extcon: max77693: Constify struct regmap_configKrzysztof Kozlowski2015-01-261-1/+1
* extcon: adc-jack: Release IIO channel on driver removeIvan T. Ivanov2015-01-261-0/+1
* extcon: Remove duplicated include from extcon-class.cWei Yongjun2015-01-261-1/+0
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-143-11/+17
|\
| * extcon: max14577: Fix obvious typo in company name in copyrightKrzysztof Kozlowski2014-11-241-1/+1
| * extcon: max77693: Fix cable name of JIG_UART_ONKrzysztof Kozlowski2014-11-241-5/+7
| * extcon: Implement OF-based extcon lookup properlyTomasz Figa2014-11-241-5/+9
* | extcon: drop owner assignment from platform_driversWolfram Sang2014-10-207-7/+0
|/
* extcon: gpio: Fix code cleanupGeorge Cherian2014-09-221-5/+5
* extcon: max77693: Fix a bug occured at changing ADC debounce time.Jonghwa Lee2014-09-221-4/+8
* extcon: sm5502: Drop useless includeJean Delvare2014-09-221-1/+0
* extcon: max77693: Use resource managed interrupt lineKrzysztof Kozlowski2014-09-221-18/+7
* extcon: rt8973a: Add Richtek RT8973A extcon driverChanwoo Choi2014-09-224-0/+956
* extcon: sm5502: Clean up codes by using checkpatch scriptChanwoo Choi2014-09-221-5/+4
* extcon: sm5502: Move sm5502.h header file to extcon directoryChanwoo Choi2014-09-222-6/+284
OpenPOWER on IntegriCloud