<?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>fec2432c - bus/fsl-mc: Add generic implementation for open/reset/close commands</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/fsl-mc/Makefile#fec2432c</link>
        <description>bus/fsl-mc: Add generic implementation for open/reset/close commandsThe open/reset/close commands format is similar for all objects.Currently there are multiple implementations for these commandsscattered through various drivers. The code is cavsi-identical.Create a generic implementation for the open/reset/close commands.One of the consumer will be the VFIO driver which needs tobe able to reset a device.Signed-off-by: Diana Craciun &lt;diana.craciun@oss.nxp.com&gt;Reviewed-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;Link: https://lore.kernel.org/r/20210922110530.24736-1-diana.craciun@oss.nxp.comSigned-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/bus/fsl-mc/Makefile</description>
        <pubDate>Wed, 22 Sep 2021 11:05:29 +0000</pubDate>
        <dc:creator>Diana Craciun &lt;diana.craciun@oss.nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>2cf1e703 - bus: fsl-mc: add fsl-mc userspace support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/fsl-mc/Makefile#2cf1e703</link>
        <description>bus: fsl-mc: add fsl-mc userspace supportAdding userspace support for the MC (Management Complex) means exportingan ioctl capable device file representing the root resource container.This new functionality in the fsl-mc bus driver intends to provideuserspace applications an interface to interact with the MC firmware.Commands that are composed in userspace are sent to the MC firmwarethrough the FSL_MC_SEND_MC_COMMAND ioctl.  By default the implicit MCI/O portal is used for this operation, but if the implicit one is busy,a dynamic portal is allocated and then freed upon execution.The command received through the ioctl interface is checked against aknown whitelist of accepted MC commands. Commands that attempt a changein hardware configuration will need CAP_NET_ADMIN, while commands usedin debugging do not need it.Acked-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;Signed-off-by: Ioana Ciornei &lt;ioana.ciornei@nxp.com&gt;Link: https://lore.kernel.org/r/20210114170752.2927915-4-ciorneiioana@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/bus/fsl-mc/Makefile</description>
        <pubDate>Thu, 14 Jan 2021 17:07:50 +0000</pubDate>
        <dc:creator>Ioana Ciornei &lt;ioana.ciornei@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>70ae9cf0 - staging: fsl-mc: Move DPCON out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/fsl-mc/Makefile#70ae9cf0</link>
        <description>staging: fsl-mc: Move DPCON out of stagingMove the source files out of staging into their final locations:- dpcon.c goes to drivers/bus/fsl-mc/, next to the core infrastructure- dpcon-cmd.h gets merged into drivers/bus/fsl-mc/fsl-mc-private.h, next  to the other internally used APIs- dpcon.h gets merged into include/linux/fsl/mc.h, exposing the public  APIUpdate references in the dpaa2-eth staging driver.DPCON stands for Data Path Concentrator - an interface between DPIO(Data Path IO) and its users (e.g. dpaa2-eth). You can read more aboutDPIO in Documentation/networking/dpaa2/overview.rstSigned-off-by: Bogdan Purcareata &lt;bogdan.purcareata@nxp.com&gt;Reviewed-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/bus/fsl-mc/Makefile</description>
        <pubDate>Fri, 02 Mar 2018 10:23:59 +0000</pubDate>
        <dc:creator>Bogdan Purcareata &lt;bogdan.purcareata@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>9c692d5a - staging: fsl-mc: Move DPBP out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/fsl-mc/Makefile#9c692d5a</link>
        <description>staging: fsl-mc: Move DPBP out of stagingMove the source files out of staging into their final locations:- dpbp.c goes to drivers/bus/fsl-mc/, next to the core infrastructure- dpbp-cmd.h gets merged into drivers/bus/fsl-mc/fsl-mc-private.h, next  to the other internally used APIs- dpbp.h gets merged into include/linux/fsl/mc.h, exposing the public  APIUpdate references in the dpaa2-eth staging driver.DPBP stands for Data Path Buffer Pool - you can read more about theobject in Documentation/networking/dpaa2/overview.rstSigned-off-by: Bogdan Purcareata &lt;bogdan.purcareata@nxp.com&gt;Reviewed-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/bus/fsl-mc/Makefile</description>
        <pubDate>Fri, 02 Mar 2018 10:23:58 +0000</pubDate>
        <dc:creator>Bogdan Purcareata &lt;bogdan.purcareata@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>6bd067c4 - staging: fsl-mc: Move core bus out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/fsl-mc/Makefile#6bd067c4</link>
        <description>staging: fsl-mc: Move core bus out of stagingMove the source files out of staging into their final locations:  -mc.h include file in drivers/staging/fsl-mc/include go to include/linux/fsl  -source files in drivers/staging/fsl-mc/bus go to drivers/bus/fsl-mc  -overview.rst, providing an overview of DPAA2, goes to   Documentation/networking/dpaa2/overview.rstUpdate or delete other remaining staging files -- Makefile, Kconfig, TODO.Update dpaa2_eth and dpio staging drivers.Add integration bits for the documentation build system.Signed-off-by: Stuart Yoder &lt;stuyoder@gmail.com&gt;[rebased, add dpaa2_eth and dpio #include updates]Signed-off-by: Laurentiu Tudor &lt;laurentiu.tudor@nxp.com&gt;[rebased, split irqchip to separate patch]Signed-off-by: Bogdan Purcareata &lt;bogdan.purcareata@nxp.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Jason Cooper &lt;jason@lakedaemon.net&gt;Cc: Marc Zyngier &lt;marc.zyngier@arm.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/bus/fsl-mc/Makefile</description>
        <pubDate>Mon, 05 Feb 2018 14:07:42 +0000</pubDate>
        <dc:creator>Bogdan Purcareata &lt;bogdan.purcareata@nxp.com&gt;</dc:creator>
    </item>
</channel>
</rss>
