Re: [U-Boot] [PATCH v3 16/16] tegra: nand: disable subpage writes

2015-08-05 Thread Scott Wood
On Thu, 2015-08-06 at 00:47 +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Disable subpage writes as we do not provide ecc->hwctl. > > Signed-off-by: Marcel Ziswiler > --- > drivers/mtd/nand/tegra_nand.c | 3 +++ > 1 file changed, 3 insertions(+) Acked-by: Scott Wood -Scott

Re: [U-Boot] [PATCH 1/2] gpio: Add DW APB GPIO driver

2015-08-05 Thread Marek Vasut
On Wednesday, August 05, 2015 at 04:39:33 PM, Simon Glass wrote: > Hi Marek, Hi Simon, > On 2 August 2015 at 18:16, Marek Vasut wrote: > > On Monday, August 03, 2015 at 01:38:28 AM, Simon Glass wrote: > >> Hi Marek, > > > > Hi Simon, > > > > [...] > > > >> >> > + if (!fdtdec_get

Re: [U-Boot] [PATCH 4/5] x86: Explicitly trigger pci bus configuration with driver model

2015-08-05 Thread Bin Meng
Hi Simon, On Wed, Aug 5, 2015 at 10:40 PM, Simon Glass wrote: > Hi Bin, > > On 2 August 2015 at 19:54, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Aug 3, 2015 at 6:31 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 27 July 2015 at 01:33, Bin Meng wrote: With driver model, probing pci bus is

Re: [U-Boot] [PATCH 4/5] x86: Explicitly trigger pci bus configuration with driver model

2015-08-05 Thread Simon Glass
Hi Bin, On 5 August 2015 at 20:22, Bin Meng wrote: > Hi Simon, > > On Wed, Aug 5, 2015 at 10:40 PM, Simon Glass wrote: >> Hi Bin, >> >> On 2 August 2015 at 19:54, Bin Meng wrote: >>> Hi Simon, >>> >>> On Mon, Aug 3, 2015 at 6:31 AM, Simon Glass wrote: Hi Bin, On 27 July 2015 at

Re: [U-Boot] [PATCH 4/5] x86: Explicitly trigger pci bus configuration with driver model

2015-08-05 Thread Bin Meng
Hi Simon, On Thu, Aug 6, 2015 at 10:36 AM, Simon Glass wrote: > Hi Bin, > > On 5 August 2015 at 20:22, Bin Meng wrote: >> Hi Simon, >> >> On Wed, Aug 5, 2015 at 10:40 PM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 2 August 2015 at 19:54, Bin Meng wrote: Hi Simon, On Mon, Aug 3, 2

Re: [U-Boot] [PATCH 3/5] x86: queensbay: Support pre-relocation dm pci

2015-08-05 Thread Bin Meng
Hi Simon, On Wed, Aug 5, 2015 at 10:39 PM, Simon Glass wrote: > Hi Bin, > > On 2 August 2015 at 19:52, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Aug 3, 2015 at 6:31 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 27 July 2015 at 01:33, Bin Meng wrote: Increase CONFIG_MALLOC_F_LEN so that d

Re: [U-Boot] [PATCH 4/5] x86: Explicitly trigger pci bus configuration with driver model

2015-08-05 Thread Simon Glass
Hi Bin, On 5 August 2015 at 20:41, Bin Meng wrote: > Hi Simon, > > On Thu, Aug 6, 2015 at 10:36 AM, Simon Glass wrote: >> Hi Bin, >> >> On 5 August 2015 at 20:22, Bin Meng wrote: >>> Hi Simon, >>> >>> On Wed, Aug 5, 2015 at 10:40 PM, Simon Glass wrote: Hi Bin, On 2 August 2015 a

Re: [U-Boot] [PATCH 3/5] x86: queensbay: Support pre-relocation dm pci

2015-08-05 Thread Simon Glass
Hi Bin, On 5 August 2015 at 20:48, Bin Meng wrote: > Hi Simon, > > On Wed, Aug 5, 2015 at 10:39 PM, Simon Glass wrote: >> Hi Bin, >> >> On 2 August 2015 at 19:52, Bin Meng wrote: >>> Hi Simon, >>> >>> On Mon, Aug 3, 2015 at 6:31 AM, Simon Glass wrote: Hi Bin, On 27 July 2015 at

[U-Boot] Wrong release date for v2015.10 on the denx.de

2015-08-05 Thread Bin Meng
Hi Wolfgang, By checking http://www.denx.de/wiki/U-Boot/ReleaseCycle, it says: "Release "v2015.10" is scheduled in 66 days — on Aug 12, 2015." This Aug 12 date is wrong. Could you please fix it? Also I noticed that there is no statistics for v2015.07 release on this page. Is it coming? Regards

Re: [U-Boot] [PATCH 3/5] x86: queensbay: Support pre-relocation dm pci

2015-08-05 Thread Bin Meng
Hi Simon, On Thu, Aug 6, 2015 at 10:55 AM, Simon Glass wrote: > Hi Bin, > > On 5 August 2015 at 20:48, Bin Meng wrote: >> Hi Simon, >> >> On Wed, Aug 5, 2015 at 10:39 PM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 2 August 2015 at 19:52, Bin Meng wrote: Hi Simon, On Mon, Aug 3, 2

Re: [U-Boot] board_pci_pre_scan() and board_pci_post_scan()

2015-08-05 Thread Bin Meng
Hi Simon, On Tue, Aug 4, 2015 at 2:52 AM, Simon Glass wrote: > Hi Bin, > > On 2 August 2015 at 20:03, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Aug 3, 2015 at 6:31 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 27 July 2015 at 01:45, Bin Meng wrote: Hi Simon, With driver model p

Re: [U-Boot] [PATCH v2 1/3] x86: Convert minnowmax to use CONFIG_DM_NET

2015-08-05 Thread Bin Meng
Hi Simon, On Mon, Aug 3, 2015 at 8:15 AM, Simon Glass wrote: > Move to driver model for networking on minnowmax. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > board/intel/minnowmax/minnowmax.c | 6 -- > configs/minnowmax_defconfig | 1 + > 2 files changed, 1 inserti

Re: [U-Boot] [PATCH v2 2/3] x86: Convert minnowmax to use CONFIG_DM_USB

2015-08-05 Thread Bin Meng
Hi Simon, On Mon, Aug 3, 2015 at 8:15 AM, Simon Glass wrote: > Move to driver model for USB on minnowmax. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > configs/minnowmax_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/minnowmax_defconfig b/configs

Re: [U-Boot] [PATCH v2 3/3] x86: Show the un-relocated IP address in exceptions

2015-08-05 Thread Bin Meng
Hi Simon, On Mon, Aug 3, 2015 at 8:15 AM, Simon Glass wrote: > When trying to figure out where an exception has occured, the relocated > address is not a lot of help. Its value depends on various factors. Show > the un-relocated IP as well. This can be looked up in System.map directly. > > Signed

[U-Boot] [PATCH] imx: mx6ul_14x14_evk discard redefined CONFIG_MX6

2015-08-05 Thread Peng Fan
Discard CONFIG_MX6 in mx6ul_14x14_evk.h, since it is already defined in mx6_common.h. Tested on mx6ul_14x14_evk board. Signed-off-by: Peng Fan Cc: Fabio Estevam Cc: Stefano Babic --- include/configs/mx6ul_14x14_evk.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/mx6ul_14x

[U-Boot] [PATCH] imx: mx6 move TARGET_xx Kconfig option to mx6 specific Kconfig file

2015-08-05 Thread Peng Fan
Move TARGET_xx Kconfig option based on mx6 to arch/arm/cpu/armv7/mx6/Kconfig. Add enable "CONFIG_ARCH_MX6" for boards based on mx6. Then we can choose target boards using "make ARCH=arm menuconfig" with ARCH_MX6 defined. If using original way, we have no chance to enable ARCH_MX6 when "make menuco

Re: [U-Boot] [PATCH 2/4] net: fec: do not access reserved register for i.MX6UL

2015-08-05 Thread Peng Fan
Hi Nikolay, On Wed, Aug 05, 2015 at 05:31:27PM +0300, Nikolay Dimitrov wrote: >Hi Peng, > >On 08/03/2015 01:06 PM, Peng Fan wrote: >>The MIB RAM and FIFO receive start register does not exist on >>i.MX6UL. Accessing these register will cause enet not work well. >> >>Signed-off-by: Peng Fan >>Signe

Re: [U-Boot] [PATCH V2 5/6] power: regulator: add pfuze100 support

2015-08-05 Thread Peng Fan
On Tue, Aug 04, 2015 at 09:14:17PM +0800, Peng Fan wrote: >On Tue, Aug 04, 2015 at 07:21:05AM -0600, Simon Glass wrote: >>Hi, >> >>On 4 August 2015 at 07:10, Przemyslaw Marczak wrote: >>> Hello Peng, >>> >>> >>> On 08/04/2015 07:32 AM, Peng Fan wrote: 1. Add new regulator driver pfuze100

<    1   2   3