linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: linux-media@vger.kernel.org
Subject: [GIT PULL for 5.1] Move SoC camera to staging, mark as BROKEN
Date: Fri, 8 Feb 2019 13:35:29 +0200	[thread overview]
Message-ID: <20190208113529.d6bhv6blhmfwdfma@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

This set moves the SoC camera framework to staging and makes it depend on
BROKEN, as previously agreed.

Please pull.


The following changes since commit 6fd369dd1cb65a032f1ab9227033ecb7b759656d:

  media: vimc: fill in bus_info in media_device_info (2019-02-07 12:38:59 -0500)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git tags/no-soc-camera-2-sign-2

for you to fetch changes up to 4dd43216eb946352306695b987cd514d8587116b:

  soc_camera: Depend on BROKEN (2019-02-08 13:33:34 +0200)

----------------------------------------------------------------
no SoC camera

----------------------------------------------------------------
Sakari Ailus (6):
      soc_camera: Remove the mt9m001 SoC camera sensor driver
      soc_camera: Remove the rj45n1 SoC camera sensor driver
      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/i2c/soc_camera/soc_mt9m001.c         |  757 -----------
 drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c      | 1415 --------------------
 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 -
 .../i2c => staging/media}/soc_camera/Kconfig       |   28 +-
 .../i2c => staging/media}/soc_camera/Makefile      |    5 +-
 .../staging/media/{imx074 => soc_camera}/imx074.c  |    0
 .../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
 22 files changed, 24 insertions(+), 2222 deletions(-)
 delete mode 100644 drivers/media/i2c/soc_camera/soc_mt9m001.c
 delete mode 100644 drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c
 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 (62%)
 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%)

-- 
Sakari Ailus

                 reply	other threads:[~2019-02-08 11:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20190208113529.d6bhv6blhmfwdfma@valkosipuli.retiisi.org.uk \
    --to=sakari.ailus@iki.fi \
    --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).