diff options
author | Bingbu Cao <bingbu.cao@intel.com> | 2023-05-18 12:05:21 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-07-14 12:40:48 +0200 |
commit | 881ca25978c6f536a00205daa8b2452edd057ff9 (patch) | |
tree | 9a548e2d84347d432a56e9ae524353ed184909f7 /drivers/media/pci/intel/Makefile | |
parent | media: cadence: Add support for JH7110 SoC (diff) | |
download | linux-881ca25978c6f536a00205daa8b2452edd057ff9.tar.xz linux-881ca25978c6f536a00205daa8b2452edd057ff9.zip |
media: ipu3-cio2: rename cio2 bridge to ipu bridge and move out of ipu3
cio2 bridge was involved along with IPU3. However, in fact all Intel IPUs
besides IPU3 CIO2 need this bridge driver. This patch move bridge driver
out of ipu3 directory and rename as ipu-bridge. Then it can be worked with
IPU3 and other Intel IPUs.
Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/pci/intel/Makefile')
-rw-r--r-- | drivers/media/pci/intel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/pci/intel/Makefile b/drivers/media/pci/intel/Makefile index 0b4236c4db49..951191a7e401 100644 --- a/drivers/media/pci/intel/Makefile +++ b/drivers/media/pci/intel/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only # -# Makefile for the IPU3 cio2 and ImGU drivers +# Makefile for the IPU drivers # - +obj-$(CONFIG_IPU_BRIDGE) += ipu-bridge.o obj-y += ipu3/ |