All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: omap2plus_defconfig: Enable OMAP3 ISP and dependencies
@ 2016-02-08 17:53 ` Javier Martinez Canillas
  0 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-omap, Tony Lindgren, linux-arm-kernel, Javier Martinez Canillas

Hello,

This small series enables all the Kconfig symbols needed to test the
OMAP3 ISP on the IGEPv2 board. I've enabled as much as possible as a
module and only as built-in the options that are boolean.

Best regards,
Javier


Javier Martinez Canillas (3):
  ARM: omap2plus_defconfig: Enable OMAP IOMMU support
  ARM: omap2plus_defconfig: Enable ISP support and dependencies
  ARM: omap2plus_defconfig: Enable TI TVP5150 video decoder support

 arch/arm/configs/omap2plus_defconfig | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 0/3] ARM: omap2plus_defconfig: Enable OMAP3 ISP and dependencies
@ 2016-02-08 17:53 ` Javier Martinez Canillas
  0 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This small series enables all the Kconfig symbols needed to test the
OMAP3 ISP on the IGEPv2 board. I've enabled as much as possible as a
module and only as built-in the options that are boolean.

Best regards,
Javier


Javier Martinez Canillas (3):
  ARM: omap2plus_defconfig: Enable OMAP IOMMU support
  ARM: omap2plus_defconfig: Enable ISP support and dependencies
  ARM: omap2plus_defconfig: Enable TI TVP5150 video decoder support

 arch/arm/configs/omap2plus_defconfig | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/3] ARM: omap2plus_defconfig: Enable OMAP IOMMU support
  2016-02-08 17:53 ` Javier Martinez Canillas
@ 2016-02-08 17:53   ` Javier Martinez Canillas
  -1 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-omap, Tony Lindgren, linux-arm-kernel, Javier Martinez Canillas

OMAP3 media platform drivers (i.e: omap3isp) needs IOMMU support so
enable it to be able to test the OMAP3 Image Signal Processor (ISP).

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/configs/omap2plus_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index a7151744b85c..c53d21c30b20 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -412,7 +412,8 @@ CONFIG_RTC_DRV_OMAP=m
 CONFIG_DMADEVICES=y
 CONFIG_TI_EDMA=y
 CONFIG_DMA_OMAP=y
-# CONFIG_IOMMU_SUPPORT is not set
+CONFIG_IOMMU_SUPPORT=y
+CONFIG_OMAP_IOMMU=y
 CONFIG_EXTCON=m
 CONFIG_EXTCON_USB_GPIO=m
 CONFIG_EXTCON_PALMAS=m
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 1/3] ARM: omap2plus_defconfig: Enable OMAP IOMMU support
@ 2016-02-08 17:53   ` Javier Martinez Canillas
  0 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-arm-kernel

OMAP3 media platform drivers (i.e: omap3isp) needs IOMMU support so
enable it to be able to test the OMAP3 Image Signal Processor (ISP).

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/configs/omap2plus_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index a7151744b85c..c53d21c30b20 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -412,7 +412,8 @@ CONFIG_RTC_DRV_OMAP=m
 CONFIG_DMADEVICES=y
 CONFIG_TI_EDMA=y
 CONFIG_DMA_OMAP=y
-# CONFIG_IOMMU_SUPPORT is not set
+CONFIG_IOMMU_SUPPORT=y
+CONFIG_OMAP_IOMMU=y
 CONFIG_EXTCON=m
 CONFIG_EXTCON_USB_GPIO=m
 CONFIG_EXTCON_PALMAS=m
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/3] ARM: omap2plus_defconfig: Enable ISP support and dependencies
  2016-02-08 17:53 ` Javier Martinez Canillas
  (?)
@ 2016-02-08 17:53   ` Javier Martinez Canillas
  -1 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-omap, Tony Lindgren, linux-arm-kernel, Javier Martinez Canillas

The OMAP3 SoC has a Image Signal Processor (ISP) that's used to accelerate
camera images processing. The ISP driver implements V4L2, Media Controller
and V4L2 sub-dev interfaces so enable support for the driver and all these
dependencies to allow video capture to be tested using this HW IP block.

Also, disable the I2C ancillary drivers auto-select option since the media
driver does not auto-select the ancillary devices that are attached to the
bridge because this depends on what's present in the supported OMAP boards.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/configs/omap2plus_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index c53d21c30b20..792a56d5f45c 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -288,6 +288,13 @@ CONFIG_REGULATOR_TPS65217=y
 CONFIG_REGULATOR_TPS65218=y
 CONFIG_REGULATOR_TPS65910=y
 CONFIG_REGULATOR_TWL4030=y
+CONFIG_MEDIA_SUPPORT=m
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_CONTROLLER=y
+CONFIG_VIDEO_V4L2_SUBDEV_API=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_VIDEO_OMAP3=m
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_MODE_HELPERS=y
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/3] ARM: omap2plus_defconfig: Enable ISP support and dependencies
@ 2016-02-08 17:53   ` Javier Martinez Canillas
  0 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Tony Lindgren, Javier Martinez Canillas, linux-omap, linux-arm-kernel

The OMAP3 SoC has a Image Signal Processor (ISP) that's used to accelerate
camera images processing. The ISP driver implements V4L2, Media Controller
and V4L2 sub-dev interfaces so enable support for the driver and all these
dependencies to allow video capture to be tested using this HW IP block.

Also, disable the I2C ancillary drivers auto-select option since the media
driver does not auto-select the ancillary devices that are attached to the
bridge because this depends on what's present in the supported OMAP boards.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/configs/omap2plus_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index c53d21c30b20..792a56d5f45c 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -288,6 +288,13 @@ CONFIG_REGULATOR_TPS65217=y
 CONFIG_REGULATOR_TPS65218=y
 CONFIG_REGULATOR_TPS65910=y
 CONFIG_REGULATOR_TWL4030=y
+CONFIG_MEDIA_SUPPORT=m
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_CONTROLLER=y
+CONFIG_VIDEO_V4L2_SUBDEV_API=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_VIDEO_OMAP3=m
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_MODE_HELPERS=y
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/3] ARM: omap2plus_defconfig: Enable ISP support and dependencies
@ 2016-02-08 17:53   ` Javier Martinez Canillas
  0 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-arm-kernel

The OMAP3 SoC has a Image Signal Processor (ISP) that's used to accelerate
camera images processing. The ISP driver implements V4L2, Media Controller
and V4L2 sub-dev interfaces so enable support for the driver and all these
dependencies to allow video capture to be tested using this HW IP block.

Also, disable the I2C ancillary drivers auto-select option since the media
driver does not auto-select the ancillary devices that are attached to the
bridge because this depends on what's present in the supported OMAP boards.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/configs/omap2plus_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index c53d21c30b20..792a56d5f45c 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -288,6 +288,13 @@ CONFIG_REGULATOR_TPS65217=y
 CONFIG_REGULATOR_TPS65218=y
 CONFIG_REGULATOR_TPS65910=y
 CONFIG_REGULATOR_TWL4030=y
+CONFIG_MEDIA_SUPPORT=m
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_CONTROLLER=y
+CONFIG_VIDEO_V4L2_SUBDEV_API=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_VIDEO_OMAP3=m
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_MODE_HELPERS=y
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/3] ARM: omap2plus_defconfig: Enable TI TVP5150 video decoder support
  2016-02-08 17:53 ` Javier Martinez Canillas
@ 2016-02-08 17:53   ` Javier Martinez Canillas
  -1 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-omap, Tony Lindgren, linux-arm-kernel, Javier Martinez Canillas

Many OMAP3 boards have a TVP5150/1 video decoder attached to the OMAP3
ISP so enable support for its driver as a module to be able to test it.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 arch/arm/configs/omap2plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 792a56d5f45c..9fc172373aa3 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -295,6 +295,7 @@ CONFIG_VIDEO_V4L2_SUBDEV_API=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_OMAP3=m
 # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
+CONFIG_VIDEO_TVP5150=m
 CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_MODE_HELPERS=y
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/3] ARM: omap2plus_defconfig: Enable TI TVP5150 video decoder support
@ 2016-02-08 17:53   ` Javier Martinez Canillas
  0 siblings, 0 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2016-02-08 17:53 UTC (permalink / raw)
  To: linux-arm-kernel

Many OMAP3 boards have a TVP5150/1 video decoder attached to the OMAP3
ISP so enable support for its driver as a module to be able to test it.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 arch/arm/configs/omap2plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 792a56d5f45c..9fc172373aa3 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -295,6 +295,7 @@ CONFIG_VIDEO_V4L2_SUBDEV_API=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_OMAP3=m
 # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
+CONFIG_VIDEO_TVP5150=m
 CONFIG_FB=y
 CONFIG_FIRMWARE_EDID=y
 CONFIG_FB_MODE_HELPERS=y
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 0/3] ARM: omap2plus_defconfig: Enable OMAP3 ISP and dependencies
  2016-02-08 17:53 ` Javier Martinez Canillas
@ 2016-02-22 18:11   ` Tony Lindgren
  -1 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2016-02-22 18:11 UTC (permalink / raw)
  To: Javier Martinez Canillas; +Cc: linux-kernel, linux-omap, linux-arm-kernel

* Javier Martinez Canillas <javier@osg.samsung.com> [160208 09:54]:
> Hello,
> 
> This small series enables all the Kconfig symbols needed to test the
> OMAP3 ISP on the IGEPv2 board. I've enabled as much as possible as a
> module and only as built-in the options that are boolean.

Looks good to me thanks, applying into omap-for-v4.6/defconfig.

Tony

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 0/3] ARM: omap2plus_defconfig: Enable OMAP3 ISP and dependencies
@ 2016-02-22 18:11   ` Tony Lindgren
  0 siblings, 0 replies; 11+ messages in thread
From: Tony Lindgren @ 2016-02-22 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

* Javier Martinez Canillas <javier@osg.samsung.com> [160208 09:54]:
> Hello,
> 
> This small series enables all the Kconfig symbols needed to test the
> OMAP3 ISP on the IGEPv2 board. I've enabled as much as possible as a
> module and only as built-in the options that are boolean.

Looks good to me thanks, applying into omap-for-v4.6/defconfig.

Tony

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-02-22 18:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 17:53 [PATCH 0/3] ARM: omap2plus_defconfig: Enable OMAP3 ISP and dependencies Javier Martinez Canillas
2016-02-08 17:53 ` Javier Martinez Canillas
2016-02-08 17:53 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable OMAP IOMMU support Javier Martinez Canillas
2016-02-08 17:53   ` Javier Martinez Canillas
2016-02-08 17:53 ` [PATCH 2/3] ARM: omap2plus_defconfig: Enable ISP support and dependencies Javier Martinez Canillas
2016-02-08 17:53   ` Javier Martinez Canillas
2016-02-08 17:53   ` Javier Martinez Canillas
2016-02-08 17:53 ` [PATCH 3/3] ARM: omap2plus_defconfig: Enable TI TVP5150 video decoder support Javier Martinez Canillas
2016-02-08 17:53   ` Javier Martinez Canillas
2016-02-22 18:11 ` [PATCH 0/3] ARM: omap2plus_defconfig: Enable OMAP3 ISP and dependencies Tony Lindgren
2016-02-22 18:11   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.