From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Wed, 4 Oct 2017 14:15:19 +0900 Subject: [U-Boot] [PATCH v2 0/8] Sync and consolidate Linux-derived printk, BUILD_BUG, BUG, WARN, etc. In-Reply-To: <1505538646-19191-1-git-send-email-yamada.masahiro@socionext.com> References: <1505538646-19191-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 2017-09-16 14:10 GMT+09:00 Masahiro Yamada : > > I tested this series with buildman. > > > > Masahiro Yamada (8): > stdio.h: move printf() stuff from to > printk: collect printk stuff into with loglevel > support > treewide: replace with error() with pr_err() > common.h: remove error() > vsprintf.h: include > bug.h: sync BUILD_BUG stuff with Linux 4.13 > bug.h: move runtime BUG/WARN macros into > dm: define dev_*() log functions in DM header I am still worried if this series is dismissed. I am being blocked from importing NAND code from Linux due to missing/incompatible Linux-derived macros. -- Best Regards Masahiro Yamada