Re: [U-Boot] [PATCH V4 2/2] ext4fs write support

2012-01-15 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201201151903.09599.vap...@gentoo.org> you wrote: > > > +ifndef CONFIG_CMD_EXT4 > > +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o > > +endif > > the CONFIG_CMD_EXT4 check is not necessary. if someone tries to enable > CONFIG_CMD_EXT4_WRITE but not CONFIG_CMD_EXT4

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-15 Thread Govindraj
On Mon, Jan 16, 2012 at 3:34 AM, Tom Rini wrote: > On Sun, Jan 15, 2012 at 1:40 PM, Remy Bohmer wrote: >> Hi All, >> >> 2011/12/22 Ilya Yanok : >>> Hi Govindraj, >>> >>> On 22.12.2011 10:55, Govindraj wrote: > > Signed-off-by: Ilya Yanok > --- > Changes from V3: >  - None >>>

[U-Boot] [PATCH] add new board vl_ma2sc

2012-01-15 Thread Jens Scharsig
* add support for board VL+MA2SC * adds vl_ma2sc_config for standard NOR boot configuration * adds vl_ma2sc_ram_config for RAM load configuration Signed-off-by: Jens Scharsig --- MAINTAINERS |1 + board/BuS/vl_ma2sc/Makefile | 54 board/BuS/vl_ma2sc/vl_ma2sc.c | 5

[U-Boot] [PATCH] edminiv2: add hush parser and long help

2012-01-15 Thread Albert ARIBAUD
Signed-off-by: Albert ARIBAUD --- include/configs/edminiv2.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 88d32b2..9134884 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -

[U-Boot] [PATCH v4 3/4] ARMV7: Exynos4: Fix toolchain optimization problem for using volatile

2012-01-15 Thread HeungJun, Kim
Because of wrong disassembled codes from C by the optimization of toolchain, it occurs a problem that wrong register is read if the functions were called in the asm code. This patch uses keyword "volatile" for fixing it for sure. And, it is inserted only when the function is extern in the driver/g

[U-Boot] [PATCH v4 4/4] ARMV7: Exynos4: Add support for TRATS board

2012-01-15 Thread HeungJun, Kim
This patch adds support for Samsung TRATS board Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v2: - sort the list of the name in MAINTAINERS - modify to GPLv2+ - change assem code in lowlevel_init.S to C code in lowlevel_util.c - do not defile values for v

[U-Boot] [PATCH v4 1/4] ARMV7: Exynos4: Add watchdog.h for Exynos4

2012-01-15 Thread HeungJun, Kim
This patch add watchdog.h for Exynos4 Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v3: - Created Changes for v4: - Not changed arch/arm/include/asm/arch-exynos/watchdog.h | 53 +++ 1 files changed, 53 insertions(+), 0 deletions(-)

[U-Boot] [PATCH v4 2/4] ARMV7: Exynos4: Add supoort power for Exynos4

2012-01-15 Thread HeungJun, Kim
This patch adds power.h and SAMSUNG_BASE() macro for using Exynos4 power. Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park --- Changes for v3: - Created Changes for v4: - Not changed arch/arm/include/asm/arch-exynos/cpu.h |1 + arch/arm/include/asm/arch-exynos/power.h |

[U-Boot] [PATCH v4 0/4] ARMV7: Exynos4: Add support for TRATS board

2012-01-15 Thread HeungJun, Kim
This patch series support for Samsung TRATS board, and add the headers of watchdog and power, and current version is 4. I missed logs of v2 on this thread, so I'm going to add this: http://lists.denx.de/pipermail/u-boot/2012-January/114857.html Also, this patch is tested on Samsung TRATS board.

Re: [U-Boot] Please pull u-boot-ti/master

2012-01-15 Thread Albert ARIBAUD
Hi Tom, Le 13/01/2012 20:33, Tom Rini a écrit : Hi Albert, The following changes since commit 10a4fa9e22b9677819b3901a87eec05875b346ad: Aneesh V (1): omap4: fix boot issue on ES2.0 Panda are available in the git repository at: git://git.denx.de/u-boot-ti.git master Andreas Mül

Re: [U-Boot] [PATCH] net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back

2012-01-15 Thread Eric Miao
On Mon, Jan 16, 2012 at 3:03 PM, Eric Miao wrote: > On Sat, Jan 14, 2012 at 3:19 AM, Wolfgang Denk wrote: >> Dear Eric Miao, >> >> In message <1313559224-4627-1-git-send-email-eric.m...@linaro.org> you wrote: >>> Ignore the return value of eth_getenv_enetaddr_by_index(), and if it >>> fails, fall

Re: [U-Boot] [PATCH 3/3] ARM: AM33XX: Add i2c support

2012-01-15 Thread Kumar Nath, Chandan
Rachna, > -Original Message- > From: Patil, Rachna > Sent: Friday, January 13, 2012 3:34 PM > To: u-boot@lists.denx.de > Cc: Rini, Tom; Kumar Nath, Chandan; Zhang, Jonathan; Patil, Rachna > Subject: [PATCH 3/3] ARM: AM33XX: Add i2c support > > Add i2c driver board hookup for AM335X EVM. >

Re: [U-Boot] [PATCH] net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back

2012-01-15 Thread Eric Miao
On Sat, Jan 14, 2012 at 3:19 AM, Wolfgang Denk wrote: > Dear Eric Miao, > > In message <1313559224-4627-1-git-send-email-eric.m...@linaro.org> you wrote: >> Ignore the return value of eth_getenv_enetaddr_by_index(), and if it >> fails, fall back to use dev->enetaddr, which could be filled up by >>

Re: [U-Boot] [PATCH 3/3] common, menu: show menu on startup if CONFIG_MENU_SHOW is defined

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Sunday 15 January 2012 02:53:42 Heiko Schocher wrote: >> --- a/common/main.c >> +++ b/common/main.c >> >> +#if defined(CONFIG_MENU_SHOW) >> +bootdelay = menu_show(); >> +#endif > > should the current bootdelay get passed in ? Yep, fixed. bye, Heiko --

Re: [U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote: >> add the possibility to show a statusline when printing a menu > > do you have any examples ? Used in the cam_enc_4xx update patch, see: [U-Boot] arm, davinci: cam_enc_4xx board updates http://patchwo

Re: [U-Boot] [PATCH 1/3] common: add possibility for readline_into_buffer timeout

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Sunday 15 January 2012 02:53:40 Heiko Schocher wrote: >> --- a/common/main.c >> +++ b/common/main.c >> >> +if ((first) && (timeout)) { > > those inner parens make no sense Yep, fixed. >> +ulong start = get_timer(0); >> +

Re: [U-Boot] [PATCH] common, image: introduce new uimage types

2012-01-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Sunday 15 January 2012 02:45:49 Heiko Schocher wrote: >> - ubootimage >> U-Boot image >> - splimage >> SPL image >> - dfenvimage >> Default Environment image >> - ublheader >> TI davinci UBL header image > > for ... ? Oh, right, forgotten to add thi

Re: [U-Boot] [PATCH 5/6] tegra: nand: Add Tegra NAND driver

2012-01-15 Thread Jim Lin
Simon, Could you also add Signed-off-by: Jim Lin for me? Thanks, Jim -Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Sunday, January 15, 2012 12:12 PM To: Simon Glass Cc: u-boot@lists.denx.de; Jim Lin; Tom Warren; Scott Wood Subject: Re: [U-Boot] [PATCH 5/6

Re: [U-Boot] [PATCH] net: move bootfile/ipaddr init into eth_initialize

2012-01-15 Thread Thomas Chou
Hi Mike, On 01/16/2012 07:32 AM, Mike Frysinger wrote: All arches init these variables the same way, so move the logic into the core net code to avoid duplicating it everywhere else. Signed-off-by: Mike Frysinger --- arch/arm/lib/board.c| 11 --- arch/avr32/lib/board.c

[U-Boot] [PATCH] net: move bootfile/ipaddr init into eth_initialize

2012-01-15 Thread Mike Frysinger
All arches init these variables the same way, so move the logic into the core net code to avoid duplicating it everywhere else. Signed-off-by: Mike Frysinger --- arch/arm/lib/board.c| 11 --- arch/avr32/lib/board.c |5 - arch/blackfin/lib/board.c |9 +

Re: [U-Boot] Add ext4 write support

2012-01-15 Thread Mike Frysinger
On Monday 09 January 2012 21:30:41 Kim Phillips wrote: > On Mon, 9 Jan 2012 23:21:40 +0530 uma shankar wrote: > > Kernel does not mount the partition if we use this particular crc file. > > Hence, we are keeping the existing crc16.c file. > > setting the standard for new filesystem implementations

Re: [U-Boot] [PATCH V4 2/2] ext4fs write support

2012-01-15 Thread Mike Frysinger
On Monday 09 January 2012 12:56:16 uma.shan...@samsung.com wrote: > --- a/common/Makefile > +++ b/common/Makefile > > +ifndef CONFIG_CMD_EXT4 > +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o > +endif the CONFIG_CMD_EXT4 check is not necessary. if someone tries to enable CONFIG_CMD_EXT4_WRITE but

Re: [U-Boot] [PATCH] net: ll_temac: Remove useless memory erasing

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 14:46:07 Stephan Linz wrote: > In xilinx_ll_temac_initialize() the memory is already zero-ed > by the call to calloc, so this loop is useless. has this driver already been merged ? if not, the process is to update the patch and send the new version to the list as a v2 .

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-15 Thread Tom Rini
On Sun, Jan 15, 2012 at 1:40 PM, Remy Bohmer wrote: > Hi All, > > 2011/12/22 Ilya Yanok : >> Hi Govindraj, >> >> On 22.12.2011 10:55, Govindraj wrote: Signed-off-by: Ilya Yanok --- Changes from V3:  - None Changes from V2:  - None Changes from V1:  - C

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-15 Thread Remy Bohmer
Hi All, 2011/12/22 Ilya Yanok : > Hi Govindraj, > > On 22.12.2011 10:55, Govindraj wrote: >>> >>> Signed-off-by: Ilya Yanok >>> --- >>> Changes from V3: >>>  - None >>> Changes from V2: >>>  - None >>> Changes from V1: >>>  - CONFIG_OMAP_EHCI_PHYx_RESET changed to CONFIG_OMAP_EHCI_PHYx_RESET_GPIO

Re: [U-Boot] [PATCH v4 16/20] tegra: usb: Add support for Tegra USB peripheral

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/12 Simon Glass : > This adds basic support for the Tegra2 USB controller. Board files should > call board_usb_init() to set things up. > > Configuration is performed through the FDT, with aliases used to set the > order of the ports, like this fragment: > >        aliases { >          

Re: [U-Boot] [PATCH] USB: move keyboard polling into kbd driver

2012-01-15 Thread Remy Bohmer
Hi, 2011/12/21 Allen Martin : > This moves keyboard polling logic from USB HCD drivers into USB > keyboard driver.  Remove usb_event_poll() as keyboard polling was > the only user of this API.  With this patch USB keyboard works with > EHCI controllers again.  Tested on a tegra2 seaboard. > > Sign

Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-01-15 Thread Remy Bohmer
Hi, 2011/12/23 Allen Martin : > If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard > device is detected. > > Signed-off-by: Allen Martin > --- >  common/usb_kbd.c |    6 ++ >  1 files changed, 6 insertions(+), 0 deletions(-) Applied to u-boot-usb. Thanks. Kind regards, R

Re: [U-Boot] [PATCH v4 14/20] usb: Add support for txfifo threshold

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/12 Simon Glass : > CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the txfilltuning > field in the EHCI controller on reset. > > Signed-off-by: Simon Glass > --- > >  README                      |    3 +++ >  drivers/usb/host/ehci-hcd.c |    7 +++ >  drivers/usb/host/ehci.h     |

Re: [U-Boot] [PATCH] usb: add numeric keypad support to HID driver

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/9 Vincent Palatin : > When keys are pressed on the numeric keypad, emit key codes for the numbers, > operators, dot and enter. > > Signed-off-by: Vincent Palatin > --- >  common/usb_kbd.c |   10 ++ >  1 files changed, 10 insertions(+), 0 deletions(-) Applied to u-boot-usb. Tha

Re: [U-Boot] [PATCH] USB: fix USB keyboard polling parameter

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/9 Vincent Palatin : > When doing a "GET_REPORT" request on the keyboard control endpoint, > the report ID should 0 (ie report ID not used) rather than 1 > as reports are not used in boot mode. > > Signed-off-by: Vincent Palatin > --- Applied to u-boot-usb. Thanks. Kind regards, Remy

Re: [U-Boot] [PATCH] USB: relax usbcore reset timings

2012-01-15 Thread Remy Bohmer
Hi, 2011/12/21 Wolfgang Grandegger : > From: Wolfgang Grandegger > > Following the corresponding Linux code, this patch relaxes reset timings > waiting at least 100ms after power to the ports. There are some reports > that it helps make enumeration work better on some high speed devices. > Furthe

[U-Boot] [PATCH] net: ll_temac: Remove useless memory erasing

2012-01-15 Thread Stephan Linz
In xilinx_ll_temac_initialize() the memory is already zero-ed by the call to calloc, so this loop is useless. Signed-off-by: Stephan Linz --- drivers/net/xilinx_ll_temac.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/net/xilinx_ll_temac.c b/drivers/net/xili

Re: [U-Boot] [PATCH] eth: remove usb-ethernet devices before re-enumerating them

2012-01-15 Thread Remy Bohmer
Hi, 2012/1/9 Vincent Palatin : > Fix the crash when running several times usb_init() with a USB ethernet > device plugged. > > Signed-off-by: Vincent Palatin > Tested-by: Wolfgang Grandegger > --- >  drivers/usb/eth/usb_ether.c |    7 +-- >  include/net.h               |    1 + >  net/eth.c

Re: [U-Boot] [PATCH 1/5] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-15 Thread Stephan Linz
Am Sonntag, den 15.01.2012, 13:47 -0500 schrieb Mike Frysinger: > On Sunday 15 January 2012 13:29:26 Stephan Linz wrote: > > Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger: > > > On Sunday 15 January 2012 10:46:02 Stephan Linz wrote: > > > > +/* Data buffer for LL TEMAC Rx and Tx d

Re: [U-Boot] [PATCH 2/2] nand/fsl_elbc: Convert to self-init

2012-01-15 Thread Mike Frysinger
On Thursday 12 January 2012 20:59:41 Scott Wood wrote: > --- a/drivers/mtd/nand/fsl_elbc_nand.c > +++ b/drivers/mtd/nand/fsl_elbc_nand.c > > +#ifndef CONFIG_SYS_NAND_BASE_LIST > +#define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE } > +#endif would this be better off in nand.h ? -mike sign

Re: [U-Boot] [PATCH 1/5] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 13:29:26 Stephan Linz wrote: > Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger: > > On Sunday 15 January 2012 10:46:02 Stephan Linz wrote: > > > +/* Data buffer for LL TEMAC Rx and Tx direction */ > > > +static unsigned char rx_buffer[PKTSIZE_ALIGN] > > > __

Re: [U-Boot] [PATCH v2] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-15 Thread Matthias Fuchs
On 01/15/2012 04:28 PM, Fabio Estevam wrote: > On Sun, Jan 15, 2012 at 10:10 AM, Matthias Fuchs > wrote: > >> That's what I also tried. But from the ref manual I got no idea. >> When we do not find a hy to deassert the chip select manually, we cannot >> avoid this read. > > I was assuming that

Re: [U-Boot] [PATCH 1/5] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-15 Thread Stephan Linz
Am Sonntag, den 15.01.2012, 12:28 -0500 schrieb Mike Frysinger: > On Sunday 15 January 2012 10:46:02 Stephan Linz wrote: > > +/* Data buffer for LL TEMAC Rx and Tx direction */ > > +static unsigned char rx_buffer[PKTSIZE_ALIGN] > > __attribute((aligned(DMAALIGN))); > > +static unsigned char tx_buf

Re: [U-Boot] [PATCH 3/3] common, menu: show menu on startup if CONFIG_MENU_SHOW is defined

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 02:53:42 Heiko Schocher wrote: > --- a/common/main.c > +++ b/common/main.c > > +#if defined(CONFIG_MENU_SHOW) > + bootdelay = menu_show(); > +#endif should the current bootdelay get passed in ? -mike signature.asc Description: This is a digitally signed message par

Re: [U-Boot] [PATCH 2/3] common, menu: add statusline support

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 02:53:41 Heiko Schocher wrote: > add the possibility to show a statusline when printing a menu do you have any examples ? > +void menu_display_statusline(struct menu *m) a prototype needs to be in menu.h, and documented -mike signature.asc Description: This is a digit

Re: [U-Boot] [PATCH 1/3] common: add possibility for readline_into_buffer timeout

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 02:53:40 Heiko Schocher wrote: > --- a/common/main.c > +++ b/common/main.c > > + if ((first) && (timeout)) { those inner parens make no sense > + ulong start = get_timer(0); > + ulong delay = timeout * CONFIG_SYS_HZ; w

Re: [U-Boot] [PATCH] common, image: introduce new uimage types

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 02:45:49 Heiko Schocher wrote: > - ubootimage > U-Boot image > - splimage > SPL image > - dfenvimage > Default Environment image > - ublheader > TI davinci UBL header image for ... ? is it even possible to `bootm` these currently ? -mike signature.asc Descripti

Re: [U-Boot] [PATCH 1/5] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 10:46:02 Stephan Linz wrote: > +/* Data buffer for LL TEMAC Rx and Tx direction */ > +static unsigned char rx_buffer[PKTSIZE_ALIGN] > __attribute((aligned(DMAALIGN))); > +static unsigned char tx_buffer[PKTSIZE_ALIGN] > __attribute((aligned(DMAALIGN))); come code already d

[U-Boot] [PATCH 4/5] microblaze: Enable phylib and mii support

2012-01-15 Thread Stephan Linz
From: Michal Simek Enable phylib and mii support for LLTEMAC or AXI EMAC ethernet drivers on Microblaze systems. Signed-off-by: Michal Simek Acked-by: Stephan Linz --- include/configs/microblaze-generic.h | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --

[U-Boot] [PATCH 5/5] microblaze: Add faked LL_TEMAC driver configuration

2012-01-15 Thread Stephan Linz
Expand the specific configuration for the microblaze-generic board in xparameters.h with a faked setup to enable the LL_TEMAC driver. Note: From now the microblaze-generic board is no longer a valid board configuration for a real piece of hardware. Rather than, we use the file config.mk and xparam

[U-Boot] [PATCH 2/5] microblaze: Enable several ethernet driver compilation

2012-01-15 Thread Stephan Linz
NET_MULTI enables to use several ethernet drivers but microblaze-generic platform config file select only one driver. Reported-by: Michal Simek Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/

[U-Boot] [PATCH 3/5] microblaze: Wire up LL_TEMAC driver initialization

2012-01-15 Thread Stephan Linz
Initialize ll_temac driver. Reported-by: Michal Simek Signed-off-by: Stephan Linz --- .../xilinx/microblaze-generic/microblaze-generic.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xilinx/microblaze-g

[U-Boot] LL TEMAC V8 refactored

2012-01-15 Thread Stephan Linz
Back to the discussion from the last three months I have refactored the LL TEMAC driver again. The version V8 is ready to next review and testing. I myself have tested it successfully on an ML605 (TEMAC hard core) and on a SP3ADSP1800 (TEMAC soft core). Thanks to Marek, Wolfgang, Andy and Michal to

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-15 Thread Fabio Estevam
On Sun, Jan 15, 2012 at 10:10 AM, Matthias Fuchs wrote: > That's what I also tried. But from the ref manual I got no idea. > When we do not find a hy to deassert the chip select manually, we cannot > avoid this read. I was assuming that the chip select deassertion was correctly being handled by

Re: [U-Boot] [PATCH v2] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Tom Rini
On Sun, Jan 15, 2012 at 8:03 AM, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam Acked-by: Tom Rini For the TI bits. -- Tom __

[U-Boot] [PATCH v2] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Fabio Estevam
CONFIG_NET_MULTI is not used anymore, so remove it from board files. Cc: Marek Vasut Cc: Stefano Babic Cc: Kumar Gala Cc: Sandeep Paulraj Signed-off-by: Fabio Estevam --- Changes since v1: - Fix P1010RDB and p1_p2_rdb_pc targets include/configs/P1010RDB.h |4 include/configs

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Stefano Babic
On 15/01/2012 02:12, Mike Frysinger wrote: > On Saturday 14 January 2012 05:08:46 Stefano Babic wrote: >> On 11/01/2012 13:47, Fabio Estevam wrote: >>> CONFIG_NET_MULTI is not used anymore, so remove it from board >>> files. >>> >>> include/configs/P1010RDB.h |5 - >>> include/conf

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-15 Thread Matthias Fuchs
On 01/14/2012 09:14 PM, Fabio Estevam wrote: > On Sat, Jan 14, 2012 at 6:09 PM, Matthias Fuchs wrote: >> This cannot work. I do not understand what you are trying to achieve with >> this. > > I would like to avoid the extra dummy read that your patch proposes. That's what I also tried. But from

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-15 Thread Heiko Schocher
Hello Sughosh, Sughosh Ganu wrote: > hi Heiko, > > On Fri Jan 13, 2012 at 04:29:29PM +0100, Heiko Schocher wrote: >> Hello Sugosh, >> >> Sughosh Ganu wrote: >>> hi Christian, >>> >>> On Fri Jan 13, 2012 at 09:06:26AM +0100, Christian Riesch wrote: Hi Sughosh, I had a look at the patch a