Commit ec6859b2 authored by Todor Tomov's avatar Todor Tomov Committed by Mauro Carvalho Chehab

media: Rename CAMSS driver path

Support for camera subsystem on QComm MSM8996/APQ8096 is to be added
so remove hardware version from CAMSS driver's path.
Signed-off-by: default avatarTodor Tomov <todor.tomov@linaro.org>
Signed-off-by: default avatarHans Verkuil <hansverk@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 6e15bec4
...@@ -11870,7 +11870,7 @@ L: linux-media@vger.kernel.org ...@@ -11870,7 +11870,7 @@ L: linux-media@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/devicetree/bindings/media/qcom,camss.txt F: Documentation/devicetree/bindings/media/qcom,camss.txt
F: Documentation/media/v4l-drivers/qcom_camss.rst F: Documentation/media/v4l-drivers/qcom_camss.rst
F: drivers/media/platform/qcom/camss-8x16/ F: drivers/media/platform/qcom/camss/
QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
M: Ilia Lin <ilia.lin@gmail.com> M: Ilia Lin <ilia.lin@gmail.com>
......
...@@ -90,7 +90,7 @@ config VIDEO_PXA27x ...@@ -90,7 +90,7 @@ config VIDEO_PXA27x
This is a v4l2 driver for the PXA27x Quick Capture Interface This is a v4l2 driver for the PXA27x Quick Capture Interface
config VIDEO_QCOM_CAMSS config VIDEO_QCOM_CAMSS
tristate "Qualcomm 8x16 V4L2 Camera Subsystem driver" tristate "Qualcomm V4L2 Camera Subsystem driver"
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
select VIDEOBUF2_DMA_SG select VIDEOBUF2_DMA_SG
......
...@@ -89,7 +89,7 @@ obj-$(CONFIG_VIDEO_MEDIATEK_MDP) += mtk-mdp/ ...@@ -89,7 +89,7 @@ obj-$(CONFIG_VIDEO_MEDIATEK_MDP) += mtk-mdp/
obj-$(CONFIG_VIDEO_MEDIATEK_JPEG) += mtk-jpeg/ obj-$(CONFIG_VIDEO_MEDIATEK_JPEG) += mtk-jpeg/
obj-$(CONFIG_VIDEO_QCOM_CAMSS) += qcom/camss-8x16/ obj-$(CONFIG_VIDEO_QCOM_CAMSS) += qcom/camss/
obj-$(CONFIG_VIDEO_QCOM_VENUS) += qcom/venus/ obj-$(CONFIG_VIDEO_QCOM_VENUS) += qcom/venus/
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module
* *
* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module
* *
* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2014, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - CSIPHY Module * Qualcomm MSM Camera Subsystem - CSIPHY Module
* *
* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2016-2017 Linaro Ltd. * Copyright (C) 2016-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - CSIPHY Module * Qualcomm MSM Camera Subsystem - CSIPHY Module
* *
* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2016-2017 Linaro Ltd. * Copyright (C) 2016-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - ISPIF (ISP Interface) Module * Qualcomm MSM Camera Subsystem - ISPIF (ISP Interface) Module
* *
* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - ISPIF (ISP Interface) Module * Qualcomm MSM Camera Subsystem - ISPIF (ISP Interface) Module
* *
* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module * Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module
* *
* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module * Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module
* *
* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - V4L2 device node * Qualcomm MSM Camera Subsystem - V4L2 device node
* *
* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - V4L2 device node * Qualcomm MSM Camera Subsystem - V4L2 device node
* *
* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - Core * Qualcomm MSM Camera Subsystem - Core
* *
* Copyright (c) 2015, The Linux Foundation. All rights reserved. * Copyright (c) 2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Qualcomm MSM Camera Subsystem - Core * Qualcomm MSM Camera Subsystem - Core
* *
* Copyright (c) 2015, The Linux Foundation. All rights reserved. * Copyright (c) 2015, The Linux Foundation. All rights reserved.
* Copyright (C) 2015-2017 Linaro Ltd. * Copyright (C) 2015-2018 Linaro Ltd.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment