RE: [PATCH V5 00/10] mmc: add support for sdhci 4.0

2018-08-22 Thread
On Thu, 16 Aug 2018 at 15:54, Chunyan Zhang wrote: > > From the SD host controller version 4.0 on, SDHCI implementation either > is version 3 compatible or version 4 mode. This patch-set covers those > changes which are common for SDHCI 4.0 version, regardless of whether > they are used with SD

RE: [PATCH V5 00/10] mmc: add support for sdhci 4.0

2018-08-22 Thread
On Thu, 16 Aug 2018 at 15:54, Chunyan Zhang wrote: > > From the SD host controller version 4.0 on, SDHCI implementation either > is version 3 compatible or version 4 mode. This patch-set covers those > changes which are common for SDHCI 4.0 version, regardless of whether > they are used with SD

[PATCH v8 0/2] Add Spreadtrum Sharkl64 Platform support

2015-03-10 Thread
This patchset adds Spreadtrum's Sharkl64 support in arm64 device tree. Changes from v7: - Added Mark Rutland's Acked-by - Rebased v4.0-rc1 Changes from v6: - Setted stdout-path with "serial1:115200n8" Changes from v5: - Added maintenance interrupt for gic

[PATCH v8 2/2] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig

2015-03-10 Thread
From: Zhizhou Zhang Adds support for Spreadtrum's SoC Platform in the arm64 Kconfig and defconfig files. Signed-off-by: Zhizhou Zhang Signed-off-by: Orson Zhai Signed-off-by: Chunyan Zhang --- arch/arm64/Kconfig | 5 + arch/arm64/configs/defconfig | 1 + 2 files changed, 6

[PATCH v8 1/2] arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile

2015-03-10 Thread
From: Zhizhou Zhang Adds the device tree support for Spreadtrum SC9836 SoC which is based on Sharkl64 platform. Sharkl64 platform contains the common nodes of Spreadtrum's arm64-based SoCs. Signed-off-by: Zhizhou Zhang Signed-off-by: Orson Zhai Signed-off-by: Chunyan Zhang Acked-by: Mark

[PATCH v8 0/2] Add Spreadtrum Sharkl64 Platform support

2015-03-10 Thread
This patchset adds Spreadtrum's Sharkl64 support in arm64 device tree. Changes from v7: - Added Mark Rutland's Acked-by - Rebased v4.0-rc1 Changes from v6: - Setted stdout-path with serial1:115200n8 Changes from v5: - Added maintenance interrupt for gic -

[PATCH v8 2/2] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig

2015-03-10 Thread
From: Zhizhou Zhang zhizhou.zh...@spreadtrum.com Adds support for Spreadtrum's SoC Platform in the arm64 Kconfig and defconfig files. Signed-off-by: Zhizhou Zhang zhizhou.zh...@spreadtrum.com Signed-off-by: Orson Zhai orson.z...@spreadtrum.com Signed-off-by: Chunyan Zhang

[PATCH v8 1/2] arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile

2015-03-10 Thread
From: Zhizhou Zhang zhizhou.zh...@spreadtrum.com Adds the device tree support for Spreadtrum SC9836 SoC which is based on Sharkl64 platform. Sharkl64 platform contains the common nodes of Spreadtrum's arm64-based SoCs. Signed-off-by: Zhizhou Zhang zhizhou.zh...@spreadtrum.com Signed-off-by:

RE: [PATCH] kernel: async: Fixed the wrong waitting condition of wait_event

2015-01-07 Thread
Hi, Andrew Could you give us the test log including the runtime problems you've got? Thank you so much. Best regards Chunyan On Mon, 5 Jan 2015 11:35:35 +0800 Chunyan Zhang wrote: > This patch changes the waitting condition of wait_event in the > function 'async_synchronize_cookie_domain'.

RE: [PATCH] kernel: async: Fixed the wrong waitting condition of wait_event

2015-01-07 Thread
Hi, Andrew Could you give us the test log including the runtime problems you've got? Thank you so much. Best regards Chunyan On Mon, 5 Jan 2015 11:35:35 +0800 Chunyan Zhang chunyan.zh...@spreadtrum.com wrote: This patch changes the waitting condition of wait_event in the function