linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: hverkuil@xs4all.nl
Subject: [PATCH 0/4] Move SoC camera to staging, depend on BROKEN
Date: Fri,  8 Feb 2019 10:41:43 +0200	[thread overview]
Message-ID: <20190208084147.9973-1-sakari.ailus@linux.intel.com> (raw)

Hi all,

This series moves the SoC camera framework and the remaining drivers under
the staging tree and makes them depend on BROKEN.

The files could be later removed.

Sakari Ailus (4):
  soc_camera: Move to the staging tree
  soc_camera: Move the imx074 under soc_camera directory
  soc_camera: Move the mt9t031 under soc_camera directory
  soc_camera: Depend on BROKEN

 drivers/media/i2c/Kconfig                           |  8 --------
 drivers/media/i2c/Makefile                          |  1 -
 drivers/media/platform/Kconfig                      |  1 -
 drivers/media/platform/Makefile                     |  2 --
 drivers/media/platform/soc_camera/Kconfig           |  8 --------
 drivers/media/platform/soc_camera/Makefile          |  1 -
 drivers/staging/media/Kconfig                       |  6 ++----
 drivers/staging/media/Makefile                      |  3 +--
 drivers/staging/media/imx074/Kconfig                |  5 -----
 drivers/staging/media/imx074/Makefile               |  1 -
 drivers/staging/media/imx074/TODO                   |  5 -----
 .../{media/i2c => staging/media}/soc_camera/Kconfig | 21 +++++++++++++++++++++
 .../i2c => staging/media}/soc_camera/Makefile       |  3 +++
 .../staging/media/{imx074 => soc_camera}/imx074.c   |  0
 .../staging/media/{mt9t031 => soc_camera}/mt9t031.c |  0
 .../media}/soc_camera/soc_camera.c                  |  0
 .../media}/soc_camera/soc_mediabus.c                |  0
 .../i2c => staging/media}/soc_camera/soc_mt9v022.c  |  0
 .../i2c => staging/media}/soc_camera/soc_ov5642.c   |  0
 .../i2c => staging/media}/soc_camera/soc_ov9740.c   |  0
 20 files changed, 27 insertions(+), 38 deletions(-)
 delete mode 100644 drivers/media/platform/soc_camera/Kconfig
 delete mode 100644 drivers/media/platform/soc_camera/Makefile
 delete mode 100644 drivers/staging/media/imx074/Kconfig
 delete mode 100644 drivers/staging/media/imx074/Makefile
 delete mode 100644 drivers/staging/media/imx074/TODO
 rename drivers/{media/i2c => staging/media}/soc_camera/Kconfig (57%)
 rename drivers/{media/i2c => staging/media}/soc_camera/Makefile (55%)
 rename drivers/staging/media/{imx074 => soc_camera}/imx074.c (100%)
 rename drivers/staging/media/{mt9t031 => soc_camera}/mt9t031.c (100%)
 rename drivers/{media/platform => staging/media}/soc_camera/soc_camera.c (100%)
 rename drivers/{media/platform => staging/media}/soc_camera/soc_mediabus.c (100%)
 rename drivers/{media/i2c => staging/media}/soc_camera/soc_mt9v022.c (100%)
 rename drivers/{media/i2c => staging/media}/soc_camera/soc_ov5642.c (100%)
 rename drivers/{media/i2c => staging/media}/soc_camera/soc_ov9740.c (100%)

-- 
2.11.0


             reply	other threads:[~2019-02-08  8:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-08  8:41 Sakari Ailus [this message]
2019-02-08  8:41 ` [PATCH 1/4] soc_camera: Move to the staging tree Sakari Ailus
2019-02-08  8:41 ` [PATCH 2/4] soc_camera: Move the imx074 under soc_camera directory Sakari Ailus
2019-02-08  8:41 ` [PATCH 3/4] soc_camera: Move the mt9t031 " Sakari Ailus
2019-02-08  8:41 ` [PATCH 4/4] soc_camera: Depend on BROKEN Sakari Ailus
2019-02-08  8:43 ` [PATCH 0/4] Move SoC camera to staging, depend " Sakari Ailus
2019-02-08  8:52 ` Hans Verkuil

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=20190208084147.9973-1-sakari.ailus@linux.intel.com \
    --to=sakari.ailus@linux.intel.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.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 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).