Age | Commit message (Expand) | Author |
2023-06-01 | extcon: Switch i2c drivers back to use .probe() | Uwe Kleine-König |
2023-05-29 | extcon: Drop unneeded assignments | Andy Shevchenko |
2023-05-29 | extcon: Use sizeof(*pointer) instead of sizeof(type) | Andy Shevchenko |
2023-05-29 | extcon: Use unique number for the extcon device ID | Andy Shevchenko |
2023-05-29 | extcon: Remove dup device name in the message and unneeded error check | Andy Shevchenko |
2023-05-29 | extcon: Use dev_of_node(dev) instead of dev->of_node | Andy Shevchenko |
2023-05-29 | extcon: Use device_match_of_node() helper | Andy Shevchenko |
2023-05-29 | extcon: Amend kernel documentation of struct extcon_dev | Andy Shevchenko |
2023-05-29 | extcon: Use sysfs_emit() to instead of sprintf() | Andy Shevchenko |
2023-05-29 | extcon: Use DECLARE_BITMAP() to declare bit arrays | Andy Shevchenko |
2023-05-29 | extcon: Fix kernel doc of property capability fields to avoid warnings | Andy Shevchenko |
2023-05-29 | extcon: Fix kernel doc of property fields to avoid warnings | Andy Shevchenko |
2023-05-29 | extcon: usbc-tusb320: add USB_ROLE_SWITCH dependency | Arnd Bergmann |
2023-05-29 | extcon: usbc-tusb320: add usb_role_switch support | Alvin Šipraga |
2023-05-29 | extcon: usbc-tusb320: add accessory detection support | Alvin Šipraga |
2023-05-29 | extcon: Add extcon_alloc_groups to simplify extcon register function | Bumwoo Lee |
2023-05-29 | extcon: Add extcon_alloc_muex to simplify extcon register function | Bumwoo Lee |
2023-05-29 | extcon: Add extcon_alloc_cables to simplify extcon register function | Bumwoo Lee |
2023-05-29 | extcon: Remove redundant null checking for class | Bumwoo Lee |
2023-05-29 | extcon: palmas: Remove unused of_gpio.h | Andy Shevchenko |
2023-05-29 | extcon: qcom-spmi: Switch to platform_get_irq_byname_optional | Bryan O'Donoghue |
2023-05-29 | extcon: axp288: Replace open coded acpi_dev_put() | Andy Shevchenko |
2023-05-29 | extcon: usbc-tusb320: Unregister typec port on driver removal | Alvin Šipraga |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2023-02-04 | extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90F | Hans de Goede |
2022-12-16 | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-03 | extcon: usbc-tusb320: Convert to i2c's .probe_new() | Uwe Kleine-König |
2022-12-03 | extcon: rt8973: Convert to i2c's .probe_new() | Uwe Kleine-König |
2022-12-03 | extcon: fsa9480: Convert to i2c's .probe_new() | Uwe Kleine-König |
2022-12-03 | extcon: max77843: Replace irqchip mask_invert with unmask_base | Aidan MacDonald |
2022-11-22 | extcon: usbc-tusb320: Update state on probe even if no IRQ pending | Marek Vasut |
2022-11-08 | extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered | Yassine Oudjana |
2022-10-08 | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-09-26 | extcon: usbc-tusb320: fix kernel-doc warning | Rong Chen |
2022-09-26 | extcon: usbc-tusb320: Add USB TYPE-C support | Marek Vasut |
2022-09-26 | extcon: usbc-tusb320: Factor out extcon into dedicated functions | Marek Vasut |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König |
2022-07-15 | extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDP | Michael Wu |
2022-07-15 | extcon: rt8973a: Drop useless mask_invert flag on irqchip | Aidan MacDonald |
2022-07-15 | extcon: sm5502: Drop useless mask_invert flag on irqchip | Aidan MacDonald |
2022-07-15 | extcon: Drop unexpected word "the" in the comments | Jiang Jian |
2022-07-15 | extcon: Remove extraneous space before a debug message | Colin Ian King |
2022-07-15 | extcon: fsa9480: Drop no-op remove function | Uwe Kleine-König |
2022-05-13 | extcon: Modify extcon device to be created after driver data is set | bumwoo lee |
2022-05-13 | extcon: sm5502: Clarify SM5703's i2c device ID | Markuss Broks |
2022-05-13 | extcon: ptn5150: Add usb role class support | Li Jun |
2022-05-13 | extcon: ptn5150: Add queue work sync before driver release | Li Jun |
2022-05-13 | extcon: sm5502: Add support for SM5703 | Markuss Broks |
2022-05-13 | extcon: usb-gpio: Remove disable irq operation in system sleep | Bruce Chen |
2022-05-13 | extcon: Fix some kernel-doc comments | Yang Li |