Re: [PATCH 00/10] OMAP DSS related board changes

2011-10-03 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [110929 21:47]:
 On Thu, 2011-09-29 at 10:52 -0700, Tony Lindgren wrote:
  
  Also, you might want to start looking into passing the configuration
  from DT instead to avoid the platform init code. Probably the
  panel configuration would be the place to start with that?
 
 I haven't actually looked at DT yet, but one reason I've been writing
 and pushing these old omapfb cleanups is to get all omap2+ boards use
 the new dss driver, and thus hopefully making DT adaptation easier as I
 can (for now) ignore the old omapfb and omap1 boards regarding DT.

Right, makes sense.
 
 But yes, I definitely need to look at DT. Is there a driver to be used
 as a sample when looking at DT?

At this point maybe just see what's in mainline in arch/arm/boot/dts
and work your way back from there. The DT data should be pretty much
just registers and stay operating system independent. So some of these
things still need to be glued together by the bus/hwmod/driver probe
code.

Regards,

Tony
--
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: [PATCH 00/10] OMAP DSS related board changes

2011-09-29 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [110925 23:04]:
 On Tue, 2011-09-20 at 11:18 +0300, Tomi Valkeinen wrote:
  Hi Tony,
  
  Here is a bunch of board file patches related to DSS. They have all been 
  sent
  for review earlier, and are currently in my tree. Some of them depend on DSS
  driver changes, so I'd like to keep them there to avoid compilation errors
  (these won't compile if you apply them without patches from DSS tree).
  
  Can you give your ack for these? Alternatively we can see which of these 
  could
  go through your tree and I can make a new set.
 
 Tony, ping. I'd like to get these in for 3.2, as many DSS driver patches
 depend on some of these.

Sorry for the delay. Looks like these will conflict with your
earlier patches I have in the board branch and other cleanup.

I'll drop the earlier patches from my board branch so you can
queue all of them:

OMAP: Apollon: Port the display driver to new DSS2
OMAP: H4: Port the display driver to new DSS2
OMAP: LDP: Port the display driver to new DSS2
OMAP: 2420SDP: Port the display driver to new DSS2
OMAP: omap3touchbook: Remove unused lcd stuff
OMAP: RX51: Remove unused old omapfb stuff

Your new patches all look OK to me, just please check what we
have in omap cleanup branch as we don't have all that queud up
yet in next.

It's likely these will need to be rebased on those, so maybe wait
a bit with these or adjust them accordingly if possible.

Also, you might want to start looking into passing the configuration
from DT instead to avoid the platform init code. Probably the
panel configuration would be the place to start with that?

So for all of them:

Acked-by: Tony Lindgren t...@atomide.com

 
  Thomas Weber (1):
OMAP: Devkit8000: Change lcd driver to AT070TN83
  
  Tomi Valkeinen (9):
OMAP: DSS2: Change DSI device naming
OMAP4: TWL: Add common omapdss supplies
OMAP: DSS2: HDMI: use default dividers
OMAP: use dvi panel driver instead of generic-dpi
OMAP: stalker: Remove LCD device from board file
OMAP: Add DDC i2c_bus_num to board files
OMAP: 4430SDP: Remove unneeded lcd config
OMAP4: 4430SDP: Add panel support to board file
OMAP4: 4430SDP: Add picodlp support to board file
  
   arch/arm/mach-omap2/board-3430sdp.c  |7 +-
   arch/arm/mach-omap2/board-4430sdp.c  |  208 
  ++
   arch/arm/mach-omap2/board-am3517evm.c|6 +-
   arch/arm/mach-omap2/board-cm-t35.c   |6 +-
   arch/arm/mach-omap2/board-devkit8000.c   |   10 +-
   arch/arm/mach-omap2/board-igep0020.c |8 +-
   arch/arm/mach-omap2/board-omap3beagle.c  |8 +-
   arch/arm/mach-omap2/board-omap3evm.c |7 +-
   arch/arm/mach-omap2/board-omap3pandora.c |2 +-
   arch/arm/mach-omap2/board-omap3stalker.c |   40 +--
   arch/arm/mach-omap2/board-omap4panda.c   |8 +-
   arch/arm/mach-omap2/board-overo.c|7 +-
   arch/arm/mach-omap2/display.c|6 +-
   arch/arm/mach-omap2/twl-common.c |   11 ++-
   14 files changed, 230 insertions(+), 104 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
--
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: [PATCH 00/10] OMAP DSS related board changes

2011-09-29 Thread Tomi Valkeinen
On Thu, 2011-09-29 at 10:52 -0700, Tony Lindgren wrote:
 * Tomi Valkeinen tomi.valkei...@ti.com [110925 23:04]:
  On Tue, 2011-09-20 at 11:18 +0300, Tomi Valkeinen wrote:
   Hi Tony,
   
   Here is a bunch of board file patches related to DSS. They have all been 
   sent
   for review earlier, and are currently in my tree. Some of them depend on 
   DSS
   driver changes, so I'd like to keep them there to avoid compilation errors
   (these won't compile if you apply them without patches from DSS tree).
   
   Can you give your ack for these? Alternatively we can see which of these 
   could
   go through your tree and I can make a new set.
  
  Tony, ping. I'd like to get these in for 3.2, as many DSS driver patches
  depend on some of these.
 
 Sorry for the delay. Looks like these will conflict with your
 earlier patches I have in the board branch and other cleanup.
 
 I'll drop the earlier patches from my board branch so you can
 queue all of them:

Ok, I'll add them to dss branch.

 OMAP: Apollon: Port the display driver to new DSS2
 OMAP: H4: Port the display driver to new DSS2
 OMAP: LDP: Port the display driver to new DSS2
 OMAP: 2420SDP: Port the display driver to new DSS2
 OMAP: omap3touchbook: Remove unused lcd stuff
 OMAP: RX51: Remove unused old omapfb stuff
 
 Your new patches all look OK to me, just please check what we
 have in omap cleanup branch as we don't have all that queud up
 yet in next.

Sure, will do.

 It's likely these will need to be rebased on those, so maybe wait
 a bit with these or adjust them accordingly if possible.
 
 Also, you might want to start looking into passing the configuration
 from DT instead to avoid the platform init code. Probably the
 panel configuration would be the place to start with that?

I haven't actually looked at DT yet, but one reason I've been writing
and pushing these old omapfb cleanups is to get all omap2+ boards use
the new dss driver, and thus hopefully making DT adaptation easier as I
can (for now) ignore the old omapfb and omap1 boards regarding DT.

But yes, I definitely need to look at DT. Is there a driver to be used
as a sample when looking at DT?

 So for all of them:
 
 Acked-by: Tony Lindgren t...@atomide.com

Thanks.

 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: [PATCH 00/10] OMAP DSS related board changes

2011-09-26 Thread Tomi Valkeinen
On Tue, 2011-09-20 at 11:18 +0300, Tomi Valkeinen wrote:
 Hi Tony,
 
 Here is a bunch of board file patches related to DSS. They have all been sent
 for review earlier, and are currently in my tree. Some of them depend on DSS
 driver changes, so I'd like to keep them there to avoid compilation errors
 (these won't compile if you apply them without patches from DSS tree).
 
 Can you give your ack for these? Alternatively we can see which of these could
 go through your tree and I can make a new set.

Tony, ping. I'd like to get these in for 3.2, as many DSS driver patches
depend on some of these.

 Tomi

 
  Tomi
 
 Thomas Weber (1):
   OMAP: Devkit8000: Change lcd driver to AT070TN83
 
 Tomi Valkeinen (9):
   OMAP: DSS2: Change DSI device naming
   OMAP4: TWL: Add common omapdss supplies
   OMAP: DSS2: HDMI: use default dividers
   OMAP: use dvi panel driver instead of generic-dpi
   OMAP: stalker: Remove LCD device from board file
   OMAP: Add DDC i2c_bus_num to board files
   OMAP: 4430SDP: Remove unneeded lcd config
   OMAP4: 4430SDP: Add panel support to board file
   OMAP4: 4430SDP: Add picodlp support to board file
 
  arch/arm/mach-omap2/board-3430sdp.c  |7 +-
  arch/arm/mach-omap2/board-4430sdp.c  |  208 
 ++
  arch/arm/mach-omap2/board-am3517evm.c|6 +-
  arch/arm/mach-omap2/board-cm-t35.c   |6 +-
  arch/arm/mach-omap2/board-devkit8000.c   |   10 +-
  arch/arm/mach-omap2/board-igep0020.c |8 +-
  arch/arm/mach-omap2/board-omap3beagle.c  |8 +-
  arch/arm/mach-omap2/board-omap3evm.c |7 +-
  arch/arm/mach-omap2/board-omap3pandora.c |2 +-
  arch/arm/mach-omap2/board-omap3stalker.c |   40 +--
  arch/arm/mach-omap2/board-omap4panda.c   |8 +-
  arch/arm/mach-omap2/board-overo.c|7 +-
  arch/arm/mach-omap2/display.c|6 +-
  arch/arm/mach-omap2/twl-common.c |   11 ++-
  14 files changed, 230 insertions(+), 104 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


[PATCH 00/10] OMAP DSS related board changes

2011-09-20 Thread Tomi Valkeinen
Hi Tony,

Here is a bunch of board file patches related to DSS. They have all been sent
for review earlier, and are currently in my tree. Some of them depend on DSS
driver changes, so I'd like to keep them there to avoid compilation errors
(these won't compile if you apply them without patches from DSS tree).

Can you give your ack for these? Alternatively we can see which of these could
go through your tree and I can make a new set.

 Tomi

Thomas Weber (1):
  OMAP: Devkit8000: Change lcd driver to AT070TN83

Tomi Valkeinen (9):
  OMAP: DSS2: Change DSI device naming
  OMAP4: TWL: Add common omapdss supplies
  OMAP: DSS2: HDMI: use default dividers
  OMAP: use dvi panel driver instead of generic-dpi
  OMAP: stalker: Remove LCD device from board file
  OMAP: Add DDC i2c_bus_num to board files
  OMAP: 4430SDP: Remove unneeded lcd config
  OMAP4: 4430SDP: Add panel support to board file
  OMAP4: 4430SDP: Add picodlp support to board file

 arch/arm/mach-omap2/board-3430sdp.c  |7 +-
 arch/arm/mach-omap2/board-4430sdp.c  |  208 ++
 arch/arm/mach-omap2/board-am3517evm.c|6 +-
 arch/arm/mach-omap2/board-cm-t35.c   |6 +-
 arch/arm/mach-omap2/board-devkit8000.c   |   10 +-
 arch/arm/mach-omap2/board-igep0020.c |8 +-
 arch/arm/mach-omap2/board-omap3beagle.c  |8 +-
 arch/arm/mach-omap2/board-omap3evm.c |7 +-
 arch/arm/mach-omap2/board-omap3pandora.c |2 +-
 arch/arm/mach-omap2/board-omap3stalker.c |   40 +--
 arch/arm/mach-omap2/board-omap4panda.c   |8 +-
 arch/arm/mach-omap2/board-overo.c|7 +-
 arch/arm/mach-omap2/display.c|6 +-
 arch/arm/mach-omap2/twl-common.c |   11 ++-
 14 files changed, 230 insertions(+), 104 deletions(-)

-- 
1.7.4.1

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