[U-Boot] Pull request: u-boot-arm/master -- from a temporary repository

2013-08-18 Thread Albert ARIBAUD
Hello Tom, The following changes since commit aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c: Merge branch 'master' of git://git.denx.de/u-boot-nds32 (2013-07-25 08:51:51 -0400) are available in the git repository at: git://88.191.163.10/u-boot-arm master for you to fetch changes up to 9ed887c

Re: [U-Boot] Pull request - arm/zynq v2

2013-08-18 Thread Tom Rini
On Sat, Aug 17, 2013 at 05:42:22PM +0200, Albert ARIBAUD wrote: > Hi Michal, > > On Mon, 12 Aug 2013 09:05:00 +0200, Michal Simek > wrote: > > > Hi Albert, > > > > please pull these 3 zynq patches to your arm tree. > > > > There is still pending the arm: lds: Remove libgcc eabi exception hand

Re: [U-Boot] [PATCH] serial: arm_dcc: Convert to use default_serial_puts

2013-08-18 Thread Marek Vasut
Dear Axel Lin, > Use default_serial_puts() instead of its own implementation. > > Signed-off-by: Axel Lin Thanks, Acked-by: Marek Vasut > --- > drivers/serial/arm_dcc.c | 8 +--- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/drivers/serial/arm_dcc.c b/drivers/serial

Re: [U-Boot] [PATCH] ARM: mxs: Add mx28evk_auart_console target

2013-08-18 Thread Marek Vasut
Hi Andreas, > Dear Marek > > > I wonder, why dont you add support for the TQ SoM in the first place? > > I have plans to do it but I only have access to the board at work and > I currently am very busy so have limited time testing the board setup, so I > don't know when in time I will be able to

Re: [U-Boot] Enable xmodem support

2013-08-18 Thread Tom Rini
On Wed, Jun 26, 2013 at 04:54:24PM -0600, Angus Ainslie wrote: > This is a trivial patch that just enables xmodem downloads using the existing > ymodem framework. > > Signed-off-by: Angus Ainslie Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] SPL: Limit image name print length

2013-08-18 Thread Tom Rini
On Tue, Jul 16, 2013 at 02:45:01PM +0300, Taras Kondratiuk wrote: > If image name is longer than 32 bytes, then it will be truncated. > This will remove '\0' at the end of the line, so printf will > go out of string limit. > > Signed-off-by: Taras Kondratiuk > Reviewed-by: Tom Rini Applied to

Re: [U-Boot] Pull request: u-boot-arm/master -- from a temporary repository

2013-08-18 Thread Tom Rini
On Sun, Aug 18, 2013 at 02:17:11PM +0200, Albert ARIBAUD wrote: > Hello Tom, > > The following changes since commit > aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c: > > Merge branch 'master' of git://git.denx.de/u-boot-nds32 (2013-07-25 > 08:51:51 -0400) > > are available in the git repository a

Re: [U-Boot] gpio: pca953x: Use ARRAY_SIZE instead of reinventing it

2013-08-18 Thread Tom Rini
On Sat, Jun 22, 2013 at 06:22:48PM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin > Reviewed-by: Thierry Reding > Acked-by: Marek Vasut > > --- > drivers/gpio/pca953x.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) Applied to u-boot/master, thanks! -- Tom signature.asc Des

Re: [U-Boot] [U-Boot, 3/3] image: Display FIT timestamp when booting

2013-08-18 Thread Tom Rini
On Tue, Jul 16, 2013 at 08:10:01PM -0700, Simon Glass wrote: > The timestamp is shown in fit_print_contents() but for some reason not > in fit_image_print(). This seems to be an oversight, since it is the latter > which is used by bootm. > > Add timestamp printing in this case. > > (There is cod

Re: [U-Boot] [U-Boot, 2/3] RFC: bootm: Add silent_linux environment variable

2013-08-18 Thread Tom Rini
On Tue, Jul 16, 2013 at 08:10:00PM -0700, Simon Glass wrote: > At present the console for linux is silent if the U-Boot console is silent, > unless CONFIG_SILENT_U_BOOT_ONLY is set. I wonder if a better way would be > to have an environment variable to control this? Then we can control the > verbo

Re: [U-Boot] bootm: fix conditional controlling call to fixup_silent_linux

2013-08-18 Thread Tom Rini
On Sat, Aug 03, 2013 at 09:29:09PM -0700, Paul B. Henson wrote: > This function is only defined if CONFIG_SILENT_CONSOLE is set and > CONFIG_SILENT_U_BOOT_ONLY is not set, the call to it should be based > on the same conditions. > > Signed-off-by: Paul B. Henson > Acked-by: Simon Glass Applied

Re: [U-Boot] tools/Makefile: Move _GNU_SOURCE to Makefile

2013-08-18 Thread Tom Rini
On Tue, Jul 30, 2013 at 03:26:11PM -0700, York Sun wrote: > Commit 669dfc2e adds libfdt_env.h to HOSTCPPFLAGS. It causes stdio.h > to be included before _GNU_SOURCE is defined in C files. On some old hosts > some prototypes are protected by #ifdef __USE_GNU, which is set when > _GNU_SOURCE is defi

Re: [U-Boot] [PATCH V2] Origen: Set FIMD as the default display path

2013-08-18 Thread Donghwa Lee
On Fri, Aug 16, 2013 at 16:31, Ajay kumar wrote: > On Thu, Aug 15, 2013 at 6:53 PM, Tushar Behera > wrote: > > On EXYNOS4210, there are three paths for display data to be processed, > namely MIE, MDNIE and FIMD. On Origen board, FIMD display controller >

[U-Boot] [PATCH] net: macb: fix the following building warning

2013-08-18 Thread Bo Shen
fix the following building warning ---8>--- macb.c: In function 'macb_init': macb.c:400:14: warning: 'phydev' may be used uninitialized in this function macb.c:377:21: note: 'phydev' was declared here ---<8--- Signed-off-by: Bo Shen --- drivers/net/macb.c | 12 +--- 1 file changed, 9

Re: [U-Boot] [PATCH V2] Origen: Set FIMD as the default display path

2013-08-18 Thread Tushar Behera
On 19 August 2013 07:22, Donghwa Lee wrote: > On Fri, Aug 16, 2013 at 16:31, Ajay kumar wrote: > > On Thu, Aug 15, 2013 at 6:53 PM, Tushar Behera > wrote: >> >> On EXYNOS4210, there are three paths for display data to be processed, >> namely MIE, MDNIE and FIMD. On Origen board, FIMD display cont

Re: [U-Boot] [PATCH v2 3/4] ARM: use r9 for gd

2013-08-18 Thread Simon Glass
Hi Jeroen, On Sat, Aug 17, 2013 at 3:40 AM, Jeroen Hofstee wrote: > On 08/14/2013 08:25 PM, Jeroen Hofstee wrote: >> >> To be more EABI compliant and as a preparation for building >> with clang, use the platform-specific r9 register for gd >> instead of r8. >> >> note: The FIQ is not updated sinc

Re: [U-Boot] [PATCH V2] Origen: Set FIMD as the default display path

2013-08-18 Thread Donghwa Lee
On 2013년 08월 19일 12:06, Tushar Behera wrote: > On 19 August 2013 07:22, Donghwa Lee wrote: >> On Fri, Aug 16, 2013 at 16:31, Ajay kumar wrote: >> >> On Thu, Aug 15, 2013 at 6:53 PM, Tushar Behera >> wrote: >>> On EXYNOS4210, there are three paths for display data to be processed, >>> namely MIE,

Re: [U-Boot] [PATCH] serial: arm_dcc: Convert to use default_serial_puts

2013-08-18 Thread Michal Simek
On 08/18/2013 10:19 PM, Marek Vasut wrote: > Dear Axel Lin, > >> Use default_serial_puts() instead of its own implementation. >> >> Signed-off-by: Axel Lin > > Thanks, > > Acked-by: Marek Vasut Ah yeah. Acked-by: Michal Simek Tom: Can you please apply this patch directly to your tree? Tha

Re: [U-Boot] [PATCH V2] Origen: Set FIMD as the default display path

2013-08-18 Thread Tushar Behera
On 19 August 2013 10:01, Donghwa Lee wrote: > On 2013년 08월 19일 12:06, Tushar Behera wrote: >> On 19 August 2013 07:22, Donghwa Lee wrote: >>> On Fri, Aug 16, 2013 at 16:31, Ajay kumar wrote: >>> >>> On Thu, Aug 15, 2013 at 6:53 PM, Tushar Behera >>> wrote: On EXYNOS4210, there are three pat

[U-Boot] [PATCH 0/4] ARM: s3c44b0: remove remainders of dead board

2013-08-18 Thread Masahiro Yamada
Commit 5dc5f36 removed the support for B2 board, which was the last S3C44B0 SoC board. These series of patches remove s3c44b0-specific code and drivers: - arch/arm/cpu/s3c44b0/* - arch/arm/include/asm/arch-s3c44b0/* - drivers/i2c/s3c44b0_i2c.c - drivers/serial/serial_s3c44b0.c - drivers

[U-Boot] [PATCH 3/4] drivers: serial_s3c44b0: delete an unused driver

2013-08-18 Thread Masahiro Yamada
Since commit 5dc5f36 removed B2 board support, there are no boards enabling serial_s3c44b0. Signed-off-by: Masahiro Yamada Cc: Wolfgang Denk Cc: Andrea Scian --- doc/driver-model/UDM-serial.txt | 16 ++- drivers/serial/Makefile |1 - drivers/serial/serial.c |2 - driv

[U-Boot] [PATCH 2/4] drivers: s3c44b0_i2c: delete an unused driver

2013-08-18 Thread Masahiro Yamada
Since commit 5dc5f36 removed B2 board support, there are no boards enabling s3c44b0_i2c. Signed-off-by: Masahiro Yamada Cc: Wolfgang Denk Cc: Andrea Scian --- drivers/i2c/Makefile |1 - drivers/i2c/s3c44b0_i2c.c | 299 - 2 files changed, 30

[U-Boot] [PATCH 1/4] ARM: s3c44b0: remove remainders of dead board

2013-08-18 Thread Masahiro Yamada
Because commit 5dc5f36 removed B2 board support, arch/arm/cpu/s3c44b0/* and arch/arm/include/asm/arch-s3c44b0/* are not necessary anymore. Signed-off-by: Masahiro Yamada Cc: Wolfgang Denk Cc: Andrea Scian --- README |1 - arch/arm/cpu/s3c44b0/Makefile

[U-Boot] [PATCH 4/4] drivers: s3c44b0_rtc: delete an unused driver

2013-08-18 Thread Masahiro Yamada
Since commit 5dc5f36 removed B2 board support, there are no boards enabling s3c44b0_rtc. Signed-off-by: Masahiro Yamada Cc: Wolfgang Denk Cc: Andrea Scian --- doc/driver-model/UDM-rtc.txt | 15 +++- drivers/rtc/Makefile |1 - drivers/rtc/s3c44b0_rtc.c| 84 --

[U-Boot] [PATCH 0/6 V2] EXYNOS: I2S: Enable I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch set replaces I2S1 channel with I2S0 channel. Corresponding changes have been done in audio codec to support I2S0 channel. Changes in V2: - Added cover letter. - Configured GPIO chipselect to enable MAX98095 codec. Dani Krishna Mohan (6): Sound: WM8994: Support I2S0 c

[U-Boot] [PATCH 4/6 V2] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-08-18 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/include/asm/arch-exynos/i2s-regs.h |6 ++ drivers/sound/samsung-i2s.c | 16 ++--

[U-Boot] [PATCH 1/6 V2] Sound: WM8994: Support I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- changes in V2: - None drivers/sound/sound.c|2 +- drivers/sound/wm8994.c | 95 +++--- drivers/sound/wm8994_re

[U-Boot] [PATCH 2/6 V2] DTS: Addition of I2S0 channel and replacing I2S1

2013-08-18 Thread Dani Krishna Mohan
This patch enables default I2S0 channel and replaces I2S1. I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/dts/exynos5250.dtsi | 10 -- board/samsung/dts/exynos5250-smdk52

[U-Boot] [PATCH 5/6 V2] DTS: Addition of GPIO chipselect for MAX98095

2013-08-18 Thread Dani Krishna Mohan
This patch enables the chipselect for MAX98095 audio codec in snow. Signed-off-by: Dani Krishna Mohan --- changes in V2: - New patch added to V2 board/samsung/dts/exynos5250-snow.dts |1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/sam

[U-Boot] [PATCH 6/6 V2] Sound: MAX98095: Support I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- changes in V2: - New patch added to V2 drivers/sound/max98095.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff -

[U-Boot] [PATCH 3/6 V2] ARM: Change from I2S1 to I2S0 for audio on SMDK5250

2013-08-18 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/cpu/armv7/exynos/clock.c | 13

Re: [U-Boot] [PATCH 2/4] drivers: s3c44b0_i2c: delete an unused driver

2013-08-18 Thread Heiko Schocher
Hello Masahiro, Am 19.08.2013 08:01, schrieb Masahiro Yamada: Since commit 5dc5f36 removed B2 board support, there are no boards enabling s3c44b0_i2c. Signed-off-by: Masahiro Yamada Cc: Wolfgang Denk Cc: Andrea Scian --- drivers/i2c/Makefile |1 - drivers/i2c/s3c44b0_i2c.c | 299 --