Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix hang after 'save' command

2013-05-28 Thread Fleming Andy-AFLEMING
On May 28, 2013, at 1:09 PM, Fabio Estevam wrote: > Since commit 48e0b2bd (powerpc/esdhc: Correct judgement for DATA PIO mode) > we see mx6 systems to hang after doing a 'save' command. > > Revert this commit since the original 'ifdef' logic from 7b43db92 > (drivers/mmc/fsl_esdhc.c: fix compil

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-06-04 Thread Fleming Andy-AFLEMING
I'll take them. It's on my todo list for this week On Jun 4, 2013, at 14:31, "Stephen Warren" wrote: > On 05/23/2013 02:51 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that >> must or can be set when using that op

Re: [U-Boot] : sf: spansion: Add support for S25FL128S

2013-06-11 Thread Fleming Andy-AFLEMING
On Jun 10, 2013, at 1:34 PM, Jagan Teki wrote: > Hi, > > Request for few details here. > > I am not understanding why this is applied on tree, [even i din't see > the applied note on mailing list, may be i am missing] I've been bad about sending a message when I apply the patches. I'm hesitan

Re: [U-Boot] : sf: spansion: Add support for S25FL128S

2013-06-11 Thread Fleming Andy-AFLEMING
On Jun 11, 2013, at 5:17 PM, Scott Wood wrote: > On 06/11/2013 05:14:53 PM, Fleming Andy-AFLEMING wrote: >> On Jun 10, 2013, at 1:34 PM, Jagan Teki wrote: >> > Hi, >> > >> > Request for few details here. >> > >> > I am not understanding w

Re: [U-Boot] [U-Boot, v2] powerpc/mpc85xx:Disable Debug TLB entry before init_tlbs

2013-06-21 Thread Fleming Andy-AFLEMING
On Jun 21, 2013, at 3:59 PM, Scott Wood wrote: > On 06/21/2013 03:38:48 PM, Andy Fleming wrote: >> On Thu, Jun 13, 2013 at 10:14:00AM +0530, Prabhakar Kushwaha wrote: >> > init_tlbs() initialize all the TLB entries required for the system. >> > >> > So disable DEBUG TLB entry before TLB entries i

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-16 Thread Fleming Andy-AFLEMING
On Jul 16, 2013, at 1:56, "Dirk Eibach" wrote: > Hi Tom, > > my 4xx series depends on Heikos I2C update, which he did not manage to > get ready in this release cycle. But he promised he will push it when > the next merge window opens :) > The 85xx series should be ready to go. Ok, I'll put th

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-04 Thread Fleming Andy-AFLEMING
On Apr 4, 2013, at 13:12, "Fabio Estevam" wrote: > Hi Eric, > > On Wed, Apr 3, 2013 at 8:17 PM, Eric Nelson > wrote: > >>> Actually, I'm a little confused by PRSSTAT_DLA checking: currently the >>> loop exits >>> when either IRQSTAT_TC occurs _or_ PRSSTAT_DLA flag comes to 0. Is that >>> cor

Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation completion

2013-04-05 Thread Fleming Andy-AFLEMING
On Apr 4, 2013, at 1:41 PM, Eric Nelson wrote: > Hi Andrew, > > On 04/04/2013 11:03 AM, Gabbasov, Andrew wrote: >> Hi Eric, >> >>> From: Eric Nelson [eric.nel...@boundarydevices.com] >>> Sent: Thursday, April 04, 2013 03:47 >>> To: Gabbasov, Andrew >>> Cc: u-boot@lists.denx.de; Behme, Dirk - Bo

Re: [U-Boot] [RFC] mmc: Properly determine maximum supported bus width

2012-11-26 Thread Fleming Andy-AFLEMING
Yes, I'm processing my queue today. On Nov 26, 2012, at 17:27, "Stephen Warren" wrote: > On 10/31/2012 11:02 PM, Andy Fleming wrote: >> At some point, a confusion arose about the use of the bit >> definitions in host_caps for bus widths, and the value >> in ext_csd. By coincidence, a simple shif

Re: [U-Boot] [PATCH] corenet: Disable video on P2020DS

2013-01-25 Thread Fleming Andy-AFLEMING
On Jan 25, 2013, at 12:50 PM, Tom Rini wrote: > On Fri, Jan 25, 2013 at 10:38:01AM -0600, Andy Fleming wrote: > >> The P2020DS build had grown too large, and video support isn't enabled >> in almost any other Freescale board. Disabling it allows us to keep >> building, and provides options for r

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2013-01-25 Thread Fleming Andy-AFLEMING
>> >> >> create mode 100644 drivers/net/fm/b4860.c >> create mode 100644 include/configs/B4860QDS.h >> create mode 100644 include/configs/BSC9132QDS.h > > So, I see: > bsc9132qds.c: In function 'ft_board_setup': > bsc9132qds.c:349:19: warning: variable 'cpu' set but not used > [-Wunused-but-set

Re: [U-Boot] Possible MMC subsystem bug

2013-01-26 Thread Fleming Andy-AFLEMING
I'll need to double-check the spec, but I believe the BUSY bit has the opposite meaning of common sense. On Jan 26, 2013, at 22:32, "Marek Vasut" wrote: > Hi Andy, > > I was going through the MMC code, trying to get Phison 8007 SD-to-NAND bridge > working (don't ask please, this chip's sole e

Re: [U-Boot] small but important doc patch

2010-02-19 Thread Fleming Andy-AFLEMING
On Feb 19, 2010, at 4:59, "Frans Meulenbroeks" wrote: > Dear all, > > Attached a patch for doc/README.mpc8536ds. > This patch corrects small mistake in the register list. > These registers are 32 bits and this one starts at c not e > > When using the ...c address I can boot from sd, when

Re: [U-Boot] [PATCH V2 0/2] add sdhci generic framework

2011-07-17 Thread Fleming Andy-AFLEMING
On Jul 12, 2011, at 22:54, "Lei Wen" wrote: > Hi Andy, > > Could this version be accepted to be merged? I'm working on merging these (and other) patches this weekend. Andy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/

Re: [U-Boot] [PATCH V4 0/5] fix and enhancement patches for sdhci

2011-11-02 Thread Fleming Andy-AFLEMING
Sorry for the delay, I am currently processing my patch backlog. I will be applying them today. On Nov 2, 2011, at 1:40, "Lei Wen" wrote: > Hi Andy, > > On Tue, Oct 18, 2011 at 10:58 PM, Lei Wen wrote: >> Hi Andy, >> >> On Sat, Oct 8, 2011 at 10:14 PM, Lei Wen wrote: >>> This seris fix seve

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2013-05-03 Thread Fleming Andy-AFLEMING
>> include/configs/P1022DS.h | 132 ++-- >> include/configs/corenet_ds.h |1 + >> 28 files changed, 833 insertions(+), 72 deletions(-) >> create mode 100644 board/freescale/p1022ds/spl_minimal.c >> create mode 100644 doc/README.p1010rdb >> create

Re: [U-Boot] [Patch v2, batch 2 17/23] powerpc/85xx: add missing QMAN frequency calculation

2013-05-08 Thread Fleming Andy-AFLEMING
Ah, ok, makes sense. On May 7, 2013, at 18:18, "sun york-R58495" wrote: > On 05/07/2013 04:04 PM, Andy Fleming wrote: >> >> >> >> On Mon, Mar 25, 2013 at 12:33 PM, York Sun > > wrote: >> >>From: Shaohui Xie >> >> >>

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2013-05-10 Thread Fleming Andy-AFLEMING
On May 10, 2013, at 10:23 AM, Tom Rini wrote: > On Thu, May 09, 2013 at 05:20:32PM -0500, Andy Fleming wrote: > >> The following changes since commit 4e779ad2e54e39d5343c8c83b4fc686a7bb16859: >> >> gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200) >> >> are available in

Re: [U-Boot] [PATCH 03/21] fsl_ifc: add support for different IFC bank count

2013-05-14 Thread Fleming Andy-AFLEMING
On May 14, 2013, at 3:59, "Hu Mingkai-B21284" mailto:b21...@freescale.com>> wrote: Hi Andy, Please find my replies in line. Thanks, Mingkai There's no IFC controller instead of eLBC controller on some platforms, such as MPC8536, P2041, P3041, P4080 etc, so there's no macro definition for th

Re: [U-Boot] [PATCH] fsl_esdhc: Correcting esdhc timeout counter calculation

2011-02-25 Thread Fleming Andy-AFLEMING
On Feb 24, 2011, at 23:35, "Wolfgang Denk" wrote: > Dear Andy Fleming, > > In message you > wrote: >> >> Yeah, that took me a while, too. Maybe we should update it to make clear: >> >> 1) The formula ends up being (2^(13 + timeout))/mmc->trans_speed = (1/4) >> seconds >> --> 2^(13 + time

Re: [U-Boot] [PATCH 2/7] tsec: arrange the code to avoid useless function declaration

2011-03-31 Thread Fleming Andy-AFLEMING
Ah, I didnt see it was already in next On Mar 31, 2011, at 3:13, "Kumar Gala" wrote: > > On Mar 29, 2011, at 2:30 PM, Andy Fleming wrote: > >> From: Mingkai Hu >> >> Signed-off-by: Mingkai Hu >> Acked-by: Andy Fleming >> Signed-off-by: Kumar Gala >> --- >> drivers/net/tsec.c | 857 >> ++

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2012-10-22 Thread Fleming Andy-AFLEMING
Ah, I knew there was one more I needed to send a mail about. The 5040 patch wouldn't apply anymore. Could you rebase? I was unable to determine how to fix it. The CRC patch met with fierce opposition, so I haven't applied it. On Oct 22, 2012, at 20:23, "Tabi Timur-B04825" wrote: > On Mon, Oct

Re: [U-Boot] [u-boot-release] [PATCH] powerpc/mpc8xxx: Fix compiling error caused in DDR driver

2012-11-07 Thread Fleming Andy-AFLEMING
On Nov 7, 2012, at 5:47 PM, York Sun wrote: > mpc86xx platforms should use CONFIG_SYS_MPC86xx_DDR2_ADDR in utils.c > if applicable. > > Signed-off-by: York Sun > --- > arch/powerpc/cpu/mpc8xxx/ddr/util.c |4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/powerpc/cpu/mpc8xxx/dd

Re: [U-Boot] [PATCH v3 2/2] EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

2012-11-21 Thread Fleming Andy-AFLEMING
I got buried in other work. I should get to this by the end of the week On Nov 21, 2012, at 22:04, "Jaehoon Chung" wrote: > Dear Andy, > > Do you have any opinion about this patch? > If you didn't have any others, could you apply this patch at u-boot-mmc > repository? > > Best Regards, > Jaeh