mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] framebuffer work (especially i.MX)
@ 2013-01-14  1:54 Daniel Mierswa
  2013-01-14  1:54 ` [PATCH 1/4] i.MX21: Add periph. clock register name macros Daniel Mierswa
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Daniel Mierswa @ 2013-01-14  1:54 UTC (permalink / raw)
  To: barebox

I provided a couple of patches to make the framebuffer device on our platform
work. At least incohately. As this is my first patch series provided to the
project I'm very unsure about the quality and would greatly appreciate your
input. Especially because it introduces platform specific code in the video
driver where it was removed not too long ago.

Daniel Mierswa (4):
  i.MX21: Add periph. clock register name macros
  i.MX21/27: don't enable lcd bus clocks too early
  i.MX27: fix shift amount for PCCR1_PERCLK3_EN
  graphic_utils: always initialize offscreenbuf member

 arch/arm/mach-imx/clk-imx21.c               | 61 +++++++++++++++++++++++++----
 arch/arm/mach-imx/clk-imx27.c               | 16 +++++---
 arch/arm/mach-imx/include/mach/imx21-regs.h |  6 ---
 drivers/video/imx.c                         | 51 ++++++++++++++++++++----
 lib/gui/graphic_utils.c                     |  2 +
 5 files changed, 110 insertions(+), 26 deletions(-)

-- 
1.8.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-01-14 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-14  1:54 [PATCH] framebuffer work (especially i.MX) Daniel Mierswa
2013-01-14  1:54 ` [PATCH 1/4] i.MX21: Add periph. clock register name macros Daniel Mierswa
2013-01-14  1:54 ` [PATCH 2/4] i.MX21/27: don't enable lcd bus clocks too early Daniel Mierswa
2013-01-14 10:09   ` Sascha Hauer
2013-01-14  1:54 ` [PATCH 3/4] i.MX27: fix shift amount for PCCR1_PERCLK3_EN Daniel Mierswa
2013-01-14  1:54 ` [PATCH 4/4] graphic_utils: always initialize offscreenbuf member Daniel Mierswa
2013-01-14 14:30   ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox