<?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 pinctrl-maili.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>cf9610f9116d55c5a66ef9f1faecacabd93a9322 - Merge tag &apos;pinctrl-v7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/qcom/pinctrl-maili.c#cf9610f9116d55c5a66ef9f1faecacabd93a9322</link>
        <description>Merge tag &apos;pinctrl-v7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlPull pin control updates from Linus Walleij: &quot;Core changes:   - Use the non-blocking mux_state_try_select() in the generic MUX pin     control back-end   - Free pin maps on pinctrl_generic_to_map() failure in the core     helpers  New hardware pin control:   - Qualcomm Maili TLMM SoC, PMG1110 PMIC, and Eliza LPASS LPI TLMM SoC     (this is for the low power audio, LPASS = Low Power Audio SubSystem     portions)   - Upboard support on top of the Intel pin controller   - Apple T6030 and T6031 support (just compatible strings)   - Samsung Exynos 8855 SoC   - Mediatek MT6858 SoC   - Rockchip RK3308B and RV1106 SoCs   - Airoha EN7523 and AN7563 SoCs  Improvements:   - Qualcomm TLMM GPIOs are unconditionally marked as wakeup capable   - Qualcomm improvements on top of the Qualcomm PDC (power domain     controller) irqchip improvements from tglx:s tree   - Qualcomm IPQ806x and IPQ9650 non-urgent pin grop fixups   - The NPCM8xx driver has been put into shape fixing many pin and     group definitions   - Some non-urgent Tegra 264 pin assignments are fixed up   - Some non-urgent fixups to Airoha AN7581 and AN7583 registers and     pin assignments, missing features etc&quot;* tag &apos;pinctrl-v7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (130 commits)  dt-bindings: pinctrl: Convert TI DA850 pupd to DT schema  pinctrl: meson: sync some modify from A4  pinctrl: meson: a4: Add input enable pin configuration  pinctrl: realtek: rtd1625: remove unused group name spdif_sel  pinctrl: realtek: rtd1625: fix base_bit for VE4 GPIO 13  dt-bindings: pinctrl: microchip,pic32mzda-pinctrl: Convert to DT schema  Revert &quot;Merge branch &apos;ib-rsk7204&apos; into devel&quot;  pinctrl: rockchip: Add RV1106 pinctrl support  dt-bindings: pinctrl: rockchip: Add RV1106 compatible  pinctrl: rockchip: Decode drive strength in the get function  pinctrl: fix PINCTRL_GENERIC_MUX not always being selectable  pinctrl: airoha: add support of an7563 SoC  dt-bindings: pinctrl: airoha: add support of an7563 pin controller  pinctrl: airoha: try to find chip scu node by phandle first  pinctrl: airoha: add support of en7523 SoC  dt-bindings: pinctrl: airoha: add support of en7523 pin controller  pinctrl: airoha: an7583: add support for olt pinmux  pinctrl: airoha: an7583: add support for pon_alt pinmux  pinctrl: airoha: an7583: add support for npu_uart pinmux  dt-bindings: pinctrl: airoha: an7583: add missed features  ...

            List of files:
            /linux/drivers/pinctrl/qcom/pinctrl-maili.c</description>
        <pubDate>Mon, 24 Aug 2026 17:46:03 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d067f0f4c96cb5402a111cf649b7bf9c5771ec74 - Merge tag &apos;pinctrl-qcom-updates-for-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/qcom/pinctrl-maili.c#d067f0f4c96cb5402a111cf649b7bf9c5771ec74</link>
        <description>Merge tag &apos;pinctrl-qcom-updates-for-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develQualcomm pinctrl updates for v7.3-rc1New drivers:- add pinctrl drivers for Maili TLMM and Elize LPASS LPI TLMM controllersDriver updates:- acknowledge interrupts for the PDC interrupt controller in pinctrl-msm- implement irq_get/set_irqchip_state() for pinctrl-msm- add support for a new model to Qualcomm pinctrl-spmi-gpio- drop some dead code from qcom pinctrl modulesDevicetree bindings:- document new TLMM controllers and the new model for the SPMI GPIOSigned-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/pinctrl/qcom/pinctrl-maili.c</description>
        <pubDate>Sun, 16 Aug 2026 18:59:43 +0200</pubDate>
        <dc:creator>Linus Walleij &lt;linusw@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>251b53103a2e5770658ae106c490cdd2b7512c3a - pinctrl: qcom: Add the tlmm driver for Maili platform</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pinctrl/qcom/pinctrl-maili.c#251b53103a2e5770658ae106c490cdd2b7512c3a</link>
        <description>pinctrl: qcom: Add the tlmm driver for Maili platformAdd support for Maili TLMM configuration and control via the pinctrlframework.Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;Reviewed-by: Konrad Dybcio &lt;konrad.dybcio@oss.qualcomm.com&gt;Signed-off-by: Jingyi Wang &lt;jingyi.wang@oss.qualcomm.com&gt;Acked-by: Linus Walleij &lt;linusw@kernel.org&gt;Link: https://patch.msgid.link/20260622-maili-pinctrl-v3-2-9724e1000471@oss.qualcomm.comSigned-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/pinctrl/qcom/pinctrl-maili.c</description>
        <pubDate>Mon, 22 Jun 2026 10:35:33 +0200</pubDate>
        <dc:creator>Jingyi Wang &lt;jingyi.wang@oss.qualcomm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
