linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove more SoC camera sensor drivers
@ 2019-02-04 15:42 Sakari Ailus
  2019-02-04 15:42 ` [PATCH 1/2] soc_camera: Remove the mt9m001 SoC camera sensor driver Sakari Ailus
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sakari Ailus @ 2019-02-04 15:42 UTC (permalink / raw)
  To: linux-media; +Cc: hverkuil

Hi folks,

This set removes two additional SoC camera sensor drivers that have
corresponding V4L2 sub-device drivers.

Sakari Ailus (2):
  soc_camera: Remove the mt9m001 SoC camera sensor driver
  soc_camera: Remove the rj45n1 SoC camera sensor driver

 drivers/media/i2c/soc_camera/Kconfig          |   13 -
 drivers/media/i2c/soc_camera/Makefile         |    2 -
 drivers/media/i2c/soc_camera/soc_mt9m001.c    |  757 -------------
 drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c | 1415 -------------------------
 4 files changed, 2187 deletions(-)
 delete mode 100644 drivers/media/i2c/soc_camera/soc_mt9m001.c
 delete mode 100644 drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c

-- 
2.11.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] soc_camera: Remove the mt9m001 SoC camera sensor driver
  2019-02-04 15:42 [PATCH 0/2] Remove more SoC camera sensor drivers Sakari Ailus
@ 2019-02-04 15:42 ` Sakari Ailus
  2019-02-04 15:42 ` [PATCH 2/2] soc_camera: Remove the rj45n1 " Sakari Ailus
  2019-02-07 12:29 ` [PATCH 0/2] Remove more SoC camera sensor drivers Hans Verkuil
  2 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2019-02-04 15:42 UTC (permalink / raw)
  To: linux-media; +Cc: hverkuil

There is a V4L2 sub-device sensor driver for the mt9m001. Remove the SoC
camera one.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/media/i2c/soc_camera/Kconfig       |   7 -
 drivers/media/i2c/soc_camera/Makefile      |   1 -
 drivers/media/i2c/soc_camera/soc_mt9m001.c | 757 -----------------------------
 3 files changed, 765 deletions(-)
 delete mode 100644 drivers/media/i2c/soc_camera/soc_mt9m001.c

diff --git a/drivers/media/i2c/soc_camera/Kconfig b/drivers/media/i2c/soc_camera/Kconfig
index dea66ef1394d..5dcb93c0a902 100644
--- a/drivers/media/i2c/soc_camera/Kconfig
+++ b/drivers/media/i2c/soc_camera/Kconfig
@@ -1,12 +1,5 @@
 comment "soc_camera sensor drivers"
 
-config SOC_CAMERA_MT9M001
-	tristate "mt9m001 support"
-	depends on SOC_CAMERA && I2C
-	help
-	  This driver supports MT9M001 cameras from Micron, monochrome
-	  and colour models.
-
 config SOC_CAMERA_MT9M111
 	tristate "legacy soc_camera mt9m111, mt9m112 and mt9m131 support"
 	depends on SOC_CAMERA && I2C
diff --git a/drivers/media/i2c/soc_camera/Makefile b/drivers/media/i2c/soc_camera/Makefile
index 94659f7aa195..a215d8b095d9 100644
--- a/drivers/media/i2c/soc_camera/Makefile
+++ b/drivers/media/i2c/soc_camera/Makefile
@@ -1,5 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-obj-$(CONFIG_SOC_CAMERA_MT9M001)	+= soc_mt9m001.o
 obj-$(CONFIG_SOC_CAMERA_MT9V022)	+= soc_mt9v022.o
 obj-$(CONFIG_SOC_CAMERA_OV5642)		+= soc_ov5642.o
 obj-$(CONFIG_SOC_CAMERA_OV9740)		+= soc_ov9740.o
diff --git a/drivers/media/i2c/soc_camera/soc_mt9m001.c b/drivers/media/i2c/soc_camera/soc_mt9m001.c
deleted file mode 100644
index a1a85ff838c5..000000000000
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] soc_camera: Remove the rj45n1 SoC camera sensor driver
  2019-02-04 15:42 [PATCH 0/2] Remove more SoC camera sensor drivers Sakari Ailus
  2019-02-04 15:42 ` [PATCH 1/2] soc_camera: Remove the mt9m001 SoC camera sensor driver Sakari Ailus
@ 2019-02-04 15:42 ` Sakari Ailus
  2019-02-07 12:29 ` [PATCH 0/2] Remove more SoC camera sensor drivers Hans Verkuil
  2 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2019-02-04 15:42 UTC (permalink / raw)
  To: linux-media; +Cc: hverkuil

There is a V4L2 sub-device sensor driver for the rj45n1. Remove the SoC
camera one.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/media/i2c/soc_camera/Kconfig          |    6 -
 drivers/media/i2c/soc_camera/Makefile         |    1 -
 drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c | 1415 -------------------------
 3 files changed, 1422 deletions(-)
 delete mode 100644 drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c

diff --git a/drivers/media/i2c/soc_camera/Kconfig b/drivers/media/i2c/soc_camera/Kconfig
index 5dcb93c0a902..bcd9ef86f40b 100644
--- a/drivers/media/i2c/soc_camera/Kconfig
+++ b/drivers/media/i2c/soc_camera/Kconfig
@@ -27,9 +27,3 @@ config SOC_CAMERA_OV9740
 	depends on SOC_CAMERA && I2C
 	help
 	  This is a ov9740 camera driver
-
-config SOC_CAMERA_RJ54N1
-	tristate "rj54n1cb0c support"
-	depends on SOC_CAMERA && I2C
-	help
-	  This is a rj54n1cb0c video driver
diff --git a/drivers/media/i2c/soc_camera/Makefile b/drivers/media/i2c/soc_camera/Makefile
index a215d8b095d9..6d63eb31c3b7 100644
--- a/drivers/media/i2c/soc_camera/Makefile
+++ b/drivers/media/i2c/soc_camera/Makefile
@@ -2,4 +2,3 @@
 obj-$(CONFIG_SOC_CAMERA_MT9V022)	+= soc_mt9v022.o
 obj-$(CONFIG_SOC_CAMERA_OV5642)		+= soc_ov5642.o
 obj-$(CONFIG_SOC_CAMERA_OV9740)		+= soc_ov9740.o
-obj-$(CONFIG_SOC_CAMERA_RJ54N1)		+= soc_rj54n1cb0c.o
diff --git a/drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c b/drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c
deleted file mode 100644
index f0cb49a6167b..000000000000
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] Remove more SoC camera sensor drivers
  2019-02-04 15:42 [PATCH 0/2] Remove more SoC camera sensor drivers Sakari Ailus
  2019-02-04 15:42 ` [PATCH 1/2] soc_camera: Remove the mt9m001 SoC camera sensor driver Sakari Ailus
  2019-02-04 15:42 ` [PATCH 2/2] soc_camera: Remove the rj45n1 " Sakari Ailus
@ 2019-02-07 12:29 ` Hans Verkuil
  2 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2019-02-07 12:29 UTC (permalink / raw)
  To: Sakari Ailus, linux-media

On 2/4/19 4:42 PM, Sakari Ailus wrote:
> Hi folks,
> 
> This set removes two additional SoC camera sensor drivers that have
> corresponding V4L2 sub-device drivers.
> 
> Sakari Ailus (2):
>   soc_camera: Remove the mt9m001 SoC camera sensor driver
>   soc_camera: Remove the rj45n1 SoC camera sensor driver

For the series:

Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

Regards,

	Hans

> 
>  drivers/media/i2c/soc_camera/Kconfig          |   13 -
>  drivers/media/i2c/soc_camera/Makefile         |    2 -
>  drivers/media/i2c/soc_camera/soc_mt9m001.c    |  757 -------------
>  drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c | 1415 -------------------------
>  4 files changed, 2187 deletions(-)
>  delete mode 100644 drivers/media/i2c/soc_camera/soc_mt9m001.c
>  delete mode 100644 drivers/media/i2c/soc_camera/soc_rj54n1cb0c.c
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-07 12:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04 15:42 [PATCH 0/2] Remove more SoC camera sensor drivers Sakari Ailus
2019-02-04 15:42 ` [PATCH 1/2] soc_camera: Remove the mt9m001 SoC camera sensor driver Sakari Ailus
2019-02-04 15:42 ` [PATCH 2/2] soc_camera: Remove the rj45n1 " Sakari Ailus
2019-02-07 12:29 ` [PATCH 0/2] Remove more SoC camera sensor drivers Hans Verkuil

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).