<?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 MAINTAINERS</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>3cc83f9d08a80fddf4c1e8e766eff8273f30814c - Merge branch &apos;uboot&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS#3cc83f9d08a80fddf4c1e8e766eff8273f30814c</link>
        <description>Merge branch &apos;uboot&apos;

            List of files:
            /rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS</description>
        <pubDate>Tue, 07 Oct 2014 10:14:03 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>535aad29f2a0881f66a0efdb3d467d0910d5e41e - MAINTAINERS: comment out blank M: field</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS#535aad29f2a0881f66a0efdb3d467d0910d5e41e</link>
        <description>MAINTAINERS: comment out blank M: fieldSince commit ddaf5c8f3030050fcd356a1e49e3ee8f8f52c6d4(patman: RunPipe() should not pipe stdout/stderr unless asked),Patman spits lots of &quot;Invalid MAINTAINERS address: &apos;-&apos;&quot;error messages for patches with global changes.It takes too long for Patman to process them.Anyway, &quot;M:    -&quot; does not carry any important information.Rather, it is just like a place holder in case of assigninga new board maintainer.  Let&apos;s comment out.This commit can be reproduced by the following command:find . -name MAINTAINERS | xargs sed -i -e &apos;/^M:[[:blank:]]*-$/s/^/#/&apos;Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS</description>
        <pubDate>Tue, 16 Sep 2014 05:11:51 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9 - MAINTAINERS: comment out invalid maintainers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS#e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9</link>
        <description>MAINTAINERS: comment out invalid maintainersThe &quot;S:    Orphan&quot; in MAINTAINERS means that the maintainer in the&quot;M:&quot; field is unreachable (i.e. the email address is not working).(Refer to the definition of &quot;Orphan&quot; adopted in U-Bootin the log of commit 31f1b654b2f395b69faa5d0d3c1eb0803923bd3b,&quot;boards.cfg: move boards with invalid emails to Orphan&quot;)For patch files adding global changes, scripts/get_maintainer.pladds bunch of such invalid email addresses, which results intons of annoying bounce emails.This commit can be reproduced by the following command:find . -name MAINTAINERS | xargs sed -i -e &apos;/^M:[[:blank:]]/ {      N      /S:[[:blank:]]Orphan/s/^/#/}&apos;Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS</description>
        <pubDate>Tue, 16 Sep 2014 05:11:50 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>e82abaeb7f2a0833fccf90460c48b9f2100258f8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS#e82abaeb7f2a0833fccf90460c48b9f2100258f8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armConflicts:	boards.cfgSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS</description>
        <pubDate>Mon, 11 Aug 2014 08:21:03 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>93d4334f7f5bc2f0fb580606f0701b2252c6d8d6 - Add board MAINTAINERS files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS#93d4334f7f5bc2f0fb580606f0701b2252c6d8d6</link>
        <description>Add board MAINTAINERS filesWe have switched to Kconfig and the boards.cfg file is going tobe removed. We have to retrieve the board status and maintainersinformation from it.The MAINTAINERS format as in Linux Kernel would be nicebecause we can crib the scripts/get_maintainer.pl script.After some discussion, we chose to put a MAINTAINERS file under eachboard directory, not the top-level one because we want to collectrelevant information for a board into a single place.TODO:Modify get_maintainer.pl to scan multiple MAINTAINERS files.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Suggested-by: Tom Rini &lt;trini@ti.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS</description>
        <pubDate>Wed, 30 Jul 2014 05:08:18 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
</channel>
</rss>
