login
Header Space

 
 

Mailing list archives

Search results

Found 20 matching messages (0.070 seconds). Page 1 of 1.

[PATCH 1/2 v2] Driver for Freescale 8610 and 5121 DIU

... + +module_init(fsl_diu_init); +module_exit(fsl_diu_exit); + +MODULE_AUTHOR("York Sun "); +MODULE_DESCRIPTION(" ... Srinivasan + * York Sun + * Copyright (C) ...

linux-kernel - York Sun - Mar 19 2008 - 14:50

[PATCH 1/2 v3] Driver for Freescale 8610 and 5121 DIU

... + +module_init(fsl_diu_init); +module_exit(fsl_diu_exit); + +MODULE_AUTHOR("York Sun "); +MODULE_DESCRIPTION(" ... Srinivasan + * York Sun + * Copyright (C) ...

linux-kernel - York Sun - Mar 25 2008 - 17:27

[PATCH 1/2 v4] Driver for Freescale 8610 and 5121 DIU

... + +module_init(fsl_diu_init); +module_exit(fsl_diu_exit); + +MODULE_AUTHOR("York Sun "); +MODULE_DESCRIPTION(" ... Srinivasan + * York Sun + * + * Based on ...

linux-kernel - York Sun - Mar 27 2008 - 22:40

[PATCH 1/2 v5] Driver for Freescale 8610 and 5121 DIU

... + +module_init(fsl_diu_init); +module_exit(fsl_diu_exit); + +MODULE_AUTHOR("York Sun "); +MODULE_DESCRIPTION(" ... Srinivasan + * York Sun + * + * Based on ...

linux-kernel - York Sun - Mar 31 2008 - 12:23

[PATCH 1/2] Driver for Freescale 8610 and 5121 DIU

... * Srikanth Srinivasan + * York Sun + * Copyright (C ... Srikanth Srinivasan + * York Sun + * Copyright (C ...

linux-kernel - York Sun - Mar 12 2008 - 17:43

Re: [PATCH 2/2 v5] Add DIU platform code for MPC8610HPCD

... 31 Mar 2008 11:23:25 -0500 > York Sun wrote: > ... , monitor port, etc. > > > > Signed-off-by: York Sun > > Signed-off-by ... of the > patch. > It's OK. York -- To unsubscribe from this list: send ...

linux-kernel - York Sun - Apr 2 2008 - 09:27

[PATCH 2/2] Add DIU platform code for MPC8610HPCD

... format, monitor port, etc. Signed-off-by: York Sun --- This patch is ... : Jason Jin + * York Sun * * Rewrite the interrupt routing. remove the 8259PIC support, ...

linux-kernel - York Sun - Mar 12 2008 - 17:43

[PATCH 2/2 v2] Add DIU platform code for MPC8610HPCD

... format, monitor port, etc. Signed-off-by: York Sun --- This patch is ... : Jason Jin + * York Sun * * Rewrite the interrupt routing. remove the 8259PIC support, * ...

linux-kernel - York Sun - Mar 19 2008 - 14:50

[PATCH 2/2 v3] Add DIU platform code for MPC8610HPCD

... format, monitor port, etc. Signed-off-by: York Sun --- This patch enables ... : Jason Jin + * York Sun * * Rewrite the interrupt routing. remove the 8259PIC support, ...

linux-kernel - York Sun - Mar 25 2008 - 17:27

[PATCH 2/2 v4] Add DIU platform code for MPC8610HPCD

... format, monitor port, etc. Signed-off-by: York Sun Signed-off-by: ... Recode: Jason Jin + * York Sun * * Rewrite the interrupt routing. remove the 8259PIC support, ...

linux-kernel - York Sun - Mar 27 2008 - 22:40

[PATCH 2/2 v5] Add DIU platform code for MPC8610HPCD

... format, monitor port, etc. Signed-off-by: York Sun Signed-off-by: ... Recode: Jason Jin + * York Sun * * Rewrite the interrupt routing. remove the 8259PIC support, ...

linux-kernel - York Sun - Mar 31 2008 - 12:23

[PATCH 1/2] Added virtual resolution and panning support.

... can now have the virtual resoltuion and use FBIOPAN_DISPLAY ioctl to pan. Signed-off-by: York Sun --- drivers/video/fsl-diu-fb.c | 28 +++++++++++++++++++++++----- 1 files changed, ...

linux-kernel - York Sun - Aug 13 2008 - 16:55

[PATCH 2/2] Bug fix. Add sanity check for AOI position

AOI position cannot be negative. Signed-off-by: York Sun --- drivers/video/fsl-diu-fb.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ ...

linux-kernel - York Sun - Aug 13 2008 - 16:55

V3 Patch - Driver for Freescale 8610 and 5121 DIU

... . It fixed the issues according to the feedback from Andrew Morton. Andrew, incremental patches are available if requested. Regards, York -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ...

linux-kernel - York Sun - Mar 25 2008 - 17:27

v4 patch to add FSL DIU framebuffer driver

Thanks for the feedback. The following mails are the v4 patch to add Freescale DIU framebuffer driver. York -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More ...

linux-kernel - York Sun - Mar 27 2008 - 22:40

Re: [PATCH 1/2 v4] Driver for Freescale 8610 and 5121 DIU

... (!arg) appears to be everywhere except default: label, maybe > this could be placed on top too? Will do that, too. York -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel. ...

linux-kernel - York Sun - Mar 28 2008 - 14:18

v5 patch to add FSL DIU framebuffer driver

... at linux-fbdev-devel@lists.sourceforge.net. Hopefully this issue has been fixed and more feedback from the mailing list. Regards, York -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ...

linux-kernel - York Sun - Mar 31 2008 - 12:23

[PATCH 0/2] Add virtual resolution and panning for Freescale DIU

... .conf has the following option. option virtual The second patch fixes a bug of AOI position. Regards, York -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@ ...

linux-kernel - York Sun - Aug 13 2008 - 16:55

Driver for Freescale Display Interface Unit (A LCD controller)

The following patches are for Freescale DIU. The first patch is a DIU driver. The second patch is the platform code to support the driver. It is a frame buffer driver for DIU. Descriptions can be found in the patches. It is a new feature targeting

linux-kernel - York Sun - Mar 12 2008 - 17:43

v2 patch for Freescale DIU driver

This is the version 2 patch for Freescale DIU driver. Thanks for all the feedback. The first patch is the driver. The second patch adds platform support for MPC8610HPCD board. To compile, enable the "Freescale MPC8610/MPC5121 DIU framebuffer support

linux-kernel - York Sun - Mar 19 2008 - 14:50

speck-geostationary