[U-Boot] [PATCH] edid: rename struct member to fix two EDID_* macros

2013-08-08 Thread Christian Gmeiner
Without this change EDID_DETAILED_TIMING_VSYNC_OFFSET and EDID_DETAILED_TIMING_VSYNC_PULSE_WIDTH macros can not be used (compile error). The fix is quite trivial: rename struct member to the expected name. Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com --- include/edid.h |2 +-

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

2013-08-08 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 krishna...@samsung.com --- drivers/sound/max98095.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git

[U-Boot] [PATCH 1/2] DTS: Addition of GPIO chipselect for MAX98095

2013-08-08 Thread Dani Krishna Mohan
This patch enables the chipselect for MAX98095 audio codec in snow. Signed-off-by: Dani Krishna Mohan krishna...@samsung.com --- board/samsung/dts/exynos5250-snow.dts |1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/dts/exynos5250-snow.dts

Re: [U-Boot] question about selecting a stable U-Boot source code package

2013-08-08 Thread TigerLiu
Hi, Denk: Does every stable released u-boot code package have a fixed bug list doc? Or have a release note describing this release version's feature? Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/3] powerpc/t4qds: remove const from vsc3316 parameter define

2013-08-08 Thread Shaohui Xie
Since the parameters need to be modified according to different Serdes protocols at runtime, the const will block this. Signed-off-by: Shaohui Xie shaohui@freescale.com --- board/freescale/common/vsc3316_3308.c | 2 +- board/freescale/common/vsc3316_3308.h | 2 +-

[U-Boot] [PATCH 1/3] powerpc/t4qds: remove const from vsc3316 parameter define

2013-08-08 Thread Shaohui Xie
Since the parameters need to be modified according to different Serdes protocols at runtime, the const will block this. Signed-off-by: Shaohui Xie shaohui@freescale.com --- board/freescale/common/vsc3316_3308.c | 2 +- board/freescale/common/vsc3316_3308.h | 2 +-

Re: [U-Boot] U-Boot mini-summit at ELCE 2013 in Edinburgh - call for participation!

2013-08-08 Thread Wolfgang Denk
Hello all, I think we should bring the upcoming U-Boot mini-summit in Edinburgh back to attention - it's still more than two months, so no reason to panic yet, but as we all know, time flies like an arrow... In message m2ehf8ofw5@lamuella.denx.de Detlev Zundel wrote: Hi fellow U-Boot

[U-Boot] [PATCH 1/3] powerpc/t4qds: remove const from vsc3316 parameter define

2013-08-08 Thread Shaohui Xie
Since the parameters need to be modified according to different Serdes protocols at runtime, the const will block this. Signed-off-by: Shaohui Xie shaohui@freescale.com --- board/freescale/common/vsc3316_3308.c | 2 +- board/freescale/common/vsc3316_3308.h | 2 +-

[U-Boot] [PATCH v2] spi: Add support SH Queued SPI driver

2013-08-08 Thread Nobuhiro Iwamatsu
This patch adds a driver for Renesas SoC's Queued SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- v2: Change SH QSPI to SH QSPI (Queued SPI). Remove

Re: [U-Boot] Purpose of Data partition in Partition Layout

2013-08-08 Thread Wolfgang Denk
Dear Rajdeep Vaghasia, In message CAONsvZV+jL008J_skJ=lx-kjv6uwbs1rtg50pn3c5bastwd...@mail.gmail.com you wrote: I have seen in some implementations, that there is one partition of data after the filesystem's partition as follow: 1) u-boot, 2) environment variables 3) kernel, 4) filesystem

Re: [U-Boot] question about selecting a stable U-Boot source code package

2013-08-08 Thread Wolfgang Denk
Dear tiger...@viatech.com.cn, In message fe7aded5c2218b4786c09cd97dc4c49f9eb...@exchbj02.viatech.com.bj you wrote: Hi, Denk: Does every stable released u-boot code package have a fixed bug list doc? Not as a separate document. But you can see from thie git history of changes what has been

[U-Boot] [PATCH] phylib: update atheros ar803x phy

2013-08-08 Thread Shengzhou Liu
As AR8031 and AR8033 have same PHY ID 0x4dd074, they use the common driver. Currently AR8031_driver didn't work for AR8033, hence updated it to have it work on AR8031/AR8033. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- drivers/net/phy/atheros.c |4 ++-- 1 files changed, 2

[U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to fix program failure

2013-08-08 Thread Shengzhou Liu
On some boards, the size of EEPROM is 128 Bytes instead of 256. so we set default MAX_NUM_PORTS to 9 rather than previous 23 to avoid the programming failure, we can define MAX_NUM_PORTS in board-specific header file to overwrite the default value. Signed-off-by: Shengzhou Liu

[U-Boot] cmd_mii parameter choice

2013-08-08 Thread Stephan Bauroth
Hi experts, stumbling across some kernel panics due to a faulty ethernet-driver, i recently got to use the mii command set for some analysis. Doing so, I noticed some inconvienient behaviour in the parameter choices of the mii-commands. the command in general takes 5 arguments: the

[U-Boot] [PATCH v2] microblaze: Call spi_init function

2013-08-08 Thread Jagannadha Sutradharudu Teki
From: Michal Simek mon...@monstr.eu Initialization spi. Signed-off-by: Michal Simek mon...@monstr.eu Acked-by: Stephan Linz l...@li-pro.net Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com --- Changes for v2: - rebase to current tree. arch/microblaze/lib/board.c | 5 +

Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-08-08 Thread Jagan Teki
Hi Kuo-Jung Su, Please fix the comments I sent on v4. http://patchwork.ozlabs.org/patch/242023/ Feel free to ask for any quires. Thanks, Jagan. On Thu, Apr 18, 2013 at 2:55 PM, Kuo-Jung Su dant...@gmail.com wrote: From: Kuo-Jung Su dant...@faraday-tech.com The Faraday FTSSP010 is a

Re: [U-Boot] [PATCH 2/2 V3] spi: exynos: Support a delay after deactivate

2013-08-08 Thread Jagan Teki
HI Rajeshwari, Can you please send the next version patch w.r.t to current tree. and also fix the comments on last version. Planning to apply on tree, feel free to ask if you have any concerns. -- Thanks, Jagan. On Thu, Jun 13, 2013 at 8:47 AM, Jagan Teki jagannadh.t...@gmail.com wrote: On

Re: [U-Boot] [PATCH v2] exynos5250: remove redundant SPI and PMIC related configs

2013-08-08 Thread Jagan Teki
Hi, On Thu, Jun 20, 2013 at 1:40 PM, Inderpal Singh inderpal.si...@linaro.org wrote: Hi Jagan, On 13 June 2013 01:08, Jagan Teki jagannadh.t...@gmail.com wrote: Hi, Can you separate the PMIC and SPI changes into two different patches. Since its a minor clean up patch. I feel there is

Re: [U-Boot] [PATCH V2] spi: exynos: Minimise access to SPI FIFO level

2013-08-08 Thread Jagan Teki
Hi, On Thu, Jun 13, 2013 at 1:29 AM, Jagan Teki jagannadh.t...@gmail.com wrote: On 30-05-2013 10:57, Rajeshwari Shinde wrote: Accessing SPI registers is slow, but access to the FIFO level register in particular seems to be extraordinarily expensive (I measure up to 600ns). Perhaps it is

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-08-08 Thread Tom Rini
On Wed, Aug 07, 2013 at 06:04:23PM -0500, Dennis Gilmore wrote: On Wed, 7 Aug 2013 09:19:21 -0400 Tom Rini tr...@ti.com wrote: On Tue, Aug 06, 2013 at 06:11:25PM -0500, Dennis Gilmore wrote: On Tue, 6 Aug 2013 17:42:31 -0400 Tom Rini tr...@ti.com wrote: On Tue, Aug 06, 2013 at

[U-Boot] Some custodian changes

2013-08-08 Thread Tom Rini
Hey all, I want to announce a few custodian changes. Andy Fleming is stepping down from both his PowerPC and MMC custodianships to go off and do something non-technical and fun for a while. I want to thank him for all his time and wish him the best! Taking over for Andy for mpc85xx and mpc86xx

[U-Boot] [PATCH] git-mailrc: Update MMC custodian

2013-08-08 Thread Pantelis Antoniou
Update git-mailrc with my nick and replace afleming as mmc custodian. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- doc/git-mailrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/git-mailrc b/doc/git-mailrc index e3a47c4..03fc482 100644 ---

Re: [U-Boot] Unified u-boot feature set for simpler distro support

2013-08-08 Thread Dirk Müller
Hi Dennis, right or wrong we want things to be simple for the user and to largely look like a linux system on x86 would. The user and distro should never need to worry about memory locations so this would mean similar partitioning. i.e. /boot on ext4 root and swap on lvm or as raw

Re: [U-Boot] Unified u-boot feature set for simpler distro support

2013-08-08 Thread Stephen Warren
On 08/08/2013 12:48 PM, Dirk Müller wrote: ... Therefore, the openSUSE on ARM team has a locally patched version of u-boot that handles booting from extX directly, because we did not like to use FAT or anything similar for /boot, and didn't see the need for adding a special /load (or similar)

Re: [U-Boot] Unified u-boot feature set for simpler distro support

2013-08-08 Thread Tom Rini
On Thu, Aug 08, 2013 at 02:01:12PM -0600, Stephen Warren wrote: On 08/08/2013 12:48 PM, Dirk M?ller wrote: ... Therefore, the openSUSE on ARM team has a locally patched version of u-boot that handles booting from extX directly, because we did not like to use FAT or anything similar for

Re: [U-Boot] Fix for incorrect conversion hex string to number (FMAN firmware address).

2013-08-08 Thread York Sun
On 06/19/2013 12:48 AM, Николай Пузанов wrote: --- arch/powerpc/cpu/mpc85xx/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 1.8.1.2 diff --git a/arch/powerpc/cpu/mpc85xx/fdt.c b/arch/powerpc/cpu/mpc85xx/fdt.c index 24eb978..ece1336 100644 ---

Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-08-08 Thread Kuo-Jung Su
Hi Jagan: Thanks for the comments, but the [spi bus controller: ftssp010] has been scheduled after the [Faraday A36x platform support] get approved. In this way, the entire patch itself looks much better clean. Best Wishes Dante Su 2013/8/8 Jagan Teki jagannadh.t...@gmail.com: Hi Kuo-Jung

Re: [U-Boot] powerpc/b4860: Disable unused devices using DEVDISR register

2013-08-08 Thread York Sun
On 07/02/2013 04:05 AM, Sandeep Singh wrote: Explicitly disabling unused IPs/blocks. This will lower power consumption. Signed-off-by: Sandeep Singh sand...@freescale.com snip + +void cpu_device_disable() +{ + ccsr_gur_t *gur = (void *)CONFIG_SYS_MPC85xx_GUTS_ADDR; + + /*