linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] arm64: defconfig: Enable I2C_GPIO
@ 2019-01-31 15:20 Jagan Teki
  2019-01-31 15:20 ` [PATCH v2 2/2] arm64: defconfig: Enable SUN6I Camera sensor interface Jagan Teki
  0 siblings, 1 reply; 3+ messages in thread
From: Jagan Teki @ 2019-01-31 15:20 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, linux-sunxi, Jagan Teki

The GPIO-based bitbanging I2C driver is required to configure
CSI data, clock pins on CSI block in Allwinner A64 SoC.

Let build it as module.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v2:
- rebase on master

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6e5af2563ef5..8f36b1e8017a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -347,6 +347,7 @@ CONFIG_I2C_MUX=y
 CONFIG_I2C_MUX_PCA954x=y
 CONFIG_I2C_BCM2835=m
 CONFIG_I2C_DESIGNWARE_PLATFORM=y
+CONFIG_I2C_GPIO=m
 CONFIG_I2C_IMX=y
 CONFIG_I2C_MESON=y
 CONFIG_I2C_MV64XXX=y
-- 
2.18.0.321.gffc6fa0e3


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

* [PATCH v2 2/2] arm64: defconfig: Enable SUN6I Camera sensor interface
  2019-01-31 15:20 [PATCH v2 1/2] arm64: defconfig: Enable I2C_GPIO Jagan Teki
@ 2019-01-31 15:20 ` Jagan Teki
  2019-02-01 12:50   ` Maxime Ripard
  0 siblings, 1 reply; 3+ messages in thread
From: Jagan Teki @ 2019-01-31 15:20 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, linux-sunxi, Jagan Teki

Enable Camera sensor interface for Allwinner SUN6I SoC's.

This support enable V4L2 platform drivers static and
VIDEO_SUN6I_CSI as module.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v2:
- rebase on master

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 8f36b1e8017a..67132c1f0072 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -467,12 +467,14 @@ CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
 CONFIG_MEDIA_CONTROLLER=y
 CONFIG_VIDEO_V4L2_SUBDEV_API=y
 # CONFIG_DVB_NET is not set
+CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_MEDIA_USB_SUPPORT=y
 CONFIG_USB_VIDEO_CLASS=m
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
 CONFIG_VIDEO_SAMSUNG_S5P_MFC=m
 CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m
+CONFIG_VIDEO_SUN6I_CSI=m
 CONFIG_VIDEO_RENESAS_FCP=m
 CONFIG_VIDEO_RENESAS_VSP1=m
 CONFIG_DRM=m
-- 
2.18.0.321.gffc6fa0e3


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

* Re: [PATCH v2 2/2] arm64: defconfig: Enable SUN6I Camera sensor interface
  2019-01-31 15:20 ` [PATCH v2 2/2] arm64: defconfig: Enable SUN6I Camera sensor interface Jagan Teki
@ 2019-02-01 12:50   ` Maxime Ripard
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Ripard @ 2019-02-01 12:50 UTC (permalink / raw)
  To: Jagan Teki
  Cc: Chen-Yu Tsai, Catalin Marinas, Will Deacon, linux-arm-kernel,
	linux-kernel, linux-sunxi

[-- Attachment #1: Type: text/plain, Size: 397 bytes --]

On Thu, Jan 31, 2019 at 08:50:35PM +0530, Jagan Teki wrote:
> Enable Camera sensor interface for Allwinner SUN6I SoC's.
> 
> This support enable V4L2 platform drivers static and
> VIDEO_SUN6I_CSI as module.
> 
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Applied both, thanks
Maxime

-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2019-02-01 13:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-31 15:20 [PATCH v2 1/2] arm64: defconfig: Enable I2C_GPIO Jagan Teki
2019-01-31 15:20 ` [PATCH v2 2/2] arm64: defconfig: Enable SUN6I Camera sensor interface Jagan Teki
2019-02-01 12:50   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).