summaryrefslogtreecommitdiff
path: root/drivers/extcon
AgeCommit message (Expand)AuthorFilesLines
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+507
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-10/+5
2024-09-04extcon: lc824206xa: Fix build error of POWER_SUPPLY_PROP_USB_TYPEStephen Rothwell1-10/+5
2024-09-04extcon: axp288: Switch to new Intel CPU model definesTony Luck1-1/+1
2024-09-04Merge tag 'ib-psy-usb-types-signed' of git://git.kernel.org/pub/scm/linux/ker...Chanwoo Choi1-10/+5
2024-09-04extcon: Add LC824206XA microUSB switch driverHans de Goede3-0/+512
2024-09-04power: supply: Change usb_types from an array into a bitmaskHans de Goede1-10/+5
2024-05-08extcon: adc-jack: Document missing struct membersYang Li1-0/+2
2024-05-08extcon: realtek: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-05-08extcon: usbc-cros-ec: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-08extcon: usb-gpio: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-08extcon: max77843: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-08extcon: max3355: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-08extcon: intel-mrfld: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-08extcon: intel-cht-wc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-08extcon: adc-jack: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-08extcon: intel-mrfld: Don't shadow error from devm_extcon_dev_allocate()Andy Shevchenko1-1/+1
2024-05-08extcon: max8997: select IRQ_DOMAIN instead of depending on itRandy Dunlap1-1/+2
2024-05-08extcon: intel-mrfld: Switch to use dev_err_probe()Andy Shevchenko1-12/+6
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