- 11 12月, 2019 7 次提交
-
-
由 Bjorn Andersson 提交于
Most Qualcomm platforms contain a pseudo random number generator hardware block. Enable the driver for this block and also enable the interface for exposing this to userspace. Tested-by: NVinod Koul <vkoul@kernel.org> Reviewed-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
由 Jeffrey Hugo 提交于
This enables display on the Lenovo Yoga C630 by connecting the DSI output from the SoC to the eDP input of the panel. Signed-off-by: NJeffrey Hugo <jeffrey.l.hugo@gmail.com> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
由 Jeffrey Hugo 提交于
This enables Bluetooth on the Lenovo Yoga C630. Signed-off-by: NJeffrey Hugo <jeffrey.l.hugo@gmail.com> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
由 Bjorn Andersson 提交于
The Qualcomm CPUfreq HW provides CPU voltage and frequency scaling on many modern Qualcomm SoCs. Enable the driver for this hardware block to enable this functionality on the SDM845 platform. Tested-by: NVinod Koul <vkoul@kernel.org> Reviewed-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
由 Bjorn Andersson 提交于
The Qualcomm socinfo driver provides SoC information to userspace using the standard soc interface as well as a number of debugfs entries. Enable this to allow certain user space tools to acquire this information, as well as getting developers access to the information in debugfs that is useful when reporting bugs. Tested-by: NVinod Koul <vkoul@kernel.org> Reviewed-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
由 Bjorn Andersson 提交于
Enable the drivers for GENI SPI and QSPI controllers found on the Qualcomm SDM845 platform, among others. Tested-by: NVinod Koul <vkoul@kernel.org> Reviewed-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
由 Bjorn Andersson 提交于
Enable the the power domains, reset controllers and remote block device memory access drivers necessary to boot the Audio, Compute and Modem DSPs on Qualcomm SDM845. None of the power domains are system critical, but needs to be builtin as the driver core prohibits probe deferal past late initcall. Reviewed-by: NVinod Koul <vkoul@kernel.org> Tested-by: NAlex Elder <elder@linaro.org> Tested-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
- 06 12月, 2019 1 次提交
-
-
由 Olof Johansson 提交于
This is mostly to reorder the entries as they've moved in the Kconfig hierarchies. Doing this periodically (but not very often) simplifies conflict resolution for new options, etc. Link: https://lore.kernel.org/r/20191205211438.27552-3-olof@lixom.netSigned-off-by: NOlof Johansson <olof@lixom.net>
-
- 07 11月, 2019 1 次提交
-
-
由 Quentin Perret 提交于
The recently introduced Energy Model (EM) framework manages power cost tables for the CPUs of the system. Its only user right now is the scheduler, in the context of Energy Aware Scheduling (EAS). However, the EM framework also offers a generic infrastructure that could replace subsystem-specific implementations of the same concepts, as this is the case in the thermal framework. So, in order to prepare the migration of the thermal subsystem to use the EM framework, enable it in the default arm64 defconfig, which is the most commonly used architecture for IPA. This will also compile-in all of the EAS code, although it won't be enabled by default -- EAS requires to use the 'schedutil' CPUFreq governor while arm64 defaults to 'performance'. Acked-by: NDaniel Lezcano <daniel.lezcano@linaro.org> Acked-by: NViresh Kumar <viresh.kumar@linaro.org> Signed-off-by: NQuentin Perret <qperret@google.com> Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20191030151451.7961-2-qperret@google.com
-
- 04 11月, 2019 1 次提交
-
-
由 Peng Fan 提交于
With phy-reset-gpios are enabled for i.MX8MM-EVK board, phy will be reset. Without CONFIG_AT803X_PHY as y, board will stop booting in NFS DHCP, because phy is not ready. So mark CONFIG_AT803X_PHY from m to y to make board boot when using nfs rootfs. Signed-off-by: NPeng Fan <peng.fan@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 01 11月, 2019 2 次提交
-
-
由 Geert Uytterhoeven 提交于
Enable the Renesas R-Car M3-W+ (R8A77961) SoC in the ARM64 defconfig. Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: NYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Tested-by: NYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/20191023123342.13100-11-geert+renesas@glider.be
-
由 Corentin Labbe 提交于
This patch adds the new allwinner crypto configs to ARM64 defconfig Signed-off-by: NCorentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: NMaxime Ripard <maxime@cerno.tech>
-
- 29 10月, 2019 2 次提交
-
-
由 Mihaela Martinas 提交于
Enable support for the S32V234 SoC, including the previously added UART driver. Signed-off-by: NMihaela Martinas <Mihaela.Martinas@freescale.com> Signed-off-by: NAdrian.Nitu <adrian.nitu@freescale.com> Signed-off-by: NStoica Cosmin-Stefan <cosmin.stoica@nxp.com> Signed-off-by: NStefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
由 Anson Huang 提交于
Select CONFIG_KEYBOARD_IMX_SC_KEY as module by default to support i.MX8QXP scu key driver. Signed-off-by: NAnson Huang <Anson.Huang@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 26 10月, 2019 2 次提交
-
-
由 Zhou Wang 提交于
HiSilicon Kunpeng920 SoC's SMMU has Performance Monitor Counter Groups(PMCG). This patch enables related driver in defconfig. Signed-off-by: NZhou Wang <wangzhou1@hisilicon.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Zhou Wang 提交于
Enable CONFIG_CRYPTO_DEV_HISI_ZIP for HiSilicon ZIP controller in Kunpeng920 SoC. Signed-off-by: NZhou Wang <wangzhou1@hisilicon.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
- 25 10月, 2019 1 次提交
-
-
由 Dinh Nguyen 提交于
Enable GPIO_ALTERA driver. Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
-
- 23 10月, 2019 1 次提交
-
-
由 Richard Gong 提交于
Enable Intel Stratix10 Remote System Update (RSU) driver The Intel Remote System Update (RSU) driver provides a way for customers to update the boot configuration of a Intel Stratix 10 SoC device with significantly reduced risk of corrupting the bitstream storage and bricking the system. Signed-off-by: NRichard Gong <richard.gong@intel.com> Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
-
- 22 10月, 2019 1 次提交
-
-
由 Manivannan Sadhasivam 提交于
Since there are enough consumers (drivers) for Actions Semi platform in mainline, let's enable it in ARM64 defconfig. As of now, this platform can boot a distro from eMMC/uSD. Link: https://lore.kernel.org/r/20191015152204.5610-1-manivannan.sadhasivam@linaro.orgSigned-off-by: NManivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 18 10月, 2019 1 次提交
-
-
由 Dinh Nguyen 提交于
Enable the Cadence QSPI controller driver that is on the Stratix10 and Agilex platforms. Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
-
- 01 10月, 2019 2 次提交
-
-
由 Biju Das 提交于
Enable the Renesas RZ/G2N (R8A774B1) SoC in the ARM64 defconfig. Signed-off-by: NBiju Das <biju.das@bp.renesas.com> Link: https://lore.kernel.org/r/1568725530-55241-3-git-send-email-biju.das@bp.renesas.comSigned-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
-
由 Keerthy 提交于
Commit 6334150e ("remoteproc: don't allow modular build") changes CONFIG_REMOTEPROC to a boolean from a tristate config option which inhibits all defconfigs marking CONFIG_REMOTEPROC as a module in compiling the remoteproc and dependent config options. So fix the configs to have CONFIG_REMOTEPROC built in. Link: https://lore.kernel.org/r/20190920075946.13282-5-j-keerthy@ti.com Fixes: 6334150e ("remoteproc: don't allow modular build") Signed-off-by: NKeerthy <j-keerthy@ti.com> Acked-by: NWill Deacon <will@kernel.org> [olof: Fixed up all 4 occurrances in this one commit] Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 04 9月, 2019 3 次提交
-
-
由 Lee Jones 提交于
Tested on the Lenovo Yoga C630 where this patch enables USB. Without it USB devices are not enumerated. Link: https://lore.kernel.org/r/20190903192625.14775-3-lee.jones@linaro.orgSigned-off-by: NLee Jones <lee.jones@linaro.org> Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Lee Jones 提交于
Tested on the Lenovo Yoga C630 where this patch enables the framebuffer (screen/monitor). Without it the device appears not to boot. Link: https://lore.kernel.org/r/20190903192625.14775-2-lee.jones@linaro.orgSigned-off-by: NLee Jones <lee.jones@linaro.org> Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Lee Jones 提交于
Tested on the Lenovo Yoga C630 where this patch enables the keyboard, touchpad and touchscreen. Link: https://lore.kernel.org/r/20190903192625.14775-1-lee.jones@linaro.orgSigned-off-by: NLee Jones <lee.jones@linaro.org> Reviewed-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 01 9月, 2019 2 次提交
-
-
由 Marc Gonzalez 提交于
QCOM_A53PLL and QCOM_CLK_APCS_MSM8916 used to be enabled by default in drivers/clk/qcom/Kconfig. A recent patch changed that by dropping the 'default ARCH_QCOM' directive. Add the two options explicitly in the arm64 defconfig, to avoid functional regressions. Acked-by: NAmit Kucheria <amit.kucheria@linaro.org> Signed-off-by: NMarc Gonzalez <marc.w.gonzalez@free.fr> [bjorn: Rewrote subject] Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
由 Jordan Crouse 提交于
Now that CONFIG_DRM_MSM is no longer default 'y' add it as a module to all ARCH_QCOM enabled defconfigs to restore the previous expected build behavior. I split this off from the original patch to separate out the ARM64 portions. Signed-off-by: NJordan Crouse <jcrouse@codeaurora.org> Reviewed-by: NLinus Walleij <linus.walleij@linaro.org> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <agross@kernel.org>
-
- 22 8月, 2019 1 次提交
-
-
由 Vinod Koul 提交于
Enable GCC config CONFIG_SM_GCC_8150 and pinctrl config CONFIG_PINCTRL_SM8150 to make it possible to boot the SM8150 MTP. Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
-
- 16 8月, 2019 2 次提交
-
-
由 Zhou Wang 提交于
Enable the ACPI_APEI_PCIEAER configuration to support PCIe AER error report for the Hisilicon D06 board and the dependencies PCIEAER and ACPI_APEI have been enabled in the default config. Signed-off-by: NZhou Wang <wangzhou1@hisilicon.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Dinh Nguyen 提交于
Enable the DesignWare watchdog driver that is present on the Intel Stratix10 and Agilex platforms. Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
-
- 14 8月, 2019 1 次提交
-
-
由 Lorenzo Pieralisi 提交于
Enable the PSCI CPUidle driver to replace the functionality previously provided by the generic ARM CPUidle driver through CPU operations. Link: https://lore.kernel.org/r/20190814125239.6270-2-lorenzo.pieralisi@arm.comSigned-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: Will Deacon <will@kernel.org> Cc: Sudeep Holla <sudeep.holla@arm.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 12 8月, 2019 1 次提交
-
-
由 Clément Péron 提交于
Allwinner A64 and H6 use the Sun4i SPDIF driver. Enable this to allow a proper support. Signed-off-by: NClément Péron <peron.clem@gmail.com> Signed-off-by: NChen-Yu Tsai <wens@csie.org>
-
- 03 8月, 2019 1 次提交
-
-
由 Christian Gmeiner 提交于
For imx8 we want to enable etnaviv, let's enable it in defconfig, it will be useful to have it enabled for KernelCI boot and runtime testing. Signed-off-by: NChristian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 24 7月, 2019 2 次提交
-
-
由 Clément Péron 提交于
Enable CONFIG_IR_SUNXI option for ARM64, so that Allwinner A64/H6 SoCs can use their IR receiver controller. Signed-off-by: NClément Péron <peron.clem@gmail.com> Acked-by: NSean Young <sean@mess.org> Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
-
由 Nicolas Saenz Julienne 提交于
This enables both the new firmware clock driver and cpufreq driver available for the RPi3 family of boards. Signed-off-by: NNicolas Saenz Julienne <nsaenzjulienne@suse.de> Acked-by: NStefan Wahren <stefan.wahren@i2se.com> Signed-off-by: NStefan Wahren <wahrenst@gmx.net>
-
- 22 7月, 2019 4 次提交
-
-
由 Leonard Crestez 提交于
This is available on all imx8 but is not "boot critical" in any way so build as a module. Signed-off-by: NLeonard Crestez <leonard.crestez@nxp.com> Acked-by: NFrank Li <frank.li@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
由 Anson Huang 提交于
Enable CONFIG_CLK_IMX8MN to support i.MX8MN clock driver. Signed-off-by: NAnson Huang <Anson.Huang@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
由 Anson Huang 提交于
Enable CONFIG_PINCTRL_IMX8MN by default to support i.MX8MN pinctrl driver. Signed-off-by: NAnson Huang <Anson.Huang@nxp.com> Reviewed-by: NDong Aisheng <aisheng.dong@nxp.com> Acked-by: NLinus Walleij <linus.walleij@linaro.org> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
由 Robin Gong 提交于
Enable SDMA support on i.mx8mq/8mm chips, including enabling CONFIG_FW_LOADER_USER_HELPER/CONFIG_FW_LOADER_USER_HELPER_FALLBACK for firmware loaded by udev. Signed-off-by: NRobin Gong <yibin.gong@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 26 6月, 2019 1 次提交
-
-
由 Anson Huang 提交于
Enable CONFIG_KEYBOARD_SNVS_PWRKEY as module to support i.MX8M series SoCs' power key. Signed-off-by: NAnson Huang <Anson.Huang@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-