linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/5] OMAP: VRFB: convert to platform device
@ 2012-10-17 10:18 Tomi Valkeinen
  2012-10-17 10:18 ` [PATCHv3 1/5] OMAP: VRFB: convert vrfb " Tomi Valkeinen
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Tomi Valkeinen @ 2012-10-17 10:18 UTC (permalink / raw)
  To: linux-omap, linux-fbdev, tony; +Cc: archit, Tomi Valkeinen

This is the third version of the series. Changes to v2 are:
* rebased on 3.7-rc1 to resolve conflicts
* add omap_vrfb_supported() so that cpu_is_* check can be removed from omapfb

As Kevin Hilman pointed out, the context restore is not functional. I didn't
touch that, as it's not functional with the current kernel either (and nobody
has complained, so it can't be that critical).

 Tomi

Tomi Valkeinen (5):
  OMAP: VRFB: convert vrfb to platform device
  OMAP: move arch/arm/plat-omap/include/plat/vrfb.h
  OMAP: SDRC: remove VRFB code
  OMAPDSS: VRFB: add omap_vrfb_supported()
  OMAPFB: use omap_vrfb_supported()

 arch/arm/mach-omap2/sdrc.c                   |   16 ---
 arch/arm/plat-omap/fb.c                      |   61 +++++++++++
 arch/arm/plat-omap/include/plat/sdrc.h       |    7 --
 arch/arm/plat-omap/include/plat/vrfb.h       |   66 ------------
 drivers/media/platform/omap/omap_vout.c      |    2 +-
 drivers/media/platform/omap/omap_vout_vrfb.c |    2 +-
 drivers/media/platform/omap/omap_voutdef.h   |    2 +-
 drivers/video/omap2/omapfb/omapfb-ioctl.c    |    2 +-
 drivers/video/omap2/omapfb/omapfb-main.c     |    8 +-
 drivers/video/omap2/omapfb/omapfb-sysfs.c    |    2 +-
 drivers/video/omap2/vrfb.c                   |  142 ++++++++++++++++++++++----
 include/video/omapvrfb.h                     |   68 ++++++++++++
 12 files changed, 257 insertions(+), 121 deletions(-)
 delete mode 100644 arch/arm/plat-omap/include/plat/vrfb.h
 create mode 100644 include/video/omapvrfb.h

-- 
1.7.9.5


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

end of thread, other threads:[~2012-10-18 12:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 10:18 [PATCHv3 0/5] OMAP: VRFB: convert to platform device Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 1/5] OMAP: VRFB: convert vrfb " Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 2/5] OMAP: move arch/arm/plat-omap/include/plat/vrfb.h Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 3/5] OMAP: SDRC: remove VRFB code Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 4/5] OMAPDSS: VRFB: add omap_vrfb_supported() Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 5/5] OMAPFB: use omap_vrfb_supported() Tomi Valkeinen
2012-10-17 10:25 ` [PATCHv3 0/5] OMAP: VRFB: convert to platform device Tomi Valkeinen
2012-10-17 18:29   ` Tony Lindgren
2012-10-18 12:45     ` Tomi Valkeinen

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