Re: [PATCH] Powerpc/dts: Correct sdhci quirk for bsc9131

2013-09-16 Thread Zhang Haijun
I see, thanks. ^_^ 于 2013/9/17 3:42, Scott Wood 写道: On Mon, 2013-09-16 at 16:12 +0800, Zhang Haijun wrote: On 09/02/2013 06:37 PM, Haijun Zhang wrote: We use property "sdhci,auto-cmd12" instead of "fsl,sdhci-auto-cmd12" to distinguish if the

Re: [PATCH] Powerpc/dts: Correct sdhci quirk for bsc9131

2013-09-16 Thread Zhang Haijun
On 09/02/2013 06:37 PM, Haijun Zhang wrote: We use property "sdhci,auto-cmd12" instead of "fsl,sdhci-auto-cmd12" to distinguish if the sdhc host has quirk SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12. Signed-off-by: Haijun Zhang --- arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi | 2 +- 1 file changed,

Re: [PATCH V3] mmc:of_spi: Update the code of getting voltage-ranges

2013-08-26 Thread Zhang Haijun
On 08/25/2013 12:19 PM, Chris Ball wrote: Hi Haijun, On Sun, Aug 11 2013, Haijun Zhang wrote: Using function mmc_of_parse_voltage() to get voltage-ranges. Signed-off-by: Haijun Zhang The patchset contains patches 1-3 of 3, and also this unnumbered patch v3. Which order should I use to apply

Re: [PATCH 2/4 V2] mmc: esdhc: workaround for dma err in the last system transaction

2013-08-26 Thread Zhang Haijun
On 08/26/2013 09:03 AM, Zhang Haijun wrote: On 08/23/2013 11:40 PM, Scott Wood wrote: On Fri, 2013-08-23 at 14:39 +0800, Zhang Haijun wrote: Hi, Anton and all Is there any advice on these two patches ? [PATCH 2/4 V2] mmc: esdhc: workaround for dma err in the last system transaction [PATCH 3

Re: [PATCH 2/4 V2] mmc: esdhc: workaround for dma err in the last system transaction

2013-08-26 Thread Zhang Haijun
On 08/23/2013 11:40 PM, Scott Wood wrote: On Fri, 2013-08-23 at 14:39 +0800, Zhang Haijun wrote: Hi, Anton and all Is there any advice on these two patches ? [PATCH 2/4 V2] mmc: esdhc: workaround for dma err in the last system transaction [PATCH 3/4 V3] mmc: esdhc: Correct host version of

Re: [PATCH 2/3 V3] mmc:sdhc: get voltage from sdhc host

2013-08-23 Thread Zhang Haijun
On 08/23/2013 09:48 AM, Anton Vorontsov wrote: On Mon, Aug 12, 2013 at 09:39:06AM +0800, Haijun Zhang wrote: We use host->ocr_mask to hold the voltage get from device-tree node, In case host->ocr_mask was available, we use host->ocr_mask as the final available voltage can be used by MMC/SD/SDIO

Re: [PATCH 2/4 V2] mmc: esdhc: workaround for dma err in the last system transaction

2013-08-22 Thread Zhang Haijun
is Act-by Scott. Patch 4/4 is split to four patches and Act-by Anton. Thanks all. On 07/19/2013 10:21 AM, Zhang Haijun-B42677 wrote: Hi, all Expect your advice and any comments. Thanks. Regards Haijun. -Original Message- From: Zhang Haijun-B42677 Sent: Wednesday, July 17, 2013 6

Re: [PATCH 2/3 V3] mmc:sdhc: get voltage from sdhc host

2013-08-22 Thread Zhang Haijun
Hi, Chris Could help give some advice on this patch set ? Thanks in advance. On 08/23/2013 09:48 AM, Anton Vorontsov wrote: On Mon, Aug 12, 2013 at 09:39:06AM +0800, Haijun Zhang wrote: We use host->ocr_mask to hold the voltage get from device-tree node, In case host->ocr_mask was available,

Re: [PATCH 1/3 V4] mmc:core: parse voltage from device-tree

2013-08-19 Thread Zhang Haijun
Hi, Anton and all I had update this patchset. Is there any change need? If so let me know. Thanks. On 08/12/2013 09:39 AM, Haijun Zhang wrote: Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return

Re: [PATCH 1/3 V2] mmc:core: parse voltage from device-tree

2013-08-11 Thread Zhang Haijun
On 08/09/2013 10:48 PM, Kumar Gala wrote: On Jul 31, 2013, at 1:25 AM, Haijun Zhang wrote: Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the avail voltage mask. Signed-off-by: Haijun Zhang

Re: [PATCH 1/3 V2] mmc:core: parse voltage from device-tree

2013-08-08 Thread Zhang Haijun
On 08/09/2013 08:15 AM, Anton Vorontsov wrote: On Wed, Jul 31, 2013 at 02:25:25PM +0800, Haijun Zhang wrote: Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the avail voltage mask. Signed-off-

Re: [PATCH 1/3 V2] mmc:core: parse voltage from device-tree

2013-08-06 Thread Zhang Haijun
On 07/31/2013 02:25 PM, Haijun Zhang wrote: Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the avail voltage mask. Signed-off-by: Haijun Zhang --- changes for v2: - Update the paramet

Re: [PATCH 1/3] mmc:core: parse voltage from device-tree

2013-07-29 Thread Zhang Haijun
On 07/30/2013 06:07 AM, Scott Wood wrote: On 07/28/2013 09:56:33 PM, Haijun Zhang wrote: Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the avail voltage mask. Signed-off-by: Haijun Zhang --

Re: [PATCH 2/2 V2] mmc: esdhc: get voltage from dts file

2013-07-28 Thread Zhang Haijun
On 07/27/2013 03:18 AM, Anton Vorontsov wrote: On Thu, Jul 25, 2013 at 08:38:11AM +0800, Haijun Zhang wrote: Add voltage-range support in esdhc of T4, So we can choose to read voltages from dts file as one optional. If we can get a valid voltage-range from device node, we use this voltage as the

RE: [PATCH 2/2] mmc: esdhc: get voltage from dts file

2013-07-22 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Tuesday, July 23, 2013 10:42 AM > To: Zhang Haijun-B42677 > Cc: Wood Scott-B07421; linux-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; cbouatmai...@gmail.com; c...@laptop.o

RE: [PATCH 2/2] mmc: esdhc: get voltage from dts file

2013-07-22 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Tuesday, July 23, 2013 1:41 AM > To: Zhang Haijun-B42677 > Cc: linux-...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; > cbouatmai...@gmail.com; c...@laptop.org; Fleming Andy-AFLEMI

RE: [PATCH 1/2] Powerpc: Add voltage ranges support for T4

2013-07-22 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Monday, July 22, 2013 10:40 PM > To: Wrobel Heinz-R39252 > Cc: Zhang Haijun-B42677; linux-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; Wo

RE: [PATCH 3/4 V2] mmc: esdhc: Correct host version of T4240-R1.0

2013-07-22 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Monday, July 22, 2013 10:30 PM > To: Zhang Haijun-B42677 > Cc: linux-...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Wood Scott- > B07421; c...@laptop

RE: [PATCH 1/4 V4] powerpc/85xx: Add support for 85xx cpu type detection

2013-07-21 Thread Zhang Haijun-B42677
Many Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Saturday, July 20, 2013 1:21 AM > To: Zhang Haijun-B42677 > Cc: Zhang Haijun-B42677; linux-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; cbouatmai...@gmail.com; c...@lapt

RE: [PATCH 4/4 V2] mmc: esdhc: Add broken timeout quirk for p4/p5 board

2013-07-21 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Saturday, July 20, 2013 1:24 AM > To: Zhang Haijun-B42677 > Cc: Wood Scott-B07421; linux-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; cbouatmai...@gmail.com; c...@laptop.o

RE: [PATCH 1/4 V4] powerpc/85xx: Add support for 85xx cpu type detection

2013-07-18 Thread Zhang Haijun-B42677
From: Zhang Haijun-B42677 > Sent: Wednesday, July 17, 2013 1:12 PM > To: linux-...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org > Cc: cbouatmai...@gmail.com; c...@laptop.org; Wood Scott-B07421; Fleming > Andy-AFLEMING; Zhang Haijun-B42677; Zhao Chenhui-B35336 > Subject: [PATCH 1/4 V4] pow

RE: [PATCH 2/4 V2] mmc: esdhc: workaround for dma err in the last system transaction

2013-07-18 Thread Zhang Haijun-B42677
Hi, all Expect your advice and any comments. Thanks. Regards Haijun. > -Original Message- > From: Zhang Haijun-B42677 > Sent: Wednesday, July 17, 2013 6:11 PM > To: linux-...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org > Cc: cbouatmai...@gmail.com; c...@laptop.

RE: [PATCH 4/4 V2] mmc: esdhc: Add broken timeout quirk for p4/p5 board

2013-07-18 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Thursday, July 18, 2013 1:14 AM > To: Zhang Haijun-B42677 > Cc: linux-...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; > cbouatmai...@gmail.com; c...@laptop.org; Fleming Andy-AFLEMI

RE: [PATCH V3] powerpc/85xx: Add support for 85xx cpu type detection

2013-07-16 Thread Zhang Haijun-B42677
Of course. I'll send patch v4 to add the rest of them. Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, July 17, 2013 7:54 AM > To: Wood Scott-B07421 > Cc: Zhang Haijun-B42677; linux-...@vger.kernel.org; linuxppc- >

RE: [PATCH V3] powerpc/85xx: Add support for 85xx cpu type detection

2013-07-16 Thread Zhang Haijun-B42677
Hi, scott Need I change something? I have some patches depend on this. Expect your advice. Thanks. Regards Haijun. > -Original Message- > From: Zhang Haijun-B42677 > Sent: Thursday, July 11, 2013 8:24 AM > To: linux-...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org >

RE: [PATCH 3/4 V2] mmc: esdhc: Add quirks to support T4240QDS board

2013-07-15 Thread Zhang Haijun-B42677
nt: Saturday, July 13, 2013 2:35 AM > To: Wood Scott-B07421 > Cc: Zhang Haijun-B42677; linux-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; c...@laptop.org; Fleming Andy-AFLEMING; Wrobel > Heinz-R39252 > Subject: Re: [PATCH 3/4 V2] mmc: esdhc: Add quirks to support T4240QDS > b

RE: [PATCH 1/4 V2] powerpc/85xx: Add support for 85xx cpu type detection

2013-07-11 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: David Laight [mailto:david.lai...@aculab.com] > Sent: Thursday, July 11, 2013 4:44 PM > To: Wood Scott-B07421; Zhang Haijun-B42677 > Cc: Zhao Chenhui-B35336; linux-...@vger.kernel.org; Wrobel Heinz-R39252; > Fle

RE: 答复: [PATCH] Powerpc/t4240: change the compatible flags for t4240qds board

2013-07-10 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Thursday, July 11, 2013 4:30 AM > To: Zhang Haijun-B42677 > Cc: Wood Scott-B07421; linux-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; cbouatmai...@gmail.com; c...@laptop.o

RE: 答复: [PATCH] Powerpc/t4240: change the compatible flags for t4240qds board

2013-07-09 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, July 10, 2013 4:04 AM > To: Zhang Haijun-B42677 > Cc: Wood Scott-B07421; linux-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; cbouatmai...@gmail.com; c...@laptop.o

RE: [PATCH 2/2 V3] powerpc/85xx: add the P1020RDB-PD DTS support

2013-07-09 Thread Zhang Haijun-B42677
Hi, scott Patch V4 had send, Pls review. Thanks. Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, July 10, 2013 12:15 AM > To: Zhang Haijun-B42677 > Cc: linuxppc-dev@lists.ozlabs.org; ga...@kernel.crashing.org; Fleming > Andy-AFLE

答复: [PATCH V2 2/2] powerpc/85xx: add the P1020RDB-PD DTS support

2013-07-08 Thread Zhang Haijun-B42677
Regards & Thanks Haijun. 发件人: Wood Scott-B07421 发送时间: 2013年7月8日 17:10 收件人: Zhang Haijun-B42677 抄送: linuxppc-dev@lists.ozlabs.org; ga...@kernel.crashing.org; Fleming Andy-AFLEMING; Zhang Haijun-B42677; Huang Changming-R66093 主题: Re: [PATCH V2

答复: [PATCH] Powerpc/t4240: change the compatible flags for t4240qds board

2013-07-08 Thread Zhang Haijun-B42677
Regards & Thanks Haijun. 发件人: Wood Scott-B07421 发送时间: 2013年7月8日 17:14 收件人: Zhang Haijun-B42677 抄送: linux-...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; cbouatmai...@gmail.com; c...@laptop.org; Fleming Andy-AFLEMING; Wrobel Heinz-R39252; Z

答复: 答复: [PATCH 2/2] powerpc/85xx: add the P1020RDB-PD DTS support

2013-07-08 Thread Zhang Haijun-B42677
Regards & Thanks Haijun. 发件人: Wood Scott-B07421 发送时间: 2013年7月8日 17:08 收件人: Zhang Haijun-B42677 抄送: Wood Scott-B07421; ga...@kernel.crashing.org; linuxppc-dev@lists.ozlabs.org; Huang Changming-R66093; Xie Xiaobo-R63061 主题: Re: 答复: [PATCH 2/2] pow

答复: [PATCH 2/2] powerpc/85xx: add the P1020RDB-PD DTS support

2013-07-03 Thread Zhang Haijun-B42677
Regards & Thanks Haijun. 发件人: Wood Scott-B07421 发送时间: 2013年7月3日 19:09 收件人: Zhang Haijun-B42677 Cc: ga...@kernel.crashing.org; linuxppc-dev@lists.ozlabs.org; Zhang Haijun-B42677; Huang Changming-R66093 主题: Re: [PATCH 2/2] powerpc/85xx: add the P102

RE: [PATCH] DTS: Add compatible list for eSDHC

2013-07-02 Thread Zhang Haijun-B42677
Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, July 03, 2013 2:55 AM > To: Zhang Haijun-B42677 > Cc: Wood Scott-B07421; ga...@kernel.crashing.org; linuxppc- > d...@lists.ozlabs.org; Fleming Andy-AFLEMING > Subject: Re: [PATCH

RE: [PATCH] DTS: Add compatible list for eSDHC

2013-07-02 Thread Zhang Haijun-B42677
Regards Haijun. > -Original Message- > From: Wood Scott-B07421 > Sent: Tuesday, July 02, 2013 8:05 AM > To: Zhang Haijun-B42677 > Cc: ga...@kernel.crashing.org; linuxppc-dev@lists.ozlabs.org; Zhang > Haijun-B42677; Fleming Andy-AFLEMING > Subject: Re: [PATCH] DTS