All of lore.kernel.org
 help / color / mirror / Atom feed
From: jacopo mondi <jacopo@jmondi.org>
To: petrcvekcz@gmail.com
Cc: marek.vasut@gmail.com, mchehab@kernel.org,
	linux-media@vger.kernel.org, robert.jarzmik@free.fr,
	slapin@ossfans.org, philipp.zabel@gmail.com
Subject: Re: [PATCH v1 1/5] [media] soc_camera: ov9640: move ov9640 out of soc_camera
Date: Fri, 10 Aug 2018 09:32:40 +0200	[thread overview]
Message-ID: <20180810073240.GB7060@w540> (raw)
In-Reply-To: <3852f6ed6544bfa3d8d0850b993190094eb09999.1533774451.git.petrcvekcz@gmail.com>

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

Hi Petr,
   thanks for the patches,

On Thu, Aug 09, 2018 at 03:39:45AM +0200, petrcvekcz@gmail.com wrote:
> From: Petr Cvek <petrcvekcz@gmail.com>
>
> Initial part of ov9640 transition from soc_camera subsystem to a standalone
> v4l2 subdevice.
>
> Signed-off-by: Petr Cvek <petrcvekcz@gmail.com>
> ---
>  drivers/media/i2c/{soc_camera => }/ov9640.c | 0
>  drivers/media/i2c/{soc_camera => }/ov9640.h | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  rename drivers/media/i2c/{soc_camera => }/ov9640.c (100%)
>  rename drivers/media/i2c/{soc_camera => }/ov9640.h (100%)
>
> diff --git a/drivers/media/i2c/soc_camera/ov9640.c b/drivers/media/i2c/ov9640.c
> similarity index 100%
> rename from drivers/media/i2c/soc_camera/ov9640.c
> rename to drivers/media/i2c/ov9640.c
> diff --git a/drivers/media/i2c/soc_camera/ov9640.h b/drivers/media/i2c/ov9640.h
> similarity index 100%
> rename from drivers/media/i2c/soc_camera/ov9640.h
> rename to drivers/media/i2c/ov9640.h

When I've been recently doing the same for ov772x and other sensor
driver I've been suggested to first copy the driver into
drivers/media/i2c/ and leave the original soc_camera one there, so
they can be bulk removed or moved to staging. I'll let Hans confirm
this, as he's about to take care of this process.

Thanks
   j

> --
> 2.18.0
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2018-08-10 10:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-09  1:39 [PATCH v1 0/5] [media] soc_camera: ov9640 switch to v4l2_async petrcvekcz
2018-08-09  1:39 ` [PATCH v1 1/5] [media] soc_camera: ov9640: move ov9640 out of soc_camera petrcvekcz
2018-08-10  7:32   ` jacopo mondi [this message]
2018-08-09  1:39 ` [PATCH v1 2/5] [media] i2c: soc_camera: remove ov9640 Kconfig and Makefile options petrcvekcz
2018-08-09  1:39 ` [PATCH v1 3/5] [media] i2c: add ov9640 config option as a standalone v4l2 sensor petrcvekcz
2018-08-09  1:39 ` [PATCH v1 4/5] [media] i2c: drop soc_camera code from ov9640 and switch to v4l2_async petrcvekcz
2018-08-10  7:51   ` jacopo mondi
2018-08-12 13:13     ` Petr Cvek
2018-08-13 14:12       ` jacopo mondi
2018-08-09  1:39 ` [PATCH v1 5/5] MAINTAINERS: Add Petr Cvek as a maintainer for the ov9640 driver petrcvekcz

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=20180810073240.GB7060@w540 \
    --to=jacopo@jmondi.org \
    --cc=linux-media@vger.kernel.org \
    --cc=marek.vasut@gmail.com \
    --cc=mchehab@kernel.org \
    --cc=petrcvekcz@gmail.com \
    --cc=philipp.zabel@gmail.com \
    --cc=robert.jarzmik@free.fr \
    --cc=slapin@ossfans.org \
    /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.