<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>cb4eb6771c0f8fd1c52a8f6fdec7762fb087380a - Merge tag &apos;char-misc-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#cb4eb6771c0f8fd1c52a8f6fdec7762fb087380a</link>
        <description>Merge tag &apos;char-misc-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char / misc / IIO / and others driver updates from Greg KH: &quot;Here is the char/misc/iio and other smaller driver subsystem updates  for 7.1-rc1. Lots of stuff in here, all tiny, but relevant for the  different drivers they touch. Major points in here is:   - the usual large set of new IIO drivers and updates for that     subsystem (the large majority of this diffstat)   - lots of comedi driver updates and bugfixes   - coresight driver updates   - interconnect driver updates and additions   - mei driver updates   - binder (both rust and C versions) updates and fixes   - lots of other smaller driver subsystem updates and additions  All of these have been in linux-next for a while with no reported  issues&quot;* tag &apos;char-misc-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (405 commits)  coresight: tpdm: fix invalid MMIO access issue  mei: me: add nova lake point H DID  mei: lb: add late binding version 2  mei: bus: add mei_cldev_uuid  w1: ds2490: drop redundant device reference  bus: mhi: host: pci_generic: Add Telit FE912C04 modem support  mei: csc: wake device while reading firmware status  mei: csc: support controller with separate PCI device  mei: convert PCI error to common errno  mei: trace: print return value of pci_cfg_read  mei: me: move trace into firmware status read  mei: fix idle print specifiers  mei: me: use PCI_DEVICE_DATA macro  sonypi: Convert ACPI driver to a platform one  misc: apds990x: fix all kernel-doc warnings  most: usb: Use kzalloc_objs for endpoint address array  hpet: Convert ACPI driver to a platform one  misc: vmw_vmci: Fix spelling mistakes in comments  parport: Remove completed item from to-do list  char: remove unnecessary module_init/exit functions  ...

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Fri, 24 Apr 2026 22:23:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8aeea2311a5f10451968a0707f23e554a29a6737 - Merge tag &apos;extcon-next-for-7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#8aeea2311a5f10451968a0707f23e554a29a6737</link>
        <description>Merge tag &apos;extcon-next-for-7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextChanwoo writes:Update extcon next for v7.1Detailed description for this pull request:- Fix sysfs duplicate filename issue on extcon core : Adjust ida_free timing after device_unregister   to prevent duplicate filename error when re-allocating id- Update NXP PTN5150 extcon driver and dt-binding document : Handle pending IRQ events during system resume : Allow &quot;connector&quot; node to present in devicetree : Add Type-C orientation switch support to correctly   set orientation of multiplexer according to CC status : Support USB role switch via connector fwnode- Replace use of system_wq with system_percpu_wq on int3496 driver- Make typec-power-opmode optional on usbc-tusb320 driver : Prevent probe error when usb-c connector is configured   in the DT without &quot;typec-power-opmode&quot; property* tag &apos;extcon-next-for-7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon:  extcon: usbc-tusb320: Make typec-power-opmode optional  extcon: ptn5150: Support USB role switch via connector fwnode  extcon: ptn5150: Add Type-C orientation switch support  dt-bindings: extcon: ptn5150: Allow &quot;connector&quot; node to present  extcon: Fixed sysfs duplicate filename issue  extcon: int3496: replace use of system_wq with system_percpu_wq  extcon: ptn5150: handle pending IRQ events during system resume

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Tue, 07 Apr 2026 10:03:56 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>842546c56345eebc2396927df5b4e933d90de43a - extcon: ptn5150: Add Type-C orientation switch support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#842546c56345eebc2396927df5b4e933d90de43a</link>
        <description>extcon: ptn5150: Add Type-C orientation switch supportPTN5150 is able to detect CC polarity. The field[1:0] of CC statusregister (04H) will keep the result.  00: Cable Not Attached  01: CC1 is connected (normal orientation)  10: CC2 is connected (reversed orientation)  11: ReservedAdd orientation switch support to correctly set orientation ofmultiplexer according to CC status.Acked-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Reviewed-by: Frank Li &lt;Frank.Li@nxp.com&gt;Signed-off-by: Xu Yang &lt;xu.yang_2@nxp.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Link: https://lore.kernel.org/lkml/20250926025309.24267-2-xu.yang_2@nxp.com/

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Fri, 26 Sep 2025 04:53:08 +0200</pubDate>
        <dc:creator>Xu Yang &lt;xu.yang_2@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>39e9d5f63075f4d54e3b59b8238478c32af92755 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#39e9d5f63075f4d54e3b59b8238478c32af92755</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1Cross-merge BPF and other fixes after downstream PR.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Sun, 12 Oct 2025 03:27:47 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Fri, 21 Nov 2025 11:21:20 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>f39b6c468c52745dbca9a842d91c8373fda208ab - Merge tag &apos;v6.18-rc6&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#f39b6c468c52745dbca9a842d91c8373fda208ab</link>
        <description>Merge tag &apos;v6.18-rc6&apos; into for-linusSync up with the mainline to bring in definition ofINPUT_PROP_HAPTIC_TOUCHPAD.

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Tue, 18 Nov 2025 08:16:55 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f38da1f027ea2c9f01bb71daa7a299c191b6940 - spi: Merge up v6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#4f38da1f027ea2c9f01bb71daa7a299c191b6940</link>
        <description>spi: Merge up v6.18-rc1Ensure my CI has a sensible baseline.

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 14:32:13 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec2e0fb07d789976c601bec19ecced7a501c3705 - Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#ec2e0fb07d789976c601bec19ecced7a501c3705</link>
        <description>Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.18A moderately large collection of driver specific fixes, plus a few newquirks and device IDs.  The NAU8821 changes are a little large but morein mechanical ways than in ways that are complex.

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Thu, 16 Oct 2025 20:14:24 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>48a710760e10a4f36e11233a21860796ba204b1e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#48a710760e10a4f36e11233a21860796ba204b1e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 10:59:58 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6093a688a07da07808f0122f9aa2a3eed250d853 - Merge tag &apos;char-misc-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#6093a688a07da07808f0122f9aa2a3eed250d853</link>
        <description>Merge tag &apos;char-misc-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull Char/Misc/IIO/Binder updates from Greg KH: &quot;Here is the big set of char/misc/iio and other driver subsystem  changes for 6.18-rc1.  Loads of different stuff in here, it was a busy development cycle in  lots of different subsystems, with over 27k new lines added to the  tree.  Included in here are:   - IIO updates including new drivers, reworking of existing apis, and     other goodness in the sensor subsystems   - MEI driver updates and additions   - NVMEM driver updates   - slimbus removal for an unused driver and some other minor updates   - coresight driver updates and additions   - MHI driver updates   - comedi driver updates and fixes   - extcon driver updates   - interconnect driver additions   - eeprom driver updates and fixes   - minor UIO driver updates   - tiny W1 driver updates  But the majority of new code is in the rust bindings and additions,  which includes:   - misc driver rust binding updates for read/write support, we can now     write &quot;normal&quot; misc drivers in rust fully, and the sample driver     shows how this can be done.   - Initial framework for USB driver rust bindings, which are disabled     for now in the build, due to limited support, but coming in through     this tree due to dependencies on other rust binding changes that     were in here. I&apos;ll be enabling these back on in the build in the     usb.git tree after -rc1 is out so that developers can continue to     work on these in linux-next over the next development cycle.   - Android Binder driver implemented in Rust.     This is the big one, and was driving a huge majority of the rust     binding work over the past years. Right now there are two binder     drivers in the kernel, selected only at build time as to which one     to use as binder wants to be included in the system at boot time.     The binder C maintainers all agreed on this, as eventually, they     want the C code to be removed from the tree, but it will take a few     releases to get there while both are maintained to ensure that the     rust implementation is fully stable and compliant with the existing     userspace apis.  All of these have been in linux-next for a while&quot;* tag &apos;char-misc-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (320 commits)  rust: usb: keep usb::Device private for now  rust: usb: don&apos;t retain device context for the interface parent  USB: disable rust bindings from the build for now  samples: rust: add a USB driver sample  rust: usb: add basic USB abstractions  coresight: Add label sysfs node support  dt-bindings: arm: Add label in the coresight components  coresight: tnoc: add new AMBA ID to support Trace Noc V2  coresight: Fix incorrect handling for return value of devm_kzalloc  coresight: tpda: fix the logic to setup the element size  coresight: trbe: Return NULL pointer for allocation failures  coresight: Refactor runtime PM  coresight: Make clock sequence consistent  coresight: Refactor driver data allocation  coresight: Consolidate clock enabling  coresight: Avoid enable programming clock duplicately  coresight: Appropriately disable trace bus clocks  coresight: Appropriately disable programming clocks  coresight: etm4x: Support atclk  coresight: catu: Support atclk  ...

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Sun, 05 Oct 2025 01:26:32 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9441d6b876529d519547a1ed3af5a08b05bd0339 - Merge tag &apos;extcon-next-for-6.18&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#9441d6b876529d519547a1ed3af5a08b05bd0339</link>
        <description>Merge tag &apos;extcon-next-for-6.18&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextChanwoo writes:Update extcon next for v6.18Detailed description for this pull request:- Fix wakeup source leaks on device unbind for extcon drivers- Add new Maxim MAX14526 MUIC extcon driver and dt-binding document : The MAX14526 is designed to simplify interface requirements on portable   devices by multiplexing common inputs (USB, UART, Microphone, Stereo Audio   and Composite Video) on a single micro/mini USB connector. The USB input   supports Hi-Speed USB and the audio/video inputs feature : This provides the following supported external connector detection   - EXTCON_USB   - EXTCON_USB_HOST   - EXTCON_CHG_USB_FAST   - EXTCON_DISP_MHL- Convert legacy DT binding to YAML of richktek,rt8973a-muic.yaml- Add missing DT binding information of that must include either id-gpios or  vbus-gpios for linux,extcon-usb-gpio.yaml* tag &apos;extcon-next-for-6.18&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon:  dt-bindings: extcon: linux,extcon-usb-gpio: GPIO must be provided  dt-bindings: extcon: rt8973a: Convert DT bindings to YAML  extcon: max14526: depends on I2C to prevent build warning/errors  extcon: max14526: avoid defined but not used warning  extcon: Add basic support for Maxim MAX14526 MUIC  dt-bindings: extcon: Document Maxim MAX14526 MUIC  extcon: adc-jack: Cleanup wakeup source only if it was enabled  extcon: qcom-spmi-misc: Fix wakeup source leaks on device unbind  extcon: fsa9480: Fix wakeup source leaks on device unbind  extcon: axp288: Fix wakeup source leaks on device unbind  extcon: adc-jack: Fix wakeup source leaks on device unbind

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 10:31:52 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>531f47fd35f4ead8c76d584ef8c546b4cd9cb3b7 - extcon: max14526: depends on I2C to prevent build warning/errors</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#531f47fd35f4ead8c76d584ef8c546b4cd9cb3b7</link>
        <description>extcon: max14526: depends on I2C to prevent build warning/errorsMake EXTCON_MAX14526 depend on I2C to address a kconfig warning andsubsequent build errors:WARNING: unmet direct dependencies detected for REGMAP_I2C  Depends on [m]: I2C [=m]  Selected by [y]:  - EXTCON_MAX14526 [=y] &amp;&amp; EXTCON [=y]ld: vmlinux.o: in function `max14526_driver_init&apos;:extcon-max14526.c:(.init.text+0x77b0e): undefined reference to `i2c_register_driver&apos;ld: vmlinux.o: in function `max14526_driver_exit&apos;:extcon-max14526.c:(.exit.text+0x467c): undefined reference to `i2c_del_driver&apos;Fixes: 145af3ddd1cd (&quot;extcon: Add basic support for Maxim MAX14526 MUIC&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Link: https://lore.kernel.org/lkml/20250515234803.1385375-1-rdunlap@infradead.org/

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Fri, 16 May 2025 01:48:03 +0200</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>145af3ddd1cda5c8399c27fe529150aa53b2fcb9 - extcon: Add basic support for Maxim MAX14526 MUIC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/extcon/Kconfig#145af3ddd1cda5c8399c27fe529150aa53b2fcb9</link>
        <description>extcon: Add basic support for Maxim MAX14526 MUICThe MAX14526 is designed to simplify interface requirements on portabledevices by multiplexing common inputs (USB, UART, Microphone, Stereo Audioand Composite Video) on a single micro/mini USB connector. The USB inputsupports Hi-Speed USB and the audio/video inputs feature negative railsignal operation allowing simple DC coupled accessories. These device allowa single micro/mini USB port to support all the common interfaces onCellular phones and portable media players over the same external lines.Link: https://lore.kernel.org/lkml/20250506073216.43059-3-clamor95@gmail.com/Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux/drivers/extcon/Kconfig</description>
        <pubDate>Tue, 06 May 2025 09:32:16 +0200</pubDate>
        <dc:creator>Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
