<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>fbf7e5ce - mailbox: add Samsung Exynos driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#fbf7e5ce</link>
        <description>mailbox: add Samsung Exynos driverThe Samsung Exynos mailbox controller, used on Google GS101 SoC, has 16flag bits for hardware interrupt generation and a shared register forpassing mailbox messages. When the controller is used by theACPM interface the shared register is ignored and the mailbox controlleracts as a doorbell. The controller just raises the interrupt to APMafter the ACPM interface has written the message to SRAM.Add support for the Samsung Exynos mailbox controller.Signed-off-by: Tudor Ambarus &lt;tudor.ambarus@linaro.org&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Wed, 15 Jan 2025 14:18:15 +0000</pubDate>
        <dc:creator>Tudor Ambarus &lt;tudor.ambarus@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e4b1d67e - mailbox: add Microchip IPC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#e4b1d67e</link>
        <description>mailbox: add Microchip IPC supportAdd a mailbox controller driver for the Microchip Inter-processorCommunication (IPC), which is used to send and receive data betweenprocessors.The driver uses the RISC-V Supervisor Binary Interface (SBI) tocommunicate with software running in machine mode (M-mode) to accessthe IPC hardware block.Additional details on the Microchip vendor extension and the IPCfunction IDs described in the driver can be found in the followingdocumentation:https://github.com/linux4microchip/microchip-sbi-ecall-extensionThis SBI interface in this driver is compatible with the Mi-V Inter-hartCommunication (IHC) IP.Transmitting and receiving data through the mailbox framework is donethrough struct mchp_ipc_msg.Signed-off-by: Valentina Fernandez &lt;valentina.fernandezalanis@microchip.com&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Tue, 17 Dec 2024 11:31:34 +0000</pubDate>
        <dc:creator>Valentina Fernandez &lt;valentina.fernandezalanis@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>5d4d263e - mailbox: Introduce support for T-head TH1520 Mailbox driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#5d4d263e</link>
        <description>mailbox: Introduce support for T-head TH1520 Mailbox driverThis driver was tested using the drm/imagination GPU driver. It was ableto successfully power on the GPU, by passing a command through mailboxfrom E910 core to E902 that&apos;s responsible for powering up the GPU. TheGPU driver was able to read the BVNC version from control registers,which confirms it was successfully powered on.[   33.957467] powervr ffef400000.gpu: [drm] loaded firmwarepowervr/rogue_36.52.104.182_v1.fw[   33.966008] powervr ffef400000.gpu: [drm] FW version v1.0 (build6621747 OS)[   38.978542] powervr ffef400000.gpu: [drm] *ERROR* Firmware failed tobootThough the driver still fails to boot the firmware, the mailbox driverworks when used with the not-yet-upstreamed firmware AON driver. Thereis ongoing work to get the BXM-4-64 supported with the drm/imaginationdriver [1], though it&apos;s not completed yet.This work is based on the driver from the vendor kernel [2].Link: https://gitlab.freedesktop.org/imagination/linux-firmware/-/issues/2 [1]Link: https://github.com/revyos/thead-kernel.git [2]Signed-off-by: Michal Wilczynski &lt;m.wilczynski@samsung.com&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Mon, 04 Nov 2024 10:07:32 +0000</pubDate>
        <dc:creator>Michal Wilczynski &lt;m.wilczynski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>ff391d45 - mailbox: ti-msgmgr: Allow building under COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#ff391d45</link>
        <description>mailbox: ti-msgmgr: Allow building under COMPILE_TESTThe TI message manager driver can be compiled without ARCH_KEYSTONEnor ARCH_K3 enabled. Allow it to be built under COMPILE_TEST.Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Nishanth Menon &lt;nm@ti.com&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Tue, 15 Oct 2024 21:33:22 +0000</pubDate>
        <dc:creator>Andrew Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>a4123ffa - mailbox: mpfs: support new, syscon based, devicetree configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#a4123ffa</link>
        <description>mailbox: mpfs: support new, syscon based, devicetree configurationThe two previous bindings for this hardware were incorrect, as thecontrol/status and interrupt register regions should have been describedas syscons and dealt with via regmap in the driver. Add support foraccessing these registers using that method now, so that the hwmondriver can be supported without using auxdev or hacks with io_remap().Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Wed, 02 Oct 2024 10:48:00 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>54595f28 - mailbox, remoteproc: omap2+: fix compile testing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#54595f28</link>
        <description>mailbox, remoteproc: omap2+: fix compile testingSelecting CONFIG_OMAP2PLUS_MBOX while compile testingcauses a build failure:WARNING: unmet direct dependencies detected for OMAP2PLUS_MBOX  Depends on [n]: MAILBOX [=y] &amp;&amp; (ARCH_OMAP2PLUS || ARCH_K3)  Selected by [m]:  - TI_K3_M4_REMOTEPROC [=m] &amp;&amp; REMOTEPROC [=y] &amp;&amp; (ARCH_K3 || COMPILE_TEST [=y])Using &apos;select&apos; to force-enable another subsystem is generallya mistake and causes problems such as this one, so change thethree drivers that link against this driver to use &apos;depends on&apos;instead, and ensure the driver itself can be compile testedregardless of the platform.When compile-testing without CONFIG_TI_SCI_PROTOCOL=m, thereis a chance for a link failure, so add a careful dependencyon that.arm-linux-gnueabi-ld: drivers/remoteproc/ti_k3_m4_remoteproc.o: in function `k3_m4_rproc_probe&apos;:ti_k3_m4_remoteproc.c:(.text.k3_m4_rproc_probe+0x76): undefined reference to `devm_ti_sci_get_by_phandle&apos;Fixes: ebcf9008a895 (&quot;remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;Reviewed-by: Andrew Davis &lt;afd@ti.com&gt;Reviewed-by: Martyn Welch &lt;martyn.welch@collabora.com&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Mon, 09 Sep 2024 20:38:09 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0e4ed482 - mailbox: ARM_MHU_V3 should depend on ARM64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#0e4ed482</link>
        <description>mailbox: ARM_MHU_V3 should depend on ARM64The ARM MHUv3 controller is only present on ARM64 SoCs.  Hence add adependency on ARM64, to prevent asking the user about this driver whenconfiguring a kernel for a different architecture than ARM64.Fixes: ca1a8680b134b5e6 (&quot;mailbox: arm_mhuv3: Add driver&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Thu, 29 Aug 2024 13:58:53 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>cbf50095 - mailbox: qcom-cpucp: fix 64BIT dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#cbf50095</link>
        <description>mailbox: qcom-cpucp: fix 64BIT dependencyThis newly added driver fails compile testing on 32-bit architecturesbecause it relies on 64-bit MMIO register access:drivers/mailbox/qcom-cpucp-mbox.c: In function &apos;qcom_cpucp_mbox_irq_fn&apos;:drivers/mailbox/qcom-cpucp-mbox.c:54:18: error: implicit declaration of function &apos;readq&apos;; did you mean &apos;readb&apos;? [-Wimplicit-function-declaration]   54 |         status = readq(cpucp-&gt;rx_base + APSS_CPUCP_RX_MBOX_STAT);      |                  ^~~~~      |                  readbdrivers/mailbox/qcom-cpucp-mbox.c:65:17: error: implicit declaration of function &apos;writeq&apos;; did you mean &apos;writeb&apos;? [-Wimplicit-function-declaration]   65 |                 writeq(BIT(i), cpucp-&gt;rx_base + APSS_CPUCP_RX_MBOX_CLEAR);      |                 ^~~~~~      |                 writebChange the Kconfig dependency to disallow that configuration as well.Fixes: 0e2a9a03106c (&quot;mailbox: Add support for QTI CPUCP mailbox controller&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Fri, 19 Jul 2024 10:02:23 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0e2a9a03 - mailbox: Add support for QTI CPUCP mailbox controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#0e2a9a03</link>
        <description>mailbox: Add support for QTI CPUCP mailbox controllerAdd support for CPUSS Control Processor (CPUCP) mailbox controller,this driver enables communication between AP and CPUCP by acting asa doorbell between them.Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Signed-off-by: Sibi Sankar &lt;quic_sibis@quicinc.com&gt;Reviewed-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Reviewed-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 12:40:53 +0000</pubDate>
        <dc:creator>Sibi Sankar &lt;quic_sibis@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>ca1a8680 - mailbox: arm_mhuv3: Add driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#ca1a8680</link>
        <description>mailbox: arm_mhuv3: Add driverAdd support for ARM MHUv3 mailbox controller.Support is limited to the MHUv3 Doorbell extension using only the PBX/MBXcombined interrupts.Signed-off-by: Cristian Marussi &lt;cristian.marussi@arm.com&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Thu, 18 Apr 2024 10:52:10 +0000</pubDate>
        <dc:creator>Cristian Marussi &lt;cristian.marussi@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>3f58c1f4 - mailbox: omap: Remove kernel FIFO message queuing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#3f58c1f4</link>
        <description>mailbox: omap: Remove kernel FIFO message queuingThe kernel FIFO queue has a couple issues. The biggest issue is thatit causes extra latency in a path that can be used in real-time tasks,such as communication with real-time remote processors.The whole FIFO idea itself looks to be a leftover from before theunified mailbox framework. The current mailbox framework expectsmbox_chan_received_data() to be called with data immediately as itarrives. Remove the FIFO and pass the messages to the mailboxframework directly as part of a threaded IRQ handler.Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;Signed-off-by: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Wed, 10 Apr 2024 13:59:42 +0000</pubDate>
        <dc:creator>Andrew Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>143897c4 - mailbox: apple: Delete driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#143897c4</link>
        <description>mailbox: apple: Delete driverThis driver is now orphaned and superseded bydrivers/soc/apple/mailbox.c.Acked-by: Eric Curtin &lt;ecurtin@redhat.com&gt;Acked-by: Neal Gompa &lt;neal@gompa.dev&gt;Acked-by: Alyssa Rosenzweig &lt;alyssa@rosenzweig.io&gt;Signed-off-by: Hector Martin &lt;marcan@marcan.st&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Tue, 14 Mar 2023 10:47:32 +0000</pubDate>
        <dc:creator>Hector Martin &lt;marcan@marcan.st&gt;</dc:creator>
    </item>
<item>
        <title>5f84a056 - mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#5f84a056</link>
        <description>mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREAs part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match theuse of such symbols on other architectures, convert the Microchip FPGAmailbox driver to use the new symbol.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Thu, 09 Mar 2023 20:44:50 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>4f2fe396 - mailbox: zynq: make modular</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#4f2fe396</link>
        <description>mailbox: zynq: make modularThis driver has a MODULE_LICENSE but is not tristate so cannot bebuilt as a module, unlike all its peers: make it modular to match.Signed-off-by: Nick Alcock &lt;nick.alcock@oracle.com&gt;Suggested-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Cc: Luis Chamberlain &lt;mcgrof@kernel.org&gt;Cc: linux-modules@vger.kernel.orgCc: linux-kernel@vger.kernel.orgCc: Hitomi Hasegawa &lt;hasegawa-hitomi@fujitsu.com&gt;Cc: Jassi Brar &lt;jassisinghbrar@gmail.com&gt;Cc: Michal Simek &lt;michal.simek@xilinx.com&gt;Cc: linux-arm-kernel@lists.infradead.orgSigned-off-by: Luis Chamberlain &lt;mcgrof@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Tue, 07 Mar 2023 18:01:40 +0000</pubDate>
        <dc:creator>Nick Alcock &lt;nick.alcock@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>31c8d06e - mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg manager</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#31c8d06e</link>
        <description>mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg managerDefaulting the build to ARCH_K3 for the TI message manager driver.Signed-off-by: Nicolas Frayer &lt;nfrayer@baylibre.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Tue, 22 Nov 2022 20:22:44 +0000</pubDate>
        <dc:creator>Nicolas Frayer &lt;nfrayer@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>13e7accb - genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#13e7accb</link>
        <description>genirq: Get rid of GENERIC_MSI_IRQ_DOMAINAdjust to reality and remove another layer of pointless Kconfigindirection. CONFIG_GENERIC_MSI_IRQ is good enough to serveall purposes.Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Reviewed-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;Link: https://lore.kernel.org/r/20221111122014.524842979@linutronix.de

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Fri, 11 Nov 2022 13:54:40 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>af2dfa96 - mailbox: mediatek: add support for adsp mailbox controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#af2dfa96</link>
        <description>mailbox: mediatek: add support for adsp mailbox controllerThis patch is to for MediaTek ADSP IPC mailbox controller driverIt is used to send short messages between processors with adspSigned-off-by: Allen-KH Cheng &lt;allen-kh.cheng@mediatek.com&gt;Reviewed-by: Tzung-Bi Shih &lt;tzungbi@google.com&gt;Reviewed-by: YC Hung &lt;yc.hung@mediatek.com&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Fri, 25 Feb 2022 13:24:27 +0000</pubDate>
        <dc:creator>Allen-KH Cheng &lt;Allen-KH.Cheng@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>f89f9c56 - mailbox: apple: Add driver for Apple mailboxes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#f89f9c56</link>
        <description>mailbox: apple: Add driver for Apple mailboxesApple SoCs such as the M1 come with various co-processors. Mailboxesare used to communicate with those. This driver adds support fortwo variants of those mailboxes.Signed-off-by: Sven Peter &lt;sven@svenpeter.dev&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Mon, 25 Oct 2021 06:22:04 +0000</pubDate>
        <dc:creator>Sven Peter &lt;sven@svenpeter.dev&gt;</dc:creator>
    </item>
<item>
        <title>8d7e5908 - mailbox: qcom-ipcc: Enable loading QCOM_IPCC as a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#8d7e5908</link>
        <description>mailbox: qcom-ipcc: Enable loading QCOM_IPCC as a moduleThis patch enables the qcom_ipcc driver to be loaded as amodule. IPCC is fairly core to system, so as such it shouldnever be unloaded. It registers as a mailbox + irq controllerand the irq controller drivers in kernel are not supposed tobe unloaded as they don&apos;t have the visibility over the clientsconsuming the irqs. Hence adding supress_bind_attrs to disablebind/unbind via sysfs.Signed-off-by: Amit Pundir &lt;amit.pundir@linaro.org&gt;Reviewed-by: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Fri, 16 Jul 2021 07:49:46 +0000</pubDate>
        <dc:creator>Amit Pundir &lt;amit.pundir@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>83d7b156 - mbox: add polarfire soc system controller mailbox</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Kconfig#83d7b156</link>
        <description>mbox: add polarfire soc system controller mailboxThis driver adds support for the single mailbox channel of the MSSsystem controller on the Microchip PolarFire SoC.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Kconfig</description>
        <pubDate>Thu, 24 Jun 2021 15:00:55 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
</channel>
</rss>
