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: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
d24a170bde
commit
ceafdaac46
Documentation
MAINTAINERSdrivers/media/platform
KconfigMakefile
ti/omap3isp
KconfigMakefilecfa_coef_table.hgamma_table.hisp.cisp.hispccdc.cispccdc.hispccp2.cispccp2.hispcsi2.cispcsi2.hispcsiphy.cispcsiphy.hisph3a.hisph3a_aewb.cisph3a_af.cisphist.cisphist.hisppreview.cisppreview.hispreg.hispresizer.cispresizer.hispstat.cispstat.hispvideo.cispvideo.hluma_enhance_table.hnoise_filter_table.homap3isp.h
|
@ -17,7 +17,7 @@ Introduction
|
|||
------------
|
||||
|
||||
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
|
||||
Nokia.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
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
|
|||
available event type is 'class base + 1'.
|
||||
|
||||
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
|
||||
function with ``V4L2_DEVICE_NOTIFY_EVENT``. This allows the bridge to map
|
||||
|
|
|
@ -14094,7 +14094,7 @@ M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|||
L: linux-media@vger.kernel.org
|
||||
S: Maintained
|
||||
F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
|
||||
F: drivers/media/platform/omap3isp/
|
||||
F: drivers/media/platform/ti/omap3isp/
|
||||
F: drivers/staging/media/omap4iss/
|
||||
|
||||
OMAP MMC SUPPORT
|
||||
|
|
|
@ -82,7 +82,6 @@ source "drivers/media/platform/mediatek/mtk-vpu/Kconfig"
|
|||
source "drivers/media/platform/nvidia/tegra-vde/Kconfig"
|
||||
source "drivers/media/platform/nxp/Kconfig"
|
||||
source "drivers/media/platform/omap/Kconfig"
|
||||
source "drivers/media/platform/omap3isp/Kconfig"
|
||||
source "drivers/media/platform/qcom/Kconfig"
|
||||
source "drivers/media/platform/renesas/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/am437x/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/xilinx/Kconfig"
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ obj-y += mediatek/mtk-vpu/
|
|||
obj-y += nvidia/tegra-vde/
|
||||
obj-y += nxp/
|
||||
obj-y += omap/
|
||||
obj-y += omap3isp/
|
||||
obj-y += qcom/camss/
|
||||
obj-y += qcom/venus/
|
||||
obj-y += renesas/
|
||||
|
@ -43,6 +42,7 @@ obj-y += st/stm32/
|
|||
obj-y += ti-vpe/
|
||||
obj-y += ti/am437x/
|
||||
obj-y += ti/davinci/
|
||||
obj-y += ti/omap3isp/
|
||||
obj-y += via/
|
||||
obj-y += xilinx/
|
||||
|
||||
|
|
Loading…
Reference in New Issue