aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon
AgeCommit message (Expand)AuthorFilesLines
2023-12-12extcon: qcom-spmi-misc: don't use kernel-doc marker for commentRandy Dunlap1-1/+1
2023-12-05extcon: usbc-tusb320: Set interrupt polarity based on device-treeLukas Funke1-1/+8
2023-12-04extcon: fix possible name leak in extcon_dev_register()Yaxiong Tian1-2/+1
2023-10-17extcon: realtek: add the error handler for nvmem_cell_readStanley Chang1-42/+44
2023-10-06extcon: max77843: add device-tree compatible stringMarek Szyprowski1-0/+7
2023-10-06extcon: max77693: add device-tree compatible stringMarek Szyprowski1-0/+7
2023-10-06extcon: add Realtek DHC RTD SoC Type-C driverStanley Chang3-0/+1804
2023-08-05extcon: cht_wc: add POWER_SUPPLY dependencyArnd Bergmann1-0/+1
2023-06-01extcon: Switch i2c drivers back to use .probe()Uwe Kleine-König5-5/+5
2023-05-29extcon: Drop unneeded assignmentsAndy Shevchenko1-3/+3
2023-05-29extcon: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko1-8/+5
2023-05-29extcon: Use unique number for the extcon device IDAndy Shevchenko2-3/+15
2023-05-29extcon: Remove dup device name in the message and unneeded error checkAndy Shevchenko1-3/+2
2023-05-29extcon: Use dev_of_node(dev) instead of dev->of_nodeAndy Shevchenko1-8/+4
2023-05-29extcon: Use device_match_of_node() helperAndy Shevchenko1-1/+1
2023-05-29extcon: Amend kernel documentation of struct extcon_devAndy Shevchenko1-3/+3
2023-05-29extcon: Use sysfs_emit() to instead of sprintf()Andy Shevchenko1-9/+9
2023-05-29extcon: Use DECLARE_BITMAP() to declare bit arraysAndy Shevchenko1-4/+4
2023-05-29extcon: Fix kernel doc of property capability fields to avoid warningsAndy Shevchenko1-0/+4
2023-05-29extcon: Fix kernel doc of property fields to avoid warningsAndy Shevchenko1-0/+4
2023-05-29extcon: usbc-tusb320: add USB_ROLE_SWITCH dependencyArnd Bergmann1-0/+1
2023-05-29extcon: usbc-tusb320: add usb_role_switch supportAlvin Šipraga1-0/+21
2023-05-29extcon: usbc-tusb320: add accessory detection supportAlvin Šipraga1-22/+68
2023-05-29extcon: Add extcon_alloc_groups to simplify extcon register functionBumwoo Lee1-22/+39
2023-05-29extcon: Add extcon_alloc_muex to simplify extcon register functionBumwoo Lee1-48/+61
2023-05-29extcon: Add extcon_alloc_cables to simplify extcon register functionBumwoo Lee1-46/+65
2023-05-29extcon: Remove redundant null checking for classBumwoo Lee1-11/+10
2023-05-29extcon: palmas: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2023-05-29extcon: qcom-spmi: Switch to platform_get_irq_byname_optionalBryan O'Donoghue1-2/+2
2023-05-29extcon: axp288: Replace open coded acpi_dev_put()Andy Shevchenko1-1/+1
2023-05-29extcon: usbc-tusb320: Unregister typec port on driver removalAlvin Šipraga1-8/+34
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-04extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90FHans de Goede1-0/+1
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-11/+7
2022-12-03extcon: usbc-tusb320: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03extcon: rt8973: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03extcon: fsa9480: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03extcon: max77843: Replace irqchip mask_invert with unmask_baseAidan MacDonald1-2/+1
2022-11-22extcon: usbc-tusb320: Update state on probe even if no IRQ pendingMarek Vasut1-5/+12
2022-11-08extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registeredYassine Oudjana1-1/+7
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-29/+205
2022-09-26extcon: usbc-tusb320: fix kernel-doc warningRong Chen1-1/+1
2022-09-26extcon: usbc-tusb320: Add USB TYPE-C supportMarek Vasut2-1/+160
2022-09-26extcon: usbc-tusb320: Factor out extcon into dedicated functionsMarek Vasut1-29/+46
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-15extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDPMichael Wu1-0/+10
2022-07-15extcon: rt8973a: Drop useless mask_invert flag on irqchipAidan MacDonald1-1/+0
2022-07-15extcon: sm5502: Drop useless mask_invert flag on irqchipAidan MacDonald1-2/+0
2022-07-15extcon: Drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-07-15extcon: Remove extraneous space before a debug messageColin Ian King1-1/+1
2022-07-15extcon: fsa9480: Drop no-op remove functionUwe Kleine-König1-6/+0
2022-05-13extcon: Modify extcon device to be created after driver data is setbumwoo lee1-12/+17
2022-05-13extcon: sm5502: Clarify SM5703's i2c device IDMarkuss Broks1-1/+1
2022-05-13extcon: ptn5150: Add usb role class supportLi Jun2-0/+26
2022-05-13extcon: ptn5150: Add queue work sync before driver releaseLi Jun1-0/+11
2022-05-13extcon: sm5502: Add support for SM5703Markuss Broks2-1/+3
2022-05-13extcon: usb-gpio: Remove disable irq operation in system sleepBruce Chen1-15/+0
2022-05-13extcon: Fix some kernel-doc commentsYang Li1-0/+4
2022-05-13extcon: usbc-cros-ec: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-1/+1
2022-05-13extcon: int3496: Add support for controlling Vbus through a regulatorHans de Goede1-1/+29
2022-05-13extcon: int3496: Add support for binding to plain platform devicesHans de Goede1-4/+13
2022-05-13extcon: int3496: Request non-exclusive access to the ID GPIOHans de Goede1-1/+2
2022-05-13extcon: int3496: Make the driver a bit less verboseHans de Goede1-2/+2
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter2-3/+5
2022-02-01extcon: intel-cht-wc: Report RID_A for ACA adaptersHans de Goede1-5/+13
2022-02-01extcon: intel-cht-wc: Add support for registering a power_supply class-deviceHans de Goede1-0/+81
2022-02-01extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()Hans de Goede1-7/+8
2022-02-01extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectorsHans de Goede2-0/+93
2022-02-01extcon: intel-cht-wc: Use new cht_wc_model intel_soc_pmic fieldHans de Goede1-14/+21
2021-12-24extcon: Deduplicate code in extcon_set_state_sync()Alexander Stein1-13/+1
2021-12-24extcon: usb-gpio: fix a non-kernel-doc commentRandy Dunlap1-1/+1
2021-10-27extcon: usbc-tusb320: Add support for TUSB320LYassine Oudjana1-3/+79
2021-10-27extcon: usbc-tusb320: Add support for mode setting and resetYassine Oudjana1-4/+81
2021-10-27extcon: extcon-axp288: Use P-Unit semaphore lock for register accessesFabio Aiuto2-3/+30
2021-10-27extcon: max3355: Drop unused includeLinus Walleij1-1/+0
2021-10-27extcon: usb-gpio: Use the right includesLinus Walleij1-2/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-48/+258
2021-06-21extcon: sm5502: Add support for SM5504Stephan Gerhold3-8/+204
2021-06-21extcon: sm5502: Refactor driver to use chip-specific structStephan Gerhold2-28/+44
2021-06-21extcon: sm5502: Implement i2c_driver->probe_new()Stephan Gerhold1-3/+2
2021-06-21extcon: sm5502: Use devm_regmap_add_irq_chip()Stephan Gerhold1-12/+2
2021-06-21extcon: max8997: Add missing modalias stringMarek Szyprowski1-0/+1
2021-06-21extcon: sm5502: Drop invalid register write in sm5502_reg_dataStephan Gerhold1-1/+0
2021-06-21extcon: intel-mrfld: Sync hardware and software state on initFerry Toth1-0/+9
2021-06-17extcon: extcon-max8997: Simplify driver using devmMatti Vaittinen1-31/+16
2021-06-17extcon: extcon-max8997: Fix IRQ freeing at error pathMatti Vaittinen1-1/+1
2021-06-17extcon: extcon-max77693.c: Fix potential work-queue cancellation raceMatti Vaittinen1-12/+5
2021-06-17extcon: extcon-max14577: Fix potential work-queue cancellation raceMatti Vaittinen1-11/+5
2021-04-28Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds3-1825/+0
2021-04-26Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-45/+20
2021-04-08extcon: qcom-spmi: Add support for VBUS detectionAnirudh Ghayal1-19/+80
2021-04-08extcon: sm5502: Detect OTG when USB_ID is connected to groundNikita Travkin1-2/+20
2021-04-08extcon: max8997: Add CHGINS and CHGRM interrupt handlingTimon Baetz1-0/+4
2021-04-05Merge 5.12-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+1
2021-03-23extconn: Clean-up few drivers by using managed work initMatti Vaittinen4-45/+20
2021-03-18ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.cHans de Goede3-1828/+0
2021-03-18extcon: arizona: Always use pm_runtime_get_sync() when we need the device to ...Hans de Goede1-2/+2
2021-03-18extcon: arizona: Fix flags parameter to the gpiod_get("wlf,micd-pol") callHans de Goede1-1/+1
2021-03-18extcon: arizona: Fix various races on driver unbindHans de Goede1-19/+21
2021-03-18extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been...Hans de Goede1-8/+9
2021-03-15extcon: Fix error handling in extcon_dev_registerDinghao Liu1-0/+1
2020-12-11extcon: max77693: Fix modalias stringMarek Szyprowski1-1/+1
2020-12-11extcon: fsa9480: Support TI TSU6111 variantLinus Walleij1-0/+1
2020-12-11extcon: Add driver for TI TUSB320Michael Auchter3-0/+193
2020-09-30extcon: axp288: Use module_platform_driver to simplify the codeLiu Shixin1-12/+1
2020-09-30extcon: ptn5150: Do not print error during probe if nothing is attachedKrzysztof Kozlowski1-1/+0
2020-09-24extcon: ptn5150: Use defines for registersKrzysztof Kozlowski1-12/+10
2020-09-24extcon: palmas: Simplify with dev_err_probe()Krzysztof Kozlowski1-12/+6
2020-09-24extcon: max8997: Return error code of extcon_dev_allocate()Krzysztof Kozlowski1-1/+1
2020-09-24extcon: max77843: Return error code of extcon_dev_allocate()Krzysztof Kozlowski1-1/+1
2020-09-24extcon: max77693: Return error code of extcon_dev_allocate()Krzysztof Kozlowski1-1/+1
2020-09-24extcon: max14577: Return error code of extcon_dev_allocate()Krzysztof Kozlowski1-1/+1
2020-09-24extcon: ptn5150: Set the VBUS and POLARITY property capabilityRamuthevar Vadivel Murugan1-0/+7
2020-09-24extcon: ptn5150: Switch to GENMASK() and BIT() macrosRamuthevar Vadivel Murugan1-32/+11
2020-09-24extcon: ptn5150: Deduplicate parts of dev_err_probe()Andy Shevchenko1-9/+5
2020-09-24extcon: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-09-24extcon: ptn5150: Convert to .probe_newKrzysztof Kozlowski1-3/+2
2020-09-24extcon: ptn5150: Convert to module_i2c_driverKrzysztof Kozlowski1-6/+1
2020-09-24extcon: ptn5150: Reduce the amount of logs on deferred probeKrzysztof Kozlowski1-5/+6
2020-09-24extcon: ptn5150: Make 'vbus-gpios' optionalKrzysztof Kozlowski1-2/+8
2020-09-24extcon: ptn5150: Check current USB mode when probingKrzysztof Kozlowski1-43/+49
2020-09-24extcon: ptn5150: Lower the noisiness of probeKrzysztof Kozlowski1-2/+2
2020-09-24extcon: ptn5150: Simplify getting vbus-gpios with flagsKrzysztof Kozlowski1-6/+1
2020-09-24extcon: ptn5150: Use generic "interrupts" propertyKrzysztof Kozlowski1-15/+18
2020-09-24extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO chipsKrzysztof Kozlowski1-4/+4
2020-05-29extcon: arizona: Fix runtime PM imbalance on errorDinghao Liu1-8/+9
2020-05-29extcon: max14577: Add proper dt-compatible stringsMarek Szyprowski1-0/+10
2020-05-29extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()'Christophe JAILLET1-2/+1
2020-05-29extcon: remove redundant assignment to variable idxColin Ian King1-1/+1
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+39
2020-03-25extcon: axp288: Add wakeup supportHans de Goede1-0/+32
2020-03-25extcon: Mark extcon_get_edev_name() function as exported symbolMayank Rana1-0/+1
2020-03-25extcon: palmas: Hide error messages if gpio returns -EPROBE_DEFERH. Nikolaus Schaller1-2/+6
2020-03-24extcon: axp288: Convert to new X86 CPU match macrosThomas Gleixner1-1/+1
2019-12-16extcon: sm5502: Remove unneeded semicolonXu Wang1-5/+5
2019-12-09extcon: arizona: Factor out microphone and button detectionCharles Keepax1-44/+71
2019-12-09extcon: arizona: Factor out microphone impedance into a functionCharles Keepax1-52/+73
2019-12-09extcon: arizona: Invert logic of check in arizona_hpdet_do_idCharles Keepax1-47/+45
2019-12-09extcon: arizona: Remove excessive WARN_ONCharles Keepax1-3/+2
2019-12-09extcon: arizona: Remove unnecessary sets of ACCDET_MODECharles Keepax1-11/+0
2019-12-09extcon: arizona: Tidy up transition from mic to headphone detectCharles Keepax1-8/+1
2019-12-09extcon: arizona: Clear jack status regardless of detection typeCharles Keepax1-4/+4
2019-12-09extcon: arizona: Move pdata extraction to probeCharles Keepax1-9/+5
2019-12-09extcon: arizona: Make rev A register sequences atomicCharles Keepax1-6/+14
2019-12-09extcon: arizona: Correct clean up if arizona_identify_headphone failsCharles Keepax1-0/+3
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+21
2019-11-04extcon: axp288: Remove the build-in connection descriptionHeikki Krogerus1-15/+23
2019-10-31extcon: sm5502: remove redundant assignment to variable cable_typeColin Ian King1-1/+1
2019-10-11extcon: sm5502: Reset registers during initializationStephan Gerhold2-0/+6
2019-10-01extcon-intel-cht-wc: Don't reset USB data connection at probeYauhen Kharuzhy1-2/+14
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+3
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-1/+2
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra1-1/+1
2019-07-31extcon: adc-jack: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-29extcon: axp288: Use for_each_set_bit() in axp288_extcon_log_rsi()Andy Shevchenko1-8/+5
2019-07-29extcon: axp288: Add missed error checkAndy Shevchenko1-0/+5
2019-07-24extcon: sm5502: Add IRQ_ONESHOTVasyl Gomonovych1-1/+1
2019-07-24extcon: gpio: Request reasonable interruptsLinus Walleij1-10/+19
2019-07-24extcon: fsa9480: Support the FSA880 variantLinus Walleij1-0/+1
2019-07-24extcon: extcon-max77843: convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-07-24extcon: arizona: Switch to use device_property_count_u32()Andy Shevchenko1-1/+1
2019-07-01Merge tag 'extcon-next-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman4-13/+428
2019-06-26extcon: fsa9480: Fix Kconfig warning and build errorsRandy Dunlap1-1/+1
2019-06-22extcon: Add fsa9480 extcon driverTomasz Figa3-0/+408
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner3-27/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner3-27/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2-22/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner4-20/+4
2019-05-30extcon: arizona: Correct error handling on regmap_update_bits_checkCharles Keepax1-13/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-18/+389
2019-05-06Merge branches 'acpi-utils', 'acpi-video', 'acpi-soc' and 'acpi-button'Rafael J. Wysocki1-4/+5
2019-04-12extcon: arizona: Disable mic detect if running when driver is removedCharles Keepax1-0/+10
2019-04-12extcon: axp288: Add a depends on ACPI to the Kconfig entryYueHaibing1-1/+1
2019-04-05extcon: mrfld: Introduce extcon driver for Basin Cove PMICAndy Shevchenko3-0/+292
2019-04-05extcon: intel: Split out some definitions to a common headerAndy Shevchenko2-14/+27
2019-04-05extcon: Fix build warning for extcon_unregister_notifier commentValdis Klētnieks1-1/+1
2019-04-05extcon: intel-cht-wc: Enable external chargerYauhen Kharuzhy1-1/+33
2019-04-05extcon: intel-cht-wc: Make charger detection co-existed with OTG host modeYauhen Kharuzhy1-1/+25
2019-04-05extcon: ptn5150: fix COMPILE_TEST dependenciesArnd Bergmann1-1/+1
2019-04-01extcon: axp288: Convert to use acpi_dev_get_first_match_dev()Andy Shevchenko1-4/+5
2019-02-11extcon: ptn5150: Fix return value check in ptn5150_i2c_probe()Wei Yongjun1-4/+4
2019-02-11extcon: Add support for ptn5150 extcon driverVijai Kumar K3-0/+348
2018-11-14extcon: max8997: Fix lack of path setting in USB device modeMarek Szyprowski1-6/+4
2018-11-12extcon: max8997: Avoid forcing UART path on drive probeMarek Szyprowski1-2/+13
2018-11-12extcon: max14577: Avoid forcing UART path on drive probeMarek Szyprowski1-2/+13
2018-11-12extcon: max77693: Avoid forcing UART path on drive probeMarek Szyprowski1-2/+14
2018-11-12extcon: max77843: Avoid forcing UART path on drive probeMarek Szyprowski1-3/+15
2018-08-28extcon: int3496: Convert to use SPDX identifierAndy Shevchenko1-10/+2
2018-08-28extcon: cht-wc: Convert to use SPDX identifierAndy Shevchenko1-9/+1
2018-08-28extcon: cht-wc: Correct USBID bit field handlingAndy Shevchenko1-13/+19
2018-08-28extcon: cht-wc: Fix definition names according to specAndy Shevchenko1-8/+8
2018-08-28extcon: cht-wc: Return from default case to avoid warningsAndy Shevchenko1-1/+1
2018-08-28extcon: Switch to use kasprintf() instead of open codedAndy Shevchenko1-10/+3
2018-08-28extcon: Make static analyzer happy about union assignmentAndy Shevchenko1-1/+1
2018-08-28extcon: maxim: Add SPDX license identifiersKrzysztof Kozlowski4-61/+26
2018-07-21Merge tag 'extcon-next-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-18/+9
2018-07-12extcon: Release locking when sending the notification of connector stateChanwoo Choi1-1/+2