[U-Boot] [RESEND PATCH v2 6/6] sf: Fix code cleanups

2013-08-03 Thread Jagannadha Sutradharudu Teki
- CHECK: Alignment should match open parenthesis - trailing whitespace Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/atmel.c| 10 +- drivers/mtd/spi/gigadevice.c | 2 +- drivers/mtd/spi/ramtron.c | 2 +- drivers/mtd/spi/s

[U-Boot] [RESEND PATCH v2 5/6] cmd_sf|env_sf: Fix code cleanup

2013-08-03 Thread Jagannadha Sutradharudu Teki
- line over 80 characters - add tabs - CHECK: Alignment should match open parenthesis Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2 - none common/cmd_sf.c | 27 ++- common/env_sf.c | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff

[U-Boot] [RESEND PATCH v2 0/6] sf: Code cleanup patch set

2013-08-03 Thread Jagannadha Sutradharudu Teki
This patch set consist of code clean-up on sf. Thanks, Jagan. Jagannadha Sutradharudu Teki (6): sf: eon|spansion|ramtron: Fix code cleanup sf: sst: Fix code cleanup sf: stmicro: Fix code cleanup sf: Fix code cleanup cmd_sf|env_sf: Fix code cleanup sf: Fix code cleanups common/cmd_sf

[U-Boot] [RESEND PATCH v2 1/6] sf: eon|spansion|ramtron: Fix code cleanup

2013-08-03 Thread Jagannadha Sutradharudu Teki
- line over 80 characters - insert the expression in same line Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - Fixed CHECK: Alignment should match open parenthesis drivers/mtd/spi/eon.c | 3 +-- drivers/mtd/spi/ramtron.c | 6 -- drivers/mtd/spi/spansion.c | 3

[U-Boot] [RESEND PATCH v2 2/6] sf: sst: Fix code cleanup

2013-08-03 Thread Jagannadha Sutradharudu Teki
- line over 80 characters - add spaces - add tabs Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/sst.c | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/drivers/mtd/spi/sst.c b/drivers/mtd/spi/s

[U-Boot] [RESEND PATCH v2 3/6] sf: stmicro: Fix code cleanup

2013-08-03 Thread Jagannadha Sutradharudu Teki
- line over 80 characters - foo * bar -> foo *bar - removed unnecessary for single statement blocks. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/stmicro.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/sp

[U-Boot] [RESEND PATCH v2 4/6] sf: Fix code cleanup

2013-08-03 Thread Jagannadha Sutradharudu Teki
- line over 80 characters. - CHECK: Alignment should match open parenthesis Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - Fixed CHECK: Alignment should match open parenthesis drivers/mtd/spi/spi_flash.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-

Re: [U-Boot] [PATCH v2 0/6] sf: Code cleanup patch set

2013-08-03 Thread Jagan Teki
Apologies. It's my mistake to sent these v2 patches without a change log. I will update the change log and sent these as RESEND patches. -- Sorry, Jagan. On Mon, Jul 29, 2013 at 10:54 PM, Jagannadha Sutradharudu Teki wrote: > This patch set consist of code clean-up on sf. > > Thanks, > Jagan. >

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

2013-08-03 Thread Paul B. Henson
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 --- common/cmd_bootm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-03 Thread Marek Vasut
Dear Troy Kisky, > On 8/3/2013 9:47 AM, Marek Vasut wrote: > > Dear Troy Kisky, > > > > [...] > > > Why is there a union ? It looks to me like you just want to access the > same variable > with 2 naming strategies. > >>> > >>> That is correct. I can either pass it further into fu

[U-Boot] [PATCH 2/3] zynq: Enable CONFIG_ZYNQ_QSPI

2013-08-03 Thread Jagannadha Sutradharudu Teki
Tested qspi on zynq board with stmicro, spansion and winbond flashes by enabling CONFIG_ZYNQ_QSPI. Signed-off-by: Jagannadha Sutradharudu Teki --- include/configs/zynq.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/configs/zynq.h b/include/configs/zynq.h index d93aaea.

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

2013-08-03 Thread Jagannadha Sutradharudu Teki
This small series patchset will add support for zynq qspi controller with tested stmicro, spansion and winbond flashes. -- Thanks, Jagan. Jagannadha Sutradharudu Teki (3): spi: Add zynq qspi controller driver zynq: Enable CONFIG_ZYNQ_QSPI zynq: Define CONFIG_SPI_FLASH_BAR arch/arm/include

[U-Boot] [PATCH 3/3] zynq: Define CONFIG_SPI_FLASH_BAR

2013-08-03 Thread Jagannadha Sutradharudu Teki
Enabled bank/extn' addr register support for accessing > 16Mbyte flash devices. Signed-off-by: Jagannadha Sutradharudu Teki --- include/configs/zynq.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/zynq.h b/include/configs/zynq.h index d310864..bb99295 100644 --- a/include/c

[U-Boot] [PATCH 1/3] spi: Add zynq qspi controller driver

2013-08-03 Thread Jagannadha Sutradharudu Teki
Zynq qspi controller driver supports single bus with singe chipselect. Zynq qspi can be operated in below connection modes - single qspi - dual qspi, with dual stacked - dual qspi, with dual parallel Signed-off-by: Jagannadha Sutradharudu Teki --- arch/arm/include/asm/arch-zynq/hardware.h | 1

Re: [U-Boot] [PATCH V2 REPOST 0/9] rely on latest dtc, simplify

2013-08-03 Thread Tom Rini
On Wed, Jul 24, 2013 at 10:09:15AM -0700, Stephen Warren wrote: > This is a series of patches which simplifies the rules to build *.dts in > U-Boot by relying on features in the latest dtc. The include rules are > made more consistent between cpp (when processing *.dts) and dtc. The cpp > flags ar

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-03 Thread Troy Kisky
On 8/3/2013 9:47 AM, Marek Vasut wrote: Dear Troy Kisky, [...] Why is there a union ? It looks to me like you just want to access the same variable with 2 naming strategies. That is correct. I can either pass it further into functions as the struct mxs_register_32 name_reg or I can directly a

Re: [U-Boot] Implement AUART for i.MX28

2013-08-03 Thread Marek Vasut
> Hi Andreas, > > > I have tried to implement an AUART driver for i.MX28. > > However for it to work I must print 1 character to the > > debug UART via the serial_pl01x driver. If I do this > > the AUART will start working. If I don't nothing will > > be printed to the AUART. Anybody can see any o

Re: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc

2013-08-03 Thread Marek Vasut
Dear Troy Kisky, [...] > >> Why is there a union ? It looks to me like you just want to access the > >> same variable > >> with 2 naming strategies. > > > > That is correct. I can either pass it further into functions as the > > struct mxs_register_32 name_reg or I can directly access it as > >

Re: [U-Boot] [PATCH V2 REPOST 1/9] Validate dtc is new enough

2013-08-03 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/03/2013 10:11 AM, Albert ARIBAUD wrote: > Hi Tom, > > On Fri, 2 Aug 2013 20:32:03 -0400, Tom Rini wrote: > >> On Fri, Aug 02, 2013 at 04:23:37PM -0600, Stephen Warren wrote: >>> On 07/24/2013 11:09 AM, Stephen Warren wrote: From: Stephen

Re: [U-Boot] [RFC V2 0/9] Refactor MAINTAINERS file

2013-08-03 Thread Albert ARIBAUD
On Fri, 26 Jul 2013 23:37:06 +0200, Albert ARIBAUD wrote: > This patch series aims at merging MAINTAINERS and boards.cfg into > a single, easily processable file. > > There are not actually niine changes as such; they are presented so > in this RFC in order for reviewers to better understand the

Re: [U-Boot] [PATCH V2 REPOST 1/9] Validate dtc is new enough

2013-08-03 Thread Albert ARIBAUD
Hi Tom, On Fri, 2 Aug 2013 20:32:03 -0400, Tom Rini wrote: > On Fri, Aug 02, 2013 at 04:23:37PM -0600, Stephen Warren wrote: > > On 07/24/2013 11:09 AM, Stephen Warren wrote: > > > From: Stephen Warren > > > > > > Subsequent patches assume that dtc supports various recent features. > > > These

[U-Boot] [PATCH] nds32: Change of NDS32 Custodian

2013-08-03 Thread Andes
Signed-off-by: Andes Cc: Macpaul Lin Cc: Kuan-Yu Kuo --- MAINTAINERS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 081cf96..c6fd555 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1358,7 +1358,7 @@ Dimitar Penev # Board CP

[U-Boot] [PATCH] net: tftp: Make sure timeout will not effect wrap offset

2013-08-03 Thread rockly
Hi: When the block 0 store to the memory of client and timeout at this moment. Because of no ACK packet, the server will send block 0 again, if this client reconnect to the server at this time , TftpBlockWrapOffset will become larger than it should be. Signed-off-by : Rockly --- diff

Re: [U-Boot] Change of NDS32 Custodian

2013-08-03 Thread Kuan-Yu Kuo
Hi all, 2013/7/31 Macpaul Lin : > Hi, > > Here is a short announcement about a change in the U-boot NDS32 custodian. > > I have no longer working in Andes Technology Corporation and cannot > provide the community the best support on NDS32 architecture. > Kuan-Yu Kuo (a.k.a. Ken Kuo) will be the ne

Re: [U-Boot] [PATCH v3 0/3] arm: add support for LaCie CloudBox

2013-08-03 Thread Frédéric Leroy
Hello Prafulla, Le 02/07/2013 00:24, Prafulla Wadaskar a écrit : > > -Original Message- > > From: Frédéric Leroy [mailto:fr...@starox.org] > > Sent: 01 July 2013 18:28 > > To: u-boot@lists.denx.de > > Cc: Wolfgang Denk; Prafulla Wadaskar; Albert ARIBAUD; > > Simon Guinot > > Subject: [PATC

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

2013-08-03 Thread Peter Maydell
On 3 August 2013 08:11, Dennis Gilmore wrote: > when it comes to memory addressing a distro and user shouldn't need to > know anything. Ideally u-boot will auto allocate addresses based on the > size of loaded objects. starting with a base address internal to u-boot > you load a kernel, when loadi

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

2013-08-03 Thread Dennis Gilmore
Hi all, I wanted to start a discussion on defining a unified feature set that makes it simpler for the different distros to support ARM systems using u-boot. I have based a lot of my thoughts on how calxeda ship their systems configured as it works fairly well, recently i sent in a patch implement

[U-Boot] [PATCH] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-08-03 Thread Heiko Schocher
- add omap24xx driver to new multibus/multiadpater support - adapted all config files, which uses this driver Tested on the am335x based siemens boards rut, dxr2 and pxm2 posted here: http://patchwork.ozlabs.org/patch/263211/ Based on u-boot-ti git://git.denx.de/u-boot-ti.git master: commit bb2a