<?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>a86a8ca7 - ssb: relax SSB_EMBEDDED dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#a86a8ca7</link>
        <description>ssb: relax SSB_EMBEDDED dependenciesThis is a kconfig warning in a randconfig when CONFIG_PCI is not set:WARNING: unmet direct dependencies detected for SSB_EMBEDDED  Depends on [n]: SSB [=y] &amp;&amp; SSB_DRIVER_MIPS [=y] &amp;&amp; SSB_PCICORE_HOSTMODE [=n]  Selected by [y]:  - BCM47XX_SSB [=y] &amp;&amp; BCM47XX [=y]This is caused by arch/mips/bcm47xx/Kconfig&apos;s symbol BCM47XX_SSBselecting SSB_EMBEDDED when CONFIG_PCI is not set.This warning can be prevented by altering SSB_EMBEDDED to allow forPCI=n or the former SSB_PCICORE_HOSTMODE.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Michael B&#252;sch &lt;m@bues.ch&gt;Cc: linux-wireless@vger.kernel.orgCc: Kalle Valo &lt;kvalo@kernel.org&gt;Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;Link: https://lore.kernel.org/r/20231012220856.23260-1-rdunlap@infradead.org

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Thu, 12 Oct 2023 22:08:55 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>209b4375 - ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#209b4375</link>
        <description>ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGUse the standard WARN_ON instead.If a small kernel is desired, WARN_ON can be disabled globally.Also remove SSB_DEBUG. Besides WARN_ON it only adds a tiny debug check.Include this check unconditionally.Signed-off-by: Michael Buesch &lt;m@bues.ch&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Tue, 31 Jul 2018 20:15:09 +0000</pubDate>
        <dc:creator>Michael B&#252;sch &lt;m@bues.ch&gt;</dc:creator>
    </item>
<item>
        <title>b8b6069c - ssb: Remove home-grown printk wrappers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#b8b6069c</link>
        <description>ssb: Remove home-grown printk wrappersReplace the ssb printk wrappers by standard print helpers.Also remove SSB_SILENT. Nobody should use it anyway.Originally submitted by Joe Perches &lt;joe@perches.com&gt;.Modified to add dev_... based printks.Signed-off-by: Michael Buesch &lt;m@bues.ch&gt;Tested-by: Michael Buesch &lt;m@bues.ch&gt;Cc: Joe Perches &lt;joe@perches.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Tue, 31 Jul 2018 19:56:38 +0000</pubDate>
        <dc:creator>Michael B&#252;sch &lt;m@bues.ch&gt;</dc:creator>
    </item>
<item>
        <title>ebd27d33 - ssb: make SSB_PCICORE_HOSTMODE depend on SSB = y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#ebd27d33</link>
        <description>ssb: make SSB_PCICORE_HOSTMODE depend on SSB = ySSB_PCICORE_HOSTMODE protects MIPS specific code that calls not exportedsymbols pcibios_enable_device and register_pci_controller. This code issupposed to be compiled only with ssb builtin.This fixes:ERROR: &quot;pcibios_enable_device&quot; [drivers/ssb/ssb.ko] undefined!ERROR: &quot;register_pci_controller&quot; [drivers/ssb/ssb.ko] undefined!make[1]: *** [scripts/Makefile.modpost:92: __modpost] Error 1Reported-by: Matt Redfearn &lt;matt.redfearn@mips.com&gt;Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Reviewed-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Fri, 11 May 2018 09:17:15 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>36910d82 - Revert &quot;ssb: Prevent build of PCI host features in module&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#36910d82</link>
        <description>Revert &quot;ssb: Prevent build of PCI host features in module&quot;This reverts commit 882164a4a928bcaa53280940436ca476e6b1db8e.Above commit added &quot;SSB = y&quot; dependency to the wrong symbolSSB_DRIVER_PCICORE_POSSIBLE and prevented SSB_DRIVER_PCICORE from beingselected when needed. PCI core driver for core running in clienthostmode is important for bus initialization. It&apos;s perfectly valid scenarioto have ssb built as module and use it with buses on PCI cards.This fixes regression that affected all *module* users with PCI cards.Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1572349Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Fri, 11 May 2018 09:17:14 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>882164a4 - ssb: Prevent build of PCI host features in module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#882164a4</link>
        <description>ssb: Prevent build of PCI host features in moduleAttempting to build ssb.ko with CONFIG_SSB_DRIVER_PCICORE=y results ina build error due to use of symbols not exported from vmlinux:ERROR: &quot;pcibios_enable_device&quot; [drivers/ssb/ssb.ko] undefined!ERROR: &quot;register_pci_controller&quot; [drivers/ssb/ssb.ko] undefined!make[1]: *** [scripts/Makefile.modpost:92: __modpost] Error 1To prevent this, don&apos;t allow the host mode feature to be built ifCONFIG_SSB=mSigned-off-by: Matt Redfearn &lt;matt.redfearn@mips.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Fri, 12 Jan 2018 14:25:59 +0000</pubDate>
        <dc:creator>Matt Redfearn &lt;matt.redfearn@mips.com&gt;</dc:creator>
    </item>
<item>
        <title>a9e6d44d - ssb: Do not disable PCI host on non-Mips</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#a9e6d44d</link>
        <description>ssb: Do not disable PCI host on non-MipsAfter upgrading an old laptop to 4.15-rc9, I found that the eth0 andwlan0 interfaces had disappeared.  It turns out that the b43 and b44drivers require SSB_PCIHOST_POSSIBLE which depends onPCI_DRIVERS_LEGACY, a config option that only exists on Mips.Fixes: 58eae1416b80 (&quot;ssb: Disable PCI host for PCI_DRIVERS_GENERIC&quot;)Cc: stable@vger.orgSigned-off-by: Sven Joachim &lt;svenjoac@gmx.de&gt;Reviewed-by: James Hogan &lt;jhogan@kernel.org&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Fri, 26 Jan 2018 09:38:01 +0000</pubDate>
        <dc:creator>Sven Joachim &lt;svenjoac@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>58eae141 - ssb: Disable PCI host for PCI_DRIVERS_GENERIC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#58eae141</link>
        <description>ssb: Disable PCI host for PCI_DRIVERS_GENERICSince commit d41e6858ba58 (&quot;MIPS: Kconfig: Set default MIPS system typeas generic&quot;) changed the default MIPS platform to the &quot;generic&quot;platform, which uses PCI_DRIVERS_GENERIC instead of PCI_DRIVERS_LEGACY,various files in drivers/ssb/ have failed to build.This is particularly due to the existence of struct pci_controller beingdependent on PCI_DRIVERS_LEGACY since commit c5611df96804 (&quot;MIPS: PCI:Introduce CONFIG_PCI_DRIVERS_LEGACY&quot;), so add that dependency to Kconfigto prevent these files being built for the &quot;generic&quot; platform includingall{yes,mod}config builds.Fixes: c5611df96804 (&quot;MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACY&quot;)Signed-off-by: James Hogan &lt;jhogan@kernel.org&gt;Cc: Michael Buesch &lt;m@bues.ch&gt;Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: Paul Burton &lt;paul.burton@mips.com&gt;Cc: Matt Redfearn &lt;matt.redfearn@imgtec.com&gt;Cc: Guenter Roeck &lt;linux@roeck-us.net&gt;Cc: linux-wireless@vger.kernel.orgCc: linux-mips@linux-mips.orgTested-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Mon, 15 Jan 2018 21:17:14 +0000</pubDate>
        <dc:creator>James Hogan &lt;jhogan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8c9fdd76 - ssb: make SSB a menuconfig to ease disabling it all</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#8c9fdd76</link>
        <description>ssb: make SSB a menuconfig to ease disabling it allNo need to get into the submenu to disable all SSB-relatedconfig entries.This makes it easier to disable all SSB config optionswithout entering the submenu. It will also enable oneto see that en/dis-abled state from the outside menu.This is only intended to change menuconfig UI, not changethe config dependencies.Signed-off-by: Vincent Legoll &lt;vincent.legoll@gmail.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Mon, 04 Dec 2017 22:27:44 +0000</pubDate>
        <dc:creator>Vincent Legoll &lt;vincent.legoll@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>10da848f - ssb: host_soc depends on sprom</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#10da848f</link>
        <description>ssb: host_soc depends on spromDrivers that use the SSB sprom functionality typically &apos;select SSB_SPROM&apos;from Kconfig, but CONFIG_SSB_HOST_SOC misses this, which results ina build failure unless at least one of the other drivers that selectsit is enabled:drivers/built-in.o: In function `ssb_host_soc_get_invariants&apos;:(.text+0x459494): undefined reference to `ssb_fill_sprom_with_fallback&apos;This adds the same select statement that is used elsewhere.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: 541c9a84cd85 (&quot;ssb: pick SoC invariants code from MIPS BCM47xx arch&quot;)Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Thu, 25 Feb 2016 20:57:43 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>541c9a84 - ssb: pick SoC invariants code from MIPS BCM47xx arch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#541c9a84</link>
        <description>ssb: pick SoC invariants code from MIPS BCM47xx archThere is code in ssb fetching &quot;invariants&quot; that is basically a set ofboard specific data. Every host requires its own implementation ofreading function. In ssb we have support for PCI, PCMCIA &amp; SDIO.For some (historical?) reason code reading &quot;invariants&quot; for SoC wasplaced in arch code and provided by a callback. This is not needednowadays, so lets move that into ssb. This way we keep all &quot;invariants&quot;functions in a single module making code cleaner.Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 22:36:51 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>845da6e5 - ssb: add Kconfig entry for compiling SoC related code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#845da6e5</link>
        <description>ssb: add Kconfig entry for compiling SoC related codeThis allows saving a little of space when not using ssb on Broadcom SoC.Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Sun, 25 Oct 2015 18:32:43 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>179fa46f - SSB: fix Kconfig dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#179fa46f</link>
        <description>SSB: fix Kconfig dependenciesThe commit 21400f252a97 (&quot;MIPS: BCM47XX: Make ssb init NVRAM instead ofbcm47xx polling it&quot;) introduces a dependency to SSB_SFLASH but did notadd it to the Kconfig.drivers/ssb/driver_mipscore.c:216:36: error: &apos;struct ssb_mipscore&apos; has nomember named &apos;sflash&apos;  struct ssb_sflash *sflash = &amp;mcore-&gt;sflash;                                    ^drivers/ssb/driver_mipscore.c:249:12: error: dereferencing pointer toincomplete type  if (sflash-&gt;present) {            ^Signed-off-by: Adrien Schildknecht &lt;adrien+dev@schischi.me&gt;Cc: m@bues.chCc: zajec5@gmail.comCc: linux-mips@linux-mips.orgCc: linux-kernel@vger.kernel.orgPatchwork: https://patchwork.linux-mips.org/patch/9598/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Wed, 25 Mar 2015 15:31:42 +0000</pubDate>
        <dc:creator>Adrien Schildknecht &lt;adrien+dev@schischi.me&gt;</dc:creator>
    </item>
<item>
        <title>7c1bc0da - ssb: gpio: add own IRQ domain</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#7c1bc0da</link>
        <description>ssb: gpio: add own IRQ domainSigned-off-by: Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;Acked-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;Acked-by: Michael Buesch &lt;m@bues.ch&gt;Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;Patchwork: http://patchwork.linux-mips.org/patch/6342/

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Mon, 13 Jan 2014 18:56:08 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>092c4649 - ssb: drop BROKEN from SSB_SFLASH</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#092c4649</link>
        <description>ssb: drop BROKEN from SSB_SFLASHWith recent patches ssb can fetch info about serial flash and registerit as a platform device. No more reasons to mark it BROKEN.Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;Cc: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Tue, 25 Jun 2013 08:13:46 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>271792ef - SSB: Kconfig: Amend SSB_EMBEDDED dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#271792ef</link>
        <description>SSB: Kconfig: Amend SSB_EMBEDDED dependenciesSSB_EMBEDDED needs functions from driver_pcicore which are onlyavailable if SSD_DRIVER_HOSTMODE is selected so make itdepend on that symbol.Fixes the following linking problem:drivers/ssb/embedded.c:202:undefined reference to `ssb_pcicore_plat_dev_init&apos;drivers/built-in.o: In function `ssb_pcibios_map_irq&apos;:drivers/ssb/embedded.c:247:undefined reference to `ssb_pcicore_pcibios_map_irq&apos;Signed-off-by: Markos Chandras &lt;markos.chandras@imgtec.com&gt;Acked-by: Steven J. Hill &lt;Steven.Hill@imgtec.com&gt;Cc: sibyte-users@bitmover.comCc: netdev@vger.kernel.orgCc: Michael Buesch &lt;m@bues.ch&gt;Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/5484/Acked-by: Florian Fainelli &lt;florian@openwrt.org&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Mon, 17 Jun 2013 13:00:40 +0000</pubDate>
        <dc:creator>Markos Chandras &lt;markos.chandras@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>72a525cb - ssb: add place for serial flash driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#72a525cb</link>
        <description>ssb: add place for serial flash driverSigned-off-by: Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Sun, 06 Jan 2013 20:48:50 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;zajec5@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3194f2f0 - ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#3194f2f0</link>
        <description>ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting itCommit ec43b08b5733494ad88aa618ecdf534320dd8207 (&quot;ssb: add GPIO driver&quot;)added SSB_DRIVER_GPIO, which unconditionally selects GPIOLIB, causinga Kconfig warning:warning: (ARCH_REQUIRE_GPIOLIB &amp;&amp; SSB_DRIVER_GPIO &amp;&amp; BCMA_DRIVER_GPIO &amp;&amp; MFD_TC6393XB &amp;&amp; FB_VIA) selects GPIOLIB which has unmet direct dependencies (ARCH_WANT_OPTIONAL_GPIOLIB || ARCH_REQUIRE_GPIOLIB)and build failure for m68k/allmodconfig:In file included from drivers/ssb/ssb_private.h:5,                 from drivers/ssb/main.c:12:include/linux/ssb/ssb.h:440: error: field &#8216;gpio&#8217; has incomplete typemake[4]: *** [drivers/ssb/main.o] Error 1make[3]: *** [drivers/ssb/] Error 2Turn the select into a dependency to fix this.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Sun, 16 Dec 2012 15:35:36 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>ec43b08b - ssb: add GPIO driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ssb/Kconfig#ec43b08b</link>
        <description>ssb: add GPIO driverRegister a GPIO driver to access the GPIOs provided by the chip.The GPIOs of the SoC should always start at 0 and the other GPIOs couldstart at a random position. There is just one SoC in a system and whenthey start at 0 the number is predictable.Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;Patchwork: http://patchwork.linux-mips.org/patch/4591Acked-by: Florian Fainelli &lt;florian@openwrt.org&gt;

            List of files:
            /linux-6.15/drivers/ssb/Kconfig</description>
        <pubDate>Tue, 20 Nov 2012 22:24:33 +0000</pubDate>
        <dc:creator>Hauke Mehrtens &lt;hauke@hauke-m.de&gt;</dc:creator>
    </item>
</channel>
</rss>
