Re: [U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init

2012-08-21 Thread Stefano Babic
On 20/08/2012 22:25, Fabio Estevam wrote: Hi Stefano, On Mon, Aug 20, 2012 at 4:42 PM, stefano babic sba...@denx.de wrote: With the flea3 I have made some clean-up, making the lowLevel_init.S essential. Same changes were not reported back to the mx35pdk. I am going also to put in a common

Re: [U-Boot] [PATCH v5] arm: rmobile: Add support Renesas SH73A0

2012-08-21 Thread Nobuhiro Iwamatsu
Hi, Thanks for your review. On Mon, Aug 20, 2012 at 12:00 PM, Mike Frysinger vap...@gentoo.org wrote: On Sunday 19 August 2012 10:40:05 Nobuhiro Iwamatsu wrote: --- /dev/null +++ b/arch/arm/cpu/armv7/rmobile/board.c +#ifdef CONFIG_DISPLAY_BOARDINFO +int checkboard(void) +{ +

Re: [U-Boot] [PATCH V2 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog

2012-08-21 Thread Stefano Babic
On 21/08/2012 01:03, Troy Kisky wrote: Use a common watchdog driver for all these cpus. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- Hi Troy, v2: add README.watchdog include mx31/mx35 watchdogs move to drivers/watchdog Please test on a mx31 and mx35

Re: [U-Boot] [PATCH v4] MX: Set a common gpio.h for all i.MX

2012-08-21 Thread Stefano Babic
On 20/08/2012 23:20, Matt Sealey wrote: Works fine on the Efika MX :) Tested-by: Matt Sealey m...@genesi-usa.com Ok, thanks, I push it on the server. Regards, Stefano -- = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH] mxc: Make gpio_get_value() use PSR

2012-08-21 Thread Stefano Babic
On 20/08/2012 22:55, Benoît Thébaudeau wrote: gpio_get_value() should use PSR like Linux, not DR, because DR does not always reflect the pin state, while PSR does. This is especially useful to detect a short circuit on a GPIO pin configured as output, or to read the level of a pin controlled

[U-Boot] [PATCH 1/5] sh: tmu: Changed TMU driver using array of structures

2012-08-21 Thread Nobuhiro Iwamatsu
This changed into access using array of structure from access to the register using the definition of the register by macro. And removed white space. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/clk.h|5 ---

[U-Boot] [PATCH 3/5] sh: tmu: Removed arch/sh/include/asm/clk.h

2012-08-21 Thread Nobuhiro Iwamatsu
asm/clk.h was included get_peripheral_clk_rate function. But this is not used from anywhere. This removed asm/clk.h, and deleted include line from arch/sh/lib/time.c Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/clk.h | 30

Re: [U-Boot] Seeking ARM development platform suggestions

2012-08-21 Thread Jorgen Lundman
There was promise between XBMC and Allwinner for a bit, which looked good for everyone. Then there was a delay, and when files were delivered they were binary identical to old files, so that looked bad. XBMC got a bit pissy, and decided to stop work on Allwinner. Yesterday, Allwinner

Re: [U-Boot] [PATCH v2 1/2] arm/km: add mv88e6352 configuration for kmnusa

2012-08-21 Thread Prafulla Wadaskar
-Original Message- From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] Sent: 17 August 2012 15:05 To: u-boot@lists.denx.de Cc: Valentin Longchamp; Holger Brunck; Prafulla Wadaskar Subject: [PATCH v2 1/2] arm/km: add mv88e6352 configuration for kmnusa The kmnusa

[U-Boot] [PATCH 2/5] sh: tmu: Changed switch statement to shift operation

2012-08-21 Thread Nobuhiro Iwamatsu
Calculation of the bit position using switch statement can substitute shift operation using ffs. And removed unsed macro and variable. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/time.c | 48 ++-- 1 file changed,

Re: [U-Boot] Seeking ARM development platform suggestions

2012-08-21 Thread Andreas Bießmann
Dear Graeme Russ, On 21.08.12 03:33, Graeme Russ wrote: Hi Jason, On Tue, Aug 21, 2012 at 11:25 AM, Jason Cooper u-b...@lakedaemon.net wrote: On Tue, Aug 21, 2012 at 11:13:05AM +1000, Graeme Russ wrote: Support for a 'cheap' JTAG board would be a big plus (GuruPlug is only US$40, whereas a

Re: [U-Boot] [PATCH] ARM: lacie_kw: add support for WIRELESS_SPACE

2012-08-21 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Albert ARIBAUD Sent: 18 August 2012 02:59 To: Tom Rini Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] ARM: lacie_kw: add support for WIRELESS_SPACE Hi Tom, On

Re: [U-Boot] WARNING: Caches not enabled on openrd based board

2012-08-21 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Alex Zeffertt Sent: 17 August 2012 16:47 To: u-boot@lists.denx.de Subject: [U-Boot] WARNING: Caches not enabled on openrd based board Hi U-Booters, I get the following

Re: [U-Boot] Seeking ARM development platform suggestions

2012-08-21 Thread Stefan Roese
Hi Graeme, On 08/21/2012 05:12 AM, Graeme Russ wrote: 2) I have a Mele A2000 (http://www.cnx-software.com/2012/04/04/mele-a2000-android-2-3-media-player-powered-by-allwinner-a10/) This looks promising at ~ AU$100 with USB, SD/MMC, VGA, HDMI, SATA, Ethernet, WiFi, Sound w/ Optical Out

Re: [U-Boot] [PATCH 3/3] tegra20: add USB ULPI init code

2012-08-21 Thread Igor Grinberg
On 08/20/12 15:41, Lucas Stach wrote: Hello Igor, thanks for your review. Comments inline. Am Montag, den 20.08.2012, 15:07 +0300 schrieb Igor Grinberg: Hi Lucas, On 08/19/12 19:08, Lucas Stach wrote: This adds the required code to set up a ULPI USB port. It is mostly a port of the

Re: [U-Boot] [PATCH 3/3] tegra20: add USB ULPI init code

2012-08-21 Thread Igor Grinberg
On 08/20/12 21:27, Stephen Warren wrote: On 08/20/2012 06:41 AM, Lucas Stach wrote: Hello Igor, thanks for your review. Comments inline. Am Montag, den 20.08.2012, 15:07 +0300 schrieb Igor Grinberg: Hi Lucas, On 08/19/12 19:08, Lucas Stach wrote: This adds the required code to set up a

Re: [U-Boot] [PATCH 3/5] Add fuse API and commands

2012-08-21 Thread Stefano Babic
On 14/08/2012 14:52, Benoît Thébaudeau wrote: This can be useful for fuse-like hardware, OTP SoC options, etc. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de Cc: Stefano Babic sba...@denx.de --- CC to Anatolji, he knows very well the MPC5121

Re: [U-Boot] [PATCH 4/5] Add fsl_iim driver

2012-08-21 Thread Stefano Babic
On 14/08/2012 14:52, Benoît Thébaudeau wrote: Add a fsl_iim driver common to i.MX and MPC. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de Cc: Stefano Babic sba...@denx.de --- .../drivers/misc/Makefile |1 +

Re: [U-Boot] [PATCH 5/5] mpc iim: Switch to common fsl_iim

2012-08-21 Thread Stefano Babic
On 14/08/2012 14:53, Benoît Thébaudeau wrote: Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de Cc: Stefano Babic sba...@denx.de --- .../arch/powerpc/cpu/mpc512x/Makefile |1 - .../arch/powerpc/cpu/mpc512x/iim.c = /dev/null|

[U-Boot] [PATCH] MX28: SPI: Limit the DMA transfer length

2012-08-21 Thread Marek Vasut
The upper limit for DMA transfer length on MX28 is 0x4000 bytes, otherwise the DMA refuses to operate. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam feste...@gmail.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- drivers/spi/mxs_spi.c | 31

Re: [U-Boot] [PATCH v3] powerpc/85xx: clear out TLB on boot

2012-08-21 Thread Prabhakar Kushwaha
On 08/21/2012 04:40 AM, Scott Wood wrote: Instead of just shooting down the entry that covers CCSR, clear out every TLB entry that isn't the one that we're executing out of. Signed-off-by: Scott Woodscottw...@freescale.com --- v3: Don't skip the last TLB entry check when skipping a TLB entry in

Re: [U-Boot] [PATCH 9/9] EXYNOS5: Enable Sound

2012-08-21 Thread Chander Kashyap
hi Rajeshwari, On 14 August 2012 11:15, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch enables sound support for EXYNOS5 Enable sound for exynos5 based smdk5250 not exynos5. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- include/configs/smdk5250.h |8

Re: [U-Boot] [PATCH 6/9] EXYNOS: Add pinmux for I2S

2012-08-21 Thread Chander Kashyap
hi, On 14 August 2012 11:15, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds pinmux support for I2S1 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/cpu/armv7/exynos/pinmux.c| 12 arch/arm/include/asm/arch-exynos/periph.h |

Re: [U-Boot] [PATCH 3/5] Add fuse API and commands

2012-08-21 Thread Benoît Thébaudeau
Hi Stefano, This can be useful for fuse-like hardware, OTP SoC options, etc. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de Cc: Stefano Babic sba...@denx.de --- CC to Anatolji, he knows very well the MPC5121 that has currently

Re: [U-Boot] [PATCH v2 3/5] at91: atmel_nand: Update driver to support Programmable Multibit ECC controller

2012-08-21 Thread Josh Wu
Hi, Andreas On 8/17/2012 5:24 PM, Andreas Bießmann wrote: Dear Josh Wu, On 16.08.2012 07:05, Josh Wu wrote: The Programmable Multibit ECC (PMECC) controller is a programmable binary BCH(Bose, Chaudhuri and Hocquenghem) encoder and decoder. This controller can be used to support both SLC and

Re: [U-Boot] [PATCH v2 4/5] at91: 9x5: change SMC config timing that both works for PMECC non-PMECC.

2012-08-21 Thread Andreas Bießmann
Dear Josh Wu, On 16.08.2012 07:05, Josh Wu wrote: Signed-off-by: Josh Wu josh...@atmel.com --- board/atmel/at91sam9x5ek/at91sam9x5ek.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c

Re: [U-Boot] [PATCH] Take over the maintainer for sam9g10 and sam9m10g45

2012-08-21 Thread Andreas Bießmann
Dear Bo Shen, On 20.08.2012 11:01, Bo Shen wrote: As the maintainer for at91sam9g10ek and at91sam9m10g45ek can not reach any more. So I wish to take over the maintainer for sam9g10 and sam9m10g45 Signed-off-by: Bo Shen voice.s...@atmel.com --- applied to u-boot-atmel/master, thanks!

Re: [U-Boot] [PATCH 3/4] atmel: at91sam9x5: fix name error for spi

2012-08-21 Thread Andreas Bießmann
Dear Bo Shen, On 20.08.2012 08:32, Bo Shen wrote: Fix the name error Signed-off-by: Bo Shen voice.s...@atmel.com --- applied to u-boot-atmel/master, thanks! Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 2/4] spi: atmel: add WDRBT bit to avoid receive overrun

2012-08-21 Thread Andreas Bießmann
Dear Bo Shen, On 20.08.2012 08:32, Bo Shen wrote: The atmel at91sam9x5 series spi has feature to avoid receive overren Using the patch to enable it Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Andreas Bießmann andreas.de...@googlemail.com Mike, will you take this patch? Best

Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-21 Thread Andreas Bießmann
Dear Bo Shen, On 20.08.2012 08:32, Bo Shen wrote: Using common spi flash operation function to replace private operation funtion This patch is based on http://patchwork.ozlabs.org/patch/177896/ which has been merged by Mike frysinger Mike, do you think this is a fix? Should it go into

Re: [U-Boot] [PATCH] MX28: SPI: Limit the DMA transfer length

2012-08-21 Thread Marek Vasut
Dear Marek Vasut, The upper limit for DMA transfer length on MX28 is 0x4000 bytes, otherwise the DMA refuses to operate. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam feste...@gmail.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de Hang on,

Re: [U-Boot] [PATCH 4/5] Add fsl_iim driver

2012-08-21 Thread Benoît Thébaudeau
Hi Stefano, Add a fsl_iim driver common to i.MX and MPC. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Wolfgang Denk w...@denx.de Cc: Stefano Babic sba...@denx.de --- .../drivers/misc/Makefile |1 + /dev/null =

Re: [U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init

2012-08-21 Thread Benoît Thébaudeau
Hi Stefano, Fabio, On 20/08/2012 22:25, Fabio Estevam wrote: Hi Stefano, On Mon, Aug 20, 2012 at 4:42 PM, stefano babic sba...@denx.de wrote: With the flea3 I have made some clean-up, making the lowLevel_init.S essential. Same changes were not reported back to the mx35pdk. I

Re: [U-Boot] Seeking ARM development platform suggestions

2012-08-21 Thread Graeme Russ
Hi Stefan, On 08/21/2012 05:30 PM, Stefan Roese wrote: [snip] The general mood of the embedded dev community seems to be, to me, to move away from these Companies, as the promised source releases has not been sufficient. The current interest seems to be AM.logic's dualcore board.

Re: [U-Boot] Seeking ARM development platform suggestions

2012-08-21 Thread Karl O. Pinc
On 08/21/2012 01:28:51 AM, Jorgen Lundman wrote: At the moment though, my Mele is doing nothing (just waiting for wip to mature). I believe latest XBMC can play SD content. Current lack of audio support is a concern. I'm interested in using some of the Mele boxes instead of video cards

[U-Boot] [Patch v3 1/2] net: introduce transparent driver private in ueth_data

2012-08-21 Thread Lucas Stach
Avoid clutter in ueth_data. Individual drivers should not mess with structures belonging to the core like this. Signed-off-by: Lucas Stach d...@lynxeye.de --- drivers/usb/eth/smsc95xx.c | 48 -- include/usb_ether.h| 8 ++-- 2 Dateien

[U-Boot] [Patch v3 2/2] net: asix: add support for AX88772B

2012-08-21 Thread Lucas Stach
There are multiple changes needed to make AX88772B work: 1. add vendor and product ID (trivial) 2. We need to read out the MAC address from the EEPROM and write it into the NodeID register manually. 3. The packet length check has to be adjusted, as all ASIX chips only use 11 bits to indicate

Re: [U-Boot] [PATCH 4/5] Add fsl_iim driver

2012-08-21 Thread Stefano Babic
On 21/08/2012 14:56, Benoît Thébaudeau wrote: Hi Stefano, Hi, The address depends on the SOC, and is not a board configuration option. Should we not use IIM_BASE_ADDR ? CONFIG_SYS_FSL_IIM_ADDR is supposed to be a board configuration option, just like CONFIG_SYS_I2C_BASE. Ok, but the

[U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-21 Thread Łukasz Dałek
I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. Cleaned ethernet driver. Soon I would also send patches for drivers/usb/gadget/ether.c to work correctly with this pxa driver. Łukasz Dałek (2): pxa: Add some stuff to examine cpu model and rev pxa25x: Add USB ethernet

[U-Boot] [PATCH 1/2] pxa: Add some stuff to examine cpu model and rev

2012-08-21 Thread Łukasz Dałek
Signed-off-by: Łukasz Dałek luk0...@gmail.com --- arch/arm/cpu/pxa/cpuinfo.c | 11 +-- arch/arm/include/asm/arch-pxa/pxa.h | 13 + 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/pxa/cpuinfo.c b/arch/arm/cpu/pxa/cpuinfo.c index

[U-Boot] Configure U-boot to output to LCD on imx28evk board

2012-08-21 Thread Bill
All, Is it possible to configure u-boot output (console) to the LCD on the imx28evk board? I see in the u-boot configuration options switches for LCD support: CONFIG_LCD. However, I don't see an LCD display that matches the one on the imx28evk? Thanks, Bill

Re: [U-Boot] Configure U-boot to output to LCD on imx28evk board

2012-08-21 Thread Fabio Estevam
Hi Bill, On Tue, Aug 21, 2012 at 11:20 AM, Bill bsou...@techsi.com wrote: All, Is it possible to configure u-boot output (console) to the LCD on the imx28evk board? I see in the u-boot configuration options switches for LCD support: CONFIG_LCD. However, I don't see an LCD display that

Re: [U-Boot] Configure U-boot to output to LCD on imx28evk board

2012-08-21 Thread Bill
Thanks. I'm a bit fuzzy on Linux graphics. So you mention that this is possible - but what criteria? Does this mean all I need to do is configure U-boot? Or you mention that there is no mxs framebuffer support. Is there a way around this in u-boot? Or can I add a patch for mxs framebuffer

Re: [U-Boot] Configure U-boot to output to LCD on imx28evk board

2012-08-21 Thread Fabio Estevam
On Tue, Aug 21, 2012 at 11:35 AM, Bill bsou...@techsi.com wrote: Thanks. I'm a bit fuzzy on Linux graphics. So you mention that this is possible - but what criteria? Does this mean all I need to do is configure U-boot? Or you mention that there is no mxs framebuffer support. Is there a way

Re: [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-21 Thread Marek Vasut
Dear Łukasz Dałek, I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. Cleaned ethernet driver. Soon I would also send patches for drivers/usb/gadget/ether.c to work correctly with this pxa driver. I didn't sleep today ... I'll review it tomorrow. Łukasz Dałek (2): pxa:

Re: [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm

2012-08-21 Thread Tom Rini
On 08/20/2012 10:09 PM, Prabhakar Lad wrote: Hi Tom, Thanks for the patch. On Monday 20 August 2012 10:15 PM, Tom Rini wrote: Add a board-specific README that documents how to write u-boot.ais to the SPI found on this board. Changes-series: 2 - Add Signed-off-by: Tom Rini

[U-Boot] [PATCH 3/7] dm: sandbox: Add necessary GD sections

2012-08-21 Thread Marek Vasut
Add GD sections necessary for driver model operation. Signed-off-by: Marek Vasut ma...@denx.de --- arch/sandbox/include/asm/global_data.h |9 + 1 file changed, 9 insertions(+) diff --git a/arch/sandbox/include/asm/global_data.h b/arch/sandbox/include/asm/global_data.h index

[U-Boot] [PATCH 0/7] [RFC] Driver model, take 1

2012-08-21 Thread Marek Vasut
I'm submitting hereby the initial code for the driver model. This is a RFC patch, please give it a spin and scream :-) The GPIO api should now use the new approach on the sandbox target. There's also dm command, that allows dumping the driver tree. Marek Vasut (5): dm: sandbox: Add necessary

[U-Boot] [PATCH 4/7] dm: REMOVE: sandbox binding experiment

2012-08-21 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de --- arch/sandbox/lib/board.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/sandbox/lib/board.c b/arch/sandbox/lib/board.c index c173bf9..b6b3768 100644 --- a/arch/sandbox/lib/board.c +++ b/arch/sandbox/lib/board.c @@ -47,6

[U-Boot] [PATCH 2/7] dm: sandbox: Add necessary linker sections

2012-08-21 Thread Marek Vasut
Add linker sections necessary for driver model operation. Signed-off-by: Marek Vasut ma...@denx.de --- arch/sandbox/cpu/u-boot.lds | 35 --- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/arch/sandbox/cpu/u-boot.lds b/arch/sandbox/cpu/u-boot.lds

[U-Boot] [PATCH 5/7] dm: gpio: Add draft GPIO core and convert sandbox to use it

2012-08-21 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de --- arch/sandbox/lib/board.c|6 + drivers/gpio/Makefile |2 + drivers/gpio/core.c | 365 +++ drivers/gpio/sandbox.c | 58 ++- include/asm-generic/gpio.h | 19 +++

[U-Boot] [PATCH 7/7] dm: Add dm dump command

2012-08-21 Thread Marek Vasut
Dumps the content of system tree Signed-off-by: Marek Vasut ma...@denx.de --- common/dm/Makefile |2 +- common/dm/debug.c | 106 include/dm/debug.h | 33 3 files changed, 140 insertions(+), 1 deletion(-) create mode

[U-Boot] [PATCH 6/7] dm: add dummy demo driver and core

2012-08-21 Thread Marek Vasut
From: Pavel Herrmann morpheus.i...@gmail.com Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com --- Makefile|1 + drivers/demo/Makefile | 42 drivers/demo/core.c | 236 +++ drivers/demo/demo.c |

[U-Boot] [PATCH 1/7] dm: Add skeleton support for cores and drivers

2012-08-21 Thread Marek Vasut
From: Pavel Herrmann morpheus.i...@gmail.com Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com Signed-off-by: Marek Vasut ma...@denx.de --- Makefile|2 + common/dm/Makefile | 40 + common/dm/core.c| 150 common/dm/driver.c

[U-Boot] [PATCH 3/3] mx53ard: Use IMX_GPIO_NR macro

2012-08-21 Thread Fabio Estevam
Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx53ard/mx53ard.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx53ard/mx53ard.c b/board/freescale/mx53ard/mx53ard.c index 2d21584..688cff1 100644 ---

[U-Boot] [PATCH 1/3] mx53loco: Use IMX_GPIO_NR macro

2012-08-21 Thread Fabio Estevam
Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx53loco/mx53loco.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx53loco/mx53loco.c b/board/freescale/mx53loco/mx53loco.c index 7cfb3f4..3a39c3e 100644

[U-Boot] [PATCH 2/3] mx51evk: Use IMX_GPIO_NR macro

2012-08-21 Thread Fabio Estevam
Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx51evk/mx51evk.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c index 97c8a2c..651b506 100644

Re: [U-Boot] [PATCH V2 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog

2012-08-21 Thread Troy Kisky
On 8/20/2012 11:11 PM, Stefano Babic wrote: On 21/08/2012 01:03, Troy Kisky wrote: diff --git a/arch/arm/include/asm/arch-mx31/imx-regs.h b/arch/arm/include/asm/arch-mx31/imx-regs.h index bba37ac..594d613 100644 --- a/arch/arm/include/asm/arch-mx31/imx-regs.h +++

Re: [U-Boot] [Patch v3 1/2] net: introduce transparent driver private in ueth_data

2012-08-21 Thread Mike Frysinger
On Tuesday 21 August 2012 09:23:12 Lucas Stach wrote: Avoid clutter in ueth_data. Individual drivers should not mess with structures belonging to the core like this. nice work -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [Patch v3 2/2] net: asix: add support for AX88772B

2012-08-21 Thread Mike Frysinger
On Tuesday 21 August 2012 09:23:13 Lucas Stach wrote: + struct ueth_data *dev = (struct ueth_data *)eth-priv; + struct asix_private *priv = (struct asix_private *)dev-dev_priv; not that it's harmful, but priv is void*, so the casts aren't needed + ALLOC_CACHE_ALIGN_BUFFER(unsigned

Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-21 Thread Mike Frysinger
On Tuesday 21 August 2012 07:26:27 Andreas Bießmann wrote: On 20.08.2012 08:32, Bo Shen wrote: Using common spi flash operation function to replace private operation funtion This patch is based on http://patchwork.ozlabs.org/patch/177896/ which has been merged by Mike frysinger

Re: [U-Boot] [PATCH 2/4] spi: atmel: add WDRBT bit to avoid receive overrun

2012-08-21 Thread Mike Frysinger
On Tuesday 21 August 2012 07:11:18 Andreas Bießmann wrote: On 20.08.2012 08:32, Bo Shen wrote: The atmel at91sam9x5 series spi has feature to avoid receive overren Using the patch to enable it Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Andreas Bießmann

Re: [U-Boot] [PATCH 1/3] tegra20: complete periph_id enum

2012-08-21 Thread Simon Glass
On Sun, Aug 19, 2012 at 9:08 AM, Lucas Stach d...@lynxeye.de wrote: Most Tegra boards output the ULPI reference clock on pad DEV2. Complete the periph_id enum so that we are able to enable this clock output circuit. Signed-off-by: Lucas Stach d...@lynxeye.de Acked-by: Simon Glass

Re: [U-Boot] [PATCH] tegra20: rework UART GPIO handling

2012-08-21 Thread Simon Glass
On Mon, Aug 20, 2012 at 8:48 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 08/19/2012 12:15 PM, Lucas Stach wrote: Rename board provided gpio_config_uart() to gpio_early_init_uart() as it does the same thing as the equally called function provided by the uart-switch code. This allows to

Re: [U-Boot] Support for USB Ethernet adapter

2012-08-21 Thread Daniel
So, this adapter is based on ASIX chip http://www.asix.com.tw/products.php?op=pItemdetailPItemID=109;74;109 Could you provide me some instruction how to make it working? Best regards Daniel W dniu 20.08.2012 15:44, Marek Vasut pisze: Dear Daniel Ścisłowski, Dear Mr Marek Vasut, CCing

Re: [U-Boot] [PATCH 1/3] mx53loco: Use IMX_GPIO_NR macro

2012-08-21 Thread Troy Kisky
On 8/21/2012 10:26 AM, Fabio Estevam wrote: Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx53loco/mx53loco.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx53loco/mx53loco.c

[U-Boot] [PATCH v2 3/3] mx53ard: Use IMX_GPIO_NR macro

2012-08-21 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Remove unnecessary comment board/freescale/mx53ard/mx53ard.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH v2 1/3] mx53loco: Use IMX_GPIO_NR macro

2012-08-21 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Remove unnecessary comment board/freescale/mx53loco/mx53loco.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[U-Boot] [PATCH v2 2/3] mx51evk: Use IMX_GPIO_NR macro

2012-08-21 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Remove unnecessary comment board/freescale/mx51evk/mx51evk.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH v2 3/5] usb: fix ulpi_set_vbus prototype

2012-08-21 Thread Lucas Stach
Match the name of the header prototype with the actual implementation. Signed-off-by: Lucas Stach d...@lynxeye.de --- include/usb/ulpi.h | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h index 4a23fd2..9a75c24 100644 ---

[U-Boot] [PATCH v2 1/5] tegra20: complete periph_id enum

2012-08-21 Thread Lucas Stach
Most Tegra boards output the ULPI reference clock on pad DEV2. Complete the periph_id enum so that we are able to enable this clock output circuit. Signed-off-by: Lucas Stach d...@lynxeye.de Acked-by: Stephen Warren swar...@wwwdotorg.org Acked-by: Simon Glass s...@chromium.org ---

[U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function

2012-08-21 Thread Lucas Stach
Allows for easy configuration of the VBUS indicator related ULPI config bits. Also move the external indicator setup from ulpi_set_vbus() to the new function. Signed-off-by: Lucas Stach d...@lynxeye.de --- drivers/usb/ulpi/ulpi.c | 26 ++ include/usb/ulpi.h | 13

[U-Boot] [PATCH v2 2/5] tegra20: add clock_set_pllout function

2012-08-21 Thread Lucas Stach
Common practice on Tegra 2 boards is to use the pllp_out4 FO to generate the ULPI reference clock. For this to work we have to override the default hardware generated output divider. This function adds a clean way to do so. v2: - check if pllout is valid Signed-off-by: Lucas Stach

[U-Boot] [PATCH v2 0/5] Tegra 2 USB ULPI series

2012-08-21 Thread Lucas Stach
With this series we are able to initialize USB controllers using an external ULPI phy AKA USB2 on Tegra 2 devices. This was tested to work on a Toradex Colibri T20 board, where USB2 is used to access the ASIX ethernet chipset. Testing was done with tegra20: usb: rework set_host_mode [1] applied.

[U-Boot] [PATCH v2 5/5] tegra20: add USB ULPI init code

2012-08-21 Thread Lucas Stach
This adds the required code to set up a ULPI USB port. It is mostly a port of the Linux ULPI setup code with some tweaks added for more correctness, discovered along the way of debugging this. To use this both CONFIG_USB_ULPI and CONFIG_USB_ULPI_VIEWPORT have to be set in the board configuration

Re: [U-Boot] [PATCH v2 3/5] at91: atmel_nand: Update driver to support Programmable Multibit ECC controller

2012-08-21 Thread Scott Wood
On 08/21/2012 05:37 AM, Josh Wu wrote: Hi, Andreas On 8/17/2012 5:24 PM, Andreas Bießmann wrote: can you please add some README entry describing these new config parameters? Namely CONFIG_ATMEL_NAND_HW_PMECC, CONFIG_PMECC_CAP, CONFIG_PMECC_SECTOR_SIZE (can't this be derived from some

Re: [U-Boot] [Patch v3 1/2] net: introduce transparent driver private in ueth_data

2012-08-21 Thread Marek Vasut
Dear Lucas Stach, Avoid clutter in ueth_data. Individual drivers should not mess with structures belonging to the core like this. Signed-off-by: Lucas Stach d...@lynxeye.de --- drivers/usb/eth/smsc95xx.c | 48 -- include/usb_ether.h | 8

Re: [U-Boot] [PATCH 1/2] pxa: Add some stuff to examine cpu model and rev

2012-08-21 Thread Marek Vasut
Dear Łukasz Dałek, Signed-off-by: Łukasz Dałek luk0...@gmail.com --- arch/arm/cpu/pxa/cpuinfo.c | 11 +-- arch/arm/include/asm/arch-pxa/pxa.h | 13 + 2 files changed, 22 insertions(+), 2 deletions(-) Acked-by: Marek Vasut ma...@denx.de I'll push this

[U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5

2012-08-21 Thread Benoît Thébaudeau
Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Scott Wood scottw...@freescale.com Cc: Stefano Babic sba...@denx.de --- Changes for v2: - Fix warning for unused tmp variable in board_nand_init() for NFC V1. .../arch/arm/include/asm/arch-mx5/imx-regs.h |9 +

[U-Boot] [PATCH] mx25: Define default SoC input clock frequencies

2012-08-21 Thread Benoît Thébaudeau
Define default SoC input clock frequencies for i.MX25 in order to get rid of duplicated definitions. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Stefano Babic sba...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Matthias Weisser weiss...@arcor.de ---

[U-Boot] [PATCH] mx31: Define default SoC input clock frequencies

2012-08-21 Thread Benoît Thébaudeau
Define default SoC input clock frequencies for i.MX31 in order to get rid of duplicated definitions. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Stefano Babic sba...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Wolfgang Denk w...@denx.de Cc: Helmut Raiger

[U-Boot] [PATCH v2 1/2] mx35: Define default SoC input clock frequencies

2012-08-21 Thread Benoît Thébaudeau
Define default SoC input clock frequencies for i.MX35 in order to get rid of duplicated definitions. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Stefano Babic sba...@denx.de --- This patch depends on http://patchwork.ozlabs.org/patch/177437/ . Changes for v2: - New

[U-Boot] [PATCH v2 2/2] mx35 timer: Switch to 32-kHz source

2012-08-21 Thread Benoît Thébaudeau
Switch the mx35 timer driver to the 32-kHz clock source to avoid calling mxc_get_clock() again and again, and to be consistent with the timer drivers of other i.MX SoCs. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Stefano Babic sba...@denx.de --- Changes for v2: - Fix

Re: [U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5

2012-08-21 Thread Scott Wood
On 08/21/2012 04:04 PM, Benoît Thébaudeau wrote: diff --git u-boot-imx-88e73dd.orig/nand_spl/nand_boot_fsl_nfc.c u-boot-imx-88e73dd/nand_spl/nand_boot_fsl_nfc.c index a40c998..1096727 100644 --- u-boot-imx-88e73dd.orig/nand_spl/nand_boot_fsl_nfc.c +++

Re: [U-Boot] [PATCH v2] integrator: break out common config

2012-08-21 Thread Linus Walleij
On Sat, Aug 4, 2012 at 5:21 PM, Linus Walleij linus.wall...@linaro.org wrote: The configuration that is common for all Integrator boards may just as well be stored in a common include file as per pattern from other boards. This eases maintenance quite a bit. Signed-off-by: Linus Walleij

[U-Boot] [PATCH v3] arm: rmobile: Add support TMU base timer function

2012-08-21 Thread Nobuhiro Iwamatsu
Some rmobile SoC has TMU base timer function. This supports TMU. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- V3: Merged arch/sh/lib/time.c Need patches * sh: tmu: Removed arch/sh/include/asm/clk.h

[U-Boot] [PATCH v6] arm: rmobile: Add support Renesas SH73A0

2012-08-21 Thread Nobuhiro Iwamatsu
Renesas SH73A0 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- V6: Changed Makefile that using config. Removed unnecessary ifdefs. V5:

[U-Boot] [PATCH v2] rmobile: Add README

2012-08-21 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu iwama...@nigauri.org This add README of Renesas RMOBILE. Based doc/README.omap3. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- V2: Added more compiler infomation. doc/README.rmobile | 65 1 file

Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-21 Thread Bo Shen
Hi Andreas, On 8/21/2012 19:26, Andreas Bießmann wrote: Dear Bo Shen, On 20.08.2012 08:32, Bo Shen wrote: Using common spi flash operation function to replace private operation funtion This patch is based on http://patchwork.ozlabs.org/patch/177896/ which has been merged by Mike frysinger

[U-Boot] [PATCH 1/5] MX28: DMA: Align the struct mxs_dma_desc

2012-08-21 Thread Marek Vasut
Align this structure to DMA alignment size. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam feste...@gmail.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- arch/arm/include/asm/arch-mxs/dma.h |3 ++- 1 file changed, 2 insertions(+), 1

[U-Boot] [PATCH 3/5] MX28: SPI: Supercharge the SPI driver

2012-08-21 Thread Marek Vasut
This change implements DMA chaining into SPI driver. This allows the transfers to go much faster, while also fixing SF issues. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam feste...@gmail.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de ---

[U-Boot] [PATCH 4/5] MX28: m28evk: Align SSP clock speed

2012-08-21 Thread Marek Vasut
Align the SSP clock speed with oscilator to achieve higher transfer stability. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam feste...@gmail.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- board/denx/m28evk/m28evk.c |4 ++--

[U-Boot] [PATCH 5/5] MX28: m28evk: Enable SPI DMA

2012-08-21 Thread Marek Vasut
Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam feste...@gmail.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic sba...@denx.de --- include/configs/m28evk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index

[U-Boot] [PATCH 2/5] MX28: DMA: Prolong the DMA timeout

2012-08-21 Thread Marek Vasut
Load from SPI flash can create a long DMA chain, which can take long time to transfer. Change the DMA timeout to roughly 10s to prevent such long chains misreporting errors. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam feste...@gmail.com Cc: Otavio Salvador ota...@ossystems.com.br

Re: [U-Boot] [PATCH v2 3/5] at91: atmel_nand: Update driver to support Programmable Multibit ECC controller

2012-08-21 Thread Josh Wu
Hi, Scott On 8/22/2012 4:39 AM, Scott Wood wrote: On 08/21/2012 05:37 AM, Josh Wu wrote: Hi, Andreas On 8/17/2012 5:24 PM, Andreas Bießmann wrote: can you please add some README entry describing these new config parameters? Namely CONFIG_ATMEL_NAND_HW_PMECC, CONFIG_PMECC_CAP,

Re: [U-Boot] [PATCH 1/9] SOUND: Add I2S driver

2012-08-21 Thread Rajeshwari Birje
Hi, On Sat, Aug 18, 2012 at 12:23 AM, Mike Frysinger vap...@gentoo.org wrote: On Friday 17 August 2012 08:48:59 Andrew Dyer wrote: The code in the i2s.c file is still full of samsung soc specific stuff, so I think the filename is misleading. Something like samsung-i2s.c would be more

Re: [U-Boot] [PATCH 5/7 V4] SPI: Add SPI Driver for EXYNOS.

2012-08-21 Thread Rajeshwari Birje
Hi Joonyoung, Thank you for testing. Regards, Rajeshwari Shinde On Mon, Aug 20, 2012 at 12:15 PM, Joonyoung Shim dofm...@gmail.com wrote: Hi, 2012/8/2 Rajeshwari Shinde rajeshwar...@samsung.com: This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass s...@chromium.org

Re: [U-Boot] [PATCH 9/9] EXYNOS5: Enable Sound

2012-08-21 Thread Rajeshwari Birje
Hi Chander, Thank you for comments. On Tue, Aug 21, 2012 at 3:22 PM, Chander Kashyap chander.kash...@linaro.org wrote: hi Rajeshwari, On 14 August 2012 11:15, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch enables sound support for EXYNOS5 Enable sound for exynos5 based

Re: [U-Boot] [PATCH 6/9] EXYNOS: Add pinmux for I2S

2012-08-21 Thread Rajeshwari Birje
Hi Chander, On Tue, Aug 21, 2012 at 3:26 PM, Chander Kashyap chander.kash...@linaro.org wrote: hi, On 14 August 2012 11:15, Rajeshwari Shinde rajeshwar...@samsung.com wrote: This patch adds pinmux support for I2S1 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com ---

Re: [U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary

2012-08-21 Thread Bo Shen
Hi Andreas, On 8/17/2012 0:01, Andreas Bießmann wrote: A lot of at91 boards have the console_init_f in board_init. This is useless cause it was called before by generic code in lib/board.c. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com cc: Jens Scharsig e...@bus-elektronik.de

  1   2   >