[PATCH] OMAP2/3/4: DSS2: Enable Display SubSystem as modules

2011-02-23 Thread Samreen
Enabling Display options to be built as modules Also, the generic dpi, sharp nec panels are also enabled as modules. Signed-off-by: Samreen samr...@ti.com --- Version5: Incorporating the comments from Tony Lindgren, Kevin Hilman, Paul Mundt Tomi Valkeinen to build DSS panels

RE: [PATCH] OMAP2/3/4: DSS2: Enable Display SubSystem as modules

2011-02-23 Thread Nilofer, Samreen
Hi, Valkeinen, Tomi wrote: Hi, On Wed, 2011-02-23 at 06:22 -0600, Nilofer, Samreen wrote: Enabling Display options to be built as modules Also, the generic dpi, sharp nec panels are also enabled as modules. I've just posted a patch which fixes the problem with the regulators in DSS

[PATCH v6] OMAP2/3/4: DSS2: Enable Display SubSystem as modules

2011-02-23 Thread Samreen
Enabling all the display interface options to be built as module And enabling all the display panels to be built as modules. Signed-off-by: Samreen samr...@ti.com --- Version6: Enabling all the display interface options and all the display panels. Version5: Incorporating

[PATCH v2] OMAP: DSS2: OMAPFB: Add null pointer check

2010-11-16 Thread Samreen
A null pointer check added. And using kstrdup() instead of kmalloc() strcpy() Signed-off-by: Samreen samr...@ti.com --- Version2: - Using kstrdup() instead of kmalloc() strcpy() - Using ENOMEM as error code instead of EINVAL - Subject changed appropriately The link to v1 of patch

RE: [PATCH] OMAP: DSS2: OMAPFB: Fix null pointer check

2010-11-15 Thread Nilofer, Samreen
Belisko Marek wrote: On Fri, Nov 12, 2010 at 12:47 PM, Samreen samr...@ti.com wrote: A null pointer check added. Signed-off-by: Samreen samr...@ti.com ---  drivers/video/omap2/omapfb/omapfb-main.c |    2 ++  1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/video

RE: [PATCH] OMAP: DSS2: OMAPFB: Fix null pointer check

2010-11-15 Thread Nilofer, Samreen
Ville Syrjälä wrote: On Fri, Nov 12, 2010 at 12:47:15PM +0100, ext Samreen wrote: A null pointer check added. Signed-off-by: Samreen samr...@ti.com --- drivers/video/omap2/omapfb/omapfb-main.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/video/omap2

RE: [PATCH v3 0/2] OMAP3: Display Support

2010-11-15 Thread Nilofer, Samreen
Tony Lindgren wrote: * Tomi Valkeinen tomi.valkei...@nokia.com [101115 06:32]: On Mon, 2010-11-15 at 07:09 +0100, ext Samreen wrote: This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version3: - Rebase to the latest LO

[Repost][PATCH v3 0/2] OMAP3: Display Support

2010-11-15 Thread Samreen
This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version3: - Rebase to the latest LO Version2: - Optimised to configure INTBR from gpio to PWM1 mode setting and enabling of the PWM1 mode only when its not in PWM1 mode.

[Repost][PATCH v3 1/2] OMAP3: ZOOM2/3/3630SDP: Add display board file for OMAP3

2010-11-15 Thread Samreen
-by: Samreen samr...@ti.com --- arch/arm/mach-omap2/Makefile |3 + arch/arm/mach-omap2/board-zoom-display.c | 168 + arch/arm/mach-omap2/board-zoom-peripherals.c | 49 +++- arch/arm/mach-omap2/include/mach/board-zoom.h |3 + 4 files changed, 221

[Repost][PATCH v3 2/2] OMAP3: Enable display on ZOOM2/3/3630SDP

2010-11-15 Thread Samreen
From: Kishore Y kishor...@ti.com Enable Display on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Samreen samr...@ti.com --- arch/arm/mach-omap2/board-3630sdp.c |1 + arch/arm/mach-omap2/board-zoom2.c

RE: [PATCH v2 0/2] OMAP3: Display Support

2010-11-14 Thread Nilofer, Samreen
Tomi Valkeinen wrote: Hi, On Tue, 2010-10-26 at 06:28 +0200, ext Samreen wrote: This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version2: - Optimised to configure INTBR from gpio to PWM1 mode setting and enabling

[PATCH v3 0/2] OMAP3: Display Support

2010-11-14 Thread Samreen
This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version3: - Rebase to the latest LO Version2: - Optimised to configure INTBR from gpio to PWM1 mode setting and enabling of the PWM1 mode only when its not in PWM1 mode.

[PATCH v3 1/2] OMAP3: ZOOM2/3/3630SDP: Add display board file for OMAP3

2010-11-14 Thread Samreen
-by: Samreen samr...@ti.com --- arch/arm/mach-omap2/Makefile |3 + arch/arm/mach-omap2/board-zoom-display.c | 168 + arch/arm/mach-omap2/board-zoom-peripherals.c | 49 +++- arch/arm/mach-omap2/include/mach/board-zoom.h |3 + 4 files changed, 221

[PATCH] OMAP: DSS2: OMAPFB: Fix null pointer check

2010-11-12 Thread Samreen
A null pointer check added. Signed-off-by: Samreen samr...@ti.com --- drivers/video/omap2/omapfb/omapfb-main.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/video/omap2/omapfb/omapfb-main.c b/drivers/video/omap2/omapfb/omapfb-main.c index 6a704f1..55bed89

[PATCH v2 0/2] OMAP3: DSS2: Pre-Multiplied Alpha support

2010-11-04 Thread Samreen
- Remove the BUG_ON in functions setting pre multiplied alpha and global alpha - Uniformly use pre_mult_alpha naming convention Rajkumar N (1): OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support Samreen (1): OMAP3: DSS2: Split OMAP3 has feature for 3430 3630 arch/arm/plat-omap/include

[PATCH v2 1/2] OMAP3: DSS2: Split OMAP3 has feature for 3430 3630

2010-11-04 Thread Samreen
Splitting the OMAP3 dss has feature separately for omap3430 omap3630 Signed-off-by: Samreen samr...@ti.com Signed-off-by: Archit Taneja arc...@ti.com --- drivers/video/omap2/dss/dss_features.c | 20 +--- drivers/video/omap2/dss/dss_features.h |1 + 2 files changed, 18

[PATCH v2 2/2] OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support

2010-11-04 Thread Samreen
is turned off by default. Signed-off-by: Sudeep Basavaraj sudeep.basava...@ti.com Signed-off-by: Rajkumar N rajkumar.nagara...@ti.com Signed-off-by: Samreen samr...@ti.com Signed-off-by: Archit Taneja arc...@ti.com --- arch/arm/plat-omap/include/plat/display.h |1 + drivers/video/omap2/dss

RE: [PATCH] OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support

2010-11-03 Thread Nilofer, Samreen
(). But this is the same with _dispc_set_scaling(), _dispc_set_vid_size() etc where we have a BUG_ON(plane == OMAP_DSS_GFX) even when we take care of not calling it for the GFX pipe. Archit [Samreen] If this clarification is aligned, should I go ahead and post the patch

[PATCH v3] OMAP: DSS2: Add NEC NL8048HL11-01B display panel

2010-10-25 Thread Samreen
From: Erik Gilling konk...@android.com NEC WVGA LCD NL8048HL11-01B panel support has been added. This panel is being used in zoom2/zoom3/3630 sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Rajkumar N rajkumar.nagara...@ti.com Signed-off-by: Samreen samr...@ti.com CC

[PATCH v4] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-10-25 Thread Samreen
The defconfig options for display are taken in the respective Kconfig to enable display by default on OMAP3 platforms Signed-off-by: Samreen samr...@ti.com --- Version4: Remove the enabling of the display panels by default. Version3: Eliminate the separate default number of FBs

[PATCH v2 2/2] OMAP3: Enable display on ZOOM2/3/3630SDP

2010-10-25 Thread Samreen
From: Kishore Y kishor...@ti.com Enable Display on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Samreen samr...@ti.com --- arch/arm/mach-omap2/board-3630sdp.c |1 + arch/arm/mach-omap2/board-zoom2.c

[PATCH v2 0/2] OMAP3: Display Support

2010-10-25 Thread Samreen
This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Version2: - Optimised to configure INTBR from gpio to PWM1 mode setting and enabling of the PWM1 mode only when its not in PWM1 mode. Kishore Y (2): OMAP3: ZOOM2/3/3630SDP:

RE: [PATCH v3] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-10-22 Thread Nilofer, Samreen
Hi, Hiremath, Vaibhav wrote: -Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: Wednesday, October 20, 2010 6:22 PM To: Nilofer, Samreen Cc: Grazvydas Ignotas; Hiremath, Vaibhav; Quadros Roger (Nokia- MS/Helsinki); Guruswamy, Senthilvadivu; linux-omap

RE: [PATCH v3] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-10-22 Thread Nilofer, Samreen
Nilofer, Samreen wrote: Hi, Hiremath, Vaibhav wrote: -Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: Wednesday, October 20, 2010 6:22 PM To: Nilofer, Samreen Cc: Grazvydas Ignotas; Hiremath, Vaibhav; Quadros Roger (Nokia- MS/Helsinki); Guruswamy

[PATCH v2] OMAP: DSS2: Add NEC NL8048HL11-01B display panel

2010-10-21 Thread Samreen
From: Erik Gilling konk...@android.com NEC WVGA LCD NL8048HL11-01B panel support has been added. This panel is being used in zoom2/zoom3/3630 sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Rajkumar N rajkumar.nagara...@ti.com Signed-off-by: Samreen samr...@ti.com CC

RE: [PATCH v2] OMAP: DSS2: Add NEC NL8048HL11-01B display panel

2010-10-21 Thread Nilofer, Samreen
Grazvydas Ignotas wrote: On Thu, Oct 21, 2010 at 3:25 PM, Samreen samr...@ti.com wrote: From: Erik Gilling konk...@android.com NEC WVGA LCD NL8048HL11-01B panel support has been added. This panel is being used in zoom2/zoom3/3630 sdp boards. snip diff --git a/drivers/video/omap2

RE: [PATCH 1/1] OMAP: DSS2: Add NEC NL8048HL11-01B display panel

2010-10-20 Thread Nilofer, Samreen
-Original Message- From: Hiremath, Vaibhav Sent: Wednesday, October 20, 2010 5:57 PM To: Nilofer, Samreen; linux-omap@vger.kernel.org Cc: Erik Gilling; Subbu Venkatesh; Mittal, Mukund; Rajkumar N Subject: RE: [PATCH 1/1] OMAP: DSS2: Add NEC NL8048HL11-01B display panel

[PATCH v2] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-10-18 Thread Samreen
The defconfig options for display are taken in the respective Kconfig to enable display by default on OMAP3 platforms Signed-off-by: Samreen samr...@ti.com --- Version2: Enables by default NEC panel used in zoom2/3/3630sdp, instead of Sharp LQ043T1DG01 panel enabled in previous version

RE: [PATCH v2] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-10-18 Thread Nilofer, Samreen
Grazvydas Ignotas wrote: On Mon, Oct 18, 2010 at 12:37 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Oct 18, 2010 at 8:55 AM, Samreen samr...@ti.com wrote: The defconfig options for display are taken in the respective Kconfig to enable display by default on OMAP3 platforms

[PATCH 1/1] OMAP: DSS2: Add NEC NL8048HL11-01B display panel

2010-10-14 Thread Samreen
From: Erik Gilling konk...@android.com NEC WVGA LCD NL8048HL11-01B panel support has been added. This panel is being used in zoom2/zoom3/3630 sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Rajkumar N rajkumar.nagara...@ti.com Signed-off-by: Samreen samr...@ti.com CC

[PATCH 0/2] OMAP3: Display Support

2010-10-14 Thread Samreen
This patch series adds the Display Support for OMAP3 platforms and the corresponding changes in the board files. Kishore Y (2): OMAP3: ZOOM2/3/3630SDP: Add display board file for OMAP3 OMAP3: Enable display on ZOOM2/3/3630SDP arch/arm/mach-omap2/Makefile |3 +

[PATCH 1/2] OMAP3: ZOOM2/3/3630SDP: Add display board file for OMAP3

2010-10-14 Thread Samreen
-by: Samreen samr...@ti.com --- arch/arm/mach-omap2/Makefile |3 + arch/arm/mach-omap2/board-zoom-display.c | 165 + arch/arm/mach-omap2/board-zoom-peripherals.c | 49 +++- arch/arm/mach-omap2/include/mach/board-zoom.h |2 + 4 files changed, 217

[PATCH 2/2] OMAP3: Enable display on ZOOM2/3/3630SDP

2010-10-14 Thread Samreen
From: Kishore Y kishor...@ti.com Enable Display on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal mmit...@ti.com Signed-off-by: Kishore Y kishor...@ti.com Signed-off-by: Samreen samr...@ti.com --- arch/arm/mach-omap2/board-3630sdp.c |1 + arch/arm/mach-omap2/board-zoom2.c

[PATCH 1/1] OMAP3: DSS: Kconfig changes to enable display options on OMAP3

2010-10-14 Thread Samreen
The defconfig options for display are taken in the respective Kconfig to enable display by default on OMAP3 platforms Signed-off-by: Samreen samr...@ti.com --- drivers/video/omap2/displays/Kconfig |3 +++ drivers/video/omap2/dss/Kconfig |6 -- drivers/video/omap2/omapfb/Kconfig

[PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3

2010-10-14 Thread Samreen
The defconfig options for V4L2 are taken in the respective Kconfig to enable V4L2 by default on OMAP3 platforms Signed-off-by: Samreen samr...@ti.com --- drivers/media/Kconfig|2 ++ drivers/media/video/omap/Kconfig |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff