Commit ceafdaac authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: platform: rename omap3isp/ to ti/omap3isp/

As the end goal is to have platform drivers split by vendor,
rename omap3isp/ to ti/omap3isp/.
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent d24a170b
...@@ -17,7 +17,7 @@ Introduction ...@@ -17,7 +17,7 @@ Introduction
------------ ------------
This file documents the Texas Instruments OMAP 3 Image Signal Processor (ISP) This file documents the Texas Instruments OMAP 3 Image Signal Processor (ISP)
driver located under drivers/media/platform/omap3isp. The original driver was driver located under drivers/media/platform/ti/omap3isp. The original driver was
written by Texas Instruments but since that it has been rewritten (twice) at written by Texas Instruments but since that it has been rewritten (twice) at
Nokia. Nokia.
......
...@@ -25,7 +25,7 @@ As of Revision AB, the ISS is described in detail in section 8. ...@@ -25,7 +25,7 @@ As of Revision AB, the ISS is described in detail in section 8.
This driver is supporting **only** the CSI2-A/B interfaces for now. This driver is supporting **only** the CSI2-A/B interfaces for now.
It makes use of the Media Controller framework [#f2]_, and inherited most of the It makes use of the Media Controller framework [#f2]_, and inherited most of the
code from OMAP3 ISP driver (found under drivers/media/platform/omap3isp/\*), code from OMAP3 ISP driver (found under drivers/media/platform/ti/omap3isp/\*),
except that it doesn't need an IOMMU now for ISS buffers memory mapping. except that it doesn't need an IOMMU now for ISS buffers memory mapping.
Supports usage of MMAP buffers only (for now). Supports usage of MMAP buffers only (for now).
......
...@@ -167,7 +167,7 @@ The first event type in the class is reserved for future use, so the first ...@@ -167,7 +167,7 @@ The first event type in the class is reserved for future use, so the first
available event type is 'class base + 1'. available event type is 'class base + 1'.
An example on how the V4L2 events may be used can be found in the OMAP An example on how the V4L2 events may be used can be found in the OMAP
3 ISP driver (``drivers/media/platform/omap3isp``). 3 ISP driver (``drivers/media/platform/ti/omap3isp``).
A subdev can directly send an event to the :c:type:`v4l2_device` notify A subdev can directly send an event to the :c:type:`v4l2_device` notify
function with ``V4L2_DEVICE_NOTIFY_EVENT``. This allows the bridge to map function with ``V4L2_DEVICE_NOTIFY_EVENT``. This allows the bridge to map
......
...@@ -14094,7 +14094,7 @@ M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> ...@@ -14094,7 +14094,7 @@ M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
L: linux-media@vger.kernel.org L: linux-media@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/devicetree/bindings/media/ti,omap3isp.txt F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
F: drivers/media/platform/omap3isp/ F: drivers/media/platform/ti/omap3isp/
F: drivers/staging/media/omap4iss/ F: drivers/staging/media/omap4iss/
OMAP MMC SUPPORT OMAP MMC SUPPORT
......
...@@ -82,7 +82,6 @@ source "drivers/media/platform/mediatek/mtk-vpu/Kconfig" ...@@ -82,7 +82,6 @@ source "drivers/media/platform/mediatek/mtk-vpu/Kconfig"
source "drivers/media/platform/nvidia/tegra-vde/Kconfig" source "drivers/media/platform/nvidia/tegra-vde/Kconfig"
source "drivers/media/platform/nxp/Kconfig" source "drivers/media/platform/nxp/Kconfig"
source "drivers/media/platform/omap/Kconfig" source "drivers/media/platform/omap/Kconfig"
source "drivers/media/platform/omap3isp/Kconfig"
source "drivers/media/platform/qcom/Kconfig" source "drivers/media/platform/qcom/Kconfig"
source "drivers/media/platform/renesas/Kconfig" source "drivers/media/platform/renesas/Kconfig"
source "drivers/media/platform/rockchip/Kconfig" source "drivers/media/platform/rockchip/Kconfig"
...@@ -98,6 +97,7 @@ source "drivers/media/platform/st/stm32/Kconfig" ...@@ -98,6 +97,7 @@ source "drivers/media/platform/st/stm32/Kconfig"
source "drivers/media/platform/ti-vpe/Kconfig" source "drivers/media/platform/ti-vpe/Kconfig"
source "drivers/media/platform/ti/am437x/Kconfig" source "drivers/media/platform/ti/am437x/Kconfig"
source "drivers/media/platform/ti/davinci/Kconfig" source "drivers/media/platform/ti/davinci/Kconfig"
source "drivers/media/platform/ti/omap3isp/Kconfig"
source "drivers/media/platform/via/Kconfig" source "drivers/media/platform/via/Kconfig"
source "drivers/media/platform/xilinx/Kconfig" source "drivers/media/platform/xilinx/Kconfig"
......
...@@ -22,7 +22,6 @@ obj-y += mediatek/mtk-vpu/ ...@@ -22,7 +22,6 @@ obj-y += mediatek/mtk-vpu/
obj-y += nvidia/tegra-vde/ obj-y += nvidia/tegra-vde/
obj-y += nxp/ obj-y += nxp/
obj-y += omap/ obj-y += omap/
obj-y += omap3isp/
obj-y += qcom/camss/ obj-y += qcom/camss/
obj-y += qcom/venus/ obj-y += qcom/venus/
obj-y += renesas/ obj-y += renesas/
...@@ -43,6 +42,7 @@ obj-y += st/stm32/ ...@@ -43,6 +42,7 @@ obj-y += st/stm32/
obj-y += ti-vpe/ obj-y += ti-vpe/
obj-y += ti/am437x/ obj-y += ti/am437x/
obj-y += ti/davinci/ obj-y += ti/davinci/
obj-y += ti/omap3isp/
obj-y += via/ obj-y += via/
obj-y += xilinx/ obj-y += xilinx/
......
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