Re: [PATCH] fixup! raspberry-pi: add board model detection

2015-01-18 Thread Sascha Hauer
On Mon, Jan 19, 2015 at 02:15:49AM +0400, Antony Pavlov wrote: > --- > > The 'has_onboard_eth' field is unused. > > --- > arch/arm/boards/raspberry-pi/rpi.c | 1 - > 1 file changed, 1 deletion(-) Applied for now, but Jean Christophe, please fix the other issues mentioned. Sascha -- Pengutron

Re: [PATCH 2/6] raspberry-pi: add leds support

2015-01-18 Thread Antony Pavlov
On Mon, 19 Jan 2015 08:51:44 +0100 Sascha Hauer wrote: > On Mon, Jan 19, 2015 at 02:08:58AM +0400, Antony Pavlov wrote: > > On Tue, 13 Jan 2015 07:33:06 +0100 > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > > --- > > > arch/arm/boards/

Re: [PATCH 2/6] raspberry-pi: add leds support

2015-01-18 Thread Sascha Hauer
On Mon, Jan 19, 2015 at 02:08:58AM +0400, Antony Pavlov wrote: > On Tue, 13 Jan 2015 07:33:06 +0100 > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > arch/arm/boards/raspberry-pi/rpi.c | 55 > > ++ > >

Re: [PATCH 1/3] common: console_console: put functions under correct ifdef

2015-01-18 Thread Sascha Hauer
On Sun, Jan 18, 2015 at 09:57:02PM +0100, Lucas Stach wrote: > So they aren't build when no console support is selected. > > Fixes: > In function `console_get_by_dev': undefined reference to `console_list' > > Signed-off-by: Lucas Stach Applied all, thanks Sascha -- Pengutronix e.K.

Re: [PATCH 1/2] docs: fix missing newlines in codeblocks

2015-01-18 Thread Sascha Hauer
On Sun, Jan 18, 2015 at 08:38:23PM +0100, Lucas Stach wrote: > Those cause a warning while generating the docs > as well as misrendering of the generated docs. > > Signed-off-by: Lucas Stach > --- > Documentation/boards/garz-fricke.rst | 2 ++ > 1 file changed, 2 insertions(+) Applied both, tha

Re: [PATCH 1/2] ARM: pxa: RAM and console fixes for zylonite

2015-01-18 Thread Sascha Hauer
On Sat, Jan 17, 2015 at 02:58:50PM +0100, Robert Jarzmik wrote: > There is at least one zylonite variant with a PXA311 and only 64 MB of > memory, while the other variants have at least 128 MB. > As 64 MB is the smallest common denominator, tell barebox to use only > the 64 MB bytes. > > At the sa

Re: [PATCH] ARM: IMX: Embedsky E9: Choose right environment when booting from SD or EMMC.

2015-01-18 Thread Sascha Hauer
On Sat, Jan 17, 2015 at 03:55:17PM +0300, Andrey Panov wrote: > Signed-off-by: Andrey Panov > --- > arch/arm/boards/embedsky-e9/board.c| 17 +++- > .../arm/boards/embedsky-e9/defaultenv-e9/boot/mmc3 | 4 ++-- > arch/arm/dts/imx6q-embedsky-e9.dts | 23

Re: [PATCH] MMC: IMX: Reset MMC_BOOT register after controller reset.

2015-01-18 Thread Sascha Hauer
On Sat, Jan 17, 2015 at 03:54:35PM +0300, Andrey Panov wrote: > This helps with EMMC detection when booting from EMMC directly. > Taken from u-boot. > > Signed-off-by: Andrey Panov Applied, thanks Sascha -- Pengutronix e.K. | | Industrial

Re: sp uninitialized in imx6_cpu_lowlevel_init

2015-01-18 Thread Sascha Hauer
On Fri, Jan 16, 2015 at 09:27:28PM +0100, Uwe Kleine-König wrote: > Hello, > > when building imx_v7_defconfig and then looking at > images/start_imx6_gk802.pbl (several more are affected, too), I get: > > $ objdump -d images/start_imx6_gk802.pbl > : >0: e28f9001add r9,

Re: [PATCH 0/6 v2] raspberry-pi: updates

2015-01-18 Thread Antony Pavlov
On Tue, 13 Jan 2015 07:31:28 +0100 Jean-Christophe PLAGNIOL-VILLARD wrote: > Hi, > > v2: > > send correct leds patch IMHO we have to enable LED stuff in rpi_defconfig. > The following patch serie prepare the raspberry for USB support > > The following changes sinc

[PATCH] fixup! raspberry-pi: add board model detection

2015-01-18 Thread Antony Pavlov
--- The 'has_onboard_eth' field is unused. --- arch/arm/boards/raspberry-pi/rpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boards/raspberry-pi/rpi.c b/arch/arm/boards/raspberry-pi/rpi.c index 81b485e..108bd28 100644 --- a/arch/arm/boards/raspberry-pi/rpi.c +++ b/arch/arm/boar

Re: [PATCH 2/6] raspberry-pi: add leds support

2015-01-18 Thread Antony Pavlov
On Tue, 13 Jan 2015 07:33:06 +0100 Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > arch/arm/boards/raspberry-pi/rpi.c | 55 > ++ > 1 file changed, 55 insertions(+) > > diff --git a/arch/arm/boards/raspberry-

[PATCH 1/3] common: console_console: put functions under correct ifdef

2015-01-18 Thread Lucas Stach
So they aren't build when no console support is selected. Fixes: In function `console_get_by_dev': undefined reference to `console_list' Signed-off-by: Lucas Stach --- common/console_common.c | 70 - 1 file changed, 35 insertions(+), 35 deletions(

[PATCH 2/3] usb: musb-dsps: select OFDEVICE

2015-01-18 Thread Lucas Stach
Fixes: In function `dsps_probe': undefined reference to `of_usb_get_dr_mode' Signed-off-by: Lucas Stach --- drivers/usb/musb/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index e0a1139bc0d0..b795f30275cf 100644 --- a/drivers/usb/m

[PATCH 3/3] arm: board: virt2real: build lowlevel in proper target

2015-01-18 Thread Lucas Stach
Fixes build with PBL enabled. Signed-off-by: Lucas Stach --- arch/arm/boards/virt2real/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boards/virt2real/Makefile b/arch/arm/boards/virt2real/Makefile index b2f44bba1b5b..01c7a259e9a5 100644 --- a/arch/arm/bo

[PATCH 2/2] docs: fix broken reference

2015-01-18 Thread Lucas Stach
Signed-off-by: Lucas Stach --- Documentation/user/variables.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/user/variables.rst b/Documentation/user/variables.rst index 974ab8822195..ea99eb61137e 100644 --- a/Documentation/user/variables.rst +++ b/Document

[PATCH 1/2] docs: fix missing newlines in codeblocks

2015-01-18 Thread Lucas Stach
Those cause a warning while generating the docs as well as misrendering of the generated docs. Signed-off-by: Lucas Stach --- Documentation/boards/garz-fricke.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/boards/garz-fricke.rst b/Documentation/boards/garz-fricke.rst in