<?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 versatile_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>eb07c4f3 - mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#eb07c4f3</link>
        <description>mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDAs discussed at LSF/MM [1] [2] and with no objections raised there,deprecate the SLAB allocator. Rename the user-visible option so thatusers with CONFIG_SLAB=y get a new prompt with explanation during makeoldconfig, while make olddefconfig will just switch to SLUB.In all defconfigs with CONFIG_SLAB=y remove the line so those alsoswitch to SLUB. Regressions due to the switch should be reported tolinux-mm and slab maintainers.[1] https://lore.kernel.org/all/4b9fc9c6-b48c-198f-5f80-811a44737e5f@suse.cz/[2] https://lwn.net/Articles/932201/Signed-off-by: Vlastimil Babka &lt;vbabka@suse.cz&gt;Acked-by: Hyeonggon Yoo &lt;42.hyeyoo@gmail.com&gt;Acked-by: David Rientjes &lt;rientjes@google.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt; # m68kAcked-by: Helge Deller &lt;deller@gmx.de&gt; # parisc

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 23 May 2023 07:06:34 +0000</pubDate>
        <dc:creator>Vlastimil Babka &lt;vbabka@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>2002f396 - ARM: refresh defconfig files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#2002f396</link>
        <description>ARM: refresh defconfig filesA lot of Kconfig options have changed over the years, and we tendto not do a blind &apos;make defconfig&apos; to refresh the files, to ensurewe catch options that should not have gone away.I used some a bit of scripting to only rework the bits where anoption moved around in any of the defconfig files, without alsodropping any of the other lines, to make it clearer which optionswe no longer have.Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Acked-by: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;Acked-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Acked-by: Gregory CLEMENT &lt;gregory.clement@bootlin.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 20 Jul 2022 12:47:57 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f3e4080e - arch: Remove references to CONFIG_NFSD_V3 in the default configs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#f3e4080e</link>
        <description>arch: Remove references to CONFIG_NFSD_V3 in the default configsCONFIG_NFSD_V3 has been removed. NFSD support for NFSv3 can nolonger be disabled.Signed-off-by: Chuck Lever &lt;chuck.lever@oracle.com&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 14 Feb 2022 16:12:09 +0000</pubDate>
        <dc:creator>Chuck Lever &lt;chuck.lever@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>31072087 - ARM: configs: Everyone who had PANEL_SIMPLE now gets PANEL_EDP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#31072087</link>
        <description>ARM: configs: Everyone who had PANEL_SIMPLE now gets PANEL_EDPIn the patch (&quot;drm/panel-simple-edp: Split eDP panels out ofpanel-simple&quot;) we will split the PANEL_SIMPLE driver in two. Bydefault let&apos;s give everyone who had the old driver enabled the newdriver too. If folks want to opt-out of one or the other they alwayscan later.Signed-off-by: Douglas Anderson &lt;dianders@chromium.org&gt;Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210914132020.v5.5.I02250cd7d4799661b068bcc65849a456ed411734@changeid

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 14 Sep 2021 20:21:52 +0000</pubDate>
        <dc:creator>Douglas Anderson &lt;dianders@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>850d8ec9 - ARM: configs: Update Versatile defconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#850d8ec9</link>
        <description>ARM: configs: Update Versatile defconfigThis updates the Versatile defconfig for the changesin the v5.14-rc1 kernel:- The Framebuffer CONFIG_FB needs to be explicitly selected  or we don&apos;t get any framebuffer anymore. DRM has stopped to  select FB because of circular dependency.- The CONFIG_FB_MODE_HELPERS are not needed when using DRM  framebuffer emulation as DRM does.- The Acorn fonts are removed, the default framebuffer font  works fine. I don&apos;t know why this was selected in the first  place or how the Kconfig was altered so it was removed.Fixes: f611b1e7624c (&quot;drm: Avoid circular dependencies for CONFIG_FB&quot;)Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;Cc: Kees Cook &lt;keescook@chromium.org&gt;Link: https://lore.kernel.org/r/20210714081819.139210-1-linus.walleij@linaro.org&apos;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 14 Jul 2021 08:18:19 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e42fd768 - ARM: configs: Update Versatile defconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#e42fd768</link>
        <description>ARM: configs: Update Versatile defconfigUpdate the Integrator defconfig to the changes from the recentkernel cycles and especially the v5.9-rc1 changes.- Move options around as a result of Kconfig changes.- Drop the ZBOOT_ROM* stuff that doesn&apos;t exist anymore.- Select CONFIG_DRM_DISPLAY_CONNECTOR=y, the  CONFIG_DRM_SIMPLE_BRIDGE was renamed when renaming the  driver, but the simple bridge requires another bridge,  the display connector bridge, in order to work, so this  is required to have graphics working properly in kernel  v5.9-rc1+Link: https://lore.kernel.org/r/20200901073930.31548-1-linus.walleij@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 01 Sep 2020 07:39:30 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>0411374b - drm/bridge: dumb-vga-dac: Rename driver to simple-bridge</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#0411374b</link>
        <description>drm/bridge: dumb-vga-dac: Rename driver to simple-bridgeThe dumb-vga-dac driver can support simple DRM bridges without beinglimited to VGA DACs. Rename it to simple-bridge.Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;Reviewed-by: Boris Brezillon &lt;boris.brezillon@collabora.com&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Tested-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Reviewed-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20200226112514.12455-12-laurent.pinchart@ideasonboard.com

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 26 Feb 2020 11:24:31 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>39bda315 - ARM: config: Remove left-over BACKLIGHT_LCD_SUPPORT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#39bda315</link>
        <description>ARM: config: Remove left-over BACKLIGHT_LCD_SUPPORTThe CONFIG_BACKLIGHT_LCD_SUPPORT was removed in commit 8c5dc8d9f19c(&quot;video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernelsymbol&quot;). Options protected by CONFIG_BACKLIGHT_LCD_SUPPORT are nowavailable directly.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Acked-by: Shawn Guo &lt;shawnguo@kernel.org&gt;Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 04 Jun 2019 07:24:21 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1dbd150d - ARM: defconfig: Update the ARM Versatile defconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#1dbd150d</link>
        <description>ARM: defconfig: Update the ARM Versatile defconfigThis updates the ARM Versatile defconfig to the latestKconfig structural changes and adds the DUMB VGA bridgedriver so that VGA works out of the box, e.g. with QEMU.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 27 Aug 2018 13:27:08 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>59ff3af3 - ARM: defconfig: Configure Versatile boards to use PL111 DRM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#59ff3af3</link>
        <description>ARM: defconfig: Configure Versatile boards to use PL111 DRMThe DRM driver is now finalized for the Versatile board family,so switch the defconfig to use this driver instead of the oldfbdev driver.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Fri, 09 Mar 2018 13:32:21 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>cf8518f2 - ARM: defconfig: Update Versatile defconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#cf8518f2</link>
        <description>ARM: defconfig: Update Versatile defconfigThis updates the Versatile defconfig to the latest savedefconfigresults reflecting changes in Kconfig. We add in the Flash memorysupport that has been available upstream for a while now.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Fri, 09 Mar 2018 13:28:07 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5255a847 - ARM: versatile: enable the right LEDs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#5255a847</link>
        <description>ARM: versatile: enable the right LEDsThe Versatile now only has device tree boot support, and thedevice tree version does not support CONFIG_LEDS_VERSATILE.Instead select CONFIG_LEDS_SYSCON and MFD_SYSCON, so we canget LEDs support from the same generic driver that drivesmost other ARM reference boards.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 05 Jan 2016 14:02:09 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>954e953c - ARM: versatile: select some defaults in defconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#954e953c</link>
        <description>ARM: versatile: select some defaults in defconfigThis updates the Versatile defconfig to:- Use NO_HZ_IDLE and HIGH_RES_TIMERS- Enable the I2C driver- Enable the SPI driver- Enable the RTC driver for DS1338 as found on the Versatile  boards- Compile in the MMCI MMC driver, which is good if you  want to mount a root FS on the MMC card without having  to first load this module from an initramfsPatch tested on the Versatile AB, QEMU for Versatile ABand QEMU for Versatile PB.Cc: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 05 Jan 2016 08:59:20 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e45a1e18 - ARM: defconfig: use correct debug_ll settings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#e45a1e18</link>
        <description>ARM: defconfig: use correct debug_ll settingsThe debug-ll infrastructure can be configured in two ways, eitherby selecting a platform specific debug option, or by picking oneof the generic options (8250 or pl01x typically). For compatibilitywith multiplatform kernels, we have changed a couple of platformsto use the former method now when they used to use the latter.Unfortunately, this broke the defconfigs because now they stillenable CONFIG_DEBUG_LL_UART_PL01X or CONFIG_DEBUG_LL_UART_8250,and we no longer configure the correct register addressesautomatically.Embarrassingly, this was only found in linux-next when thedefconfig builds turned up errors for multiple people, and Ihad not caught those in my own tests, which were done usingthe randconfig fixes patchset on top, and that has a workaroundto avoid a build error when the addresses are not configured.The error was something like:.config:2010:warning: symbol value &apos;&apos; invalid for DEBUG_UART_PHYS.config:2011:warning: symbol value &apos;&apos; invalid for DEBUG_UART_VIRTThis patch avoids the problem by removing the respectivestatements from the defconfig files. Any out of tree defconfigfiles on the platforms I have changed will have to do the samechange or run into the build error above. Any users that havea full .config already set the correct DEBUG_UART_PHYS/VIRTaddresses and do not need to change anything.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: 4db22c1 (&quot;ARM: debug-ll: rework integrator/versatile handling&quot;)Fixes: f06455f (&quot;ARM: debug-ll: rework ep93xx handling&quot;)Fixes: c047f52 (&quot;ARM: debug-ll: reorganize mvebu debug uart config&quot;)Fixes: 59bd4c3 (&quot;ARM: debug-ll: rework lpc32xx handling&quot;)

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Thu, 17 Dec 2015 15:35:20 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>a29da136 - ARM: versatile: convert to multi-platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#a29da136</link>
        <description>ARM: versatile: convert to multi-platformNow that all the prerequisites are in place, we can enable Versatileboards for multi-platform kernels.Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Cc: Russell King &lt;linux@arm.linux.org.uk&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 08 Dec 2015 20:44:18 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>be26e0e0 - ARM: 8139/1: versatile: Enable DEBUG_LL_UART_PL01X</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#be26e0e0</link>
        <description>ARM: 8139/1: versatile: Enable DEBUG_LL_UART_PL01XThis defconfig already enables DEBUG_LL and by default DEBUG_LL_UART_NONEwill be selected (but due to some back compability magic I&apos;d like toremove is not actually honoured). DEBUG_LL_UART_PL01X is a much sanerdefault.Signed-off-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 08 Sep 2014 15:47:47 +0000</pubDate>
        <dc:creator>Daniel Thompson &lt;daniel.thompson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>9b58d187 - ARM: plat-versatile: update defconfigs for Versatile LEDs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#9b58d187</link>
        <description>ARM: plat-versatile: update defconfigs for Versatile LEDsAs we moved the Versatile LEDs to the LEDs subsystem and madeit a module, the config options are no more default-selected.Make sure all users still experience LEDs properly by updatingall RealView and Versatile defconfigs.Cc: Bryan Wu &lt;cooloney@gmail.com&gt;Cc: Richard Purdie &lt;rpurdie@rpsys.net&gt;Cc: Russell King &lt;linux@arm.linux.org.uk&gt;Cc: Pawel Moll &lt;pawel.moll@arm.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Thu, 27 Feb 2014 13:51:28 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>27d2adb5 - ARM: versatile: enable LEDs by default</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#27d2adb5</link>
        <description>ARM: versatile: enable LEDs by defaultThis adds the LEDs and triggers used by the Versatile boards tothe default configuration.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 27 Nov 2013 13:18:24 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ed84166a - ARM: versatile: build using EABI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#ed84166a</link>
        <description>ARM: versatile: build using EABIThis should work just fine on this purely v5 platform, so let&apos;sconfig it for EABI by default.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 27 Nov 2013 09:02:57 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>042f3730 - ARM: versatile: enable GPIOLIB and PL061 by default</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/versatile_defconfig#042f3730</link>
        <description>ARM: versatile: enable GPIOLIB and PL061 by defaultSelect the GPIOLIB and PL061 in the Versatile defconfig, as thisis present on all boards, and so we get compile and test coveragefor this.Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 27 Nov 2013 12:09:05 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
