Re: [PATCH v4 0/2] OMAPDSS: HDMI: Boardfile cleanup

2012-01-03 Thread Tomi Valkeinen
On Mon, 2012-01-02 at 14:02 +0530, mythr...@ti.com wrote:
 From: Mythri P K mythr...@ti.com
 
 Clean up of boardfiles to have the functions common to differnt boards in a
 common display file, Also in some OMAP4 boards external pull-up's are enabled
 thus enabling internal pull up should be a parameter from the boardfile.
 
 changes since v3 : Comment improvement to move some portion from boardfile to
 display.
 changes since v2 : Make the flag as enum.
 changes since v1 : Make omap hdmi_init generic to handle different parameters
 and pass the pull up as a flag instead of int. 
 
 Mythri P K (2):
   OMAPDSS: HDMI: Move duplicate code from boardfile
   OMAPDSS: HDMI: Disable DDC internal pull up
 
  arch/arm/mach-omap2/board-4430sdp.c|   23 ++
  arch/arm/mach-omap2/board-omap4panda.c |   25 +++-
  arch/arm/mach-omap2/display.c  |   39 
 
  include/video/omapdss.h|6 +
  4 files changed, 62 insertions(+), 31 deletions(-)

These look fine, I'll apply to DSS tree.

Btw, do you know what is the reason to use an external pull-up on the
newer boards? Is the internal pull-up somehow insufficient?

 Tomi



signature.asc
Description: This is a digitally signed message part


[PATCH v4 0/2] OMAPDSS: HDMI: Boardfile cleanup

2012-01-02 Thread mythripk
From: Mythri P K mythr...@ti.com

Clean up of boardfiles to have the functions common to differnt boards in a
common display file, Also in some OMAP4 boards external pull-up's are enabled
thus enabling internal pull up should be a parameter from the boardfile.

changes since v3 : Comment improvement to move some portion from boardfile to
display.
changes since v2 : Make the flag as enum.
changes since v1 : Make omap hdmi_init generic to handle different parameters
and pass the pull up as a flag instead of int. 

Mythri P K (2):
  OMAPDSS: HDMI: Move duplicate code from boardfile
  OMAPDSS: HDMI: Disable DDC internal pull up

 arch/arm/mach-omap2/board-4430sdp.c|   23 ++
 arch/arm/mach-omap2/board-omap4panda.c |   25 +++-
 arch/arm/mach-omap2/display.c  |   39 
 include/video/omapdss.h|6 +
 4 files changed, 62 insertions(+), 31 deletions(-)

-- 
1.7.5.4

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