<?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>ce6697a6 - bus: imx-weim: support compile test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#ce6697a6</link>
        <description>bus: imx-weim: support compile testAdd COMPILE_TEST to support code compile testSigned-off-by: Wu Bo &lt;bo.wu@vivo.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Tue, 27 Aug 2024 03:23:47 +0000</pubDate>
        <dc:creator>Wu Bo &lt;bo.wu@vivo.com&gt;</dc:creator>
    </item>
<item>
        <title>5c9668cf - firewall: introduce stm32_firewall framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#5c9668cf</link>
        <description>firewall: introduce stm32_firewall frameworkIntroduce a STM32 firewall framework that offers to firewall consumersdifferent firewall services such as the ability to check their accessrights against their firewall controller(s).The STM32 firewall framework offers a generic API for STM32 firewallcontrollers that is defined in their drivers to best fit thespecificity of each firewall.There are various types of firewalls:-Peripheral firewalls that filter accesses to peripherals-Memory firewalls that filter accesses to memories or memory regions-No type for undefined type of firewallSigned-off-by: Gatien Chevallier &lt;gatien.chevallier@foss.st.com&gt;Signed-off-by: Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Fri, 05 Jan 2024 13:03:56 +0000</pubDate>
        <dc:creator>Gatien Chevallier &lt;gatien.chevallier@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>4acd21a4 - bus: tegra-aconnect: Update dependency to ARCH_TEGRA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#4acd21a4</link>
        <description>bus: tegra-aconnect: Update dependency to ARCH_TEGRAUpdate the architecture dependency to be the generic Tegrabecause the driver works on the four latest Tegra generationsnot just Tegra210, if you build a kernel with a specificARCH_TEGRA_xxx_SOC option that excludes Tegra210 you don&apos;t getthis driver.Fixes: 46a88534afb59 (&quot;bus: Add support for Tegra ACONNECT&quot;)Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Cc: Jon Hunter &lt;jonathanh@nvidia.com&gt;Cc: Thierry Reding &lt;treding@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Fri, 16 Feb 2024 10:02:37 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>112cd2f9 - bus: brcmstb_gisb: Depend on SoC specifics over generic arm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#112cd2f9</link>
        <description>bus: brcmstb_gisb: Depend on SoC specifics over generic armDepend on the explicit SoC defines rather than genericarchitectures like most of the rest of the HW drivers do.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Link: https://lore.kernel.org/r/20231009135833.17880-4-pbrobinson@gmail.comSigned-off-by: Florian Fainelli &lt;florian.fainelli@broadcom.com&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Mon, 09 Oct 2023 13:58:19 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>063dc062 - bus: ti-sysc: Build driver for TI K3 SoCs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#063dc062</link>
        <description>bus: ti-sysc: Build driver for TI K3 SoCsAllow building ti-sysc also for K3 SoCs. This allows configuring the wkupdomain devices for SYSCONFIG register wake-up events in a generic way.As this is an interconnect level driver, default to built-in on K3 SoCsto probe the devices connected to the wkup domain like gpio, uart andtimers.Reviewed-by: Dhruva Gole &lt;d-gole@ti.com&gt;Reviewed-by: Nishanth Menon &lt;nm@ti.com&gt;Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Fri, 04 Aug 2023 10:38:01 +0000</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>fcbfe812 - Kconfig: introduce HAS_IOPORT option and select it as necessary</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#fcbfe812</link>
        <description>Kconfig: introduce HAS_IOPORT option and select it as necessaryWe introduce a new HAS_IOPORT Kconfig option to indicate support for I/OPort access. In a future patch HAS_IOPORT=n will disable compilation ofthe I/O accessor functions inb()/outb() and friends on architectureswhich can not meaningfully support legacy I/O spaces such as s390.The following architectures do not select HAS_IOPORT:* ARC* C-SKY* Hexagon* Nios II* OpenRISC* s390* User-Mode Linux* XtensaAll other architectures select HAS_IOPORT at least conditionally.The &quot;depends on&quot; relations on HAS_IOPORT in drivers as well as ifdefsfor HAS_IOPORT specific sections will be added in subsequent patches ona per subsystem basis.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Acked-by: Johannes Berg &lt;johannes@sipsolutions.net&gt; # for ARCH=umAcked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Thu, 23 Mar 2023 16:33:52 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>97d485ed - bus: add driver for initializing the SSC bus on (some) qcom SoCs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#97d485ed</link>
        <description>bus: add driver for initializing the SSC bus on (some) qcom SoCsAdd bindings for the AHB bus which exposes the SSC (Snapdragon Sensor Core)block in the global address space. This bus (and the SSC block itself) ispresent on certain qcom SoCs.In typical configuration, this bus (as some of the clocks and registersthat we need to manipulate) is not accessible to Linux, and the resourceson this bus are indirectly accessed by communicating with a hexagon CPUcore residing in the SSC block. In this configuration, the hypervisor isthe one performing the bus initialization for the purposes of bringingthe hexagon CPU core out of reset.However, it is possible to change the configuration, in which case thisdriver will initialize the bus.In combination with drivers for resources on the SSC bus, this driver canaid in debugging, and for example with a TLMM driver can be used todirectly access SSC-dedicated GPIO pins, removing the need to committo a particular usecase during hw design.Finally, until open firmware for the hexagon core is available, thisapproach allows for using sensors hooked up to SSC-dedicated GPIO pinson mainline Linux simply by utilizing the existing in-tree drivers forthese sensors.Signed-off-by: Michael Srba &lt;Michael.Srba@seznam.cz&gt;Reviewed-by: Jeffrey Hugo &lt;jeffrey.l.hugo@gmail.com&gt;Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Link: https://lore.kernel.org/r/20220411072156.24451-5-michael.srba@seznam.cz

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Mon, 11 Apr 2022 07:21:55 +0000</pubDate>
        <dc:creator>Michael Srba &lt;Michael.Srba@seznam.cz&gt;</dc:creator>
    </item>
<item>
        <title>81967efb - drivers: bus: Delete CONFIG_SIMPLE_PM_BUS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#81967efb</link>
        <description>drivers: bus: Delete CONFIG_SIMPLE_PM_BUSThe simple-pm-bus driver is mandatory for CONFIG_OF based platforms to workwith fw_devlink. So, always compile it in for CONFIG_OF and delete theconfig since it&apos;s no longer necessary.Tested-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Tested-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Tested-by: Damien Le Moal &lt;damien.lemoal@wdc.com&gt;Cc: Rob Herring &lt;robh+dt@kernel.org&gt;Signed-off-by: Saravana Kannan &lt;saravanak@google.com&gt;Link: https://lore.kernel.org/r/20210929000735.585237-3-saravanak@google.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Wed, 29 Sep 2021 00:07:34 +0000</pubDate>
        <dc:creator>Saravana Kannan &lt;saravanak@google.com&gt;</dc:creator>
    </item>
<item>
        <title>707a4cdf - bus: brcmstb_gisb: Allow building as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#707a4cdf</link>
        <description>bus: brcmstb_gisb: Allow building as moduleAllow building the Broadcom STB GISB arbiter driver as a module, howeversimilar to interrupt controller drivers, don&apos;t allow its unbind/removalsince it is not quite prepared for that and we want it to catch buserrors all the time.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Fri, 24 Sep 2021 19:10:34 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1c953bda - bus: ixp4xx: Add a driver for IXP4xx expansion bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#1c953bda</link>
        <description>bus: ixp4xx: Add a driver for IXP4xx expansion busThe Intel IXP4xx SoCs have an expansion bus that is usually justused for flash memory and configured by the boot loaders and canbe accessed using the &quot;simple-bus&quot;.However some devices need more elaborate configuration and then weneed to provide a proper 3-unit address space indicating chipselect for each device and provide timing and similar information.Cc: Marc Zyngier &lt;maz@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Thu, 15 Jul 2021 23:53:34 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>a579fcfa - c6x: remove architecture</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#a579fcfa</link>
        <description>c6x: remove architectureThe c6x architecture was added to the kernel in 2011 at a time whenrunning Linux on DSPs was widely seen as the logical evolution.It appears the trend has gone back to running Linux on Arm based SoCswith DSP, using a better supported software ecosystem, and having betterreal-time behavior for the DSP code. An example of this is TI&apos;s ownKeystone2 platform.The upstream kernel port appears to no longer have any users. MarkSalter remained avaialable to review patches, but mentioned thathe no longer has access to working hardware himself. Without anyusers, it&apos;s best to just remove the code completely to reduce thework for cross-architecture code changes.Many thanks to Mark for maintaining the code for the past ten years.Link: https://lore.kernel.org/lkml/41dc7795afda9f776d8cd0d3075f776cf586e97c.camel@redhat.com/Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Mon, 18 Jan 2021 11:45:46 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>16274e58 - bus: cdmm: Add MIPS R5 arch support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#16274e58</link>
        <description>bus: cdmm: Add MIPS R5 arch supportCDMM may be available not only on MIPS R2 architectures, but also onnewer MIPS R5 chips. For instance our P5600 chip has one. Let&apos;s markthe CDMM bus being supported for that MIPS arch too.Signed-off-by: Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;Reviewed-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Tue, 14 Jul 2020 12:57:51 +0000</pubDate>
        <dc:creator>Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;</dc:creator>
    </item>
<item>
        <title>22e795b4 - bus: bt1-axi: Build the driver into the kernel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#22e795b4</link>
        <description>bus: bt1-axi: Build the driver into the kernelAlas the method trigger_all_cpu_backtrace() isn&apos;t exported by thekernel, but we need to have it called in case of the bus errors detectedto get a better description of a possible cause of the error. Let&apos;sdisable the ability to build the driver as a loadable kernel module then.Note In future the driver will support the AXI-bus interconnect capability,so we&apos;d have to make it built into the kernel anyway.Link: https://lore.kernel.org/r/20200528193113.17372-2-Sergey.Semin@baikalelectronics.ruSigned-off-by: Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;Cc: Alexey Malahov &lt;Alexey.Malahov@baikalelectronics.ru&gt;Cc: Olof Johansson &lt;olof@lixom.net&gt;Cc: soc@kernel.orgSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Thu, 28 May 2020 19:31:13 +0000</pubDate>
        <dc:creator>Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;</dc:creator>
    </item>
<item>
        <title>dc20e93b - bus: bt1-apb: Build the driver into the kernel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#dc20e93b</link>
        <description>bus: bt1-apb: Build the driver into the kernelSeeing trigger_all_cpu_backtrace() isn&apos;t exported from the kernel andsince calling it is a very important part of driver, which may providea better description of a possible cause of the error, let&apos;s disable theability to build the driver as a loadable kernel module.Link: https://lore.kernel.org/r/20200528193113.17372-1-Sergey.Semin@baikalelectronics.ruSigned-off-by: Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;Cc: Alexey Malahov &lt;Alexey.Malahov@baikalelectronics.ru&gt;Cc: Olof Johansson &lt;olof@lixom.net&gt;Cc: soc@kernel.orgSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Thu, 28 May 2020 19:31:12 +0000</pubDate>
        <dc:creator>Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;</dc:creator>
    </item>
<item>
        <title>8f93662d - bus: Add Baikal-T1 APB-bus driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#8f93662d</link>
        <description>bus: Add Baikal-T1 APB-bus driverBaikal-T1 AXI-APB bridge is used to access the SoC subsystem CSRs.IO requests are routed to this bus by means of the DW AMBA 3 AXIInterconnect. In case if an attempted APB transaction stays with noresponse for a pre-defined time an interrupt occurs and the bus getsfreed for a next operation. This driver provides the interrupt handlerto detect the erroneous address, prints an error message about theaddress fault, updates an errors counter. The counter and the APB-busoperations timeout can be accessed via corresponding sysfs nodes.A dedicated sysfs-node can be also used to artificially cause thebus errors described above.[arnd: fix build warnings for missing includes and wrong return types]Link: https://lore.kernel.org/r/20200526125928.17096-6-Sergey.Semin@baikalelectronics.ruSigned-off-by: Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;Cc: Alexey Malahov &lt;Alexey.Malahov@baikalelectronics.ru&gt;Cc: Paul Burton &lt;paulburton@kernel.org&gt;Cc: Olof Johansson &lt;olof@lixom.net&gt;Cc: Rob Herring &lt;robh+dt@kernel.org&gt;Cc: linux-mips@vger.kernel.orgCc: soc@kernel.orgCc: devicetree@vger.kernel.orgReported-by: kbuild test robot &lt;lkp@intel.com&gt;Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Tue, 26 May 2020 12:59:27 +0000</pubDate>
        <dc:creator>Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;</dc:creator>
    </item>
<item>
        <title>63cb7713 - bus: Add Baikal-T1 AXI-bus driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#63cb7713</link>
        <description>bus: Add Baikal-T1 AXI-bus driverAXI3-bus is the main communication bus connecting all high-speedperipheral IP-cores with RAM controller and MIPS P5600 cores on Baikal-T1SoC. Bus traffic arbitration is done by means of DW AMBA 3 AXIInterconnect (so called AXI Main Interconnect) routing IO requests fromone SoC block to another. This driver provides a way to detect any busprotocol errors and device not responding situations by means of anembedded on top of the interconnect errors handler block (EHB). AXIInterconnect QoS arbitration tuning is currently unsupported.The bus doesn&apos;t provide a way to detect the interconnected devices,so they are supposed to be statically defined like by means of thesimple-bus sub-nodes.[arnd: fix build warnings for missing includes and wrong return types]Link: https://lore.kernel.org/r/20200526125928.17096-5-Sergey.Semin@baikalelectronics.ruSigned-off-by: Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;Cc: Alexey Malahov &lt;Alexey.Malahov@baikalelectronics.ru&gt;Cc: Paul Burton &lt;paulburton@kernel.org&gt;Cc: Olof Johansson &lt;olof@lixom.net&gt;Cc: Rob Herring &lt;robh+dt@kernel.org&gt;Cc: linux-mips@vger.kernel.orgCc: soc@kernel.orgCc: devicetree@vger.kernel.orgReported-by: kbuild test robot &lt;lkp@intel.com&gt;Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Tue, 26 May 2020 12:59:26 +0000</pubDate>
        <dc:creator>Serge Semin &lt;Sergey.Semin@baikalelectronics.ru&gt;</dc:creator>
    </item>
<item>
        <title>70e4758a - bus: vexpress-config: Support building as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#70e4758a</link>
        <description>bus: vexpress-config: Support building as moduleEnable building vexpress-config driver as a module.Cc: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Reviewed-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Acked-by: Liviu Dudau &lt;liviu.dudau@arm.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Wed, 29 Apr 2020 20:58:24 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ccea5e8a - bus: Add driver for Integrator/AP logic modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#ccea5e8a</link>
        <description>bus: Add driver for Integrator/AP logic modulesThe logic modules on the Integrator/AP (Application Platform)are logic tiles with (typically) one or a few peripheraldevices. They are most commonly used for FPGA prototyping.Using the device tree node for logic tiles, we probe themin order and check if the special system controller registerconfirm their presence before populating the node for a tile.This supercedes the code in arch/arm/mach-integrator/lm.[c|h]and makes it possible to populate the tiles using the devicetree instead of boardfile-based descriptions.Tested with all peripherals including graphics and MMC cardworking fine with the IM-PD1 example tile from Arm.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Thu, 13 Feb 2020 12:41:23 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>0cbf2608 - bus: mhi: core: Add support for registering MHI controllers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#0cbf2608</link>
        <description>bus: mhi: core: Add support for registering MHI controllersThis commit adds support for registering MHI controller drivers withthe MHI stack. MHI controller drivers manages the interaction with theMHI client devices such as the external modems and WiFi chipsets. Theyare also the MHI bus master in charge of managing the physical linkbetween the host and client device.This is based on the patch submitted by Sujeev Dias:https://lkml.org/lkml/2018/7/9/987Signed-off-by: Sujeev Dias &lt;sdias@codeaurora.org&gt;Signed-off-by: Siddartha Mohanadoss &lt;smohanad@codeaurora.org&gt;[jhugo: added static config for controllers and fixed several bugs]Signed-off-by: Jeffrey Hugo &lt;jhugo@codeaurora.org&gt;[mani: removed DT dependency, splitted and cleaned up for upstream]Signed-off-by: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;Link: https://lore.kernel.org/r/20200220095854.4804-3-manivannan.sadhasivam@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Thu, 20 Feb 2020 09:58:40 +0000</pubDate>
        <dc:creator>Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>2f56acf8 - bus: tegra-aconnect: Remove PM_CLK dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/bus/Kconfig#2f56acf8</link>
        <description>bus: tegra-aconnect: Remove PM_CLK dependencyThe ACONNECT bus driver does not use pm-clk interface anymore and hencethe dependency can be removed from its Kconfig option.Fixes: 0d7dab926130 (&quot;bus: tegra-aconnect: use devm_clk_*() helpers&quot;)Signed-off-by: Sameer Pujar &lt;spujar@nvidia.com&gt;Acked-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/bus/Kconfig</description>
        <pubDate>Thu, 20 Jun 2019 15:51:59 +0000</pubDate>
        <dc:creator>Sameer Pujar &lt;spujar@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
