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

2010-10-20 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 --- Version3: Eliminate the separate default number of FBs for different architecture. Keeping default FBs as 3 as before. Version2

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

2010-10-21 Thread Samreen
From: Erik Gilling 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 Signed-off-by: Rajkumar N Signed-off-by: Samreen CC: Subbu Venkatesh CC: Erik Gilling --- Version2: - the brightness

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

2010-10-25 Thread Samreen
From: Erik Gilling 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 Signed-off-by: Rajkumar N Signed-off-by: Samreen CC: Subbu Venkatesh CC: Erik Gilling --- Version3: - Optimized the init

[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 --- Version4: Remove the enabling of the display panels by default. Version3: Eliminate the separate default number of FBs for different

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

2010-10-25 Thread Samreen
From: Kishore Y Board-zoom-display.c added as a common file for display functionality on boards zoom2, zoom3 and 3630sdp. Signed-off-by: Mukund Mittal Signed-off-by: Kishore Y Signed-off-by: Rajkumar N Signed-off-by: Samreen --- arch/arm/mach-omap2/Makefile |3 + arch

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

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

[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: Ad

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

2010-10-27 Thread Samreen
. Also, the check for '(plane != OMAP_DSS_VIDEO1)' in _dispc_setup_plane has been replaced by the correct dss_has_feature check Signed-off-by: Sudeep Basavaraj Signed-off-by: Rajkumar N Signed-off-by: Samreen --- arch/arm/plat-omap/include/plat/display.h |1 + drivers/video

[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/pla

[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 Signed-off-by: Archit Taneja --- drivers/video/omap2/dss/dss_features.c | 20 +--- drivers/video/omap2/dss/dss_features.h |1 + 2 files changed, 18 insertions(+), 3 delet

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

2010-11-04 Thread Samreen
. Signed-off-by: Sudeep Basavaraj Signed-off-by: Rajkumar N Signed-off-by: Samreen Signed-off-by: Archit Taneja --- arch/arm/plat-omap/include/plat/display.h |1 + drivers/video/omap2/dss/dispc.c | 30 - drivers/video/omap2/dss/dss.h |3

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

2010-11-12 Thread Samreen
A null pointer check added. Signed-off-by: Samreen --- 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 100644 --- a

[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. Kish

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

2010-11-14 Thread Samreen
From: Kishore Y Board-zoom-display.c added as a common file for display functionality on boards zoom2, zoom3 and 3630sdp. Signed-off-by: Mukund Mittal Signed-off-by: Kishore Y Signed-off-by: Rajkumar N Signed-off-by: Samreen --- arch/arm/mach-omap2/Makefile |3 + arch

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

2010-11-14 Thread Samreen
From: Kishore Y Enable Display on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal Signed-off-by: Kishore Y Signed-off-by: Samreen --- arch/arm/mach-omap2/board-3630sdp.c |1 + arch/arm/mach-omap2/board-zoom2.c |1 + arch/arm/mach-omap2/board-zoom3.c |1 + 3

[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. Kish

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

2010-11-15 Thread Samreen
From: Kishore Y Board-zoom-display.c added as a common file for display functionality on boards zoom2, zoom3 and 3630sdp. Signed-off-by: Mukund Mittal Signed-off-by: Kishore Y Signed-off-by: Rajkumar N Signed-off-by: Samreen --- arch/arm/mach-omap2/Makefile |3 + arch

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

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

[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 --- Version2: - Using kstrdup() instead of kmalloc() & strcpy() - Using ENOMEM as error code instead of EINVAL - Subject changed appropriately The link to v1 of patch i

[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 --- Version5: Incorporating the comments from Tony Lindgren, Kevin Hilman, Paul Mundt & Tomi Valkeinen to build DSS & panels as m

[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 --- Version6: Enabling all the display interface options and all the display panels. Version5: Incorporating the comments from

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

2010-10-14 Thread Samreen
From: Erik Gilling 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 Signed-off-by: Rajkumar N Signed-off-by: Samreen CC: Subbu Venkatesh CC: Erik Gilling --- This panel driver has orginated from

[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 + arch/arm/m

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

2010-10-14 Thread Samreen
From: Kishore Y Board-zoom-display.c added as a common file for display functionality on boards zoom2, zoom3 and 3630sdp Signed-off-by: Mukund Mittal Signed-off-by: Kishore Y Signed-off-by: Rajkumar N Signed-off-by: Samreen --- arch/arm/mach-omap2/Makefile |3 + arch

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

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

[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 --- drivers/video/omap2/displays/Kconfig |3 +++ drivers/video/omap2/dss/Kconfig |6 -- drivers/video/omap2/omapfb/Kconfig |4

[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 --- drivers/media/Kconfig|2 ++ drivers/media/video/omap/Kconfig |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a

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

2010-10-17 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 --- Version2: Enables by default NEC panel used in zoom2/3/3630sdp, instead of Sharp LQ043T1DG01 panel enabled in previous version of this patch

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-0

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 wrote: >> From: Erik Gilling >> >> NEC WVGA LCD NL8048HL11-01B panel support has been added. >> This panel is being used in zoom2/zoom3/3630 sdp boards. >> > > > >> diff

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

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 Ig

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

2010-10-25 Thread Nilofer, Samreen
Hiremath, Vaibhav wrote: >> -Original Message- >> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- >> ow...@vger.kernel.org] On Behalf Of Nilofer, Samreen >> Sent: Thursday, October 14, 2010 4:57 PM >> To: linux-omap@vger.kernel.org >> Cc: K

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

2010-11-03 Thread Nilofer, Samreen
. > if (plane != OMAP_DSS_VIDEO1) > _dispc_setup_global_alpha(plane, global_alpha); ... ... > > So, I guess this BUG_ON is probably not required for both > setup_global_alpha and setup_pre_multiplied_alpha if you take > care while calling these functions f

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 I

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 wrote: >> A null pointer check added. >> >> Signed-off-by: Samreen >> --- >>  drivers/video/omap2/omapfb/omapfb-main.c |    2 ++ >>  1 files changed, 2 insertions(+), 0 deletions(-) >>

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 >> --- >> drivers/video/omap2/omapfb/omapfb-main.c |2 ++ >> 1 files changed, 2 insertions(+), 0 deletio

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

2010-11-15 Thread Nilofer, Samreen
Tony Lindgren wrote: > * Tomi Valkeinen [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. >>> >>&g

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

2010-11-15 Thread Nilofer, Samreen
Hi, Any more comments on this patch? Warm Regards, Samreen Nilofer, Samreen wrote: > The defconfig options for display are taken in the respective > Kconfig to enable display by default on OMAP3 platforms > > Signed-off-by: Samreen > --- > Version4: >Remov

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 fix

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 > wrote: >> On Mon, Oct 18, 2010 at 8:55 AM, Samreen wrote: >>> The defconfig options for display are taken in the respective Kconfig >>> to enable display by default on OMAP3