<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7fb6f7b0 - MIPS: Remove deprecated CONFIG_MIPS_CMP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#7fb6f7b0</link>
        <description>MIPS: Remove deprecated CONFIG_MIPS_CMPCommit 5cac93b35c14 (&quot;MIPS: Deprecate CONFIG_MIPS_CMP&quot;) deprecatedCONFIG_MIPS_CMP and after 9 years it&apos;s time to remove it.Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Reviewed-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Acked-by: Marc Zyngier &lt;maz@kernel.org&gt;Reviewed-by: Philippe Mathieu-Daud&#233; &lt;philmd@linaro.org&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Wed, 05 Apr 2023 18:51:27 +0000</pubDate>
        <dc:creator>Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;</dc:creator>
    </item>
<item>
        <title>cd04d58e - MIPS: Remove redundant definitions of device_tree_init()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#cd04d58e</link>
        <description>MIPS: Remove redundant definitions of device_tree_init()There exists many same definitions of device_tree_init() for variousplatforms, add a weak function in arch/mips/kernel/prom.c to cleanup the related code.Signed-off-by: Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Thu, 10 Mar 2022 06:50:11 +0000</pubDate>
        <dc:creator>Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>0b003749 - MIPS: malta: Use img-ascii-lcd driver for LCD display</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#0b003749</link>
        <description>MIPS: malta: Use img-ascii-lcd driver for LCD displayRemove the Malta display platform code in favour of probing theimg-ascii-lcd driver via device tree. This reduces the amount ofplatform code &amp; the img-ascii-lcd driver offers us advantages in termsof code sharing with other boards &amp; functionality such as changing thedisplayed message via sysfs. Defconfigs are untouched because the driveralready defaults y on when CONFIG_MIPS_MALTA=y.Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;Patchwork: https://patchwork.linux-mips.org/patch/21182/Cc: linux-mips@linux-mips.org

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 23:59:56 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@mips.com&gt;</dc:creator>
    </item>
<item>
        <title>dd129c63 - MIPS: Malta: Use PIIX4 poweroff driver to power down</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#dd129c63</link>
        <description>MIPS: Malta: Use PIIX4 poweroff driver to power downRemove the platform code used to power down the system, instead relyingupon the new PIIX4 poweroff driver. This reduces the amount of platformcode required for the Malta board in preparation for allowing it to bepart of a more generic kernel.Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;Patchwork: https://patchwork.linux-mips.org/patch/14282/

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Mon, 19 Sep 2016 21:21:31 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@mips.com&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/mips/mti-malta/Makefile#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/mips/mti-malta/Makefile</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>e81a8c7d - MIPS: Malta: Setup RAM regions via DT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#e81a8c7d</link>
        <description>MIPS: Malta: Setup RAM regions via DTMove memory configuration to be performed via device tree for the Maltaboard. This moves more Malta specific code to malta-dtshim.c, leavingthe rest of the mti-malta code a little more board-agnostic. This willbe useful to share more code between boards, with the device treeproviding the board specifics as intended.Since we can&apos;t rely upon Malta boards running a bootloader capable ofhandling devictrees &amp; filling in the required information, a piece ofshim code (malta_dt_shim) is added to consume the (e)memsize variablesprovided as part of the bootloader environment (or on the kernel commandline) then generate the DT memory node using the provided values.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Cc: linux-mips@linux-mips.orgCc: devicetree@vger.kernel.orgCc: Kumar Gala &lt;galak@codeaurora.org&gt;Cc: linux-kernel@vger.kernel.orgCc: Ian Campbell &lt;ijc+devicetree@hellion.org.uk&gt;Cc: Rob Herring &lt;robh+dt@kernel.org&gt;Cc: James Hogan &lt;james.hogan@imgtec.com&gt;Cc: Pawel Moll &lt;pawel.moll@arm.com&gt;Cc: Markos Chandras &lt;markos.chandras@imgtec.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Patchwork: https://patchwork.linux-mips.org/patch/11222/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Tue, 22 Sep 2015 18:56:38 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>e1137e1d - MIPS: Malta: Split obj-y entries across lines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#e1137e1d</link>
        <description>MIPS: Malta: Split obj-y entries across linesSplit the obj-y entries to their own lines such that it&apos;s easier to seewhat&apos;s going on when adding or removing entries.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Cc: linux-mips@linux-mips.orgCc: Markos Chandras &lt;markos.chandras@imgtec.com&gt;Cc: linux-kernel@vger.kernel.orgPatchwork: https://patchwork.linux-mips.org/patch/11220/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Tue, 22 Sep 2015 18:56:36 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>e8823d26 - MIPS: Malta: Basic DT plumbing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#e8823d26</link>
        <description>MIPS: Malta: Basic DT plumbingBuild a DT for the Malta platform into the kernel, load it &amp; probedevices from it. The DT is essentially empty at this point, deviceswill be added in further patches.[ralf@linux-mips.org: Fixed conflicts.]Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Cc: linux-mips@linux-mips.orgCc: devicetree@vger.kernel.orgCc: Rob Herring &lt;robh+dt@kernel.org&gt;Cc: Pawel Moll &lt;pawel.moll@arm.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Ian Campbell &lt;ijc+devicetree@hellion.org.uk&gt;Cc: Kumar Gala &lt;galak@codeaurora.org&gt;Cc: Andrew Bresticker &lt;abrestic@chromium.org&gt;Cc: linux-kernel@vger.kernel.orgCc: Markos Chandras &lt;markos.chandras@imgtec.com&gt;Patchwork: http://patchwork.linux-mips.org/patch/10119/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Fri, 22 May 2015 15:51:02 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>5e9e3a5f - MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#5e9e3a5f</link>
        <description>MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabledThe malta-amon.c file provides functions to access the YAMON Monitoringinterface to bring up secondary VPEs in case of SMP/CMP. As aresult of which, there is no need to build it if CMP is not used.Signed-off-by: Markos Chandras &lt;markos.chandras@imgtec.com&gt;Reviewed-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Cc: linux-mips@linux-mips.orgPatchwork: http://patchwork.linux-mips.org/patch/7993/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Thu, 09 Oct 2014 09:34:19 +0000</pubDate>
        <dc:creator>Markos Chandras &lt;markos.chandras@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>b6911bba - MIPS: Malta: add suspend state entry code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#b6911bba</link>
        <description>MIPS: Malta: add suspend state entry codeThis patch introduces code which will enter a suspend state via thePIIX4. This can only be done when PCI support is enabled since itrequires access to PCI I/O space and the generation of a special cycleon the PCI bus. In cases where PCI is disabled the mips_pm_suspendfunction will simply always return an error.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/6905/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Wed, 07 May 2014 11:20:57 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>b633648c - MIPS: MT: Remove SMTC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#b633648c</link>
        <description>MIPS: MT: Remove SMTC supportNobody is maintaining SMTC anymore and there also seems to be no userbase.Which is a pity - the SMTC technology primarily developed by Kevin D.Kissell &lt;kevink@paralogos.com&gt; is an ingenious demonstration for the MTASE&apos;s power and elegance.Based on Markos Chandras &lt;Markos.Chandras@imgtec.com&gt; patchhttps://patchwork.linux-mips.org/patch/6719/ which while very similar didno longer apply cleanly when I tried to merge it plus some additionalpost-SMTC cleanup - SMTC was a feature as tricky to remove as it was tomerge once upon a time.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Fri, 23 May 2014 14:29:44 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>23a91de4 - MIPS: Malta: use generic 8250 early console</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#23a91de4</link>
        <description>MIPS: Malta: use generic 8250 early consoleThis patch switches Malta from using the MIPS implementation of earlyprintk with Malta&apos;s prom_putchar to using the generic 8250_earlyimplementation. This offers a couple of advantages:  - We duplicate less generic code.  - The UART can be initialised rather than being reliant upon    inheriting a valid setup from the bootloader.The Malta console_config function is extended to initialise the earlyconsole if no earlycon= kernel parameter is provided, inheriting themodetty0 bootloader environment if present and falling back to adefault 38400n8r setup if not. This matches the behaviour used for theregular console= parameter.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Reviewed-by: Markos Chandras &lt;markos.chandras@imgtec.com&gt;Reviewed-by: James Hogan &lt;james.hogan@imgtec.com&gt;Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;Patchwork: http://patchwork.linux-mips.org/patch/6183/

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Mon, 02 Dec 2013 16:48:38 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>0dad5d26 - MIPS: Malta: Move platform-specific PCI code to arch/mips/pci.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#0dad5d26</link>
        <description>MIPS: Malta: Move platform-specific PCI code to arch/mips/pci.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Tue, 25 Jun 2013 14:39:34 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>b431f09d - MIPS: FW: malta: Use new common FW library variable processing.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#b431f09d</link>
        <description>MIPS: FW: malta: Use new common FW library variable processing.Remove old YAMON prom code and use common firmware library code.Signed-off-by: Steven J. Hill &lt;Steven.Hill@imgtec.com&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Mon, 25 Mar 2013 19:47:05 +0000</pubDate>
        <dc:creator>Steven J. Hill &lt;Steven.Hill@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>36bb97e9 - MIPS: Malta: Migrate to new platform makefile style.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#36bb97e9</link>
        <description>MIPS: Malta: Migrate to new platform makefile style.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Thu, 05 Aug 2010 12:25:50 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>566a3b95 - MIPS: Malta: Consolidate platform device code.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#566a3b95</link>
        <description>MIPS: Malta: Consolidate platform device code.After adding the RTC platform device to malta-platform.c malta-mtd.c shouldget unified with the rest of the platform device code.

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Mon, 01 Dec 2008 08:16:08 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>498a863f - [MIPS] SMTC: Build fix: Fix filename in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#498a863f</link>
        <description>[MIPS] SMTC: Build fix: Fix filename in MakefileSigned-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Wed, 01 Oct 2008 21:23:52 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
<item>
        <title>8d60a903 - [MIPS] kgdb: Remove existing implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#8d60a903</link>
        <description>[MIPS] kgdb: Remove existing implementationThis patch explicitly removes the kgdb implementation, for mips whichis intended to be followed by a patch that adds a kgdb implementationfor MIPS that makes use of the kgdb core in the kernel.Signed-off-by: Jason Wessel &lt;jason.wessel@windriver.com&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Tue, 29 Jul 2008 20:58:52 +0000</pubDate>
        <dc:creator>Jason Wessel &lt;jason.wessel@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>315806cb - [MIPS] Malta: Cleanup organization of code into directories.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/mti-malta/Makefile#315806cb</link>
        <description>[MIPS] Malta: Cleanup organization of code into directories.Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/mti-malta/Makefile</description>
        <pubDate>Tue, 15 Jul 2008 17:44:34 +0000</pubDate>
        <dc:creator>Ralf Baechle &lt;ralf@linux-mips.org&gt;</dc:creator>
    </item>
</channel>
</rss>
