summaryrefslogtreecommitdiff
path: root/drivers/extcon
AgeCommit message (Expand)Author
2023-08-05extcon: cht_wc: add POWER_SUPPLY dependencyArnd Bergmann
2023-06-01extcon: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-29extcon: Drop unneeded assignmentsAndy Shevchenko
2023-05-29extcon: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko
2023-05-29extcon: Use unique number for the extcon device IDAndy Shevchenko
2023-05-29extcon: Remove dup device name in the message and unneeded error checkAndy Shevchenko
2023-05-29extcon: Use dev_of_node(dev) instead of dev->of_nodeAndy Shevchenko
2023-05-29extcon: Use device_match_of_node() helperAndy Shevchenko
2023-05-29extcon: Amend kernel documentation of struct extcon_devAndy Shevchenko
2023-05-29extcon: Use sysfs_emit() to instead of sprintf()Andy Shevchenko
2023-05-29extcon: Use DECLARE_BITMAP() to declare bit arraysAndy Shevchenko
2023-05-29extcon: Fix kernel doc of property capability fields to avoid warningsAndy Shevchenko
2023-05-29extcon: Fix kernel doc of property fields to avoid warningsAndy Shevchenko
2023-05-29extcon: usbc-tusb320: add USB_ROLE_SWITCH dependencyArnd Bergmann
2023-05-29extcon: usbc-tusb320: add usb_role_switch supportAlvin Šipraga
2023-05-29extcon: usbc-tusb320: add accessory detection supportAlvin Šipraga
2023-05-29extcon: Add extcon_alloc_groups to simplify extcon register functionBumwoo Lee
2023-05-29extcon: Add extcon_alloc_muex to simplify extcon register functionBumwoo Lee
2023-05-29extcon: Add extcon_alloc_cables to simplify extcon register functionBumwoo Lee
2023-05-29extcon: Remove redundant null checking for classBumwoo Lee
2023-05-29extcon: palmas: Remove unused of_gpio.hAndy Shevchenko
2023-05-29extcon: qcom-spmi: Switch to platform_get_irq_byname_optionalBryan O'Donoghue
2023-05-29extcon: axp288: Replace open coded acpi_dev_put()Andy Shevchenko
2023-05-29extcon: usbc-tusb320: Unregister typec port on driver removalAlvin Šipraga
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-04extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90FHans de Goede
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-03extcon: usbc-tusb320: Convert to i2c's .probe_new()Uwe Kleine-König
2022-12-03extcon: rt8973: Convert to i2c's .probe_new()Uwe Kleine-König
2022-12-03extcon: fsa9480: Convert to i2c's .probe_new()Uwe Kleine-König
2022-12-03extcon: max77843: Replace irqchip mask_invert with unmask_baseAidan MacDonald
2022-11-22extcon: usbc-tusb320: Update state on probe even if no IRQ pendingMarek Vasut
2022-11-08extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registeredYassine Oudjana
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-26extcon: usbc-tusb320: fix kernel-doc warningRong Chen
2022-09-26extcon: usbc-tusb320: Add USB TYPE-C supportMarek Vasut
2022-09-26extcon: usbc-tusb320: Factor out extcon into dedicated functionsMarek Vasut
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-15extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDPMichael Wu
2022-07-15extcon: rt8973a: Drop useless mask_invert flag on irqchipAidan MacDonald
2022-07-15extcon: sm5502: Drop useless mask_invert flag on irqchipAidan MacDonald
2022-07-15extcon: Drop unexpected word "the" in the commentsJiang Jian
2022-07-15extcon: Remove extraneous space before a debug messageColin Ian King
2022-07-15extcon: fsa9480: Drop no-op remove functionUwe Kleine-König
2022-05-13extcon: Modify extcon device to be created after driver data is setbumwoo lee
2022-05-13extcon: sm5502: Clarify SM5703's i2c device IDMarkuss Broks
2022-05-13extcon: ptn5150: Add usb role class supportLi Jun
2022-05-13extcon: ptn5150: Add queue work sync before driver releaseLi Jun
2022-05-13extcon: sm5502: Add support for SM5703Markuss Broks
2022-05-13extcon: usb-gpio: Remove disable irq operation in system sleepBruce Chen