linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 0/3] MERAM support for LCDC
@ 2011-03-29  3:35 Damian Hobson-Garcia
  2011-04-26  5:46 ` Magnus Damm
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Damian Hobson-Garcia @ 2011-03-29  3:35 UTC (permalink / raw)
  To: linux-fbdev

This patch series is based on the fbdev tree.  

This series adds support for read-ahead cache access through the ICBs and
MERAM available on SH devices.  The exact ICBs to use are chip specific
and are specified in the platform data. 

Damian Hobson-Garcia (3):
  sh_mobile_meram: MERAM framework for LCDC
  sh_mobile_meram: Add support for NV24 framebuffers
  sh_mobile_meram: MERAM platform data for LCDC

 arch/arm/mach-shmobile/board-ap4evb.c |   69 ++++
 drivers/video/Kconfig                 |   12 +
 drivers/video/Makefile                |    1 +
 drivers/video/sh_mobile_lcdcfb.c      |  104 ++++++-
 drivers/video/sh_mobile_lcdcfb.h      |    1 +
 drivers/video/sh_mobile_meram.c       |  567 +++++++++++++++++++++++++++++++++
 drivers/video/sh_mobile_meram.h       |   41 +++
 include/video/sh_mobile_lcdc.h        |    2 +
 include/video/sh_mobile_meram.h       |   69 ++++
 9 files changed, 857 insertions(+), 9 deletions(-)
 create mode 100644 drivers/video/sh_mobile_meram.c
 create mode 100644 drivers/video/sh_mobile_meram.h
 create mode 100644 include/video/sh_mobile_meram.h


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

end of thread, other threads:[~2011-05-09 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29  3:35 [RFC][PATCH 0/3] MERAM support for LCDC Damian Hobson-Garcia
2011-04-26  5:46 ` Magnus Damm
2011-04-28  6:08 ` Damian Hobson-Garcia
2011-05-09  7:03 ` Damian Hobson-Garcia
2011-05-09 16:22 ` Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).