Re: [PATCH 1/3] Add barebox update infrastructure

2012-09-15 Thread Sascha Hauer
On Fri, Sep 14, 2012 at 02:15:46PM +0200, Jan Weitzel wrote: + +BAREBOX_CMD_HELP_START(barebox_update) +BAREBOX_CMD_HELP_USAGE(barebox_update [OPTIONS image]\n) image is mandatory Ok, fixed. Thanks Sascha -- Pengutronix e.K. | |

[PATCH 1/2] ARM i.MX6: add usb function prototypes

2012-09-15 Thread Steffen Trumtrar
Add missing prototypes to mach/usb.h Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- arch/arm/mach-imx/include/mach/usb.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/include/mach/usb.h b/arch/arm/mach-imx/include/mach/usb.h index 5d6670d..d953bf0

[PATCH 2/2] ARM i.MX6: fix usb_ehci warnings for sabrelite

2012-09-15 Thread Steffen Trumtrar
This fixes the following warnings: arch/arm/boards/freescale-mx6-sabrelite/board.c: In function 'sabrelite_ehci_init': arch/arm/boards/freescale-mx6-sabrelite/board.c:265:2: warning: implicit declaration of function 'imx6_usb_phy1_disable_oc' [-Wimplicit-function-declaration]

[PATCH 1/1] defconfig: substitute '-' to '_' in defconfig name so MAKEALL can work

2012-09-15 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- .../{freescale-mx6-arm2_defconfig = freescale_mx6_arm2_defconfig} |0 ...scale-mx6-sabrelite_defconfig = freescale_mx6_sabrelite_defconfig} |0 .../configs/{imx233-olinuxino_defconfig =

Re: [for master PATCH 2/2] calao: at91 qil/tny/usb auto detect the phy addr

2012-09-15 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Sacha, after applying the phylib we need this path on calao hw Best Regards, J. On 17:48 Tue 14 Aug , Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- arch/arm/boards/qil-a9260/init.c |2 +-

[PATCH] mtd mtdraw: Fix partial page read

2012-09-15 Thread Sascha Hauer
When reading parts of a page we have to limit the maximum bytes copied the the remaining bytes of a page. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de Cc: Robert Jarzmik robert.jarz...@free.fr --- drivers/mtd/mtdraw.c |1 + 1 file changed, 1 insertion(+) diff --git