Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-04-06 Thread Tomi Valkeinen
Hi,

On Tue, 2010-04-06 at 18:03 +0200, Quadros Roger (Nokia-D/Helsinki)
wrote:
> hi Tomi,
> 
> Valkeinen Tomi (Nokia-D/Helsinki) wrote:
> > Hi,
> > 
> > On Wed, 2010-03-17 at 13:35 +0100, Quadros Roger (Nokia-D/Helsinki)
> > wrote:
> >> SDI now makes use of vdds_sdi regulator supply.
> >> DPI can now be disabled on systems that don't have it
> >>
> >> changes since v1:
> >> - Incorporated review comments
> >> - no more omap3xx checks for regulator enable/disable in SDI
> >> - Added Kconfig option to enable/disable DPI
> >>
> >> Roger Quadros (3):
> >>   OMAP: DSS2: Add Kconfig option for DPI display type
> >>   OMAP: DSS2: Remove redundant enable/disable calls from SDI
> >>   OMAP: DSS2: Use vdds_sdi regulator supply in SDI
> > 
> > I think this patch set looks ok. Thanks!
> > 
> >  Tomi
> > 
> > Ps. I took the liberty of removing an extra #include 
> > 
> > 
> What is the status of this patch set?
> Is it supposed to go into your tree or Tony's tree?

I applied the patches to my tree yesterday. Sorry it took so long.

 Tomi


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-04-06 Thread Roger Quadros

hi Tomi,

Valkeinen Tomi (Nokia-D/Helsinki) wrote:

Hi,

On Wed, 2010-03-17 at 13:35 +0100, Quadros Roger (Nokia-D/Helsinki)
wrote:

SDI now makes use of vdds_sdi regulator supply.
DPI can now be disabled on systems that don't have it

changes since v1:
- Incorporated review comments
- no more omap3xx checks for regulator enable/disable in SDI
- Added Kconfig option to enable/disable DPI

Roger Quadros (3):
  OMAP: DSS2: Add Kconfig option for DPI display type
  OMAP: DSS2: Remove redundant enable/disable calls from SDI
  OMAP: DSS2: Use vdds_sdi regulator supply in SDI


I think this patch set looks ok. Thanks!

 Tomi

Ps. I took the liberty of removing an extra #include 



What is the status of this patch set?
Is it supposed to go into your tree or Tony's tree?

cheers
-roger
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-23 Thread Roger Quadros

Hi,

Valkeinen Tomi (Nokia-D/Helsinki) wrote:

Hi,

On Wed, 2010-03-17 at 13:35 +0100, Quadros Roger (Nokia-D/Helsinki)
wrote:

SDI now makes use of vdds_sdi regulator supply.
DPI can now be disabled on systems that don't have it

changes since v1:
- Incorporated review comments
- no more omap3xx checks for regulator enable/disable in SDI
- Added Kconfig option to enable/disable DPI

Roger Quadros (3):
  OMAP: DSS2: Add Kconfig option for DPI display type
  OMAP: DSS2: Remove redundant enable/disable calls from SDI
  OMAP: DSS2: Use vdds_sdi regulator supply in SDI


I think this patch set looks ok. Thanks!

 Tomi

Ps. I took the liberty of removing an extra #include 


Are these patches applied somewhere already. I need to send more patches that 
get N900 panel working for which I need these patches applied.


cheers,
-roger


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-18 Thread Roger Quadros

Hi,

Valkeinen Tomi (Nokia-D/Helsinki) wrote:

Hi,

On Wed, 2010-03-17 at 13:35 +0100, Quadros Roger (Nokia-D/Helsinki)
wrote:

SDI now makes use of vdds_sdi regulator supply.
DPI can now be disabled on systems that don't have it

changes since v1:
- Incorporated review comments
- no more omap3xx checks for regulator enable/disable in SDI
- Added Kconfig option to enable/disable DPI

Roger Quadros (3):
  OMAP: DSS2: Add Kconfig option for DPI display type
  OMAP: DSS2: Remove redundant enable/disable calls from SDI
  OMAP: DSS2: Use vdds_sdi regulator supply in SDI


I think this patch set looks ok. Thanks!

 Tomi

Ps. I took the liberty of removing an extra #include 


Thanks, I had overlooked it.

-roger
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-17 Thread Tomi Valkeinen
Hi,

On Wed, 2010-03-17 at 13:35 +0100, Quadros Roger (Nokia-D/Helsinki)
wrote:
> SDI now makes use of vdds_sdi regulator supply.
> DPI can now be disabled on systems that don't have it
> 
> changes since v1:
> - Incorporated review comments
> - no more omap3xx checks for regulator enable/disable in SDI
> - Added Kconfig option to enable/disable DPI
> 
> Roger Quadros (3):
>   OMAP: DSS2: Add Kconfig option for DPI display type
>   OMAP: DSS2: Remove redundant enable/disable calls from SDI
>   OMAP: DSS2: Use vdds_sdi regulator supply in SDI

I think this patch set looks ok. Thanks!

 Tomi

Ps. I took the liberty of removing an extra #include 


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-17 Thread Roger Quadros
SDI now makes use of vdds_sdi regulator supply.
DPI can now be disabled on systems that don't have it

changes since v1:
- Incorporated review comments
- no more omap3xx checks for regulator enable/disable in SDI
- Added Kconfig option to enable/disable DPI

Roger Quadros (3):
  OMAP: DSS2: Add Kconfig option for DPI display type
  OMAP: DSS2: Remove redundant enable/disable calls from SDI
  OMAP: DSS2: Use vdds_sdi regulator supply in SDI

 drivers/video/omap2/dss/Kconfig   |6 ++
 drivers/video/omap2/dss/Makefile  |3 ++-
 drivers/video/omap2/dss/core.c|4 
 drivers/video/omap2/dss/display.c |4 
 drivers/video/omap2/dss/sdi.c |   26 +++---
 5 files changed, 31 insertions(+), 12 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html