[U-Boot] [PATCH 8/9 V2] EXYNOS: Add clock for I2S

2012-08-21 Thread Rajeshwari Shinde
This patch adds clock support for I2S Signed-off-by: R. Chandrasekar Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None arch/arm/cpu/armv7/exynos/clock.c| 119 ++ arch/arm/include/asm/arch-exynos/clk.h |3 + arch/arm/include/asm/arch-exynos/clo

[U-Boot] [PATCH 7/9 V2] EXYNOS: Add I2S base address

2012-08-21 Thread Rajeshwari Shinde
This patch adds base address for I2S Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None arch/arm/include/asm/arch-exynos/cpu.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index

[U-Boot] [PATCH 9/9 V2] SMDK5250: Enable Sound

2012-08-21 Thread Rajeshwari Shinde
This patch enables sound support for EXYNOS5 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - corrected the commit message. include/configs/smdk5250.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h ind

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

2012-08-21 Thread Rajeshwari Shinde
This patch adds pinmux support for I2S1 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - made exynos_i2s_config pinmux function static. arch/arm/cpu/armv7/exynos/pinmux.c| 12 arch/arm/include/asm/arch-exynos/periph.h |1 + 2 files changed, 13 insertions(+), 0 del

[U-Boot] [PATCH 4/9 V2] EXYNOS: Add I2S registers

2012-08-21 Thread Rajeshwari Shinde
This patch add I2S registers Signed-off-by: R. Chandrasekar Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None arch/arm/include/asm/arch-exynos/i2s-regs.h | 66 +++ 1 files changed, 66 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/asm/arch-

[U-Boot] [PATCH 5/9 V2] EXYNOS: Add parameters required by I2S

2012-08-21 Thread Rajeshwari Shinde
This patch adds the audio parameters required by the I2S to play the predefined audio data. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None arch/arm/include/asm/arch-exynos/sound.h | 44 ++ 1 files changed, 44 insertions(+), 0 deletions(-) create mode 10

[U-Boot] [PATCH 3/9 V2] Sound: Add command for audio playback

2012-08-21 Thread Rajeshwari Shinde
This patch adds command to test audio playback. sound init - Initialises the audio subsystem (i2s and wm8994 codec) sound play - Plays predefined the audio data. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None common/Makefile|1 + common/cmd_sound.c | 90

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

2012-08-21 Thread Rajeshwari Shinde
This patch adds driver for I2S interface specific to samsung. Signed-off-by: R. Chandrasekar Signed-off-by: Rajeshwari Shinde --- Changes in V2: - renamed i2s.c to samsung-i2s.c. Makefile|1 + drivers/sound/Makefile | 47 ++ drivers/sound/samsung-i2s.c | 358

[U-Boot] [PATCH 2/9 V2] SOUND: Add WM8994 codec

2012-08-21 Thread Rajeshwari Shinde
This pastc adds driver for audio codec WM8994 Signed-off-by: R. Chandrasekar Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None drivers/sound/Makefile |1 + drivers/sound/wm8994.c | 781 ++ drivers/sound/wm8994.h |

[U-Boot] [PATCH 0/9 V2] EXYNOS5: Add Audio support

2012-08-21 Thread Rajeshwari Shinde
This patchset adds the audio support for EXYNOS5. This patchset plays a predefined beep sound. This patchset is based on the following patches: "[U-Boot] [PATCH 1/7 V4] EXYNOS5: Add pinmux support for SPI" "[U-Boot] [PATCH 4/7 V3] EXYNOS5: Add base address for SPI" "[U-Boot] [PATCH 3/7 V3] EXYNOS:

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

2012-08-21 Thread Tom Rini
On Tue, Aug 21, 2012 at 9:46 PM, Prabhakar Lad wrote: > On Tuesday 21 August 2012 09:04 PM, Tom Rini wrote: >> 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 doc

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

2012-08-21 Thread Prabhakar Lad
On Tuesday 21 August 2012 09:04 PM, Tom Rini wrote: > 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 boar

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 cc: Jens Scharsig cc: Stelian Pop cc: Sedji Gaouaou cc: Albin Tonnerre

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 wrote: > hi, > > On 14 August 2012 11:15, Rajeshwari Shinde wrote: >> This patch adds pinmux support for I2S1 >> >> Signed-off-by: Rajeshwari Shinde >> --- >> arch/arm/cpu/armv7/exynos/pinmux.c| 12 >> arch/arm

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 wrote: > hi Rajeshwari, > > On 14 August 2012 11:15, Rajeshwari Shinde wrote: >> This patch enables sound support for EXYNOS5 > Enable sound for exynos5 based smdk5250 not exynos5. - ok >> >> Signed-off-by: Raj

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 wrote: > Hi, > > 2012/8/2 Rajeshwari Shinde : >> This patch adds SPI driver for EXYNOS. >> >> Signed-off-by: Simon Glass >> Signed-off-by: Padmavathi Venna >> Signed-off-by: Gabe B

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 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 appropriate. > > +1

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, CONFIG_PMECC_SEC

[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 Cc: Fabio Estevam Cc: Otavio Salvador Cc: Stefano Babic --- drivers/dma/apbh_dma.c |2 +-

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

2012-08-21 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Otavio Salvador Cc: Stefano Babic --- include/configs/m28evk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 2b16d69..4e9758f 100644 --- a/include/configs/m28evk.h +++ b/include/

[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 Cc: Fabio Estevam Cc: Otavio Salvador Cc: Stefano Babic --- board/denx/m28evk/m28evk.c |4 ++-- include/configs/m28evk.h |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-

[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 Cc: Fabio Estevam Cc: Otavio Salvador Cc: Stefano Babic --- drivers/spi/mxs_spi.c | 96 +

[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 Cc: Fabio Estevam Cc: Otavio Salvador Cc: Stefano Babic --- arch/arm/include/asm/arch-mxs/dma.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-mxs/dma.h b/arch/arm/inclu

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 M

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

2012-08-21 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu This add README of Renesas RMOBILE. Based doc/README.omap3. Signed-off-by: Nobuhiro Iwamatsu --- V2: Added more compiler infomation. doc/README.rmobile | 65 1 file changed, 65 insertions(+) create mode 100644 do

[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 Signed-off-by: Nobuhiro Iwamatsu --- V6: Changed Makefile that using config. Removed unnecessary ifdefs. V5: Remove dead code. V4: Revert ICCICR. V3: Set COBJS o

[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 Signed-off-by: Nobuhiro Iwamatsu --- V3: Merged arch/sh/lib/time.c Need patches * sh: tmu: Removed arch/sh/include/asm/clk.h * sh: tmu: Changed switch statement to shift operati

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 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 > --- > ChangeLog v1->v

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 > +++ u-boot-imx-88e73dd/nand_spl/nand_boo

[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 Cc: Stefano Babic --- Changes for v2: - Fix multiline comment style. - Use default SoC inpu

[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 Cc: Stefano Babic --- This patch depends on http://patchwork.ozlabs.org/patch/177437/ . Changes for v2: - New patch. .../arch/arm/cpu/arm1136/mx35/generic.c

[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 Cc: Stefano Babic Cc: Fabio Estevam Cc: Wolfgang Denk Cc: Helmut Raiger --- .../arch/arm/cpu/arm1136/mx31/generic.c|4 ++-- .../arch/arm/cpu/a

[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 Cc: Stefano Babic Cc: Fabio Estevam Cc: Matthias Weisser --- .../arch/arm/cpu/arm926ejs/mx25/generic.c |2 +- .../arch/arm/cpu/arm926ejs/mx25/time

[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 Cc: Scott Wood Cc: Stefano Babic --- 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 + .../drivers/mtd/nand/mxc_nand.c| 219 +++--

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 > --- > 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 I'll push this through the PXA tree. Best reg

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 > --- > drivers/usb/eth/smsc95xx.c | 48 > -- include/usb_ether.h > | 8 ++-

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

[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 f

[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 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 --- arch/arm

[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 --- drivers/usb/ulpi/ulpi.c | 26 ++ include/usb/ulpi.h | 13 +++-- 2 Da

[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 Acked-by: Stephen Warren Acked-by: Simon Glass --- arch/arm/cpu/tegra20-common/clock.c | 1 + arch/arm/include/a

[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 --- 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 --- a/include/usb/ulp

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

2012-08-21 Thread Fabio Estevam
From: Fabio Estevam Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam --- Changes since v1: - Remove unnecessary comment 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

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

2012-08-21 Thread Fabio Estevam
From: Fabio Estevam Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam --- Changes since v1: - Remove unnecessary comment 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/

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

2012-08-21 Thread Fabio Estevam
From: Fabio Estevam Use IMX_GPIO_NR macro. Signed-off-by: Fabio Estevam --- Changes since v1: - Remove unnecessary comment 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/mx53a

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 --- 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 7cfb

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=pItemdetail&PItemID=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 U-boo

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 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 simply call t

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 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 Acked-by: Simon Glass > --- > arch/arm/cpu/tegra20-com

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 > > Acked-by: Andreas Bießmann > > Mike, will you take

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 frysing

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(unsi

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 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 +++ b/arch/arm/include/asm/arch-mx31

[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 --- 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 --- a/board/freescale/mx51ev

[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 --- 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 --- a/board/freescale/mx53lo

[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 --- 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 --- a/board/freescale/mx53ard/mx53

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

2012-08-21 Thread Marek Vasut
From: Pavel Herrmann Signed-off-by: Pavel Herrmann Signed-off-by: Marek Vasut --- Makefile|2 + common/dm/Makefile | 40 + common/dm/core.c| 150 common/dm/driver.c | 404 +++

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

2012-08-21 Thread Marek Vasut
From: Pavel Herrmann Signed-off-by: Pavel Herrmann --- Makefile|1 + drivers/demo/Makefile | 42 drivers/demo/core.c | 236 +++ drivers/demo/demo.c | 67 include/dm/core_numbering.h

[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 --- common/dm/Makefile |2 +- common/dm/debug.c | 106 include/dm/debug.h | 33 3 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 common/d

[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 --- 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 +++ include/configs/sandbox.h

[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 --- 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 index 9960138.

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

2012-08-21 Thread Marek Vasut
Signed-off-by: Marek Vasut --- 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 +47,8 @@ #

[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 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 --- 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 581fd2f..77c7508 1006

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: To

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): >

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 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 around this in

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 s

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 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 matches the >

[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 __

[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 --- 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 f1cdd40..bab6340 100644 -

[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 gadge

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

[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 the

[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 --- drivers/usb/eth/smsc95xx.c | 48 -- include/usb_ether.h| 8 ++-- 2 Dateien geändert, 36 Zeilen h

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 car

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] [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 > > 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.

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 > > Cc: Wolfgang Denk > > Cc: Stefano Babic > > --- > > .../drivers/misc/Makefile |1 + > > /dev/null => u-boot-4d3c95f/drivers/misc/fsl_iim.c | 318 > > +++

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 > Cc: Fabio Estevam > Cc: Otavio Salvador > Cc: Stefano Babic Hang on, I'll have a better patch Best regards, Marek Vasut _

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 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 Acked-by: Andreas Bießmann Mike, will you take this patch? Best regards Andreas Bießmann > --- > drivers/spi

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 > --- applied to u-boot-atmel/master, thanks! Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/l

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 > --- applied to u-boot-atmel/master, thanks! Best regards A

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 > --- > board/atmel/at91sam9x5ek/at91sam9x5ek.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c > b/board/atmel/at91sam9x5ek/at91sam9x5ek.c

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 ML

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 > > Cc: Wolfgang Denk > > Cc: Stefano Babic > > --- > > CC to Anatolji, he knows very well the MPC5121 that has currently > support of fuses. > > > {u-boot-4d3c95f.orig

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 wrote: > This patch adds pinmux support for I2S1 > > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/cpu/armv7/exynos/pinmux.c| 12 > arch/arm/include/asm/arch-exynos/periph.h |1 + > 2 files changed, 13 insertions(+),

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 wrote: > This patch enables sound support for EXYNOS5 Enable sound for exynos5 based smdk5250 not exynos5. > > Signed-off-by: Rajeshwari Shinde > --- > include/configs/smdk5250.h |8 > 1 files changed, 8 insertions(+), 0 del

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 Wood --- v3: Don't skip the "last TLB entry" check when skipping a TLB entry in the invalidation loop

[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 Cc: Fabio Estevam Cc: Otavio Salvador Cc: Stefano Babic --- drivers/spi/mxs_spi.c | 31 ++- 1 file changed, 22 insertions(+), 9 delet

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 > Cc: Wolfgang Denk > Cc: Stefano Babic > --- > .../arch/powerpc/cpu/mpc512x/Makefile |1 - > .../arch/powerpc/cpu/mpc512x/iim.c => /dev/null| 394 > > .../board/davedenx

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 > Cc: Wolfgang Denk > Cc: Stefano Babic > --- > .../drivers/misc/Makefile |1 + > /dev/null => u-boot-4d3c95f/drivers/misc/fsl_iim.c |

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 > Cc: Wolfgang Denk > Cc: Stefano Babic > --- CC to Anatolji, he knows very well the MPC5121 that has currently support of fuses. > {u-boot-4d

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 re

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

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 O

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 fol

  1   2   >