All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org,
	tony@atomide.com, archit@ti.com
Subject: Re: [PATCHv3 0/5] OMAP: VRFB: convert to platform device
Date: Wed, 17 Oct 2012 10:25:59 +0000	[thread overview]
Message-ID: <507E87B7.3070707@ti.com> (raw)
In-Reply-To: <1350469102-24888-1-git-send-email-tomi.valkeinen@ti.com>

[-- Attachment #1: Type: text/plain, Size: 2393 bytes --]

Hi Tony,

I have pushed this vrfb series and the omapdss version series to:

git://gitorious.org/linux-omap-dss2/linux.git 3.8/dss-version
git://gitorious.org/linux-omap-dss2/linux.git 3.8/vrfb-conversion

If they look ok to you and we don't get any other comments, I think
these branches can be considered stable and you can pull them.

After these are merged:

$ git grep -E "(plat/)|(mach/)" drivers/video/omap2/
drivers/video/omap2/omapfb/omapfb-ioctl.c:#include <plat/vram.h>
drivers/video/omap2/omapfb/omapfb-main.c:#include <plat/vram.h>
drivers/video/omap2/vram.c:#include <plat/vram.h>

So the vram stuff should be the only omap dependency left in omapdss and
omapfb. I'll start working on that soon.

 Tomi

On 2012-10-17 13:18, Tomi Valkeinen wrote:
> 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
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 897 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org,
	tony@atomide.com, archit@ti.com
Subject: Re: [PATCHv3 0/5] OMAP: VRFB: convert to platform device
Date: Wed, 17 Oct 2012 13:25:59 +0300	[thread overview]
Message-ID: <507E87B7.3070707@ti.com> (raw)
In-Reply-To: <1350469102-24888-1-git-send-email-tomi.valkeinen@ti.com>

[-- Attachment #1: Type: text/plain, Size: 2393 bytes --]

Hi Tony,

I have pushed this vrfb series and the omapdss version series to:

git://gitorious.org/linux-omap-dss2/linux.git 3.8/dss-version
git://gitorious.org/linux-omap-dss2/linux.git 3.8/vrfb-conversion

If they look ok to you and we don't get any other comments, I think
these branches can be considered stable and you can pull them.

After these are merged:

$ git grep -E "(plat/)|(mach/)" drivers/video/omap2/
drivers/video/omap2/omapfb/omapfb-ioctl.c:#include <plat/vram.h>
drivers/video/omap2/omapfb/omapfb-main.c:#include <plat/vram.h>
drivers/video/omap2/vram.c:#include <plat/vram.h>

So the vram stuff should be the only omap dependency left in omapdss and
omapfb. I'll start working on that soon.

 Tomi

On 2012-10-17 13:18, Tomi Valkeinen wrote:
> 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
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 897 bytes --]

  parent reply	other threads:[~2012-10-17 10:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-17 10:18 [PATCHv3 0/5] OMAP: VRFB: convert to platform device Tomi Valkeinen
2012-10-17 10:18 ` Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 1/5] OMAP: VRFB: convert vrfb " Tomi Valkeinen
2012-10-17 10:18   ` 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   ` Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 3/5] OMAP: SDRC: remove VRFB code Tomi Valkeinen
2012-10-17 10:18   ` Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 4/5] OMAPDSS: VRFB: add omap_vrfb_supported() Tomi Valkeinen
2012-10-17 10:18   ` Tomi Valkeinen
2012-10-17 10:18 ` [PATCHv3 5/5] OMAPFB: use omap_vrfb_supported() Tomi Valkeinen
2012-10-17 10:18   ` Tomi Valkeinen
2012-10-17 10:25 ` Tomi Valkeinen [this message]
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-17 18:29     ` Tony Lindgren
2012-10-18 12:45     ` Tomi Valkeinen
2012-10-18 12:45       ` Tomi Valkeinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=507E87B7.3070707@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=archit@ti.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.