Re: [U-Boot] [PATCH] imx: ipu: fix occasional hang following disabling of channel

2015-04-04 Thread Liu Ying
Hi Tim, Does your code base contain this patch[1]? It probably addressed the same issue you meet. [1] http://lists.denx.de/pipermail/u-boot/2014-February/174533.html Regards, Liu Ying On Fri, Apr 03, 2015 at 04:59:57PM -0700, Tim Harvey wrote: > It has been observed that some IMX6SDL SoC w

[U-Boot] [PATCH] video: ipu_disp: wait for DP SF end irq when disabling sync BG flows

2014-02-27 Thread Liu Ying
arch_preboot_os() stage, where we disable a relevant ipu display channel, is not observed any more on some MX6DL platforms. Signed-off-by: Liu Ying --- drivers/video/ipu.h |8 drivers/video/ipu_disp.c | 27 --- drivers/video/ipu_regs.h |3 +++ 3

[U-Boot] [PATCH v2 1/2] video: ipu reg: Correct reserved1 array size in struct ipu_cm

2013-12-21 Thread Liu Ying
respectively. Reported-by: Robin Gong Acked-by: Robin Gong Cc: Stefano Babic Signed-off-by: Liu Ying --- Changes in v2: -Added Robin Gong's ack. drivers/video/ipu_regs.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/ipu_regs.h b/drivers/video/ipu_regs.h

[U-Boot] [PATCH v2 0/2] video: ipu reg: Correct some reserved array sizes

2013-12-21 Thread Liu Ying
The structures ipu_cm and ipu_idmac contain some reserved arrays as placeholders to make sure the trailing entries may point to the relevant IPU registers. This patch corrects the size of the reserved arrays. Changes in v2: Added Robin Gong's ack. Liu Ying (2): video: ipu reg: Co

[U-Boot] [PATCH v2 2/2] video: ipu reg: Correct reserved array size in struct ipu_idmac

2013-12-21 Thread Liu Ying
. Reported-by: Robin Gong Acked-by: Robin Gong Cc: Stefano Babic Signed-off-by: Liu Ying --- Changes in v2: -Added Robin Gong's ack. drivers/video/ipu_regs.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/ipu_regs.h b/drivers/video/ipu_regs.h index b2

[U-Boot] [PATCH 1/2] video: ipu reg: Correct reserved1 array size in struct ipu_cm

2013-12-20 Thread Liu Ying
respectively. Reported-by: Robin Gong Cc: Stefano Babic Signed-off-by: Liu Ying --- drivers/video/ipu_regs.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/ipu_regs.h b/drivers/video/ipu_regs.h index 73e57ea..b2481a4 100644 --- a/drivers/video/ipu_regs.h +++ b

[U-Boot] [PATCH 2/2] video: ipu reg: Correct reserved array size in struct ipu_idmac

2013-12-20 Thread Liu Ying
. Reported-by: Robin Gong Cc: Stefano Babic Signed-off-by: Liu Ying --- drivers/video/ipu_regs.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/ipu_regs.h b/drivers/video/ipu_regs.h index b2481a4..21e9c99 100644 --- a/drivers/video/ipu_regs.h +++ b/drivers

[U-Boot] [PATCH 0/2] video: ipu reg: Correct some reserved array sizes

2013-12-20 Thread Liu Ying
The structures ipu_cm and ipu_idmac contain some reserved arrays as placeholders to make sure the trailing entries may point to the relevant IPU registers. This patch corrects the size of the reserved arrays. Liu Ying (2): video: ipu reg: Correct reserved1 array size in struct ipu_cm video

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Allow probing HYNC, VSYNC and DISP_CLK signals

2013-12-03 Thread Liu Ying
insertions(+) > Please fix the typo 'HYNC' in the commit head. It should be 'HSYNC'. Regard, Liu Ying ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/1] MX6 SabreSD: Use readl() to read the CCM_CCGR3 register

2013-11-29 Thread Liu Ying
Align with the context to use readl() to read the CCM_CCGR3 register with memory barrier instead of __raw_readl(). Signed-off-by: Liu Ying --- board/freescale/mx6sabresd/mx6sabresd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/freescale/mx6sabresd

Re: [U-Boot] [PATCH] mx6sabresd: Fix wrong colors in LVDS display

2013-11-21 Thread Liu Ying
struct iomuxc *)IOMUXC_BASE_ADDR; > + > + int reg = readl(&iomux->gpr[2]); > + > + reg &= ~(IOMUXC_GPR2_LVDS_CH0_MODE_DISABLED | > + IOMUXC_GPR2_LVDS_CH1_MODE_ENABLED_DI0); > Should change the above logic to this to make sure both the LDB two channels are disabled correc

[U-Boot] [PATCH 1/1] ipu common: reset ipuv3 correctly

2012-10-06 Thread Liu Ying
From: Liu Ying This patch checks self-clear sw_ipu_rst bit in SCR register of SRC controller to be cleared after setting it to high to reset IPUv3. This makes sure that IPUv3 finishes sofware reset. A timeout mechanism is added to stop polling on the bit status in case the bit could not be

[U-Boot] [PATCH 1/1] ipu common: reset ipuv3 correctly

2012-10-06 Thread Liu Ying
From: Liu Ying This patch checks self-clear sw_ipu_rst bit in SCR register of SRC controller to be cleared after setting it to high to reset IPUv3. This makes sure that IPUv3 finishes sofware reset. Signed-off-by: Liu Ying --- drivers/video/ipu_common.c |3 +++ 1 files changed, 3

Re: [U-Boot] [PATCH 1/1] lcd: align fb writing address for horizontal display offset

2011-01-26 Thread Liu Ying-B17645
Hello, Anatolij, Thanks for your review! Best Regards, Liu Ying -Original Message- From: Anatolij Gustschin [mailto:ag...@denx.de] Sent: Thursday, January 27, 2011 7:29 AM To: Liu Ying-B17645 Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 1/1] lcd: align fb writing address for

Re: [U-Boot] [PATCH 1/1] lcd: align fb writing address for horizontal display offset

2011-01-25 Thread Liu Ying-B17645
Hello, I sent the following patch for view about 2 weeks ago and haven't got any comment till now. Could anyone help to give comments? Thanks. Best Regards, Liu Ying -Original Message- From: Liu Ying-B17645 Sent: Tuesday, January 11, 2011 3:30 PM To: u-boot@lists.denx.de Cc: Liu

[U-Boot] [PATCH 1/1] lcd: align fb writing address for horizontal display offset

2011-01-10 Thread Liu Ying
CONFIG_SPLASH_SCREEN_ALIGN makes uboot support display offset for splashimage. The framebuffer writing address should be calculated according to different kinds of framebuffer pixel format, i.e., bits per pixel value. Signed-off-by: Liu Ying --- common/lcd.c |2 +- 1 files changed, 1

[U-Boot] [PATCH] lcd: align fb writing address for horizontal display offset

2011-01-10 Thread Liu Ying
CONFIG_SPLASH_SCREEN_ALIGN makes uboot support display offset for splashimage. The framebuffer writing address should be calculated according to different kinds of framebuffer pixel format, i.e., bits per pixel value. Signed-off-by: Liu Ying --- common/lcd.c |2 +- 1 files changed, 1

Re: [U-Boot] [PATCH V2 3/4] MX51: Add video support

2010-10-21 Thread Liu Ying
. And, color space conversion, color key, global alpha and local alpha are supported by DP, too. I 'm not sure if these features are really needed in u-boot or not. Best Regards, Liu Ying > From: Stefano Babic > Date: 2010/10/12 > To: u-boot@lists.denx.de > > > Add framebuf