<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#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/arch/mips/alchemy/devboards/Makefile</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>970e268d - MIPS: Alchemy: Unify Devboard support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#970e268d</link>
        <description>MIPS: Alchemy: Unify Devboard support.This patch merges support for all DB1xxx and PB1xxxboards into a single image, along with a new single defconfigfor them.Run-tested on DB1300 and DB1500.Signed-off-by: Manuel Lauss &lt;manuel.lauss@gmail.com&gt;Cc: Linux-MIPS &lt;linux-mips@linux-mips.org&gt;Patchwork: https://patchwork.linux-mips.org/patch/6577/Patchwork: https://patchwork.linux-mips.org/patch/6659/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Thu, 20 Feb 2014 13:59:24 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>851d4f5d - MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#851d4f5d</link>
        <description>MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code.The PB1100/1500 are similar to their DB-cousins but with a fewmore devices on the bus.This patch adds PB1100/1500 support to the existing DB1100/1500code.Signed-off-by: Manuel Lauss &lt;manuel.lauss@gmail.com&gt;Cc: lnux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/4338/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Fri, 14 Sep 2012 16:25:00 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24e8c1a6 - MIPS: Alchemy: merge PB1550 support into DB1550 code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#24e8c1a6</link>
        <description>MIPS: Alchemy: merge PB1550 support into DB1550 codeThe PB1550 is more or less a DB1550 without the PCI IDE controller,a more complicated (read: configurable) Flash setup and some otherminor changes.  Like the DB1550 it can be automatically detected byreading the CPLD ID register bits.This patch adds PB1550 detection and setup to the DB1550 code.Signed-off-by: Manuel Lauss &lt;manuel.lauss@gmail.com&gt;Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/4337/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Fri, 14 Sep 2012 12:47:10 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bd8510df - MIPS: Alchemy: Single kernel for DB1200/1300/1550</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#bd8510df</link>
        <description>MIPS: Alchemy: Single kernel for DB1200/1300/1550Combine support for the DB1200/PB1200, DB1300 and DB1550 boards intoa single kernel image.defconfig-generated image verified on DB1200, DB1300 and DB1550.Signed-off-by: Manuel Lauss &lt;manuel.lauss@gmail.com&gt;Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/4335/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Thu, 13 Sep 2012 15:44:39 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>278bf05c - MIPS: Alchemy: devboards: kill prom.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#278bf05c</link>
        <description>MIPS: Alchemy: devboards: kill prom.cmove contents to already existing platform.c file.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/3287/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Sat, 21 Jan 2012 17:13:14 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>f59c811f - MIPS: Alchemy: one kernel for DB1000/DB1500/DB1100</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#f59c811f</link>
        <description>MIPS: Alchemy: one kernel for DB1000/DB1500/DB1100These 3 boards are very similar; with this patch a single kernel imagewhich runs on all three can be built.Tested on DB1500 and DB1100.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/2872/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Thu, 10 Nov 2011 12:06:22 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f7c8623 - MIPS: Alchemy: Merge PB1200 support into DB1200 code.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#6f7c8623</link>
        <description>MIPS: Alchemy: Merge PB1200 support into DB1200 code.The PB1200 is basically a DB1200 with additional MMC and camera socketsand different base addresses for external hardware (CPLD, IDE, Net, NAND).This patch implements the missing PB1200 features in DB1200 support codeand runtime board detection.Tested on DB1200 only.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/2880/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Thu, 10 Nov 2011 12:06:22 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>7c4b24da - MIPS: Alchemy: merge devboard code into single per-board files.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#7c4b24da</link>
        <description>MIPS: Alchemy: merge devboard code into single per-board files.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/2884/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Thu, 10 Nov 2011 12:06:21 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>f869d42e - MIPS: Alchemy: Improved DB1550 support, with audio and serial busses.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#f869d42e</link>
        <description>MIPS: Alchemy: Improved DB1550 support, with audio and serial busses.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/2868/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Thu, 10 Nov 2011 12:06:16 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>64cd04d0 - MIPS: Alchemy: Basic support for the DB1300 board.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#64cd04d0</link>
        <description>MIPS: Alchemy: Basic support for the DB1300 board.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/2867/Patchwork: https://patchwork.linux-mips.org/patch/2919/Patchwork: https://patchwork.linux-mips.org/patch/2928/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Thu, 10 Nov 2011 12:03:26 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>435037c6 - MIPS: Alchemy: Drop MIRAGE/BOSPORUS board support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#435037c6</link>
        <description>MIPS: Alchemy: Drop MIRAGE/BOSPORUS board supportNo test hardware and no (apparent) users.  These boards seem verysimilar to the DB1500, so if required support can be brought backagain (I have datasheets) but then with dedicated board code, nottacked on to DB1000 support.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/2864/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Tue, 01 Nov 2011 19:03:28 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>3f724080 - MIPS: Alchemy: remove PB1000 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#3f724080</link>
        <description>MIPS: Alchemy: remove PB1000 supportNoone seems to have test hardware or care anymore.  Drop PB1000 supportand along with it the old Alchemy PCMCIA socket driver.Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: linux-mips@linux-mips.orgCc: netdev@vger.kernel.orgCc: linux-pcmcia@lists.infradead.orgPatchwork: https://patchwork.linux-mips.org/patch/2881/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Wed, 02 Nov 2011 11:53:44 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>baf3eb23 - MIPS: Move Alchemy Makefile parts to their own Platform file.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#baf3eb23</link>
        <description>MIPS: Move Alchemy Makefile parts to their own Platform file.[Ralf: Remove a forgotten -Werror in Pb1200 Makefile.]Signed-off-by: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;To: Linux-MIPS &lt;linux-mips@linux-mips.org&gt;Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;Patchwork: https://patchwork.linux-mips.org/patch/1319/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Tue, 01 Jun 2010 20:30:37 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>63323ec5 - MIPS: Alchemy: Extended DB1200 board support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#63323ec5</link>
        <description>MIPS: Alchemy: Extended DB1200 board support.Create own directory for DB1200 code and update it with new features.- SPI support:  - tmp121 temperature sensor  - SPI flash on DB1200- I2C support  - NE1619 sensor  - AT24 eeprom- I2C/SPI can be selected at boot time via switch S6.8- Carddetect IRQs for SD cards.- gen_nand based NAND support.- hexleds count sleep/wake transitions.Signed-off-by: Manuel Lauss &lt;manuel.lauss@gmail.com&gt;Cc: Linux-MIPS &lt;linux-mips@linux-mips.org&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Mon, 02 Nov 2009 20:21:43 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>c55736af - MIPS: Alchemy: Turn on -Werror for devboards and xss1500</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#c55736af</link>
        <description>MIPS: Alchemy: Turn on -Werror for devboards and xss1500Warnings being suppressed, we can now turn on -Werror for boards which didnot have it already (devboards and xss1500).Signed-off-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/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Sun, 18 Oct 2009 14:04:41 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;florian@openwrt.org&gt;</dc:creator>
    </item>
<item>
        <title>27dd65ac - MIPS: Alchemy: devboards: wire up new PCMCIA driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#27dd65ac</link>
        <description>MIPS: Alchemy: devboards: wire up new PCMCIA driver.Register the PCMCIA driver on all boards supported by it,get rid of now-unused pcmcia macros in the board headers(and subsequently empty pb1100/pb1500 ones).Signed-off-by: Manuel Lauss &lt;manuel.lauss@gmail.com&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Sun, 04 Oct 2009 12:55:28 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>9bdcf336 - MIPS: Alchemy: devboard register abstraction</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#9bdcf336</link>
        <description>MIPS: Alchemy: devboard register abstractionAll Alchemy development boards have external CPLDs with a few registersin them.  They all share an identical register layout with only a fewminor differences (except the PB1000) in bit functions and baseaddresses.This patch- adds a primitive facility to initialize and use these external  registers,- replaces all occurrences of bcsr-&gt;xxx accesses with calls to the new  functions (the pb1200 cascade irq handling code is special).- collects BCSR register information scattered throughout the board  headers in a central place.Signed-off-by: Manuel Lauss &lt;manuel.lauss@gmail.com&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Sun, 04 Oct 2009 12:55:24 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;manuel.lauss@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>61f9c58d - MIPS: Alchemy: new userspace suspend interface for development boards.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#61f9c58d</link>
        <description>MIPS: Alchemy: new userspace suspend interface for development boards.Replace the current sysctl-based suspend interface with a new sysfs-based one which also uses the Linux-2.6 suspend model.To configure wakeup sources, a subtree for the demoboards is createdunder /sys/power/db1x:sys/`-- power    `-- db1x        |-- gpio0        |-- gpio1        |-- gpio2        |-- gpio3        |-- gpio4        |-- gpio5        |-- gpio6        |-- gpio7        |-- timer        |-- timer_timeout        |-- wakemsk        `-- wakesrcThe nodes &apos;gpio[0-7]&apos; and &apos;timer&apos; configure the GPIO0..7 and M2bits of the SYS_WAKEMSK (wakeup source enable) register.  Writing &apos;1&apos;enables a wakesource, 0 disables it.The &apos;timer_timeout&apos; node holds the timeout in seconds after which theTOYMATCH2 event should wake the system.The &apos;wakesrc&apos; node holds the SYS_WAKESRC register after wakeup (in hex),the &apos;wakemsk&apos; node can be used to get/set the wakeup mask directly.For example, to have the timer wake the system after 10 seconds of sleep,the following must be done in userspace:echo 10 &gt; /sys/power/db1x/timer_timeoutecho 1 &gt; /sys/power/db1x/timerecho mem &gt; /sys/power/sleepThis patch also removes the homebrew CPU frequency switching code.  I don&apos;tunderstand how it could have ever worked reliably; it does not communicatethe clock changes to peripheral devices other than uarts.Signed-off-by: Manuel Lauss &lt;mano@roarinelk.homelinux.net&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt; create mode 100644 arch/mips/alchemy/devboards/pm.c

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Sun, 21 Dec 2008 08:26:27 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;mano@roarinelk.homelinux.net&gt;</dc:creator>
    </item>
<item>
        <title>23ba25d5 - MIPS: Alchemy: devboards: consolidate files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/mips/alchemy/devboards/Makefile#23ba25d5</link>
        <description>MIPS: Alchemy: devboards: consolidate filesShare some code and merge small files:- Extract the prom init code from all devboard files (they only differ in  memory configuration).- Merge the irq configuration into board setup code.- Merge smaller files into board setup code.Signed-off-by: Manuel Lauss &lt;mano@roarinelk.homelinux.net&gt;Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt; delete mode 100644 arch/mips/alchemy/devboards/db1x00/init.c delete mode 100644 arch/mips/alchemy/devboards/pb1000/init.c delete mode 100644 arch/mips/alchemy/devboards/pb1000/irqmap.c delete mode 100644 arch/mips/alchemy/devboards/pb1100/init.c delete mode 100644 arch/mips/alchemy/devboards/pb1100/irqmap.c delete mode 100644 arch/mips/alchemy/devboards/pb1200/init.c delete mode 100644 arch/mips/alchemy/devboards/pb1500/init.c delete mode 100644 arch/mips/alchemy/devboards/pb1500/irqmap.c delete mode 100644 arch/mips/alchemy/devboards/pb1550/init.c delete mode 100644 arch/mips/alchemy/devboards/pb1550/irqmap.c create mode 100644 arch/mips/alchemy/devboards/prom.c

            List of files:
            /linux-6.15/arch/mips/alchemy/devboards/Makefile</description>
        <pubDate>Sun, 21 Dec 2008 08:26:15 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;mano@roarinelk.homelinux.net&gt;</dc:creator>
    </item>
</channel>
</rss>
