Re: [PATCH 0/8] OMAPDSS: Misc improvements

2012-09-07 Thread Tomi Valkeinen
On Thu, 2012-09-06 at 13:13 -0700, Tony Lindgren wrote:
 * Tomi Valkeinen tomi.valkei...@ti.com [120904 00:23]:
  Hi Tony,
  
  Can you check the arch/arm patches below, and suggest how you'd like to
  go forward with them?
 
 Acked them, then as soon as we have the initial immutable header
 move branch available, you should merge with that to avoid
 merge conflicts in upstream.

Thanks, but you missed the first patch [PATCH 1/8] OMAPDSS: HDMI: Move
GPIO handling to HDMI driver.

 Tomi



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


Re: [PATCH 0/8] OMAPDSS: Misc improvements

2012-09-07 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [120907 03:16]:
 On Thu, 2012-09-06 at 13:13 -0700, Tony Lindgren wrote:
  * Tomi Valkeinen tomi.valkei...@ti.com [120904 00:23]:
   Hi Tony,
   
   Can you check the arch/arm patches below, and suggest how you'd like to
   go forward with them?
  
  Acked them, then as soon as we have the initial immutable header
  move branch available, you should merge with that to avoid
  merge conflicts in upstream.
 
 Thanks, but you missed the first patch [PATCH 1/8] OMAPDSS: HDMI: Move
 GPIO handling to HDMI driver.

Oops sorry, that's a nice one, acked that too. BTW, do you have any
platform code callbacks remaining for DSS?

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 0/8] OMAPDSS: Misc improvements

2012-09-07 Thread Tomi Valkeinen
On Fri, 2012-09-07 at 09:22 -0700, Tony Lindgren wrote:
 * Tomi Valkeinen tomi.valkei...@ti.com [120907 03:16]:
  On Thu, 2012-09-06 at 13:13 -0700, Tony Lindgren wrote:
   * Tomi Valkeinen tomi.valkei...@ti.com [120904 00:23]:
Hi Tony,

Can you check the arch/arm patches below, and suggest how you'd like to
go forward with them?
   
   Acked them, then as soon as we have the initial immutable header
   move branch available, you should merge with that to avoid
   merge conflicts in upstream.
  
  Thanks, but you missed the first patch [PATCH 1/8] OMAPDSS: HDMI: Move
  GPIO handling to HDMI driver.
 
 Oops sorry, that's a nice one, acked that too. BTW, do you have any
 platform code callbacks remaining for DSS?

Yes, for quite many boards:

$ git grep platform_enable arch/arm/mach-omap2/|wc -l
17

Some of those are trivial, I just need to move the panel's reset gpio
handling to the panel driver. But some fiddle around with board specific
gpios that do not belong to the panel driver. Also some board files
contain backlight handling.

Those are for panel drivers, then there's also callbacks for the omapdss
driver itself. get_context_loss_count, set_min_bus_tput, and dsi pin
enable/disable.

 Tomi



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


Re: [PATCH 0/8] OMAPDSS: Misc improvements

2012-09-06 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [120904 00:23]:
 Hi Tony,
 
 Can you check the arch/arm patches below, and suggest how you'd like to
 go forward with them?

Acked them, then as soon as we have the initial immutable header
move branch available, you should merge with that to avoid
merge conflicts in upstream.

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 0/8] OMAPDSS: Misc improvements

2012-09-04 Thread Tomi Valkeinen
Hi Tony,

Can you check the arch/arm patches below, and suggest how you'd like to
go forward with them?

 Tomi

On Thu, 2012-08-23 at 16:45 +0300, Tomi Valkeinen wrote:
 Hi,
 
 This series contains miscellaneous improvements for omapdss, which I've made
 while implementing device tree support for omapdss. This includes some changes
 to arch/arm/:
 
 * remove OMAP4 HDMI gpio handling from board files
 * add vdda_hdmi_dac supply for HDMI to twl-common.c
 * remove DSS clock dividers from 4430sdp board file
 
 Tony, omapdss has dependencies to those changes, and the first change also has
 a dependency to omapdss header file. Is it ok to merge them with other omapdss
 changes?
 
 Chances for conflict are probably pretty small, 1st and 3rd change are
 pure display stuff, and the 2nd adds the supply to a regulator not used by
 anyone else than DSS.
 
  Tomi
 
 Tomi Valkeinen (8):
   OMAPDSS: HDMI: Move GPIO handling to HDMI driver
   OMAPDSS: HDMI: Add delay to wait for 5V power
   OMAP4: TWL: add vdda_hdmi_dac regulator supply
   OMAPDSS: HDMI: use vdda_hdmi_dac
   OMAPDSS: Add DSI fclk maximum to dss_features
   OMAPDSS: DSI: calculate dsi clock
   OMAP: 4430SDP: remove DSI clock config from board file
   OMAPDSS: fix use of dssdev-caps
 
  arch/arm/mach-omap2/board-4430sdp.c   |   73 +---
  arch/arm/mach-omap2/board-omap4panda.c|   27 +-
  arch/arm/mach-omap2/twl-common.c  |6 ++
  drivers/video/omap2/displays/panel-n8x0.c |1 +
  drivers/video/omap2/displays/panel-taal.c |8 ++
  drivers/video/omap2/dss/dsi.c |  131 
 +++--
  drivers/video/omap2/dss/dss_features.c|2 +
  drivers/video/omap2/dss/dss_features.h|1 +
  drivers/video/omap2/dss/hdmi.c|  101 +-
  drivers/video/omap2/dss/rfbi.c|1 -
  include/video/omapdss.h   |4 +
  11 files changed, 233 insertions(+), 122 deletions(-)
 



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


[PATCH 0/8] OMAPDSS: Misc improvements

2012-08-23 Thread Tomi Valkeinen
Hi,

This series contains miscellaneous improvements for omapdss, which I've made
while implementing device tree support for omapdss. This includes some changes
to arch/arm/:

* remove OMAP4 HDMI gpio handling from board files
* add vdda_hdmi_dac supply for HDMI to twl-common.c
* remove DSS clock dividers from 4430sdp board file

Tony, omapdss has dependencies to those changes, and the first change also has
a dependency to omapdss header file. Is it ok to merge them with other omapdss
changes?

Chances for conflict are probably pretty small, 1st and 3rd change are
pure display stuff, and the 2nd adds the supply to a regulator not used by
anyone else than DSS.

 Tomi

Tomi Valkeinen (8):
  OMAPDSS: HDMI: Move GPIO handling to HDMI driver
  OMAPDSS: HDMI: Add delay to wait for 5V power
  OMAP4: TWL: add vdda_hdmi_dac regulator supply
  OMAPDSS: HDMI: use vdda_hdmi_dac
  OMAPDSS: Add DSI fclk maximum to dss_features
  OMAPDSS: DSI: calculate dsi clock
  OMAP: 4430SDP: remove DSI clock config from board file
  OMAPDSS: fix use of dssdev-caps

 arch/arm/mach-omap2/board-4430sdp.c   |   73 +---
 arch/arm/mach-omap2/board-omap4panda.c|   27 +-
 arch/arm/mach-omap2/twl-common.c  |6 ++
 drivers/video/omap2/displays/panel-n8x0.c |1 +
 drivers/video/omap2/displays/panel-taal.c |8 ++
 drivers/video/omap2/dss/dsi.c |  131 +++--
 drivers/video/omap2/dss/dss_features.c|2 +
 drivers/video/omap2/dss/dss_features.h|1 +
 drivers/video/omap2/dss/hdmi.c|  101 +-
 drivers/video/omap2/dss/rfbi.c|1 -
 include/video/omapdss.h   |4 +
 11 files changed, 233 insertions(+), 122 deletions(-)

-- 
1.7.9.5

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