summaryrefslogtreecommitdiff
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'extcon-next' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Stephen Rothwell2023-04-117-189/+333
|\
| * extcon: Remove dup device name in the message and unneeded error checkAndy Shevchenko2023-04-031-3/+2
| * extcon: Use dev_of_node(dev) instead of dev->of_nodeAndy Shevchenko2023-04-031-8/+4
| * extcon: Use device_match_of_node() helperAndy Shevchenko2023-04-031-1/+1
| * extcon: Amend kernel documentation of struct extcon_devAndy Shevchenko2023-04-031-3/+3
| * extcon: Use sysfs_emit() to instead of sprintf()Andy Shevchenko2023-04-031-9/+9
| * extcon: Use DECLARE_BITMAP() to declare bit arraysAndy Shevchenko2023-04-031-4/+4
| * extcon: Fix kernel doc of property capability fields to avoid warningsAndy Shevchenko2023-03-231-0/+4
| * extcon: Fix kernel doc of property fields to avoid warningsAndy Shevchenko2023-03-231-0/+4
| * extcon: usbc-tusb320: add USB_ROLE_SWITCH dependencyArnd Bergmann2023-03-231-0/+1
| * extcon: usbc-tusb320: add usb_role_switch supportAlvin Šipraga2023-03-211-0/+21
| * extcon: usbc-tusb320: add accessory detection supportAlvin Šipraga2023-03-211-22/+68
| * extcon: Add extcon_alloc_groups to simplify extcon register functionBumwoo Lee2023-03-211-22/+39
| * extcon: Add extcon_alloc_muex to simplify extcon register functionBumwoo Lee2023-03-211-48/+61
| * extcon: Add extcon_alloc_cables to simplify extcon register functionBumwoo Lee2023-03-211-46/+65
| * extcon: Remove redundant null checking for classBumwoo Lee2023-03-161-11/+10
| * extcon: palmas: Remove unused of_gpio.hAndy Shevchenko2023-03-161-1/+0
| * extcon: qcom-spmi: Switch to platform_get_irq_byname_optionalBryan O'Donoghue2023-03-161-2/+2
| * extcon: axp288: Replace open coded acpi_dev_put()Andy Shevchenko2023-03-161-1/+1
| * extcon: usbc-tusb320: Unregister typec port on driver removalAlvin Šipraga2023-03-161-8/+34
* | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
|/
* extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90FHans de Goede2023-02-041-0/+1
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-164-11/+7
|\
| * extcon: usbc-tusb320: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-031-3/+2
| * extcon: rt8973: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-031-3/+2
| * extcon: fsa9480: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-031-3/+2
| * extcon: max77843: Replace irqchip mask_invert with unmask_baseAidan MacDonald2022-12-031-2/+1
* | extcon: usbc-tusb320: Update state on probe even if no IRQ pendingMarek Vasut2022-11-221-5/+12
|/
* extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registeredYassine Oudjana2022-11-081-1/+7
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-082-29/+205
|\
| * extcon: usbc-tusb320: fix kernel-doc warningRong Chen2022-09-261-1/+1
| * extcon: usbc-tusb320: Add USB TYPE-C supportMarek Vasut2022-09-262-1/+160
| * extcon: usbc-tusb320: Factor out extcon into dedicated functionsMarek Vasut2022-09-261-29/+46
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDPMichael Wu2022-07-151-0/+10
* extcon: rt8973a: Drop useless mask_invert flag on irqchipAidan MacDonald2022-07-151-1/+0
* extcon: sm5502: Drop useless mask_invert flag on irqchipAidan MacDonald2022-07-151-2/+0
* extcon: Drop unexpected word "the" in the commentsJiang Jian2022-07-151-1/+1
* extcon: Remove extraneous space before a debug messageColin Ian King2022-07-151-1/+1
* extcon: fsa9480: Drop no-op remove functionUwe Kleine-König2022-07-151-6/+0
* extcon: Modify extcon device to be created after driver data is setbumwoo lee2022-05-131-12/+17
* extcon: sm5502: Clarify SM5703's i2c device IDMarkuss Broks2022-05-131-1/+1
* 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