Re: [U-Boot] [u-boot-release] [PATCH 3/3] board/c29xpcie: Add support of 8K page size NAND flash

2013-09-24 Thread Liu Shengzhou-B36685
> -Original Message- > From: u-boot-release-boun...@linux.freescale.net [mailto:u-boot-release- > boun...@linux.freescale.net] On Behalf Of Kushwaha Prabhakar-B32579 > Sent: Tuesday, September 24, 2013 4:17 PM > To: u-boot@lists.denx.de > Cc: Wood Scott-B07421; Kushwaha Prabhakar-B32579 >

Re: [U-Boot] [PATCH 2/4] powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM

2013-09-16 Thread Liu Shengzhou-B36685
> -Original Message- > From: sun york-R58495 > Sent: Friday, September 13, 2013 11:13 PM > To: Liu Shengzhou-B36685 > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH 2/4] powerpc/eeprom: update MAX_NUM_PORTS to adapt > non-256- > bytes EEPROM > > I would a

Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM

2013-09-03 Thread Liu Shengzhou-B36685
> -Original Message- > From: sun york-R58495 > Sent: Wednesday, September 04, 2013 1:29 AM > To: Timur Tabi > Cc: Liu Shengzhou-B36685; U-Boot Mailing List > Subject: Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to adapt > non- > 256-bytes EEPROM >

Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to fix program failure

2013-08-30 Thread Liu Shengzhou-B36685
> -Original Message- > From: Timur Tabi [mailto:ti...@tabi.org] > Sent: Thursday, August 29, 2013 11:09 PM > To: Liu Shengzhou-B36685 > Cc: U-Boot Mailing List; sun york-R58495 > Subject: Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to fix > program

Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to fix program failure

2013-08-29 Thread Liu Shengzhou-B36685
> -Original Message- > From: Timur Tabi [mailto:ti...@tabi.org] > Sent: Monday, August 12, 2013 7:51 AM > To: Liu Shengzhou-B36685 > Cc: U-Boot Mailing List; sun york-R58495 > Subject: Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to fix > program failu

Re: [U-Boot] [PATCH] powerpc/p1010rdb: remove CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK

2013-08-29 Thread Liu Shengzhou-B36685
It seems there is no CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK in the latest master. I intended to do that for P1010RDB rather than BSC9132, so just drop the patch. Thanks. > -Original Message- > From: sun york-R58495 > Sent: Tuesday, August 20, 2013 7:38 AM > To: Liu Shengzhou

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU hang when missing USB PHY clock

2012-10-21 Thread Liu Shengzhou-B36685
> -Original Message- > From: Andy Fleming [mailto:aflem...@gmail.com] > Sent: Saturday, October 20, 2012 5:22 AM > To: Marek Vasut > Cc: Liu Shengzhou-B36685; u-boot@lists.denx.de; Stefan Roese > Subject: Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU hang when >

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU hang when missing USB PHY clock

2012-10-21 Thread Liu Shengzhou-B36685
> -Original Message- > From: Anatolij Gustschin [mailto:ag...@denx.de] > Sent: Saturday, October 20, 2012 4:14 AM > To: Liu Shengzhou-B36685 > Cc: Marek Vasut; u-boot@lists.denx.de; Stefan Roese > Subject: Re: [PATCH] powerpc/usb: fix bug of CPU hang when missing USB &g

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU hang when missing USB PHY clock

2012-10-18 Thread Liu Shengzhou-B36685
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Thursday, October 18, 2012 3:16 PM > To: Liu Shengzhou-B36685 > Cc: u-boot@lists.denx.de; Stefan Roese; ag...@denx.de > Subject: Re: [PATCH] powerpc/usb: fix bug of CPU hang when missing USB > PH

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU hang when missing USB PHY clock

2012-10-17 Thread Liu Shengzhou-B36685
> -Original Message- > > > > +/* Check USB PHY clock valid */ > > +static int usb_phy_clk_valid(struct usb_ehci *ehci) { > > + if ((!(in_be32(&ehci->control) & PHY_CLK_VALID)) && > > + (!in_be32(&ehci->prictrl))) { > > (!A && !B) condition can certainly be done without

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when missing USB PHY clock

2012-10-17 Thread Liu Shengzhou-B36685
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, October 16, 2012 2:23 PM > To: Liu Shengzhou-B36685 > Cc: Andy Fleming; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when > missing USB PH

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when missing USB PHY clock

2012-04-19 Thread Liu Shengzhou-B36685
sary for boards with USB PHY clock valid, just for those case of USB PHY clock invalid. Thanks, Shengzhou > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Thursday, April 19, 2012 6:57 AM > To: Andy Fleming > Cc: Liu Shengzhou-B36685; u-boot@lists.

Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when missing USB PHY clock

2012-02-26 Thread Liu Shengzhou-B36685
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, February 27, 2012 7:13 AM > To: u-boot@lists.denx.de > Cc: Liu Shengzhou-B36685 > Subject: Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when > missing USB PHY clock > > &

Re: [U-Boot] powerpc/usb: fix bug of CPU halt when missing USB PHY clock

2012-02-13 Thread Liu Shengzhou-B36685
> -Original Message- > From: Andy Fleming [mailto:aflem...@gmail.com] > Sent: Monday, February 13, 2012 4:14 PM > To: Liu Shengzhou-B36685; U-Boot list > Subject: Re: powerpc/usb: fix bug of CPU halt when missing USB PHY > clock > > You moved the USB_EN sett