Re: [U-Boot] [PATCH v2 0/3] spi: Add zynq spi controller

2013-08-08 Thread Jagan Teki
On 07-08-2013 01:17, Jagannadha Sutradharudu Teki wrote: This is a v2 for previous series with same cover head. This small series patchset will add suuport for zynq spi controller, tested on sst flash. -- Thanks, Jagan. Jagannadha Sutradharudu Teki (3): spi: Add zynq spi controller driver

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

2013-08-08 Thread Jagan Teki
On 08-08-2013 19:03, Jagannadha Sutradharudu Teki wrote: From: Michal Simek Initialization spi. Signed-off-by: Michal Simek Acked-by: Stephan Linz Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - rebase to current tree. arch/microblaze/lib/board.c | 5 + 1 f

Re: [U-Boot] Some custodian changes

2013-08-08 Thread Jagan Teki
On Thu, Aug 8, 2013 at 9:09 PM, Tom Rini wrote: > 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

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 > > + > +void cpu_device_disable() > +{ > + ccsr_gur_t *gur = (void *)CONFIG_SYS_MPC85xx_GUTS_ADDR; > + > + /* get devdisr */ >

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 : > Hi Kuo-Jung Su, > > Please fix the

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 > --- a/arch/powerpc/cp

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

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 simila

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 par

[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 --- 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 --- a/doc/git-mailrc +++ b/doc/git-mailrc

[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

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 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 wrote: > > > > > > > On Tue, Aug 06, 2013 at 11:22:2

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 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 required to synchron

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 wrote: > Hi Jagan, > > > > On 13 June 2013 01:08, Jagan Teki 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 no need to split it into > two. >

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 wrote: > On Thu, Jun 13, 2013 at 3:36

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 wrote: > From: Kuo-Jung Su > > The Faraday FTSSP010 is a multi-function controller > which supports I2S/

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

2013-08-08 Thread Jagannadha Sutradharudu Teki
From: Michal Simek Initialization spi. Signed-off-by: Michal Simek Acked-by: Stephan Linz Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - rebase to current tree. arch/microblaze/lib/board.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/microblaze/li

[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 'sub'-comman

[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 --- board/freescal

[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 --- drivers/net/phy/atheros.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

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 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 changed/added/fixed. > Or have a release note describing thi

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

2013-08-08 Thread Wolfgang Denk
Dear Rajdeep Vaghasia, In message 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 > 5) data(or rest) > > What is the purpose of this data

[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 Signed-off-by: Nobuhiro Iwamatsu --- v2: Change "SH QSPI" to "SH QSPI (Queued SPI)". Remove magic number. drivers/spi/Makefile | 1 + drive

[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 --- board/freescale/common/vsc3316_3308.c | 2 +- board/freescale/common/vsc3316_3308.h | 2 +- board/freescale/t4qds/t4qds.c | 8 3

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 Detlev Zundel wrote: > Hi fellow U-Boot developers, > > people meeting us at

[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 --- board/freescale/common/vsc3316_3308.c | 2 +- board/freescale/common/vsc3316_3308.h | 2 +- board/freescale/t4qds/t4qds.c | 8 3

[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 --- board/freescale/common/vsc3316_3308.c | 2 +- board/freescale/common/vsc3316_3308.h | 2 +- board/freescale/t4qds/t4qds.c | 8 3

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/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 --- board/samsung/dts/exynos5250-snow.dts |1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/samsung/dts/exynos5250-snow.dts index 9e258fd..5a3

[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 --- drivers/sound/max98095.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/drivers/sound/max98095.c b/drivers/sound