summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
* extcon: Deduplicate code in extcon_set_state_sync()Alexander Stein2021-12-241-13/+1
* extcon: usb-gpio: fix a non-kernel-doc commentRandy Dunlap2021-12-241-1/+1
* extcon: usbc-tusb320: Add support for TUSB320LYassine Oudjana2021-10-271-3/+79
* extcon: usbc-tusb320: Add support for mode setting and resetYassine Oudjana2021-10-271-4/+81
* extcon: extcon-axp288: Use P-Unit semaphore lock for register accessesFabio Aiuto2021-10-272-3/+30
* extcon: max3355: Drop unused includeLinus Walleij2021-10-271-1/+0
* extcon: usb-gpio: Use the right includesLinus Walleij2021-10-271-2/+1
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-055-48/+258
|\
| * extcon: sm5502: Add support for SM5504Stephan Gerhold2021-06-213-8/+204
| * extcon: sm5502: Refactor driver to use chip-specific structStephan Gerhold2021-06-212-28/+44
| * extcon: sm5502: Implement i2c_driver->probe_new()Stephan Gerhold2021-06-211-3/+2
| * extcon: sm5502: Use devm_regmap_add_irq_chip()Stephan Gerhold2021-06-211-12/+2
| * extcon: max8997: Add missing modalias stringMarek Szyprowski2021-06-211-0/+1
| * extcon: sm5502: Drop invalid register write in sm5502_reg_dataStephan Gerhold2021-06-211-1/+0
| * extcon: intel-mrfld: Sync hardware and software state on initFerry Toth2021-06-211-0/+9
* | extcon: extcon-max8997: Simplify driver using devmMatti Vaittinen2021-06-171-31/+16
* | extcon: extcon-max8997: Fix IRQ freeing at error pathMatti Vaittinen2021-06-171-1/+1
* | extcon: extcon-max77693.c: Fix potential work-queue cancellation raceMatti Vaittinen2021-06-171-12/+5
* | extcon: extcon-max14577: Fix potential work-queue cancellation raceMatti Vaittinen2021-06-171-11/+5
|/
* 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