Hi Florian,
Here are a few OMAP display subsystem fixes for 3.2-rc.
One for the old omapfb, which was missing include module.h, and two for
the omapdss fixing issues related to HDMI.
Tomi
The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:
Linux 3.2-rc2 (2011-11-15 15:02:59 -0200)
are available in the git repository at:
git://gitorious.org/linux-omap-dss2/linux.git for-3.2-rc
Tomi Valkeinen (3):
OMAPDSS: HDMI: fix returned HDMI pixel clock
OMAPFB: fix compilation warnings due to missing include
OMAPDSS: DISPC: skip scaling calculations when not scaling
drivers/video/omap/dispc.c | 1 +
drivers/video/omap2/dss/dispc.c | 11 +++++------
drivers/video/omap2/dss/hdmi.c | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
Hi Tomi,
On 11/18/2011 08:16 AM, Tomi Valkeinen wrote:
Hi Florian,
Here are a few OMAP display subsystem fixes for 3.2-rc.
One for the old omapfb, which was missing include module.h, and two for
the omapdss fixing issues related to HDMI.
Pulled, but...
The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:
Linux 3.2-rc2 (2011-11-15 15:02:59 -0200)
...could you please try to base on something that is already in my tree, perhaps
just add patches on top of the last pull request you sent me. If you need
something more recent, that is okay, but don't force me to needlessly update my
tree.
Thanks,
Florian Tobias Schandinat
are available in the git repository at:
git://gitorious.org/linux-omap-dss2/linux.git for-3.2-rc
Tomi Valkeinen (3):
OMAPDSS: HDMI: fix returned HDMI pixel clock
OMAPFB: fix compilation warnings due to missing include
OMAPDSS: DISPC: skip scaling calculations when not scaling
drivers/video/omap/dispc.c | 1 +
drivers/video/omap2/dss/dispc.c | 11 +++++------
drivers/video/omap2/dss/hdmi.c | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
On Wed, 2011-11-23 at 07:15 +0000, Florian Tobias Schandinat wrote:
Hi Tomi,
On 11/18/2011 08:16 AM, Tomi Valkeinen wrote:
quoted
Hi Florian,
Here are a few OMAP display subsystem fixes for 3.2-rc.
One for the old omapfb, which was missing include module.h, and two for
the omapdss fixing issues related to HDMI.
Pulled, but...
Thanks!
quoted
The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:
Linux 3.2-rc2 (2011-11-15 15:02:59 -0200)
...could you please try to base on something that is already in my tree, perhaps
just add patches on top of the last pull request you sent me. If you need
something more recent, that is okay, but don't force me to needlessly update my
tree.
Ah, of course. I didn't think of that. I'll base the patches on top of
your tree from now on.
Tomi