linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller
@ 2019-09-02 13:07 Lee Jones
  2019-09-02 13:07 ` [PATCH 2/3] arm64: defconfig: Enable the EFI Framebuffer Lee Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lee Jones @ 2019-09-02 13:07 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, olof, arnd
  Cc: linux-arm-kernel, linux-kernel, Lee Jones

Tested on the Lenovo Yoga C630 where this patch enables the
keyboard, touchpad and touchscreen.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index facf19cc275d..0fe943ac53b5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -366,6 +366,7 @@ CONFIG_I2C_IMX_LPI2C=y
 CONFIG_I2C_MESON=y
 CONFIG_I2C_MV64XXX=y
 CONFIG_I2C_PXA=y
+CONFIG_I2C_QCOM_GENI=m
 CONFIG_I2C_QUP=y
 CONFIG_I2C_RK3X=y
 CONFIG_I2C_SH_MOBILE=y
-- 
2.17.1


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

* [PATCH 2/3] arm64: defconfig: Enable the EFI Framebuffer
  2019-09-02 13:07 [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller Lee Jones
@ 2019-09-02 13:07 ` Lee Jones
  2019-09-03  3:22   ` Bjorn Andersson
  2019-09-02 13:07 ` [PATCH 3/3] arm64: defconfig: Enable Qualcomm QUSB2 PHY Lee Jones
  2019-09-03  3:21 ` [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller Bjorn Andersson
  2 siblings, 1 reply; 7+ messages in thread
From: Lee Jones @ 2019-09-02 13:07 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, olof, arnd
  Cc: linux-arm-kernel, linux-kernel, Lee Jones

Tested on the Lenovo Yoga C630 where this patch enables the
framebuffer (screen/monitor).  Without it the device appears
not to boot.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0fe943ac53b5..af7ca722b519 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -540,6 +540,7 @@ CONFIG_DRM_LIMA=m
 CONFIG_DRM_PANFROST=m
 CONFIG_FB=y
 CONFIG_FB_MODE_HELPERS=y
+CONFIG_FB_EFI=y
 CONFIG_BACKLIGHT_GENERIC=m
 CONFIG_BACKLIGHT_PWM=m
 CONFIG_BACKLIGHT_LP855X=m
-- 
2.17.1


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

* [PATCH 3/3] arm64: defconfig: Enable Qualcomm QUSB2 PHY
  2019-09-02 13:07 [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller Lee Jones
  2019-09-02 13:07 ` [PATCH 2/3] arm64: defconfig: Enable the EFI Framebuffer Lee Jones
@ 2019-09-02 13:07 ` Lee Jones
  2019-09-03  3:22   ` Bjorn Andersson
  2019-09-03  3:21 ` [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller Bjorn Andersson
  2 siblings, 1 reply; 7+ messages in thread
From: Lee Jones @ 2019-09-02 13:07 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, olof, arnd
  Cc: linux-arm-kernel, linux-kernel, Lee Jones

Tested on the Lenovo Yoga C630 where this patch enables USB.
Without it USB devices are not enumerated.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index af7ca722b519..a94d002182ee 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -770,6 +770,7 @@ CONFIG_PHY_HISTB_COMBPHY=y
 CONFIG_PHY_HISI_INNO_USB2=y
 CONFIG_PHY_MVEBU_CP110_COMPHY=y
 CONFIG_PHY_QCOM_QMP=m
+CONFIG_PHY_QCOM_QUSB2=m
 CONFIG_PHY_QCOM_USB_HS=y
 CONFIG_PHY_RCAR_GEN3_PCIE=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
-- 
2.17.1


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

* Re: [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller
  2019-09-02 13:07 [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller Lee Jones
  2019-09-02 13:07 ` [PATCH 2/3] arm64: defconfig: Enable the EFI Framebuffer Lee Jones
  2019-09-02 13:07 ` [PATCH 3/3] arm64: defconfig: Enable Qualcomm QUSB2 PHY Lee Jones
@ 2019-09-03  3:21 ` Bjorn Andersson
  2 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2019-09-03  3:21 UTC (permalink / raw)
  To: Lee Jones
  Cc: catalin.marinas, will, olof, arnd, linux-arm-kernel, linux-kernel

On Mon 02 Sep 06:07 PDT 2019, Lee Jones wrote:

> Tested on the Lenovo Yoga C630 where this patch enables the
> keyboard, touchpad and touchscreen.
> 
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index facf19cc275d..0fe943ac53b5 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -366,6 +366,7 @@ CONFIG_I2C_IMX_LPI2C=y
>  CONFIG_I2C_MESON=y
>  CONFIG_I2C_MV64XXX=y
>  CONFIG_I2C_PXA=y
> +CONFIG_I2C_QCOM_GENI=m
>  CONFIG_I2C_QUP=y
>  CONFIG_I2C_RK3X=y
>  CONFIG_I2C_SH_MOBILE=y
> -- 
> 2.17.1
> 

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

* Re: [PATCH 2/3] arm64: defconfig: Enable the EFI Framebuffer
  2019-09-02 13:07 ` [PATCH 2/3] arm64: defconfig: Enable the EFI Framebuffer Lee Jones
@ 2019-09-03  3:22   ` Bjorn Andersson
  0 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2019-09-03  3:22 UTC (permalink / raw)
  To: Lee Jones
  Cc: catalin.marinas, will, olof, arnd, linux-arm-kernel, linux-kernel

On Mon 02 Sep 06:07 PDT 2019, Lee Jones wrote:

> Tested on the Lenovo Yoga C630 where this patch enables the
> framebuffer (screen/monitor).  Without it the device appears
> not to boot.
> 
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 0fe943ac53b5..af7ca722b519 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -540,6 +540,7 @@ CONFIG_DRM_LIMA=m
>  CONFIG_DRM_PANFROST=m
>  CONFIG_FB=y
>  CONFIG_FB_MODE_HELPERS=y
> +CONFIG_FB_EFI=y
>  CONFIG_BACKLIGHT_GENERIC=m
>  CONFIG_BACKLIGHT_PWM=m
>  CONFIG_BACKLIGHT_LP855X=m
> -- 
> 2.17.1
> 

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

* Re: [PATCH 3/3] arm64: defconfig: Enable Qualcomm QUSB2 PHY
  2019-09-02 13:07 ` [PATCH 3/3] arm64: defconfig: Enable Qualcomm QUSB2 PHY Lee Jones
@ 2019-09-03  3:22   ` Bjorn Andersson
  0 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2019-09-03  3:22 UTC (permalink / raw)
  To: Lee Jones
  Cc: catalin.marinas, will, olof, arnd, linux-arm-kernel, linux-kernel

On Mon 02 Sep 06:07 PDT 2019, Lee Jones wrote:

> Tested on the Lenovo Yoga C630 where this patch enables USB.
> Without it USB devices are not enumerated.
> 
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index af7ca722b519..a94d002182ee 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -770,6 +770,7 @@ CONFIG_PHY_HISTB_COMBPHY=y
>  CONFIG_PHY_HISI_INNO_USB2=y
>  CONFIG_PHY_MVEBU_CP110_COMPHY=y
>  CONFIG_PHY_QCOM_QMP=m
> +CONFIG_PHY_QCOM_QUSB2=m
>  CONFIG_PHY_QCOM_USB_HS=y
>  CONFIG_PHY_RCAR_GEN3_PCIE=y
>  CONFIG_PHY_RCAR_GEN3_USB2=y
> -- 
> 2.17.1
> 

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

* [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller
@ 2019-09-03 19:26 Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2019-09-03 19:26 UTC (permalink / raw)
  To: soc; +Cc: linux-arm-kernel, linux-kernel, Lee Jones

Tested on the Lenovo Yoga C630 where this patch enables the
keyboard, touchpad and touchscreen.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index facf19cc275d..0fe943ac53b5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -366,6 +366,7 @@ CONFIG_I2C_IMX_LPI2C=y
 CONFIG_I2C_MESON=y
 CONFIG_I2C_MV64XXX=y
 CONFIG_I2C_PXA=y
+CONFIG_I2C_QCOM_GENI=m
 CONFIG_I2C_QUP=y
 CONFIG_I2C_RK3X=y
 CONFIG_I2C_SH_MOBILE=y
-- 
2.17.1


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

end of thread, other threads:[~2019-09-03 19:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 13:07 [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller Lee Jones
2019-09-02 13:07 ` [PATCH 2/3] arm64: defconfig: Enable the EFI Framebuffer Lee Jones
2019-09-03  3:22   ` Bjorn Andersson
2019-09-02 13:07 ` [PATCH 3/3] arm64: defconfig: Enable Qualcomm QUSB2 PHY Lee Jones
2019-09-03  3:22   ` Bjorn Andersson
2019-09-03  3:21 ` [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller Bjorn Andersson
2019-09-03 19:26 Lee Jones

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).