summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
* extcon: max77693: Fix modalias stringMarek Szyprowski2020-12-111-1/+1
* extcon: fsa9480: Support TI TSU6111 variantLinus Walleij2020-12-111-0/+1
* extcon: Add driver for TI TUSB320Michael Auchter2020-12-113-0/+193
* extcon: axp288: Use module_platform_driver to simplify the codeLiu Shixin2020-09-301-12/+1
* extcon: ptn5150: Do not print error during probe if nothing is attachedKrzysztof Kozlowski2020-09-301-1/+0
* extcon: ptn5150: Use defines for registersKrzysztof Kozlowski2020-09-241-12/+10
* extcon: palmas: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-12/+6
* extcon: max8997: Return error code of extcon_dev_allocate()Krzysztof Kozlowski2020-09-241-1/+1
* extcon: max77843: Return error code of extcon_dev_allocate()Krzysztof Kozlowski2020-09-241-1/+1
* extcon: max77693: Return error code of extcon_dev_allocate()Krzysztof Kozlowski2020-09-241-1/+1
* extcon: max14577: Return error code of extcon_dev_allocate()Krzysztof Kozlowski2020-09-241-1/+1
* extcon: ptn5150: Set the VBUS and POLARITY property capabilityRamuthevar Vadivel Murugan2020-09-241-0/+7
* extcon: ptn5150: Switch to GENMASK() and BIT() macrosRamuthevar Vadivel Murugan2020-09-241-32/+11
* extcon: ptn5150: Deduplicate parts of dev_err_probe()Andy Shevchenko2020-09-241-9/+5
* extcon: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-09-242-2/+2
* extcon: ptn5150: Convert to .probe_newKrzysztof Kozlowski2020-09-241-3/+2
* extcon: ptn5150: Convert to module_i2c_driverKrzysztof Kozlowski2020-09-241-6/+1
* extcon: ptn5150: Reduce the amount of logs on deferred probeKrzysztof Kozlowski2020-09-241-5/+6
* extcon: ptn5150: Make 'vbus-gpios' optionalKrzysztof Kozlowski2020-09-241-2/+8
* extcon: ptn5150: Check current USB mode when probingKrzysztof Kozlowski2020-09-241-43/+49
* extcon: ptn5150: Lower the noisiness of probeKrzysztof Kozlowski2020-09-241-2/+2
* extcon: ptn5150: Simplify getting vbus-gpios with flagsKrzysztof Kozlowski2020-09-241-6/+1
* extcon: ptn5150: Use generic "interrupts" propertyKrzysztof Kozlowski2020-09-241-15/+18
* extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO chipsKrzysztof Kozlowski2020-09-241-4/+4
* extcon: arizona: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-8/+9
* extcon: max14577: Add proper dt-compatible stringsMarek Szyprowski2020-05-291-0/+10
* extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()'Christophe JAILLET2020-05-291-2/+1
* extcon: remove redundant assignment to variable idxColin Ian King2020-05-291-1/+1
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-033-2/+39
|\
| * extcon: axp288: Add wakeup supportHans de Goede2020-03-251-0/+32
| * extcon: Mark extcon_get_edev_name() function as exported symbolMayank Rana2020-03-251-0/+1
| * extcon: palmas: Hide error messages if gpio returns -EPROBE_DEFERH. Nikolaus Schaller2020-03-251-2/+6
* | extcon: axp288: Convert to new X86 CPU match macrosThomas Gleixner2020-03-241-1/+1
|/
* extcon: sm5502: Remove unneeded semicolonXu Wang2019-12-161-5/+5
* extcon: arizona: Factor out microphone and button detectionCharles Keepax2019-12-091-44/+71
* extcon: arizona: Factor out microphone impedance into a functionCharles Keepax2019-12-091-52/+73
* extcon: arizona: Invert logic of check in arizona_hpdet_do_idCharles Keepax2019-12-091-47/+45
* extcon: arizona: Remove excessive WARN_ONCharles Keepax2019-12-091-3/+2
* extcon: arizona: Remove unnecessary sets of ACCDET_MODECharles Keepax2019-12-091-11/+0
* extcon: arizona: Tidy up transition from mic to headphone detectCharles Keepax2019-12-091-8/+1
* extcon: arizona: Clear jack status regardless of detection typeCharles Keepax2019-12-091-4/+4
* extcon: arizona: Move pdata extraction to probeCharles Keepax2019-12-091-9/+5
* extcon: arizona: Make rev A register sequences atomicCharles Keepax2019-12-091-6/+14
* extcon: arizona: Correct clean up if arizona_identify_headphone failsCharles Keepax2019-12-091-0/+3
* Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-273-3/+21
|\
| * extcon: sm5502: remove redundant assignment to variable cable_typeColin Ian King2019-10-311-1/+1
| * extcon: sm5502: Reset registers during initializationStephan Gerhold2019-10-112-0/+6
| * extcon-intel-cht-wc: Don't reset USB data connection at probeYauhen Kharuzhy2019-10-011-2/+14
* | extcon: axp288: Remove the build-in connection descriptionHeikki Krogerus2019-11-041-15/+23
|/
* Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-192-2/+3
|\