Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280453 > unrolled thread
| Started by | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| First post | 2015-12-01 02:10 +0100 |
| Last post | 2015-12-09 00:10 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: defconfig: qcom: Enable SSBI drivers Stephen Boyd <sboyd@codeaurora.org> - 2015-12-01 02:10 +0100
Re: [PATCH] ARM: defconfig: qcom: Enable SSBI drivers Andy Gross <agross@codeaurora.org> - 2015-12-09 00:00 +0100
Re: [PATCH] ARM: defconfig: qcom: Enable SSBI drivers Andy Gross <agross@codeaurora.org> - 2015-12-09 00:10 +0100
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Date | 2015-12-01 02:10 +0100 |
| Subject | [PATCH] ARM: defconfig: qcom: Enable SSBI drivers |
| Message-ID | <qAHCa-2Om-19@gated-at.bofh.it> |
Enable some ssbi drivers present on msm8660, msm8960 and apq8064 devices so that we fully exercise the devices present in the dts files. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> --- arch/arm/configs/qcom_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 39e269088b34..195be8b9f172 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -80,10 +80,13 @@ CONFIG_USB_USBNET=y CONFIG_INPUT_EVDEV=y # CONFIG_KEYBOARD_ATKBD is not set CONFIG_KEYBOARD_GPIO=y +CONFIG_KEYBOARD_PMIC8XXX=y # CONFIG_MOUSE_PS2 is not set CONFIG_INPUT_JOYSTICK=y CONFIG_INPUT_TOUCHSCREEN=y CONFIG_INPUT_MISC=y +CONFIG_INPUT_PM8XXX_VIBRATOR=y +CONFIG_INPUT_PMIC8XXX_PWRKEY=y CONFIG_INPUT_UINPUT=y CONFIG_SERIO_LIBPS2=y # CONFIG_LEGACY_PTYS is not set @@ -110,6 +113,7 @@ CONFIG_CHARGER_QCOM_SMBB=y CONFIG_POWER_RESET=y CONFIG_POWER_RESET_MSM=y CONFIG_THERMAL=y +CONFIG_MFD_PM8921_CORE=y CONFIG_MFD_QCOM_RPM=y CONFIG_MFD_SPMI_PMIC=y CONFIG_REGULATOR=y @@ -142,6 +146,7 @@ CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_MSM=y CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_PM8XXX=y CONFIG_DMADEVICES=y CONFIG_QCOM_BAM_DMA=y CONFIG_STAGING=y -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Andy Gross <agross@codeaurora.org> |
|---|---|
| Date | 2015-12-09 00:00 +0100 |
| Message-ID | <qDzoK-8nB-9@gated-at.bofh.it> |
| In reply to | #1280453 |
On Mon, Nov 30, 2015 at 05:08:57PM -0800, Stephen Boyd wrote: > Enable some ssbi drivers present on msm8660, msm8960 and apq8064 > devices so that we fully exercise the devices present in the dts > files. > > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Andy Gross <andy.gross@codeaurora.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Andy Gross <agross@codeaurora.org> |
|---|---|
| Date | 2015-12-09 00:10 +0100 |
| Message-ID | <qDzyq-fP-7@gated-at.bofh.it> |
| In reply to | #1286907 |
On Tue, Dec 08, 2015 at 04:54:29PM -0600, Andy Gross wrote: > On Mon, Nov 30, 2015 at 05:08:57PM -0800, Stephen Boyd wrote: > > Enable some ssbi drivers present on msm8660, msm8960 and apq8064 > > devices so that we fully exercise the devices present in the dts > > files. > > > > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> > > Acked-by: Andy Gross <andy.gross@codeaurora.org> Arnd, Olof, Kevin, Can you guys pick this up. This patch is based off the earlier qcom_defconfig that was merged through the arm-soc directly. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web