Re: [U-Boot] [PATCH] pci: Configure expansion ROM during auto config process

2015-06-21 Thread Bin Meng
Hi Tom, On Mon, Jun 22, 2015 at 2:16 AM, Tom Rini wrote: > On Sun, Jun 21, 2015 at 03:21:49PM +0800, Bin Meng wrote: >> +Tom since I see this patch was assigned to Tom in the patchwork. >> >> Hi Matt, >> >> On Sat, Jun 20, 2015 at 1:40 AM, Matt Porter wrote: >> > On Fri, Jun 19, 2015 at 04:15:04

Re: [U-Boot] [PATCH v2] spi: cf_qspi: fix clamp macro type check compilation warnings

2015-06-21 Thread Jagan Teki
On 22 June 2015 at 03:10, Angelo Dureghello wrote: > Fix compilation warnings for redefined 'clamp' macro and non-uniform > clamp macro types. > > Signed-off-by: Angelo Dureghello > --- > drivers/spi/cf_qspi.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/spi

Re: [U-Boot] [PATCH v6 1/4] mtd, spi: add MTD layer driver

2015-06-21 Thread Jagan Teki
On 16 June 2015 at 15:36, Daniel Schwierzeck wrote: > 2015-06-16 11:36 GMT+02:00 Jagan Teki : >> On 16 June 2015 at 14:48, Heiko Schocher denx wrote: >>> Hello Jagan, >>> >>> >>> Am 16.06.2015 um 10:52 schrieb Jagan Teki: Hi Heiko, On 16 June 2015 at 14:13, Heiko Schocher denx

[U-Boot] s3c2416 port problem

2015-06-21 Thread Carl-Fredrik Sundström
I am working on porting u-boot to s3c2416 to latest u-boot, I have been using some older patches that was not accepted to u-boot from 2012 as a base. In my spl code by blinking leds I have found that in drivers/serial/serial.c that the call to start actually calls the reset vector because the addr

[U-Boot] [Banana Pi] DHCP at boot

2015-06-21 Thread Paul MARCHAND
Hello I've got a banana pi since few days. It's based on a Sunxi u boot but i'm using the Mainline u-boot. I'm using debian and i don't find how to get a working connection at boot. I need to have an IP at boot who permit me to connect over SSH and unlock a LUKS Volume. I got a EFIKA MX and the

[U-Boot] [PATCH v2] spi: cf_qspi: fix clamp macro type check compilation warnings

2015-06-21 Thread Angelo Dureghello
Fix compilation warnings for redefined 'clamp' macro and non-uniform clamp macro types. Signed-off-by: Angelo Dureghello --- drivers/spi/cf_qspi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/spi/cf_qspi.c b/drivers/spi/cf_qspi.c index 834c5bd..e57e63e 100644 ---

Re: [U-Boot] [PATCH] pci: Configure expansion ROM during auto config process

2015-06-21 Thread Tom Rini
On Sun, Jun 21, 2015 at 03:21:49PM +0800, Bin Meng wrote: > +Tom since I see this patch was assigned to Tom in the patchwork. > > Hi Matt, > > On Sat, Jun 20, 2015 at 1:40 AM, Matt Porter wrote: > > On Fri, Jun 19, 2015 at 04:15:04PM +0800, Bin Meng wrote: > >> Currently PCI expansion ROM addres

Re: [U-Boot] [PATCH] spi: cf_qspi: fix clamp macro type check compilation warnings

2015-06-21 Thread Jagan Teki
On 21 June 2015 at 14:39, Angelo Dureghello wrote: > > > On 19/06/2015 09:43, Jagan Teki wrote: >> >> On 5 June 2015 at 04:53, Angelo Dureghello wrote: >>> >>> Fix clamp macro redefined warning, and clamp type check warnings. >>> >>> Signed-off-by: Angelo Dureghello >>> --- >>> drivers/spi/cf_

Re: [U-Boot] [PATCH] spi: cf_qspi: fix clamp macro type check compilation warnings

2015-06-21 Thread Angelo Dureghello
On 19/06/2015 09:43, Jagan Teki wrote: On 5 June 2015 at 04:53, Angelo Dureghello wrote: Fix clamp macro redefined warning, and clamp type check warnings. Signed-off-by: Angelo Dureghello --- drivers/spi/cf_qspi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/driv

Re: [U-Boot] [PATCH 3/3] sunxi: Enable both ehci and otg in host mode on various boards

2015-06-21 Thread Ian Campbell
On Sat, 2015-06-20 at 17:35 +0200, Hans de Goede wrote: > Now that the device-model port of the musb mode makes it possible, enable > both the ehci and oth in host mode on boards where the otg is wired up in "otg"? > host only mode, either via an usb-a receptacle or via an usb <-> sata > converte

Re: [U-Boot] [PATCH 2/3] sunxi: musb: Stop treating not having a vbus-det gpio as an error

2015-06-21 Thread Ian Campbell
On Sat, 2015-06-20 at 17:35 +0200, Hans de Goede wrote: > On some boards the otg is wired up in host-only mode in this case we > have no vbus-det gpio. > > Stop logging an error from sunxi_usb_phy_vbus_detect() in this case, and > stop treating sunxi_usb_phy_vbus_detect() returning a negative errn

Re: [U-Boot] [PATCH 1/3] sunxi: musb: Improve output during probing

2015-06-21 Thread Ian Campbell
On Sat, 2015-06-20 at 17:35 +0200, Hans de Goede wrote: > When we return an error the usb core will log a message, so in this case > do not print a newline, instead print ": " after our identifier as a > seperator between our identifier and the error message logged by the core. "separator". This

Re: [U-Boot] [PATCH] pci: Configure expansion ROM during auto config process

2015-06-21 Thread Bin Meng
+Tom since I see this patch was assigned to Tom in the patchwork. Hi Matt, On Sat, Jun 20, 2015 at 1:40 AM, Matt Porter wrote: > On Fri, Jun 19, 2015 at 04:15:04PM +0800, Bin Meng wrote: >> Currently PCI expansion ROM address is assigned by a call to >> pciauto_setup_rom() outside of the pci aut