summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2015-08-312-79/+81
|\
| *-. Merge remote-tracking branches 'regulator/topic/lp872x', 'regulator/topic/ltc...Mark Brown2015-08-302-79/+81
| |\ \
| | | * mfd/extcon: max77843: Rename defines to allow inclusion with max77693Krzysztof Kozlowski2015-07-161-17/+32
| | | * mfd/extcon: max77693: Rename defines to allow inclusion with max77843Krzysztof Kozlowski2015-07-161-34/+38
| | | * drivers: max77843: Switch to common max77693 state containerKrzysztof Kozlowski2015-07-161-8/+9
| | | * drivers: max77693: Move state container to common headerKrzysztof Kozlowski2015-07-161-1/+2
| | | * mfd/extcon: max77693: Remove unused extern declarations and max77693_dev membersKrzysztof Kozlowski2015-07-161-19/+0
| | |/
* | | extcon: palmas: Fix build break due to devm_gpiod_get_optional API changeChanwoo Choi2015-08-131-1/+3
* | | extcon: palmas: Support GPIO based USB ID detectionRoger Quadros2015-08-102-15/+115
* | | extcon: Fix signedness bugs about break error handlingDan Carpenter2015-08-101-4/+4
* | | extcon: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-102-2/+0
* | | extcon: arizona: Simplify pdata symantics for micd_dbtimeCharles Keepax2015-08-101-3/+14
* | | extcon: arizona: Declare 3-pole jack if we detect open circuit on micCharles Keepax2015-08-101-0/+3
* | | extcon: Add exception handling to prevent the NULL pointer accessChanwoo Choi2015-08-101-1/+31
* | | extcon: arizona: Ensure variables are set for headphone detectionCharles Keepax2015-08-101-4/+7
* | | extcon: arizona: Use gpiod inteface to handle micd_pol_gpio gpioCharles Keepax2015-08-101-5/+36
* | | extcon: arizona: Add basic microphone detection DT/ACPI bindingsCharles Keepax2015-08-101-0/+18
* | | extcon: arizona: Update to use the new device properties APICharles Keepax2015-08-101-6/+5
* | | extcon: palmas: Remove the mutually_exclusive arrayChanwoo Choi2015-08-101-3/+0
* | | extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi2015-08-102-26/+0
* | | extcon: max77843: Clear IRQ bits state before request IRQJaewon Kim2015-08-101-0/+9
|/ /
* | extcon: Fix extcon_cable_get_state() from getting old state after notificationRoger Quadros2015-07-311-5/+10
* | extcon: Fix hang and extcon_get/set_cable_state().Roger Quadros2015-07-311-12/+34
* | extcon: palmas: Fix NULL pointer errorChanwoo Choi2015-07-291-13/+0
|/
* 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
OpenPOWER on IntegriCloud