[PATCH] ARM: tegra124: remove serial aliases

2015-03-30 Thread Lucas Stach
They are upstream now and unfortunately actively break some boards as they are using a different alias numbering in the kernel. Signed-off-by: Lucas Stach l.st...@pengutronix.de --- If possible please apply to master, to shorten the period of time where barebox + upstream kernel combinations are

[PATCH 2/2] mtd: nand_omap_gpmc: Fix ecc check for bch8 romcode

2015-03-30 Thread Teresa Gámez
The bch8 romcode was only checked and corrected for the first 512 bytes of a 2048 byte page. Set interation counter and eccsizes correct for the different bch types. Tested OMAP_ECC_BCH8_CODE_HW and OMAP_ECC_BCH8_CODE_HW_ROMCODE. Reported-by: Gabor Janak g.ja...@agilion.de Signed-off-by: Teresa

[PATCH 1/2] mtd: nand_omap_gpmc: Remove unused code

2015-03-30 Thread Teresa Gámez
The ecc layout structs are not used anywhere. Signed-off-by: Teresa Gámez t.ga...@phytec.de --- drivers/mtd/nand/nand_omap_gpmc.c | 68 --- 1 file changed, 68 deletions(-) diff --git a/drivers/mtd/nand/nand_omap_gpmc.c b/drivers/mtd/nand/nand_omap_gpmc.c

Re: [PATCH 1/2] ARM/MXS/i.MX28: recognize watchdog reset

2015-03-30 Thread Sascha Hauer
On Fri, Mar 27, 2015 at 08:23:11PM +0100, Marc Kleine-Budde wrote: From: Steffen Trumtrar s.trumt...@pengutronix.de When a watchdog timeout is set in the linux kernel, the FORCE_UPDATE bit is set. Use this to recognize a system reset that was triggered by the watchdog. Since only the wdt

Re: [PATCH 1/2] mtd: nand_omap_gpmc: Remove unused code

2015-03-30 Thread Sascha Hauer
On Mon, Mar 30, 2015 at 03:51:04PM +0200, Teresa Gámez wrote: The ecc layout structs are not used anywhere. Signed-off-by: Teresa Gámez t.ga...@phytec.de --- drivers/mtd/nand/nand_omap_gpmc.c | 68 --- 1 file changed, 68 deletions(-) Applied both,

Re: [PATCH] ARM: tegra124: remove serial aliases

2015-03-30 Thread Sascha Hauer
On Mon, Mar 30, 2015 at 12:56:03PM +0200, Lucas Stach wrote: They are upstream now and unfortunately actively break some boards as they are using a different alias numbering in the kernel. Signed-off-by: Lucas Stach l.st...@pengutronix.de --- If possible please apply to master, to shorten