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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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.


+1 −1
Original line number Original line Diff line number Diff line
@@ -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).
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"
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"


Loading