index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
extcon
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
extcon: qcom-spmi-misc: don't use kernel-doc marker for comment
Randy Dunlap
1
-1
/
+1
2023-12-05
extcon: usbc-tusb320: Set interrupt polarity based on device-tree
Lukas Funke
1
-1
/
+8
2023-12-04
extcon: fix possible name leak in extcon_dev_register()
Yaxiong Tian
1
-2
/
+1
2023-10-17
extcon: realtek: add the error handler for nvmem_cell_read
Stanley Chang
1
-42
/
+44
2023-10-06
extcon: max77843: add device-tree compatible string
Marek Szyprowski
1
-0
/
+7
2023-10-06
extcon: max77693: add device-tree compatible string
Marek Szyprowski
1
-0
/
+7
2023-10-06
extcon: add Realtek DHC RTD SoC Type-C driver
Stanley Chang
3
-0
/
+1804
2023-08-05
extcon: cht_wc: add POWER_SUPPLY dependency
Arnd Bergmann
1
-0
/
+1
2023-06-01
extcon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
5
-5
/
+5
2023-05-29
extcon: Drop unneeded assignments
Andy Shevchenko
1
-3
/
+3
2023-05-29
extcon: Use sizeof(*pointer) instead of sizeof(type)
Andy Shevchenko
1
-8
/
+5
2023-05-29
extcon: Use unique number for the extcon device ID
Andy Shevchenko
2
-3
/
+15
2023-05-29
extcon: Remove dup device name in the message and unneeded error check
Andy Shevchenko
1
-3
/
+2
2023-05-29
extcon: Use dev_of_node(dev) instead of dev->of_node
Andy Shevchenko
1
-8
/
+4
2023-05-29
extcon: Use device_match_of_node() helper
Andy Shevchenko
1
-1
/
+1
2023-05-29
extcon: Amend kernel documentation of struct extcon_dev
Andy Shevchenko
1
-3
/
+3
2023-05-29
extcon: Use sysfs_emit() to instead of sprintf()
Andy Shevchenko
1
-9
/
+9
2023-05-29
extcon: Use DECLARE_BITMAP() to declare bit arrays
Andy Shevchenko
1
-4
/
+4
2023-05-29
extcon: Fix kernel doc of property capability fields to avoid warnings
Andy Shevchenko
1
-0
/
+4
2023-05-29
extcon: Fix kernel doc of property fields to avoid warnings
Andy Shevchenko
1
-0
/
+4
2023-05-29
extcon: usbc-tusb320: add USB_ROLE_SWITCH dependency
Arnd Bergmann
1
-0
/
+1
2023-05-29
extcon: usbc-tusb320: add usb_role_switch support
Alvin Šipraga
1
-0
/
+21
2023-05-29
extcon: usbc-tusb320: add accessory detection support
Alvin Šipraga
1
-22
/
+68
2023-05-29
extcon: Add extcon_alloc_groups to simplify extcon register function
Bumwoo Lee
1
-22
/
+39
2023-05-29
extcon: Add extcon_alloc_muex to simplify extcon register function
Bumwoo Lee
1
-48
/
+61
2023-05-29
extcon: Add extcon_alloc_cables to simplify extcon register function
Bumwoo Lee
1
-46
/
+65
2023-05-29
extcon: Remove redundant null checking for class
Bumwoo Lee
1
-11
/
+10
2023-05-29
extcon: palmas: Remove unused of_gpio.h
Andy Shevchenko
1
-1
/
+0
2023-05-29
extcon: qcom-spmi: Switch to platform_get_irq_byname_optional
Bryan O'Donoghue
1
-2
/
+2
2023-05-29
extcon: axp288: Replace open coded acpi_dev_put()
Andy Shevchenko
1
-1
/
+1
2023-05-29
extcon: usbc-tusb320: Unregister typec port on driver removal
Alvin Šipraga
1
-8
/
+34
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-04
extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90F
Hans de Goede
1
-0
/
+1
2022-12-16
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-11
/
+7
2022-12-03
extcon: usbc-tusb320: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-12-03
extcon: rt8973: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-12-03
extcon: fsa9480: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-12-03
extcon: max77843: Replace irqchip mask_invert with unmask_base
Aidan MacDonald
1
-2
/
+1
2022-11-22
extcon: usbc-tusb320: Update state on probe even if no IRQ pending
Marek Vasut
1
-5
/
+12
2022-11-08
extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered
Yassine Oudjana
1
-1
/
+7
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-29
/
+205
2022-09-25
extcon: usbc-tusb320: fix kernel-doc warning
Rong Chen
1
-1
/
+1
2022-09-25
extcon: usbc-tusb320: Add USB TYPE-C support
Marek Vasut
2
-1
/
+160
2022-09-25
extcon: usbc-tusb320: Factor out extcon into dedicated functions
Marek Vasut
1
-29
/
+46
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-07-15
extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDP
Michael Wu
1
-0
/
+10
2022-07-15
extcon: rt8973a: Drop useless mask_invert flag on irqchip
Aidan MacDonald
1
-1
/
+0
2022-07-15
extcon: sm5502: Drop useless mask_invert flag on irqchip
Aidan MacDonald
1
-2
/
+0
2022-07-15
extcon: Drop unexpected word "the" in the comments
Jiang Jian
1
-1
/
+1
2022-07-15
extcon: Remove extraneous space before a debug message
Colin Ian King
1
-1
/
+1
[next]