All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-media@vger.kernel.org
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Tony Lindgren <tony@atomide.com>
Subject: Re: [PATCH 0/2] omap3isp: Remove legacy platform data support
Date: Thu, 16 Jul 2015 19:14:26 +0300	[thread overview]
Message-ID: <55A7D862.3070700@iki.fi> (raw)
In-Reply-To: <1437051319-9904-1-git-send-email-laurent.pinchart@ideasonboard.com>

Laurent Pinchart wrote:
> Hello,
> 
> Now that all users of the OMAP3 ISP have switched to DT, this patch series
> removes support for legacy platform data support in the omap3isp driver. It
> also drops the OMAP3 ISP device instantiation board code that is now unused.
> 
> Patch 2/2 depends on 1/2. From a conflict resolution point of view it would be
> easier to merge the whole series through the linux-media tree. Tony, would
> that be fine with you ? If so could you please ack patch 1/2 ?
> 
> Laurent Pinchart (2):
>   ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation
>   v4l: omap3isp: Drop platform data support
> 
>  arch/arm/mach-omap2/devices.c               |  53 ----------
>  arch/arm/mach-omap2/devices.h               |  19 ----
>  drivers/media/platform/Kconfig              |   2 +-
>  drivers/media/platform/omap3isp/isp.c       | 133 ++++-------------------
>  drivers/media/platform/omap3isp/isp.h       |   7 +-
>  drivers/media/platform/omap3isp/ispcsiphy.h |   2 +-
>  drivers/media/platform/omap3isp/ispvideo.c  |   9 +-
>  drivers/media/platform/omap3isp/omap3isp.h  | 132 +++++++++++++++++++++++
>  include/media/omap3isp.h                    | 158 ----------------------------
>  9 files changed, 158 insertions(+), 357 deletions(-)
>  delete mode 100644 arch/arm/mach-omap2/devices.h
>  create mode 100644 drivers/media/platform/omap3isp/omap3isp.h
>  delete mode 100644 include/media/omap3isp.h

For the set:

Acked-by: Sakari Ailus <sakari.ailus@iki.fi>

-- 
Sakari Ailus
sakari.ailus@iki.fi

WARNING: multiple messages have this Message-ID (diff)
From: sakari.ailus@iki.fi (Sakari Ailus)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] omap3isp: Remove legacy platform data support
Date: Thu, 16 Jul 2015 19:14:26 +0300	[thread overview]
Message-ID: <55A7D862.3070700@iki.fi> (raw)
In-Reply-To: <1437051319-9904-1-git-send-email-laurent.pinchart@ideasonboard.com>

Laurent Pinchart wrote:
> Hello,
> 
> Now that all users of the OMAP3 ISP have switched to DT, this patch series
> removes support for legacy platform data support in the omap3isp driver. It
> also drops the OMAP3 ISP device instantiation board code that is now unused.
> 
> Patch 2/2 depends on 1/2. From a conflict resolution point of view it would be
> easier to merge the whole series through the linux-media tree. Tony, would
> that be fine with you ? If so could you please ack patch 1/2 ?
> 
> Laurent Pinchart (2):
>   ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation
>   v4l: omap3isp: Drop platform data support
> 
>  arch/arm/mach-omap2/devices.c               |  53 ----------
>  arch/arm/mach-omap2/devices.h               |  19 ----
>  drivers/media/platform/Kconfig              |   2 +-
>  drivers/media/platform/omap3isp/isp.c       | 133 ++++-------------------
>  drivers/media/platform/omap3isp/isp.h       |   7 +-
>  drivers/media/platform/omap3isp/ispcsiphy.h |   2 +-
>  drivers/media/platform/omap3isp/ispvideo.c  |   9 +-
>  drivers/media/platform/omap3isp/omap3isp.h  | 132 +++++++++++++++++++++++
>  include/media/omap3isp.h                    | 158 ----------------------------
>  9 files changed, 158 insertions(+), 357 deletions(-)
>  delete mode 100644 arch/arm/mach-omap2/devices.h
>  create mode 100644 drivers/media/platform/omap3isp/omap3isp.h
>  delete mode 100644 include/media/omap3isp.h

For the set:

Acked-by: Sakari Ailus <sakari.ailus@iki.fi>

-- 
Sakari Ailus
sakari.ailus at iki.fi

  parent reply	other threads:[~2015-07-16 16:14 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 12:55 [PATCH 0/2] omap3isp: Remove legacy platform data support Laurent Pinchart
2015-07-16 12:55 ` Laurent Pinchart
2015-07-16 12:55 ` [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation Laurent Pinchart
2015-07-16 12:55   ` Laurent Pinchart
2015-07-16 12:58   ` Tony Lindgren
2015-07-16 12:58     ` Tony Lindgren
2015-09-03 22:34     ` Suman Anna
2015-09-03 22:34       ` Suman Anna
2015-09-14 16:29       ` Suman Anna
2015-09-14 16:29         ` Suman Anna
2015-09-14 16:33         ` Tony Lindgren
2015-09-14 16:33           ` Tony Lindgren
2015-10-12 17:05           ` Tony Lindgren
2015-10-12 17:05             ` Tony Lindgren
2015-11-09 17:48             ` Laurent Pinchart
2015-11-09 17:48               ` Laurent Pinchart
2015-07-16 15:45   ` Sakari Ailus
2015-07-16 15:45     ` Sakari Ailus
2015-07-16 15:52     ` Laurent Pinchart
2015-07-16 15:52       ` Laurent Pinchart
2015-07-16 16:01       ` Sakari Ailus
2015-07-16 16:01         ` Sakari Ailus
2015-07-16 12:55 ` [PATCH 2/2] v4l: omap3isp: Drop platform data support Laurent Pinchart
2015-07-16 12:55   ` Laurent Pinchart
2015-07-16 16:14 ` Sakari Ailus [this message]
2015-07-16 16:14   ` [PATCH 0/2] omap3isp: Remove legacy " Sakari Ailus

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=55A7D862.3070700@iki.fi \
    --to=sakari.ailus@iki.fi \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-media@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.