<?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>eb3f614a - arm: vexpress: Remove obsolete RTSM DCSCB support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#eb3f614a</link>
        <description>arm: vexpress: Remove obsolete RTSM DCSCB supportThe Arm Versatile DCSCB support is unused as the compatible&quot;arm,rtsm,dcscb&quot; is unused in any .dts file. It was only everimplemented on a s/w model (RTSM).Signed-off-by: Rob Herring (Arm) &lt;robh@kernel.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20240510123238.3904779-1-robh@kernel.orgSigned-off-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Fri, 10 May 2024 12:32:35 +0000</pubDate>
        <dc:creator>Rob Herring (Arm) &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2560cffd - ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#2560cffd</link>
        <description>ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) supportThis ARM11 SMP configuration was one of the first SMP configurationsthe ARM kernel supported, but it has the downside of odd DMA handling,odd cache tagging, and often (as of recent) completely broken cachehandling on the ARM RealView PB11MPCore test chips. To boot theplatform it was necessary to completely disable the cache.When it comes to the EB 11MPCore it is unclear if this ever worked.These reference designs are now the only ARMv6K SMP platforms.As only reference designs of purely academic interest remain, andsince the special-cased DMA and PMU code is hard to maintain anddoesn&apos;t really work, it is not really worth our time.Delete the ARM11MPCore support along with:- The special DMA quirk CONFIG_DMA_CACHE_RWFO that is only used  on ARMv6K SMP, and we are the last ARMV6K system leaving the  building and the cache handling is awkward, so good-bye.- The special PMU handling that was only used by ARM11MPCore.The following is left behind:- TIMER_OF_DECLARE(arm_twd_11mp, &quot;arm,arm11mp-twd-timer&quot;, ...)  in arch/arm/kernel/smp_twd.c, this is still in use by Marvell MMP3  arch/arm/boot/dts/marvell/mmp3.dtsi- IRQCHIP_DECLARE(arm11mp_gic, &quot;arm,arm11mp-gic&quot;, ...)  in drivers/irqchip/irq-gic.c, this is still in use by Marvell MMP3  arch/arm/boot/dts/marvell/mmp3.dtsi- A compatible for the arm11mpcore SCU, since this was mistakedly  used for the Cortex-A9 version of RealView EB.These are unfortunate but will need to be kept around forcompatibility. New Marvell-specific compatibles should however probablybe added.Acked-by: Mark Rutland &lt;mark.rutland@arm.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Liviu Dudau &lt;liviu.dudau@arm.com&gt;Link: https://lore.kernel.org/r/20231207-drop-11mpcore-v2-1-560b396f3bf5@linaro.orgSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Thu, 07 Dec 2023 13:33:35 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>3ebe59a5 - ata: clean up how architectures enable PATA_PLATFORM and PATA_OF_PLATFORM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#3ebe59a5</link>
        <description>ata: clean up how architectures enable PATA_PLATFORM and PATA_OF_PLATFORMThere are two options for platform device PATA support:  PATA_PLATFORM: Generic platform device PATA support  PATA_OF_PLATFORM: OpenFirmware platform device PATA supportIf an architecture allows the generic platform device PATA support, itshall select HAVE_PATA_PLATFORM. Then, Generic platform device PATA supportis available and can be selected.If an architecture has OpenFirmware support, which it indicates byselecting OF, OpenFirmware platform device PATA support is availableand can be selected.If OpenFirmware platform device PATA support is selected, then thefunctionality (code files) from Generic platform device PATA support needsto be integrated in the kernel build for the OpenFirmware platform devicePATA support to work. Select PATA_PLATFORM in PATA_OF_PLATFORM to make surethe needed files are added in the build.So, architectures with OpenFirmware support, do not need to additionallyselect HAVE_PATA_PLATFORM. It is only needed by architecture that want thenon-OF pata-platform module.Reflect this way of intended use of config symbols in the ata Kconfig andadjust all architecture definitions.This follows the suggestion from Arnd Bergmann (see Link).Suggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/all/4b33bffc-2b6d-46b4-9f1d-d18e55975a5a@www.fastmail.com/Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Damien Le Moal &lt;damien.lemoal@opensource.wdc.com&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 14 Sep 2022 14:27:12 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5d6f5267 - ARM: rework endianess selection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#5d6f5267</link>
        <description>ARM: rework endianess selectionChoosing big-endian vs little-endian kernels in Kconfig has not workedcorrectly since the introduction of CONFIG_ARCH_MULTIPLATFORM a longtime ago.The problems is that CONFIG_BIG_ENDIAN depends onARCH_SUPPORTS_BIG_ENDIAN, which can set by any one platformin the config, but would actually have to be supported by allof them.This was mostly ok for ARMv6/ARMv7 builds, since these are BE8 andtend to just work aside from problems in nonportable device drivers.For ARMv4/v5 machines, CONFIG_BIG_ENDIAN and CONFIG_ARCH_MULTIPLATFORMwere never set together, so this was disabled on all those machinesexcept for IXP4xx.As IXP4xx can now become part of ARCH_MULTIPLATFORM, it seems better toformalize this logic: all ARMv4/v5 platforms get an explicit dependencyon being either big-endian (ixp4xx) or little-endian (the rest). We maywant to fix ixp4xx in the future to support both, but it does not workin LE mode at the moment.For the ARMv6/v7 platforms, there are two ways this could be handled a) allow both modes only for platforms selecting    &apos;ARCH_SUPPORTS_BIG_ENDIAN&apos; today, but only LE mode for the    others, given that these were added intentionally at some    point. b) allow both modes everwhere, given that it was already possible    to build that way by e.g. selecting ARCH_VIRT, and that the    list is not an accurate reflection of which platforms may or    may not work.Out of these, I picked b) because it seemed slighly more logicalto me.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Mon, 04 Apr 2022 09:52:31 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d7445676 - ARM: versatile: move integrator/realview/vexpress to versatile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#d7445676</link>
        <description>ARM: versatile: move integrator/realview/vexpress to versatileThese are all fairly small platforms by now, and they areclosely related. Just move them all into a single directory.Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Liviu Dudau &lt;liviu.dudau@arm.com&gt;Cc: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Tested-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Fri, 01 Apr 2022 12:35:42 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>323fd595 - clk: versatile: Rename ICST to CLK_ICST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#323fd595</link>
        <description>clk: versatile: Rename ICST to CLK_ICSTFor consistency, prefix the ICST config option with CLK as all otherclock source drivers have.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: Stephen Boyd &lt;sboyd@kernel.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20210901180833.4558932d@endymionSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 01 Sep 2021 16:08:33 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>81134fb5 - clk: versatile: Rework kconfig structure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#81134fb5</link>
        <description>clk: versatile: Rework kconfig structureCONFIG_COMMON_CLK_VERSATILE doesn&apos;t really do anything other than hidingArm Ltd reference platform clock drivers. It is both selected by theplatforms that need it and has a &apos;depends on&apos; for those platforms. Let&apos;sdrop the selects and convert CONFIG_COMMON_CLK_VERSATILE into amenuconfig entry. With this make CONFIG_ICST visible.Move the &apos;select REGMAP_MMIO&apos; to the drivers that require it (SP810 didnot).This also has the side effect of enabling CONFIG_ICST for COMPILE_TESTas it was not visible before.Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Liviu Dudau &lt;liviu.dudau@arm.com&gt;Cc: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 29 Apr 2020 20:58:13 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6016b23b - ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantly</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#6016b23b</link>
        <description>ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantly*MIGHT_HAVE_PCI* config is already selected in ARCH_MULTIPLATFORM.Don&apos;t select it redundantly in all ARCH_MULTIPLATFORM based machines.Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Acked-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;Acked-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Wed, 14 Sep 2016 10:19:05 +0000</pubDate>
        <dc:creator>Kishon Vijay Abraham I &lt;kishon@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>1c6e288d - ARM: versatile: move restart to the device tree</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#1c6e288d</link>
        <description>ARM: versatile: move restart to the device treeWe have a power/reset driver for the Versatile familyin drivers/power/reset so let&apos;s just activate that driverand use it and get rid of some non-DT remnants.Cc: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Mon, 25 Jan 2016 08:23:02 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&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/mach-versatile/Kconfig#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/mach-versatile/Kconfig</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>1420b22b - ARM: pick Versatile by default for !MMU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#1420b22b</link>
        <description>ARM: pick Versatile by default for !MMUThe introduction of ARCH_MULTIPLATFORM changedthe default for nommu kernels from Versatile toIntegrator, which is less common, and does notcurrently build for allnoconfig because that doesnot select any of the CPUs.This also ensures that at least one of the threeboard files in versatile are enabled, which letsus successfully build an allnoconfig kernel.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Russell King &lt;linux@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Thu, 14 Feb 2013 12:33:36 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>b1b3f49c - ARM: config: sort select statements alphanumerically</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#b1b3f49c</link>
        <description>ARM: config: sort select statements alphanumericallyAs suggested by Andrew Morton:  This is a pet peeve of mine.  Any time there&apos;s a long list of items  (header file inclusions, kconfig entries, array initalisers, etc) and  someone wants to add a new item, they *always* go and stick it at the  end of the list.  Guys, don&apos;t do this.  Either put the new item into a randomly-chosen  position or, probably better, alphanumerically sort the list.lets sort all our select statements alphanumerically.  This commit wascreated by the following perl:while (&lt;&gt;) {	while (/\\\s*$/) {		$_ .= &lt;&gt;;	}	undef %selects if /^\s*config\s+/;	if (/^\s+select\s+(\w+).*/) {		if (defined($selects{$1})) {			if ($selects{$1} eq $_) {				print STDERR &quot;Warning: removing duplicated $1 entry\n&quot;;			} else {				print STDERR &quot;Error: $1 differently selected\n&quot;.					&quot;\tOld: $selects{$1}\n&quot;.					&quot;\tNew: $_\n&quot;;				exit 1;			}		}		$selects{$1} = $_;		next;	}	if (%selects and (/^\s*$/ or /^\s+help/ or /^\s+---help---/ or			  /^endif/ or /^endchoice/)) {		foreach $k (sort (keys %selects)) {			print &quot;$selects{$k}&quot;;		}		undef %selects;	}	print;}if (%selects) {	foreach $k (sort (keys %selects)) {		print &quot;$selects{$k}&quot;;	}}It found two duplicates:Warning: removing duplicated S5P_SETUP_MIPIPHY entryWarning: removing duplicated HARDIRQS_SW_RESEND entryand they are identical duplicates, hence the shrinkage in the diffstatof two lines.We have four testers reporting success of this change (Tony, Stephen,Linus and Sekhar.)Acked-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;Acked-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Sekhar Nori &lt;nsekhar@ti.com&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Sat, 06 Oct 2012 16:12:25 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>3ba7222a - arm/versatile: Add device tree support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#3ba7222a</link>
        <description>arm/versatile: Add device tree supportFor testing the dt work, define a dt-enabled versatile platform.This patch adds a new versatile platform for when using the devicetree.  Add platform and amba devices are discovered and registered byparsing the device tree.  Clocks and initial io mappings are stillconfigured statically.This patch still depends on some static platform_data for a few deviceswhich is passed via the auxdata structure to of_platform_populate(),but it is a viable starting point until the drivers can get allconfiguration data out of the device tree.Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Tue, 26 Jul 2011 09:19:06 +0000</pubDate>
        <dc:creator>Grant Likely &lt;grant.likely@secretlab.ca&gt;</dc:creator>
    </item>
<item>
        <title>e5310f61 - ARM: versatile: name configuration options after actual board names</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#e5310f61</link>
        <description>ARM: versatile: name configuration options after actual board namesUpdate the option text to those which appear on the front of theappropriate board user guides.  This gives consistent board naming, andmakes it obvious which option is for which platform.Acked-by: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Mon, 24 Jan 2011 12:00:01 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>0b05da72 - ARM: 6520/1: Kconfig: add new symbol MIGHT_HAVE_PCI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#0b05da72</link>
        <description>ARM: 6520/1: Kconfig: add new symbol MIGHT_HAVE_PCIToday more boards with arm cpu have selectable pci bus.This patch makes this more scalable and remove line continuations inKconfigAcked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Hans Ulli Kroll &lt;ulli.kroll@googlemail.com&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Thu, 02 Dec 2010 11:32:15 +0000</pubDate>
        <dc:creator>Hans Ulli Kroll &lt;ulli.kroll@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>c750815e - [ARM] Arrange for platforms to select appropriate CPU support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#c750815e</link>
        <description>[ARM] Arrange for platforms to select appropriate CPU supportRather than:	config CPU_BLAH		bool		depends on ARCH_FOO || MACH_BAR		default y if ARCH_FOO || MACH_BARarrange for ARCH_FOO and MACH_BAR to select CPU_BLAH directly.Acked-by: Nicolas Pitre &lt;nico@marvell.com&gt;Acked-by: Andrew Victor &lt;linux@maxim.org.za&gt;Acked-by: Brian Swetland &lt;swetland@google.com&gt;Acked-by: Eric Miao &lt;eric.miao@marvell.com&gt;Acked-by: Nicolas Bellido &lt;ml@acolin.be&gt;Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Sun, 26 Oct 2008 10:55:14 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk@dyn-67.arm.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>5ff3fd27 - [ARM] Remove useless &apos;default n&apos; from Kconfig files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#5ff3fd27</link>
        <description>[ARM] Remove useless &apos;default n&apos; from Kconfig filesThe default is already &apos;n&apos; so there&apos;s no need to explicitly state it.Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Fri, 13 Jan 2006 21:09:17 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk@dyn-67.arm.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/mach-versatile/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/arch/arm/mach-versatile/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
