<?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 Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>0e2a9a03 - mailbox: Add support for QTI CPUCP mailbox controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#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/Makefile</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/Makefile#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/Makefile</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>143897c4 - mailbox: apple: Delete driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#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/Makefile</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>af2dfa96 - mailbox: mediatek: add support for adsp mailbox controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#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/Makefile</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/Makefile#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/Makefile</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>83d7b156 - mbox: add polarfire soc system controller mailbox</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#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/Makefile</description>
        <pubDate>Thu, 24 Jun 2021 15:00:55 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>5a6338cc - mailbox: arm_mhuv2: Add driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#5a6338cc</link>
        <description>mailbox: arm_mhuv2: Add driverThis adds driver for the ARM MHUv2 (Message Handling Unit) mailboxcontroller.This is based on the accepted DT bindings of the controller and supportscombination of both transport protocols, i.e. doorbell and data-transfer.Transmitting and receiving data through the mailbox framework is donethrough struct arm_mhuv2_mbox_msg.Based on the initial work done by Morten Borup Petersen from ARM.Co-developed-by: Tushar Khandelwal &lt;tushar.khandelwal@arm.com&gt;Signed-off-by: Tushar Khandelwal &lt;tushar.khandelwal@arm.com&gt;Tested-by: Usama Arif &lt;usama.arif@arm.com&gt;Signed-off-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Tue, 17 Nov 2020 10:02:06 +0000</pubDate>
        <dc:creator>Viresh Kumar &lt;viresh.kumar@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7002ca23 - mailbox: arm_mhu: Add ARM MHU doorbell driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#7002ca23</link>
        <description>mailbox: arm_mhu: Add ARM MHU doorbell driverThe MHU drives the signal using a 32-bit register, with all 32 bitslogically ORed together. The MHU provides a set of registers to enablesoftware to set, clear, and check the status of each of the bits of thisregister independently. The use of 32 bits for each interrupt lineenables software to provide more information about the source of theinterrupt. For example, each bit of the register can be associated witha type of event that can contribute to raising the interrupt.This patch adds a separate the MHU controller driver for doorbel modeof operation using the extended DT binding to add support the same.Signed-off-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Thu, 08 Oct 2020 19:14:52 +0000</pubDate>
        <dc:creator>Sudeep Holla &lt;sudeep.holla@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>fa74a025 - mailbox: Add support for Qualcomm IPCC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#fa74a025</link>
        <description>mailbox: Add support for Qualcomm IPCCAdd support for the Inter-Processor Communication Controller (IPCC)block from Qualcomm that coordinates the interrupts (inbound &amp; outbound)for Multiprocessor (MPROC), COMPUTE-Level0 (COMPUTE-L0) &amp; COMPUTE-Level1(COMPUTE-L1) protocols for the Application Processor Subsystem (APSS).This driver is modeled as an irqchip+mailbox driver. The irqchip parthelps in receiving the interrupts from the IPCC clients such as modems,DSPs, PCI-E etc... and forwards them to respective entities in APSS.On the other hand, the mailbox part is used to send interrupts to the IPCCclients from the entities of APSS.Reviewed-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Raghavendra Rao Ananta &lt;rananta@codeaurora.org&gt;Signed-off-by: Venkata Narendra Kumar Gutta &lt;vnkgutta@codeaurora.org&gt;Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;[mani: moved to mailbox, added static mbox channels and cleanups]Signed-off-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/Makefile</description>
        <pubDate>Sat, 30 May 2020 23:15:12 +0000</pubDate>
        <dc:creator>Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ca27fc26 - mailbox: sprd: Add Spreadtrum mailbox driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#ca27fc26</link>
        <description>mailbox: sprd: Add Spreadtrum mailbox driverThe Spreadtrum mailbox controller supports 8 channels to communicatewith MCUs, and it contains 2 different parts: inbox and outbox, whichare used to send and receive messages by IRQ mode.Signed-off-by: Baolin Wang &lt;baolin.wang@unisoc.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Fri, 22 May 2020 13:31:09 +0000</pubDate>
        <dc:creator>Baolin Wang &lt;baolin.wang@unisoc.com&gt;</dc:creator>
    </item>
<item>
        <title>25831c44 - mailbox: sun6i-msgbox: Add a new mailbox driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#25831c44</link>
        <description>mailbox: sun6i-msgbox: Add a new mailbox driverAllwinner sun6i, sun8i, sun9i, and sun50i SoCs contain a hardwaremessage box used for communication between the ARM CPUs and the ARISCmanagement coprocessor. This mailbox contains 8 unidirectional4-message FIFOs.Add a driver for it, so it can be used with the Linux mailbox framework.Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Samuel Holland &lt;samuel@sholland.org&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Sun, 23 Feb 2020 04:08:49 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel@sholland.org&gt;</dc:creator>
    </item>
<item>
        <title>8fbbfd96 - mailbox: Add support for Armada 37xx rWTM mailbox</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#8fbbfd96</link>
        <description>mailbox: Add support for Armada 37xx rWTM mailboxThis adds support for the mailbox via which the kernel can communicatewith the firmware running on the secure processor of the Armada 37xxSOC.The rWTM secure processor has access to internal eFuses andcryptographic circuits, such as the Entropy Bit Generator to generatetrue random numbers.Signed-off-by: Marek Behun &lt;marek.behun@nic.cz&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Sun, 31 Mar 2019 03:15:33 +0000</pubDate>
        <dc:creator>Marek Behun &lt;marek.behun@nic.cz&gt;</dc:creator>
    </item>
<item>
        <title>4981b82b - mailbox: ZynqMP IPI mailbox controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#4981b82b</link>
        <description>mailbox: ZynqMP IPI mailbox controllerThis patch is to introduce ZynqMP IPI mailbox controller driverto use the ZynqMP IPI block as mailboxes.Signed-off-by: Wendy Liang &lt;wendy.liang@xilinx.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Fri, 22 Feb 2019 00:36:33 +0000</pubDate>
        <dc:creator>Wendy Liang &lt;wendy.liang@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>2bb70056 - mailbox: Add support for i.MX messaging unit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#2bb70056</link>
        <description>mailbox: Add support for i.MX messaging unitThe i.MX Messaging Unit is a two side block which allows applicationsimplement communication over this sides.The MU includes the following features:- Messaging control by interrupts or by polling- Four general-purpose interrupt requests reflected to the other side- Three general-purpose flags reflected to the other side- Four receive registers with maskable interrupt- Four transmit registers with maskable interruptReviewed-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Fri, 03 Aug 2018 05:29:19 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>623a6143 - mailbox: mediatek: Add Mediatek CMDQ driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#623a6143</link>
        <description>mailbox: mediatek: Add Mediatek CMDQ driverThis patch is first version of Mediatek Command Queue(CMDQ) driver. TheCMDQ is used to help write registers with critical time limitation,such as updating display configuration during the vblank. It controlsGlobal Command Engine (GCE) hardware to achieve this requirement.Currently, CMDQ only supports display related hardwares, but we expectit can be extended to other hardwares for future requirements.Signed-off-by: Houlong Wei &lt;houlong.wei@mediatek.com&gt;Signed-off-by: HS Liao &lt;hs.liao@mediatek.com&gt;Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Wed, 25 Jul 2018 01:26:40 +0000</pubDate>
        <dc:creator>Houlong Wei &lt;houlong.wei@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>ffbded7d - mailbox: add STMicroelectronics STM32 IPCC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#ffbded7d</link>
        <description>mailbox: add STMicroelectronics STM32 IPCC driverThe STMicroelectronics STM32 Inter-Processor Communication Controller(IPCC) is used for communicating data between two processors.It provides a non blocking signaling mechanism to post and retrievecommunication data in an atomic way.Signed-off-by: Fabien Dessenne &lt;fabien.dessenne@st.com&gt;Signed-off-by: Ludovic Barre &lt;ludovic.barre@st.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Thu, 31 May 2018 08:27:25 +0000</pubDate>
        <dc:creator>Fabien Dessenne &lt;fabien.dessenne@st.com&gt;</dc:creator>
    </item>
<item>
        <title>41c0e939 - mailbox: Add support for Hi3660 mailbox</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mailbox/Makefile#41c0e939</link>
        <description>mailbox: Add support for Hi3660 mailboxHi3660 mailbox controller is used to send message within multipleprocessors, MCU, HIFI, etc.  It supports 32 mailbox channels and everychannel can only be used for single transferring direction.  Once thechannel is enabled, it needs to specify the destination interrupt andacknowledge interrupt, these two interrupt vectors are used to createthe connection between the mailbox and interrupt controllers.The data transferring supports two modes, one is named as &quot;automaticacknowledge&quot; mode so after send message the kernel doesn&apos;t need to waitfor acknowledge from remote and directly return; there have another modeis to rely on handling interrupt for acknowledge.This commit is for initial version driver, which only supports&quot;automatic acknowledge&quot; mode to support CPU clock, which is the onlyone consumer to use mailbox and has been verified.  Later may enhancethis driver for interrupt mode (e.g. for supporting HIFI).Signed-off-by: Leo Yan &lt;leo.yan@linaro.org&gt;Signed-off-by: Ruyi Wang &lt;wangruyi@huawei.com&gt;Signed-off-by: Kaihua Zhong &lt;zhongkaihua@huawei.com&gt;Signed-off-by: Jassi Brar &lt;jaswinder.singh@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/mailbox/Makefile</description>
        <pubDate>Wed, 28 Feb 2018 04:54:54 +0000</pubDate>
        <dc:creator>Kaihua Zhong &lt;zhongkaihua@huawei.com&gt;</dc:creator>
    </item>
</channel>
</rss>
