summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-04-283-1825/+0
|\
| * ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.cHans de Goede2021-03-183-1828/+0
| * extcon: arizona: Always use pm_runtime_get_sync() when we need the device to ...Hans de Goede2021-03-181-2/+2
| * extcon: arizona: Fix flags parameter to the gpiod_get("wlf,micd-pol") callHans de Goede2021-03-181-1/+1
| * extcon: arizona: Fix various races on driver unbindHans de Goede2021-03-181-19/+21
| * extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been...Hans de Goede2021-03-181-8/+9
* | Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-264-45/+20
|\ \
| * \ Merge 5.12-rc6 into driver-core-nextGreg Kroah-Hartman2021-04-051-0/+1
| |\ \
| * | | extconn: Clean-up few drivers by using managed work initMatti Vaittinen2021-03-234-45/+20
| | |/ | |/|
* | | extcon: qcom-spmi: Add support for VBUS detectionAnirudh Ghayal2021-04-081-19/+80
* | | extcon: sm5502: Detect OTG when USB_ID is connected to groundNikita Travkin2021-04-081-2/+20
* | | extcon: max8997: Add CHGINS and CHGRM interrupt handlingTimon Baetz2021-04-081-0/+4
| |/ |/|
* | extcon: Fix error handling in extcon_dev_registerDinghao Liu2021-03-151-0/+1
|/
* 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