<?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>d8237f87 - pmdomain: xilinx: Move Kconfig option to the pmdomain subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#d8237f87</link>
        <description>pmdomain: xilinx: Move Kconfig option to the pmdomain subsystemThe Kconfig option belongs closer to the corresponding implementation,hence let&apos;s move it from the soc subsystem to the pmdomain subsystem.Cc: Michal Simek &lt;michal.simek@amd.com&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Tue, 12 Sep 2023 13:41:22 +0000</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c7fdb240 - drivers: soc: xilinx: add xilinx event management driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#c7fdb240</link>
        <description>drivers: soc: xilinx: add xilinx event management driverXilinx event management driver provides an interface to subscribe orunsubscribe for the event/callback supported by firmware. An agent can usethis driver to register for Error Event, Device Event and Suspend callback.This driver only allows one agent per event to do registration. Driver willreturn an error in case of multiple registration for the same event.This driver gets notification from firmware through TF-A as SGI. Duringinitialization, event manager driver register handler for SGI used fornotification. It also provides SGI number info to TF-A by usingIOCTL_REGISTER_SGI call to TF-A.After receiving notification from firmware, the driver makes an SMC call toTF-A to get IPI data. From the IPI data provided by TF-A, event manageridentified the cause of event and forward that event/callback notificationto the respective subscribed driver. After this, in case of Error Event,driver performs unregistration as firmware expecting from agent to dore-registration if the agent wants to get notified on the second occurrenceof an error event.Add new IOCTL id IOCTL_REGISTER_SGI = 25 which is used to register SGI onTF-A.Older firmware doesn&apos;t have all required support for event handling whichis required by the event manager driver. So add check for the registernotifier version in the event manager driver.Xilinx event management driver provides support to subscribe for multipleerror events with the use of Event Mask in a single call ofxlnx_register_event(). Agent driver can provide &apos;Event&apos; parameter value asORed of multiple event masks to register single callback for multipleevents. For example, to register callback for event=0x1 and event=0x2 forthe given node, agent can provide event=0x3 (0x1 | 0x2). It is not possibleto register multiple events for different nodes in a single registrationcall.Also provide support to receive multiple error events as in singlenotification from firmware and then forward it to subscribed drivers viaregistered callback one by one.Acked-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Signed-off-by: Tejas Patel &lt;tejas.patel@xilinx.com&gt;Signed-off-by: Rajan Vaja &lt;rajan.vaja@xilinx.com&gt;Signed-off-by: Abhyuday Godhasara &lt;abhyuday.godhasara@xilinx.com&gt;Link: https://lore.kernel.org/r/20211129070216.30253-2-abhyuday.godhasara@xilinx.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Mon, 29 Nov 2021 07:02:14 +0000</pubDate>
        <dc:creator>Abhyuday Godhasara &lt;abhyuday.godhasara@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>a2fe7baa - clk: xilinx: move xlnx_vcu clock driver from soc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#a2fe7baa</link>
        <description>clk: xilinx: move xlnx_vcu clock driver from socThe xlnx_vcu driver is actually a clock controller driver which providesclocks that can be used by a driver for the encoder/decoder units. Thereis no reason to keep this driver in soc. Move the driver to clk.NOTE: The register mapping actually contains registers for AXIperformance monitoring, but these are not used by the driver.Signed-off-by: Michael Tretter &lt;m.tretter@pengutronix.de&gt;Acked-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Link: https://lore.kernel.org/r/20210121071659.1226489-16-m.tretter@pengutronix.deSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Thu, 21 Jan 2021 07:16:59 +0000</pubDate>
        <dc:creator>Michael Tretter &lt;m.tretter@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>5a2b2e13 - soc: xilinx: vcu: register PLL as fixed rate clock</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#5a2b2e13</link>
        <description>soc: xilinx: vcu: register PLL as fixed rate clockCurrently, xvcu_pll_set_rate configures the PLL to a clock rate that ispre-calculated when probing the driver. To still make the clockframework aware of the PLL and to allow to configure other clocks basedon the PLL rate, register the PLL as a fixed rate clock.Signed-off-by: Michael Tretter &lt;m.tretter@pengutronix.de&gt;Acked-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Link: https://lore.kernel.org/r/20210121071659.1226489-8-m.tretter@pengutronix.deSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Thu, 21 Jan 2021 07:16:51 +0000</pubDate>
        <dc:creator>Michael Tretter &lt;m.tretter@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>30b79eb1 - soc: xilinx: vcu: use vcu-settings syscon registers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#30b79eb1</link>
        <description>soc: xilinx: vcu: use vcu-settings syscon registersSwitch the &quot;logicoreip&quot; registers to the new xlnx,vcu-settings bindingto be able to read the settings if the settings are specified in aseparate device tree node that is shared with other drivers.If the driver is not able to find a node with the new binding, fall backto check for the logicore register bank to be backwards compatible.Signed-off-by: Michael Tretter &lt;m.tretter@pengutronix.de&gt;Reviewed-by: Hyun Kwon &lt;hyun.kwon@xilinx.com&gt;Link: https://lore.kernel.org/r/20201109134818.4159342-4-m.tretter@pengutronix.deSigned-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Mon, 09 Nov 2020 13:48:17 +0000</pubDate>
        <dc:creator>Michael Tretter &lt;m.tretter@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>d0384eed - drivers: soc: xilinx: fix firmware driver Kconfig dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#d0384eed</link>
        <description>drivers: soc: xilinx: fix firmware driver Kconfig dependencyThe firmware driver is optional, but the power driver depends on it,which needs to be reflected in Kconfig to avoid link errors:aarch64-linux-ld: drivers/soc/xilinx/zynqmp_power.o: in function `zynqmp_pm_isr&apos;:zynqmp_power.c:(.text+0x284): undefined reference to `zynqmp_pm_invoke_fn&apos;The firmware driver can probably be allowed for compile-testing aswell, so it&apos;s best to drop the dependency on the ZYNQ platformhere and allow building as long as the firmware code is built-in.Fixes: ab272643d723 (&quot;drivers: soc: xilinx: Add ZynqMP PM driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20200408155224.2070880-1-arnd@arndb.deSigned-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Wed, 08 Apr 2020 15:52:15 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>ffdbae28 - drivers: soc: xilinx: Use mailbox IPI callback</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#ffdbae28</link>
        <description>drivers: soc: xilinx: Use mailbox IPI callbackAdd support for init suspend callback through mailbox IPI callback.Signed-off-by: Tejas Patel &lt;tejas.patel@xilinx.com&gt;Signed-off-by: Rajan Vaja &lt;rajan.vaja@xilinx.com&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Mon, 02 Dec 2019 10:38:51 +0000</pubDate>
        <dc:creator>Tejas Patel &lt;tejas.patel@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>e23d9c6d - drivers: soc: xilinx: Add ZynqMP power domain driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#e23d9c6d</link>
        <description>drivers: soc: xilinx: Add ZynqMP power domain driverThe zynqmp-genpd driver communicates the usage requirementsfor logical power domains / devices to the platform FW.FW is responsible for choosing appropriate power states,taking Linux&apos; usage information into account.Signed-off-by: Rajan Vaja &lt;rajan.vaja@xilinx.com&gt;Signed-off-by: Jolly Shah &lt;jolly.shah@xilinx.com&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Fri, 01 Feb 2019 22:08:50 +0000</pubDate>
        <dc:creator>Jolly Shah &lt;jolly.shah@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>ab272643 - drivers: soc: xilinx: Add ZynqMP PM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#ab272643</link>
        <description>drivers: soc: xilinx: Add ZynqMP PM driverAdd ZynqMP PM driver. PM driver provides power managementsupport for ZynqMP.Signed-off-by: Rajan Vaja &lt;rajan.vaja@xilinx.com&gt;Signed-off-by: Jolly Shah &lt;jolly.shah@xilinx.com&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Tue, 29 Jan 2019 20:38:21 +0000</pubDate>
        <dc:creator>Rajan Vaja &lt;rajan.vaja@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>056b54ee - soc: xilinx: Fix Kconfig alignment</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#056b54ee</link>
        <description>soc: xilinx: Fix Kconfig alignmentTabs should be used for alignment instead of spaces.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Tue, 16 Jan 2018 07:36:09 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>05015061 - soc: xilinx: xlnx_vcu: Depends on HAS_IOMEM for xlnx_vcu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#05015061</link>
        <description>soc: xilinx: xlnx_vcu: Depends on HAS_IOMEM for xlnx_vcuxlnx_vcu driver uses devm_ioremap_nocache, which is includedonly when HAS_IOMEM is enabled.drivers/soc/xilinx/xlnx_vcu.o: In function `xvcu_probe&apos;:   xlnx_vcu.c:(.text+0x116): undefined reference to `devm_ioremap_nocache&apos;   xlnx_vcu.c:(.text+0x1ae): undefined reference to `devm_ioremap_nocache&apos;Signed-off-by: Dhaval Shah &lt;dshah@xilinx.com&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Tue, 16 Jan 2018 06:34:48 +0000</pubDate>
        <dc:creator>Dhaval Shah &lt;dhaval.shah@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>cee8113a - soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#cee8113a</link>
        <description>soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driverXilinx ZYNQMP logicoreIP Init driver is based on the newLogiCoreIP design created. This driver provides the processing systemand programmable logic isolation. Set the frequency based on the clockinformation get from the logicoreIP register set.Signed-off-by: Dhaval Shah &lt;dshah@xilinx.com&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Thu, 21 Dec 2017 18:33:06 +0000</pubDate>
        <dc:creator>Dhaval Shah &lt;dhaval.shah@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>5abcdc20 - soc: xilinx: Create folder structure for soc specific drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/xilinx/Kconfig#5abcdc20</link>
        <description>soc: xilinx: Create folder structure for soc specific driversCreate directory structure with Makefile/Kconfig for adding xilinx socspecific drivers.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/drivers/soc/xilinx/Kconfig</description>
        <pubDate>Tue, 19 Dec 2017 13:15:25 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
</channel>
</rss>
