All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
@ 2009-12-17 15:30 ` hvaibhav
  0 siblings, 0 replies; 6+ messages in thread
From: hvaibhav @ 2009-12-17 15:18 UTC (permalink / raw)
  To: tomi.valkeinen
  Cc: linux-omap, linux-fbdev-devel, linux-fbdev, Vaibhav Hiremath

From: Vaibhav Hiremath <hvaibhav@ti.com>

Patch series adds following features -

	- Enable DSS2/Fbdev on OMAP3EVM
	- Add LQ043T1DG01 panel file
	- Enable DSS2/Fbdev on AM3517EVM
	- Warning message fix in dss-core
	- Kconfig option added to choose between S-Video and CVBS output

TODO -
	- V4L2 Display driver ontop of DSS2 (will post in couple of days)
	- regulator_get for panel-generic.c, which is required to get DVI colors
	  properly

Vaibhav Hiremath (5):
  dss2-core:Warning Fix: core_dump_clocks enclosed under DEBUG_FS
  OMAP: DSS2: Add Sharp LQ043T1DG01 panel drivers
  OMAP: Enable DSS2 for OMAP3EVM board
  AM3517: Enable DSS2 for AM3517EVM board
  OMAP3EVM: Kconfig option added for selection between SVIDEO and CVBS

 arch/arm/configs/am3517_evm_defconfig              |   53 ++++-
 arch/arm/configs/omap3_evm_defconfig               |   51 ++++-
 arch/arm/mach-omap2/board-am3517evm.c              |  142 +++++++++++
 arch/arm/mach-omap2/board-omap3evm.c               |  250 +++++++++++++++++++-
 drivers/video/omap2/displays/Kconfig               |    6 +
 drivers/video/omap2/displays/Makefile              |    1 +
 .../video/omap2/displays/panel-sharp-lq043t1dg01.c |  120 ++++++++++
 drivers/video/omap2/dss/Kconfig                    |   15 ++
 drivers/video/omap2/dss/core.c                     |    2 +
 9 files changed, 627 insertions(+), 13 deletions(-)
 create mode 100644 drivers/video/omap2/displays/panel-sharp-lq043t1dg01.c


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
@ 2009-12-17 15:30 ` hvaibhav
  0 siblings, 0 replies; 6+ messages in thread
From: hvaibhav @ 2009-12-17 15:30 UTC (permalink / raw)
  To: tomi.valkeinen
  Cc: linux-omap, linux-fbdev-devel, linux-fbdev, Vaibhav Hiremath

From: Vaibhav Hiremath <hvaibhav@ti.com>

Patch series adds following features -

	- Enable DSS2/Fbdev on OMAP3EVM
	- Add LQ043T1DG01 panel file
	- Enable DSS2/Fbdev on AM3517EVM
	- Warning message fix in dss-core
	- Kconfig option added to choose between S-Video and CVBS output

TODO -
	- V4L2 Display driver ontop of DSS2 (will post in couple of days)
	- regulator_get for panel-generic.c, which is required to get DVI colors
	  properly

Vaibhav Hiremath (5):
  dss2-core:Warning Fix: core_dump_clocks enclosed under DEBUG_FS
  OMAP: DSS2: Add Sharp LQ043T1DG01 panel drivers
  OMAP: Enable DSS2 for OMAP3EVM board
  AM3517: Enable DSS2 for AM3517EVM board
  OMAP3EVM: Kconfig option added for selection between SVIDEO and CVBS

 arch/arm/configs/am3517_evm_defconfig              |   53 ++++-
 arch/arm/configs/omap3_evm_defconfig               |   51 ++++-
 arch/arm/mach-omap2/board-am3517evm.c              |  142 +++++++++++
 arch/arm/mach-omap2/board-omap3evm.c               |  250 +++++++++++++++++++-
 drivers/video/omap2/displays/Kconfig               |    6 +
 drivers/video/omap2/displays/Makefile              |    1 +
 .../video/omap2/displays/panel-sharp-lq043t1dg01.c |  120 ++++++++++
 drivers/video/omap2/dss/Kconfig                    |   15 ++
 drivers/video/omap2/dss/core.c                     |    2 +
 9 files changed, 627 insertions(+), 13 deletions(-)
 create mode 100644 drivers/video/omap2/displays/panel-sharp-lq043t1dg01.c


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
  2009-12-17 15:30 ` hvaibhav
@ 2009-12-31  4:59   ` Hiremath, Vaibhav
  -1 siblings, 0 replies; 6+ messages in thread
From: Hiremath, Vaibhav @ 2009-12-31  4:47 UTC (permalink / raw)
  To: Hiremath, Vaibhav, tomi.valkeinen
  Cc: linux-omap, linux-fbdev-devel, linux-fbdev

> -----Original Message-----
> From: Hiremath, Vaibhav
> Sent: Thursday, December 17, 2009 8:48 PM
> To: tomi.valkeinen@nokia.com
> Cc: linux-omap@vger.kernel.org; linux-fbdev-
> devel@lists.sourceforge.net; linux-fbdev@vger.kernel.org; Hiremath,
> Vaibhav
> Subject: [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
> 
> From: Vaibhav Hiremath <hvaibhav@ti.com>
> 
> Patch series adds following features -
> 
> 	- Enable DSS2/Fbdev on OMAP3EVM
> 	- Add LQ043T1DG01 panel file
> 	- Enable DSS2/Fbdev on AM3517EVM
> 	- Warning message fix in dss-core
> 	- Kconfig option added to choose between S-Video and CVBS
> output
> 
> TODO -
> 	- V4L2 Display driver ontop of DSS2 (will post in couple of
> days)
> 	- regulator_get for panel-generic.c, which is required to get
> DVI colors
> 	  properly
> 
> Vaibhav Hiremath (5):
>   dss2-core:Warning Fix: core_dump_clocks enclosed under DEBUG_FS
>   OMAP: DSS2: Add Sharp LQ043T1DG01 panel drivers
>   OMAP: Enable DSS2 for OMAP3EVM board
>   AM3517: Enable DSS2 for AM3517EVM board
>   OMAP3EVM: Kconfig option added for selection between SVIDEO and
> CVBS
> 
>  arch/arm/configs/am3517_evm_defconfig              |   53 ++++-
>  arch/arm/configs/omap3_evm_defconfig               |   51 ++++-
>  arch/arm/mach-omap2/board-am3517evm.c              |  142
> +++++++++++
>  arch/arm/mach-omap2/board-omap3evm.c               |  250
> +++++++++++++++++++-
>  drivers/video/omap2/displays/Kconfig               |    6 +
>  drivers/video/omap2/displays/Makefile              |    1 +
>  .../video/omap2/displays/panel-sharp-lq043t1dg01.c |  120
> ++++++++++
>  drivers/video/omap2/dss/Kconfig                    |   15 ++
>  drivers/video/omap2/dss/core.c                     |    2 +
>  9 files changed, 627 insertions(+), 13 deletions(-)
>  create mode 100644 drivers/video/omap2/displays/panel-sharp-
> lq043t1dg01.c
[Hiremath, Vaibhav] 
Tomi,

Any update on this? Can we merge these patches? 
(Of-course except Kconfig changes for TV out selection, actually I am waiting for your comment on this patch.)

Thanks,
Vaibhav


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
@ 2009-12-31  4:59   ` Hiremath, Vaibhav
  0 siblings, 0 replies; 6+ messages in thread
From: Hiremath, Vaibhav @ 2009-12-31  4:59 UTC (permalink / raw)
  To: Hiremath, Vaibhav, tomi.valkeinen
  Cc: linux-omap, linux-fbdev-devel, linux-fbdev

> -----Original Message-----
> From: Hiremath, Vaibhav
> Sent: Thursday, December 17, 2009 8:48 PM
> To: tomi.valkeinen@nokia.com
> Cc: linux-omap@vger.kernel.org; linux-fbdev-
> devel@lists.sourceforge.net; linux-fbdev@vger.kernel.org; Hiremath,
> Vaibhav
> Subject: [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
> 
> From: Vaibhav Hiremath <hvaibhav@ti.com>
> 
> Patch series adds following features -
> 
> 	- Enable DSS2/Fbdev on OMAP3EVM
> 	- Add LQ043T1DG01 panel file
> 	- Enable DSS2/Fbdev on AM3517EVM
> 	- Warning message fix in dss-core
> 	- Kconfig option added to choose between S-Video and CVBS
> output
> 
> TODO -
> 	- V4L2 Display driver ontop of DSS2 (will post in couple of
> days)
> 	- regulator_get for panel-generic.c, which is required to get
> DVI colors
> 	  properly
> 
> Vaibhav Hiremath (5):
>   dss2-core:Warning Fix: core_dump_clocks enclosed under DEBUG_FS
>   OMAP: DSS2: Add Sharp LQ043T1DG01 panel drivers
>   OMAP: Enable DSS2 for OMAP3EVM board
>   AM3517: Enable DSS2 for AM3517EVM board
>   OMAP3EVM: Kconfig option added for selection between SVIDEO and
> CVBS
> 
>  arch/arm/configs/am3517_evm_defconfig              |   53 ++++-
>  arch/arm/configs/omap3_evm_defconfig               |   51 ++++-
>  arch/arm/mach-omap2/board-am3517evm.c              |  142
> +++++++++++
>  arch/arm/mach-omap2/board-omap3evm.c               |  250
> +++++++++++++++++++-
>  drivers/video/omap2/displays/Kconfig               |    6 +
>  drivers/video/omap2/displays/Makefile              |    1 +
>  .../video/omap2/displays/panel-sharp-lq043t1dg01.c |  120
> ++++++++++
>  drivers/video/omap2/dss/Kconfig                    |   15 ++
>  drivers/video/omap2/dss/core.c                     |    2 +
>  9 files changed, 627 insertions(+), 13 deletions(-)
>  create mode 100644 drivers/video/omap2/displays/panel-sharp-
> lq043t1dg01.c
[Hiremath, Vaibhav] 
Tomi,

Any update on this? Can we merge these patches? 
(Of-course except Kconfig changes for TV out selection, actually I am waiting for your comment on this patch.)

Thanks,
Vaibhav


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
  2009-12-31  4:59   ` Hiremath, Vaibhav
@ 2010-01-04 10:55     ` Tomi Valkeinen
  -1 siblings, 0 replies; 6+ messages in thread
From: Tomi Valkeinen @ 2010-01-04 10:55 UTC (permalink / raw)
  To: ext Hiremath, Vaibhav; +Cc: linux-omap, linux-fbdev

On Thu, 2009-12-31 at 05:47 +0100, ext Hiremath, Vaibhav wrote:
> > -----Original Message-----
> > From: Hiremath, Vaibhav
> > Sent: Thursday, December 17, 2009 8:48 PM
> > To: tomi.valkeinen@nokia.com
> > Cc: linux-omap@vger.kernel.org; linux-fbdev-
> > devel@lists.sourceforge.net; linux-fbdev@vger.kernel.org; Hiremath,
> > Vaibhav
> > Subject: [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
> > 
> > From: Vaibhav Hiremath <hvaibhav@ti.com>
> > 
> > Patch series adds following features -
> > 
> > 	- Enable DSS2/Fbdev on OMAP3EVM
> > 	- Add LQ043T1DG01 panel file
> > 	- Enable DSS2/Fbdev on AM3517EVM
> > 	- Warning message fix in dss-core
> > 	- Kconfig option added to choose between S-Video and CVBS
> > output
> > 
> > TODO -
> > 	- V4L2 Display driver ontop of DSS2 (will post in couple of
> > days)
> > 	- regulator_get for panel-generic.c, which is required to get
> > DVI colors
> > 	  properly
> > 
> > Vaibhav Hiremath (5):
> >   dss2-core:Warning Fix: core_dump_clocks enclosed under DEBUG_FS
> >   OMAP: DSS2: Add Sharp LQ043T1DG01 panel drivers
> >   OMAP: Enable DSS2 for OMAP3EVM board
> >   AM3517: Enable DSS2 for AM3517EVM board
> >   OMAP3EVM: Kconfig option added for selection between SVIDEO and
> > CVBS
> > 
> >  arch/arm/configs/am3517_evm_defconfig              |   53 ++++-
> >  arch/arm/configs/omap3_evm_defconfig               |   51 ++++-
> >  arch/arm/mach-omap2/board-am3517evm.c              |  142
> > +++++++++++
> >  arch/arm/mach-omap2/board-omap3evm.c               |  250
> > +++++++++++++++++++-
> >  drivers/video/omap2/displays/Kconfig               |    6 +
> >  drivers/video/omap2/displays/Makefile              |    1 +
> >  .../video/omap2/displays/panel-sharp-lq043t1dg01.c |  120
> > ++++++++++
> >  drivers/video/omap2/dss/Kconfig                    |   15 ++
> >  drivers/video/omap2/dss/core.c                     |    2 +
> >  9 files changed, 627 insertions(+), 13 deletions(-)
> >  create mode 100644 drivers/video/omap2/displays/panel-sharp-
> > lq043t1dg01.c
> [Hiremath, Vaibhav] 
> Tomi,
> 
> Any update on this? Can we merge these patches? 
> (Of-course except Kconfig changes for TV out selection, actually I am waiting for your comment on this patch.)

Can you fix the patch titles for the warning fix patch and AM3517. The
warning patch was discussed earlier, and I believe AM3517 patch should
be prepended with "OMAP: ". Leave the svideo/composite patch out for
now, we need to discuss about it.

 Tomi



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
@ 2010-01-04 10:55     ` Tomi Valkeinen
  0 siblings, 0 replies; 6+ messages in thread
From: Tomi Valkeinen @ 2010-01-04 10:55 UTC (permalink / raw)
  To: ext Hiremath, Vaibhav; +Cc: linux-omap, linux-fbdev

On Thu, 2009-12-31 at 05:47 +0100, ext Hiremath, Vaibhav wrote:
> > -----Original Message-----
> > From: Hiremath, Vaibhav
> > Sent: Thursday, December 17, 2009 8:48 PM
> > To: tomi.valkeinen@nokia.com
> > Cc: linux-omap@vger.kernel.org; linux-fbdev-
> > devel@lists.sourceforge.net; linux-fbdev@vger.kernel.org; Hiremath,
> > Vaibhav
> > Subject: [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517
> > 
> > From: Vaibhav Hiremath <hvaibhav@ti.com>
> > 
> > Patch series adds following features -
> > 
> > 	- Enable DSS2/Fbdev on OMAP3EVM
> > 	- Add LQ043T1DG01 panel file
> > 	- Enable DSS2/Fbdev on AM3517EVM
> > 	- Warning message fix in dss-core
> > 	- Kconfig option added to choose between S-Video and CVBS
> > output
> > 
> > TODO -
> > 	- V4L2 Display driver ontop of DSS2 (will post in couple of
> > days)
> > 	- regulator_get for panel-generic.c, which is required to get
> > DVI colors
> > 	  properly
> > 
> > Vaibhav Hiremath (5):
> >   dss2-core:Warning Fix: core_dump_clocks enclosed under DEBUG_FS
> >   OMAP: DSS2: Add Sharp LQ043T1DG01 panel drivers
> >   OMAP: Enable DSS2 for OMAP3EVM board
> >   AM3517: Enable DSS2 for AM3517EVM board
> >   OMAP3EVM: Kconfig option added for selection between SVIDEO and
> > CVBS
> > 
> >  arch/arm/configs/am3517_evm_defconfig              |   53 ++++-
> >  arch/arm/configs/omap3_evm_defconfig               |   51 ++++-
> >  arch/arm/mach-omap2/board-am3517evm.c              |  142
> > +++++++++++
> >  arch/arm/mach-omap2/board-omap3evm.c               |  250
> > +++++++++++++++++++-
> >  drivers/video/omap2/displays/Kconfig               |    6 +
> >  drivers/video/omap2/displays/Makefile              |    1 +
> >  .../video/omap2/displays/panel-sharp-lq043t1dg01.c |  120
> > ++++++++++
> >  drivers/video/omap2/dss/Kconfig                    |   15 ++
> >  drivers/video/omap2/dss/core.c                     |    2 +
> >  9 files changed, 627 insertions(+), 13 deletions(-)
> >  create mode 100644 drivers/video/omap2/displays/panel-sharp-
> > lq043t1dg01.c
> [Hiremath, Vaibhav] 
> Tomi,
> 
> Any update on this? Can we merge these patches? 
> (Of-course except Kconfig changes for TV out selection, actually I am waiting for your comment on this patch.)

Can you fix the patch titles for the warning fix patch and AM3517. The
warning patch was discussed earlier, and I believe AM3517 patch should
be prepended with "OMAP: ". Leave the svideo/composite patch out for
now, we need to discuss about it.

 Tomi



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-04 10:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-17 15:18 [PATCH 0/5] Enable DSS2 for OMAP3EVM & AM3517 hvaibhav
2009-12-17 15:30 ` hvaibhav
2009-12-31  4:47 ` Hiremath, Vaibhav
2009-12-31  4:59   ` Hiremath, Vaibhav
2010-01-04 10:55   ` Tomi Valkeinen
2010-01-04 10:55     ` Tomi Valkeinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.