Re: [U-Boot] [PATCH] Add missing header for gcc3

2011-09-24 Thread Mike Frysinger
On Friday, September 23, 2011 17:42:14 Scott McNutt wrote: When include/linux/compiler.h is included, the associated gcc3 header is required for older build environments. Acked-by: Mike Frysinger vap...@gentoo.org -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [PATCH 3/4] vision2: Place machine ID into board config

2011-09-24 Thread stefano babic
Am 23/09/2011 14:50, schrieb Fabio Estevam: Let common code set the machine ID. Cc: Stefano Babic sba...@denx.de Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/ttcontrol/vision2/vision2.c |1 - include/configs/vision2.h |2 ++ 2 files changed, 2

Re: [U-Boot] [PATCH 0/4] Buffer overruns in printf

2011-09-24 Thread Albert ARIBAUD
Le 23/09/2011 22:46, Simon Glass a écrit : Hi Albert, On Fri, Sep 23, 2011 at 1:40 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, Le 23/09/2011 19:38, Simon Glass a écrit : The printf family of functions in U-Boot cannot deal with a situation where the caller provides a

Re: [U-Boot] Building u-boot for Walnut board (PPC 405GPr)

2011-09-24 Thread Anatolij Gustschin
Hi, On Fri, 23 Sep 2011 18:11:28 -0700 Brian S. Park brian.p...@corelis.com wrote: Hi, I'm currently working on updating the firmware on our custom board (based on IBM walnut board) and tried to build the latest released u-boot 2011.06 using ELDK4.2. Using the fresh source code extracted

[U-Boot] ucdragon.com

2011-09-24 Thread Alex
Preferred Domain Availability Notice: ucdragon.com will be listed for auction in a few days. This domain might be useful for you, since you own a domain similar to this domain. To express interest in owning this domain, fill out the simple form here: ucdragon.com Sincerely,Alexander 330

Re: [U-Boot] [PATCH 3/5] NAND: Allow per-buffer allocation

2011-09-24 Thread Marek Vasut
On Friday, September 23, 2011 07:35:15 PM Scott Wood wrote: On 09/22/2011 03:51 AM, Marek Vasut wrote: On Thursday, September 22, 2011 09:41:21 AM Stefano Babic wrote: On 09/21/2011 10:16 PM, Wolfgang Denk wrote: Dear Stefano Marek, can you please provide the requested information?

Re: [U-Boot] [PATCH 0/4] Buffer overruns in printf

2011-09-24 Thread Simon Glass
Hi Albert, On Sat, Sep 24, 2011 at 2:37 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 23/09/2011 22:46, Simon Glass a écrit : Hi Albert, On Fri, Sep 23, 2011 at 1:40 PM, Albert ARIBAUD albert.u.b...@aribaud.net  wrote: Hi Simon, Le 23/09/2011 19:38, Simon Glass a écrit : The

Re: [U-Boot] [PATCH v3] Add USB support for Efika

2011-09-24 Thread Remy Bohmer
Hi Stefano, 2011/9/19 Stefano Babic sba...@denx.de: you change several files, some of them in the general USB support. You must then split your patch into a patchset, and each patch must address a single issue. Really with your patch you do not only add USB support to the EfikaMX board, but

Re: [U-Boot] [PATCH] arm, usb, davinci: make USBPHY_CTL register configurable

2011-09-24 Thread Remy Bohmer
Hi, Hmm.. Anyway I have to resend the cam_enc_4xx board port, as now the new SPL Framework is in mainline, and my post used the old one. Also I added in the meantime USB support for it, for which I needed this patch. But actually I am wating for a new HW, so I can't test it ... and then I

Re: [U-Boot] [PATCH] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-09-24 Thread Remy Bohmer
Hi, 2011/9/23 Marek Vasut marek.va...@gmail.com: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net ---  drivers/usb/host/ehci-hcd.c |   33 -  1 files changed, 32 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] [PATCH] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-09-24 Thread Marek Vasut
On Saturday, September 24, 2011 06:41:58 PM Remy Bohmer wrote: Hi, 2011/9/23 Marek Vasut marek.va...@gmail.com: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net --- drivers/usb/host/ehci-hcd.c | 33 - 1 files

Re: [U-Boot] [PATCH] USB: Add usb_event_poll() to get keyboards working with EHCI

2011-09-24 Thread Remy Bohmer
Hi, 2011/9/24 Marek Vasut marek.va...@gmail.com: On Saturday, September 24, 2011 06:41:58 PM Remy Bohmer wrote: Hi, 2011/9/23 Marek Vasut marek.va...@gmail.com: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Remy Bohmer li...@bohmer.net ---  drivers/usb/host/ehci-hcd.c |   33

Re: [U-Boot] [PATCH] ASIX: Fix buffer access in asix_get_phy_addr()

2011-09-24 Thread Remy Bohmer
Hi, 2011/9/23 Marek Vasut marek.va...@gmail.com: Signed-off-by: Marek Vasut marek.va...@gmail.com ---  drivers/usb/eth/asix.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c Applied to u-boot-usb. Thanks. Remy

Re: [U-Boot] [PATCH v3 0/2] usb:gadget:s5p USB Device Controller (UDC) implementation

2011-09-24 Thread Remy Bohmer
Hi, 2011/9/16 Lukasz Majewski l.majew...@samsung.com: Dear all, This patch series adds support for Samsung's USB Device Controller (UDC) on GONI reference target. --- Depend on: http://patchwork.ozlabs.org/patch/112847/ Lukasz Majewski (2):   usb:gadget:s5p USB Device Controller (UDC)

Re: [U-Boot] [PATCH 2/2] GCC4.6: Remove unused port variable in cmd_usb.c

2011-09-24 Thread Remy Bohmer
Hi, 2011/9/23 Marek Vasut marek.va...@gmail.com: Signed-off-by: Marek Vasut marek.va...@gmail.com ---  common/cmd_usb.c |    3 +--  1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/common/cmd_usb.c b/common/cmd_usb.c index cd4d417..8c87265 100644 --- a/common/cmd_usb.c +++

Re: [U-Boot] [PATCH 3/6] USB: Fix complaints about strict aliasing in OHCI-HCD

2011-09-24 Thread Remy Bohmer
Hi Marek, 2011/8/28 Marek Vasut marek.va...@gmail.com: Signed-off-by: Marek Vasut marek.va...@gmail.com ---  drivers/usb/host/ohci-hcd.c |   69 +++---  1 files changed, 38 insertions(+), 31 deletions(-) I guess this is a v3 of this patch. Am I right?

[U-Boot] Pull request: u-boot-usb

2011-09-24 Thread Remy Bohmer
The following changes since commit 279bbbca12e71ae68278b756048194003a6d6e21: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-09-23 08:23:25 +0200) are available in the git repository at: git://git.denx.de/u-boot-usb.git master Marek Vasut (1): ASIX: Fix buffer access in

[U-Boot] World's Easiest Program, paying everybody daily

2011-09-24 Thread thomas peters
New Ricochet Riches pays you 2%+ in DAILY, PASSIVE Income! NO REFERRING REQUIRED! Become part of the Ricochet Riches Network of Passive Income programs! - Everyone earns at Ricochet Riches. * Earn 2%+ Daily (60%+ Monthly) * Earn from Multiple Income Streams * Start with as little as $10 *

Re: [U-Boot] [PATCH v3] Add USB support for Efika

2011-09-24 Thread Fabio Estevam
On Sat, Sep 24, 2011 at 12:57 PM, Remy Bohmer li...@bohmer.net wrote: ... I think it is a good idea to move these headers to include/usb. Patches are welcome. Will send a patch for this. Regards, Fabio Estevam ___ U-Boot mailing list

[U-Boot] [PATCH] usb: Move ehci.h and ehci-core.h to include/usb directory

2011-09-24 Thread Fabio Estevam
Move ehci.h and ehci-core.h to include/usb directory. Cc: Remy Bohmer li...@bohmer.net Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- drivers/usb/host/ehci-core.h | 29 -- drivers/usb/host/ehci-fsl.c |4 +- drivers/usb/host/ehci-hcd.c |2 +-

Re: [U-Boot] [PATCH v3] Add USB support for Efika

2011-09-24 Thread Marek Vasut
On Saturday, September 24, 2011 09:07:14 PM Fabio Estevam wrote: On Sat, Sep 24, 2011 at 12:57 PM, Remy Bohmer li...@bohmer.net wrote: ... I think it is a good idea to move these headers to include/usb. Patches are welcome. Will send a patch for this. No you won't, it's already in the

Re: [U-Boot] [PATCH 3/6] USB: Fix complaints about strict aliasing in OHCI-HCD

2011-09-24 Thread Marek Vasut
On Saturday, September 24, 2011 07:41:12 PM Remy Bohmer wrote: Hi Marek, 2011/8/28 Marek Vasut marek.va...@gmail.com: Signed-off-by: Marek Vasut marek.va...@gmail.com --- drivers/usb/host/ohci-hcd.c | 69 +++--- 1 files changed, 38 insertions(+),

[U-Boot] FYI

2011-09-24 Thread Segle, Mary M
FYI This is to inform you that I am a delegate from the United Nations Compensation Commission and to notify you finally about your outstanding Compensation Cheque payment of $2,811,041.00 USD. Please Send your Name, Address, City, State, Zip Code, Country and telephone number to

Re: [U-Boot] [PATCH v3] Add USB support for Efika

2011-09-24 Thread Fabio Estevam
On Sat, Sep 24, 2011 at 4:19 PM, Marek Vasut marek.va...@gmail.com wrote: On Saturday, September 24, 2011 09:07:14 PM Fabio Estevam wrote: On Sat, Sep 24, 2011 at 12:57 PM, Remy Bohmer li...@bohmer.net wrote: ... I think it is a good idea to move these headers to include/usb. Patches are

Re: [U-Boot] [RFC] Timer API (again!)

2011-09-24 Thread J. William Campbell
On 9/16/2011 4:53 AM, Graeme Russ wrote: Hi All, Well, here we are again, a Timer API discussion All things considered, I don't think the Linux approach is right for U-Boot - It is designed to cater for way more use-cases than U-Boot will ever need to deal with (time queues and

Re: [U-Boot] [PATCH] usb: Move ehci.h and ehci-core.h to include/usb directory

2011-09-24 Thread Marek Vasut
On Saturday, September 24, 2011 09:10:02 PM Fabio Estevam wrote: Move ehci.h and ehci-core.h to include/usb directory. Cc: Remy Bohmer li...@bohmer.net Signed-off-by: Fabio Estevam fabio.este...@freescale.com Like we discussed earlier, something similar should soon go in as a part of a

Re: [U-Boot] [PATCH 4/4] efikamx: Place machine ID into board config

2011-09-24 Thread Marek Vasut
On Friday, September 23, 2011 04:17:28 PM Stefano Babic wrote: On 09/23/2011 03:36 PM, Marek Vasut wrote: On Friday, September 23, 2011 02:50:52 PM Fabio Estevam wrote: Let common code set the machine ID. This will need rework ... stefano, can we get the efikasb stuff mainline so Fabio