summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
...
* extcon: ptn5150: Add usb role class supportLi Jun2022-05-132-0/+26
* extcon: ptn5150: Add queue work sync before driver releaseLi Jun2022-05-131-0/+11
* extcon: sm5502: Add support for SM5703Markuss Broks2022-05-132-1/+3
* extcon: usb-gpio: Remove disable irq operation in system sleepBruce Chen2022-05-131-15/+0
* extcon: Fix some kernel-doc commentsYang Li2022-05-131-0/+4
* extcon: usbc-cros-ec: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2022-05-131-1/+1
* extcon: int3496: Add support for controlling Vbus through a regulatorHans de Goede2022-05-131-1/+29
* extcon: int3496: Add support for binding to plain platform devicesHans de Goede2022-05-131-4/+13
* extcon: int3496: Request non-exclusive access to the ID GPIOHans de Goede2022-05-131-1/+2
* extcon: int3496: Make the driver a bit less verboseHans de Goede2022-05-131-2/+2
* extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter2022-05-132-3/+5
* extcon: intel-cht-wc: Report RID_A for ACA adaptersHans de Goede2022-02-011-5/+13
* extcon: intel-cht-wc: Add support for registering a power_supply class-deviceHans de Goede2022-02-011-0/+81
* extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()Hans de Goede2022-02-011-7/+8
* extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectorsHans de Goede2022-02-012-0/+93
* extcon: intel-cht-wc: Use new cht_wc_model intel_soc_pmic fieldHans de Goede2022-02-011-14/+21
* 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