From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Thu, 24 Apr 2014 10:03:35 +0900 Subject: [U-Boot] [PATCH v2 0/9] Refactoring and Endian bug fixes of fdt_support In-Reply-To: <1397810465-10006-1-git-send-email-yamada.m@jp.panasonic.com> References: <1397810465-10006-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20140424100334.18FE.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jerry Van Baren, On Fri, 18 Apr 2014 17:40:56 +0900 Masahiro Yamada wrote: > > > Masahiro Yamada (9): > fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR > fdt_support: refactor with fdt_find_or_add_subnode helper func > fdt_support: delete force argument of fdt_initrd() > fdt_support: delete force argument of fdt_chosen() > fdt_support: refactor fdt_fixup_stdout() function > fdt_support: add 'const' qualifier for unchanged argument > fdt_support: fix an endian bug of fdt_fixup_memory_banks > fdt_support: fix an endian bug of fdt_initrd() > fdt_support: correct the return condition of fdt_initrd() > I think this series is assigned to you. Could you review it? More than two months have passed since I posted v1. It was dismissed long time and finally it got not applicable. I rebased it and posted v2 but still no comments so far. Best Regards Masahiro Yamada