Re: [U-Boot] [PATCH V3] sf: Add support for flag status register on Micron chips

2015-05-24 Thread Hou Zhiqiang
Hi Jagan, So much long time no comment, could you please apply this patch? Thanks, Zhiqiang > -Original Message- > From: Zhiqiang Hou [mailto:b48...@freescale.com] > Sent: 2015年5月11日 16:35 > To: u-boot@lists.denx.de; jt...@openedev.com > Cc: Sun York-R58495; Hu Mingkai-B21284; Hou Zhiqia

Re: [U-Boot] soft-i2c and i2c-gpio question with at91

2015-05-24 Thread Josh Wu
Hi, Matt On 5/24/2015 1:54 AM, Matt Wood wrote: Hi all, I am trying to get a bitbanged i2c port working with u-boot on an Atmel SAMA5D3 platform. I have added DT bindings to support the I2C drivers however when I try to select the bus on the u-boot command line I consistently get an error in gp

[U-Boot] Pull request: nand flash

2015-05-24 Thread Scott Wood
The following changes since commit 3238639d40732fe78fd62ae5e080465552e882fc: Merge git://git.denx.de/u-boot-net (2015-05-20 15:57:55 -0400) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git for you to fetch changes up to 8fca2d8cb84fb039bb41061f5f5fd9f31cd596c

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Fabio Estevam
On Sun, May 24, 2015 at 7:22 PM, Alexander Holler wrote: > I've not said that I want such a hack in u-boot. Well, you wrote: "If the gpio command would be enabled, it would even be possible to reset the BRCM- WLAN and Bluetooth modules by just adding some stuff to uEnv.txt." This sounds like a

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Alexander Holler
Am 24.05.2015 um 20:47 schrieb Fabio Estevam: > On Sun, May 24, 2015 at 3:03 PM, Alexander Holler > wrote: > >> Hmm, just one comment more. >> >> If the gpio command would be enabled, it would even be possible to reset the >> BRCM- WLAN and Bluetooth modules by just adding some stuff to uEnv.txt

Re: [U-Boot] [U-Boot, v3, 6/8] mtd: vf610_nfc: add Freescale NFC controller configs to Kconfig

2015-05-24 Thread Stefan Agner
On 2015-05-24 21:39, Scott Wood wrote: > On Fri, May 08, 2015 at 07:07:11PM +0200, Stefan Agner wrote: >> This commit allows users to enable/disable the Freescale NFC >> controller found in systems like Vybrid (VF610), MPC5125, MCF54418 >> or Kinetis K70 via Kconfig with more detailed help docs. >>

Re: [U-Boot] [PATCH 00/11] Add GPIO driver for Freescale Vybrid platform

2015-05-24 Thread Bhuvanchandra DV
Hello Stefano, On 05/18/2015 06:36 PM, Bhuvanchandra DV wrote: This patch-set adds GPIO driver, DSPI and device tree support for Freescale Vybrid platform and Toradex Colibri Vybrid VF50, VF61 modules. Following cases are tested with Vybrid GPIO driver: - with DM, without DT - with DM and DT Bo

Re: [U-Boot] [U-Boot, v3, 6/8] mtd: vf610_nfc: add Freescale NFC controller configs to Kconfig

2015-05-24 Thread Scott Wood
On Fri, May 08, 2015 at 07:07:11PM +0200, Stefan Agner wrote: > This commit allows users to enable/disable the Freescale NFC > controller found in systems like Vybrid (VF610), MPC5125, MCF54418 > or Kinetis K70 via Kconfig with more detailed help docs. > > Signed-off-by: Stefan Agner > Acked-by:

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Tom Rini
On Sun, May 24, 2015 at 08:03:12PM +0200, Alexander Holler wrote: > Am 24.05.2015 um 19:29 schrieb Alexander Holler: > >Am 24.05.2015 um 16:27 schrieb Fabio Estevam: > >>Hi Stefano and Alexander, > >> > >>On Sun, May 24, 2015 at 4:43 AM, Stefano Babic wrote: > >> > Wouldn't it be better to jus

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Fabio Estevam
On Sun, May 24, 2015 at 3:03 PM, Alexander Holler wrote: > Hmm, just one comment more. > > If the gpio command would be enabled, it would even be possible to reset the > BRCM- WLAN and Bluetooth modules by just adding some stuff to uEnv.txt. So > at least WLAN would reliable work even after a reb

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Fabio Estevam
On Sun, May 24, 2015 at 2:29 PM, Alexander Holler wrote: > I would suggest to change the stuff for mx6cuboxi to use the gpio command > too instead of taking the same (imho wrong) approach. mx6cuboxi uses two GPIOs for distinguishing between the various revisions of hummingboard and cuboxi. Hand

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Alexander Holler
Am 24.05.2015 um 19:29 schrieb Alexander Holler: Am 24.05.2015 um 16:27 schrieb Fabio Estevam: Hi Stefano and Alexander, On Sun, May 24, 2015 at 4:43 AM, Stefano Babic wrote: Wouldn't it be better to just enable CONFIG_CMD_GPIO and then change the boot-script in the config to something like

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Alexander Holler
Am 24.05.2015 um 16:27 schrieb Fabio Estevam: Hi Stefano and Alexander, On Sun, May 24, 2015 at 4:43 AM, Stefano Babic wrote: Wouldn't it be better to just enable CONFIG_CMD_GPIO and then change the boot-script in the config to something like "if gpio ..." instead of adding something special?

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Stefano Babic
Hi Fabio, On 24/05/2015 16:27, Fabio Estevam wrote: > > I think the idea is good, thanks. > > I wanted to keep consistency with the mx6cuboxi implementation (which > was based on TI's implementation suggested by Tom during the review of > the mx6cuboxi patches). > > Also, the gpio script idea w

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Fabio Estevam
Hi Stefano and Alexander, On Sun, May 24, 2015 at 4:43 AM, Stefano Babic wrote: >> Wouldn't it be better to just enable CONFIG_CMD_GPIO and then change the >> boot-script in the config to something like "if gpio ..." instead of >> adding something special? >> >> Assuming the gpio command works o

Re: [U-Boot] [PATCH v2] fdt: Pass the device serial number through devicetree

2015-05-24 Thread Paul Kocialkowski
Hi Simon, […] > > > > diff --git a/include/fdt_support.h b/include/fdt_support.h > > > > index 5d4f28d..56185c9 100644 > > > > --- a/include/fdt_support.h > > > > +++ b/include/fdt_support.h > > > > @@ -16,6 +16,7 @@ u32 fdt_getprop_u32_default_node(const void *fdt, int > > > > off, int cell, >

[U-Boot] [PATCH] fdt: Documentation for a few support functions aside their prototypes

2015-05-24 Thread Paul Kocialkowski
This instroduces comments that explain the purpose, parameters and return codes of a few fdt support functions, that are used to fill the fdt. Signed-off-by: Paul Kocialkowski --- include/fdt_support.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/fdt_su

[U-Boot] [PATCH] fastboot: Dynamic controller index for usb_gadget_handle_interrupts

2015-05-24 Thread Paul Kocialkowski
Since we're now using a dynamic controller index for fastboot too, usb_gadget_handle_interrupts should be using it instead of 0 (despite the fact that it's currently not being used at all in the musb-new implementation). Signed-off-by: Paul Kocialkowski --- common/cmd_fastboot.c | 2 +- 1 file c

Re: [U-Boot] [PATCH] sunxi: musb: Properly put the musb controller back in reset on exit

2015-05-24 Thread Paul Kocialkowski
Le jeudi 21 mai 2015 à 15:13 +0200, Hans de Goede a écrit : > Hi, > > On 21-05-15 14:45, Chen-Yu Tsai wrote: > > On Wed, May 20, 2015 at 10:40 PM, Hans de Goede wrote: > >> Assert reset and disable the clock to properly put the musb controller > >> back in reset on exit. > > > > Last I checked th

Re: [U-Boot] [PATCH v2] wandboard: Add board revision detection support

2015-05-24 Thread Stefano Babic
Hi Fabio, Alexander, On 23/05/2015 18:27, Alexander Holler wrote: > Am 23.05.2015 um 02:38 schrieb Vagrant Cascadian: >> On 2015-05-21, Fabio Estevam wrote: >>> From: Fabio Estevam >>> >>> There are two revisions of wandboard: version B1 and C1. >>> >>> Add the revision detection support, so that

Re: [U-Boot] [PATCH] mx6: invalidate D-cache only when booting from USB

2015-05-24 Thread Stefano Babic
Hi Vincent, On 22/05/2015 16:52, Vincent Stehlé wrote: > Add a detection at runtime of the boot from USB on i.MX6, and invalidate > the D-cache only in that case. > > The USB boot detection method is taken from Freescale u-boot commit > 1309b1ed78b3 ("ENGR00315499-8 Auto check if boot from usb").