Re: [U-Boot] [PATCH] MAINTAINERS: add me as a maintainer of MTD

2014-11-06 Thread Scott Wood
On Wed, 2014-11-05 at 08:08 +0100, Heiko Schocher wrote: Hello Scott, Am 03.11.2014 22:34, schrieb Scott Wood: On Fri, 2014-10-31 at 11:26 +0100, Heiko Schocher wrote: Add MAINTAINERS and doc/git-mailrc entry. Signed-off-by: Heiko Schocherh...@denx.de --- as discussed this step

[U-Boot] [PATCH v1] ZFS: Clean up cppcheck warnings where relevant, leaked memory etc

2014-11-06 Thread Jorgen Lundman
In a message from Wolfgang Denk highlighting warnings from cppcheck, the patch will address those that are correctly diagnosed. Some are false-positives: [fs/zfs/zfs.c:937]: (error) Memory leak: l dmu_read() allocates l if successful, so error-case should not free it. [fs/zfs/zfs.c:1141]:

[U-Boot] [PATCH] mpc85xx/p1022ds: convert to generic board

2014-11-06 Thread Yuantian.Tang
From: Tang Yuantian yuantian.t...@freescale.com Signed-off-by: Tang Yuantian yuantian.t...@freescale.com --- include/configs/P1022DS.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 54e2569..de0613f 100644 ---

[U-Boot] [PATCH] powerpc/p1023rdb: Enable configs to use generic board code

2014-11-06 Thread Chunhe Lan
Add configs: o CONFIG_SYS_GENERIC_BOARD o CONFIG_DISPLAY_BOARDINFO in P1023RDB config header file to use U-boot generic board code. Signed-off-by: Chunhe Lan chunhe@freescale.com --- include/configs/P1023RDB.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH] powerpc/c29xpcie: Enable configs to use generic board code

2014-11-06 Thread Chunhe Lan
Add configs: o CONFIG_SYS_GENERIC_BOARD o CONFIG_DISPLAY_BOARDINFO in C29XPCIE config header file to use U-boot generic board code. Signed-off-by: Chunhe Lan chunhe@freescale.com --- include/configs/C29XPCIE.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

<    1   2   3