- 11 2月, 2019 4 次提交
-
-
由 Yogesh Narayan Gaur 提交于
Enable driver support of NXP FlexSPI controller. Signed-off-by: NYogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
由 Abel Vesa 提交于
Enable all the i.MX8MQ configs necessary to boot. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: NAbel Vesa <abel.vesa@nxp.com> Reviewed-by: NDong Aisheng <aisheng.dong@nxp.com> Reviewed-by: NLucas Stach <l.stach@pengutronix.de> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
由 Aisheng Dong 提交于
Enable basic drivers for imx8qxp booting up support: SCU firmware, Mailbox(MU), SCU Power Domain/Pinctrl/Clock, Uart, MMC, FEC. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: NDong Aisheng <aisheng.dong@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
由 Anson Huang 提交于
This patch enables CONFIG_RTC_DRV_IMX_SC as module by default. Signed-off-by: NAnson Huang <Anson.Huang@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 01 1月, 2019 1 次提交
-
-
由 Stefan Wahren 提交于
The bcm2835-thermal driver was added with commit ac178e42 ("ARM64: bcm2835: add thermal driver to default config"). Unfortunately this was accidentally dropped by commit eb1e6716 ("arm64: defconfig: sync with savedefconfig"). So enable the driver again. Fixes: eb1e6716 ("arm64: defconfig: sync with savedefconfig") Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 21 12月, 2018 1 次提交
-
-
由 Horia Geantă 提交于
This reverts commit d9678adb. Received below report from Stefan. Revert the commit until CAAM driver dependency cycles are fixed. this patch in next-20181214 breaks "make modules_install" for arm64/defconfig on my Ubuntu machine: DEPMOD 4.20.0-rc6-next-20181214 depmod: ERROR: Found 6 modules in dependency cycles! depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> authenc depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> fsl_mc_dpio depmod: ERROR: Cycle detected: dpaa2_caam -> caamhash_desc -> dpaa2_caam depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> caamhash_desc -> error depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> caamhash_desc -> caamalg_desc Reported-by: NStefan Wahren <stefan.wahren@i2se.com> Signed-off-by: NHoria Geantă <horia.geanta@nxp.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 13 12月, 2018 3 次提交
-
-
由 Marc Gonzalez 提交于
Commit e8342cc7 ("enable CAAM crypto engine on QorIQ DPAA2 SoCs") enabled CRYPTO_DEV_FSL_DPAA2_CAAM, which depends on FSL_MC_DPIO, which is not set. Enable FSL_MC_BUS, and build FSL_MC_DPIO and CRYPTO_DEV_FSL_DPAA2_CAAM as modules. Signed-off-by: NMarc Gonzalez <marc.w.gonzalez@free.fr> [olof: refreshed due to churn] Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Marc Gonzalez 提交于
Commit e78d57b2 ("pinctrl: mediatek: add pinctrl-moore that implements the generic pinctrl dt-bindings") made PINCTRL_MT7622 depend on PINCTRL_MTK_MOORE, so it fell off in the refresh. Add MTK_MOORE, which automatically enables MT7622. Signed-off-by: NMarc Gonzalez <marc.w.gonzalez@free.fr> [olof: refresh and minor commit message reword] Signed-off-by: NOlof Johansson <olof@lixom.net>
-
由 Marc Gonzalez 提交于
Run the platform defconfig through kbuild, and handle the trivial case where options merely move around. Signed-off-by: NMarc Gonzalez <marc.w.gonzalez@free.fr> [olof: refreshed due to some recent churn] Signed-off-by: NOlof Johansson <olof@lixom.net> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 01 12月, 2018 1 次提交
-
-
由 Bjorn Andersson 提交于
Enable the GCC and PINCTRL for MSM8998 to make upstream boot to console. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 30 11月, 2018 1 次提交
-
-
由 Bjorn Andersson 提交于
Enable a few core config options to be able to boot SDM845 MTP. The GCC, PINCTRL and GENI options are required to be able to boot to a console. Several clocks from GCC are parented by the "bi_tcxo" clock from the RPMH clock driver, so enable this to save others the time to debug the missing parent clocks later. RPMH depends on the COMMAND_DB. While we're enabling the others let's do RPMH regulators as well, as everything beyond this point depends on that. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 29 11月, 2018 2 次提交
-
-
由 Bjorn Andersson 提交于
Enable remoteproc configs to boot the remoteprocs on QC chipsets. These are common configs and not specific to a specific SoC so should be enabled across the board. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Bjorn Andersson 提交于
Enable GCC and pin control configs to make it possible to boot the QCS404 EVBs. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 13 11月, 2018 3 次提交
-
-
由 Jagan Teki 提交于
Allwinner PWM support need for ARM64 Allwinner SoC's which used pwms, builds it as module. Signed-off-by: NJagan Teki <jagan@amarulasolutions.com> Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
-
由 Jagan Teki 提交于
Allwinner DesignWare HDMI is needed for HDMI support in ARM64 Allwinner SoC's, build it as module. Signed-off-by: NJagan Teki <jagan@amarulasolutions.com> Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
-
由 Jagan Teki 提交于
Allwinner Display Engine 2.0 Mixer is need for ARM64 Allwinner SoC's, build it as module. Signed-off-by: NJagan Teki <jagan@amarulasolutions.com> Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
-
- 05 11月, 2018 1 次提交
-
-
由 Jagan Teki 提交于
The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC connected via I2C. Enable the driver for this PMIC. Signed-off-by: NJagan Teki <jagan@amarulasolutions.com> Acked-by: NMaxime Ripard <maxime.ripard@bootlin.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com> # OPI-1+ Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
-
- 03 11月, 2018 1 次提交
-
-
由 John Garry 提交于
The arm64 port now runs on servers which use IPMI. This patch enables relevant core configs to save manually enabling them when testing mainline. Signed-off-by: NJohn Garry <john.garry@huawei.com> [olof: Switched to =m instead of =y] Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 05 10月, 2018 2 次提交
-
-
由 Lokesh Vutla 提交于
Enabling CONFIG_SERIAL_8250_OMAP that is used by TI's AM6 SoC. Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com> Acked-by: NNishanth Menon <nm@ti.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Lokesh Vutla 提交于
Enable TI System Control Interface (TI_SCI) Message Protocol library and it's relevant power management drivers using this library. TI's AM6 SoC uses this TI_SCI library to communicate to its system controller(DMSC). While at it, enable TI_MESSAGE_MANAGER mailbox driver using which this communication happens. Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com> Acked-by: NNishanth Menon <nm@ti.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 04 10月, 2018 1 次提交
-
-
由 Masahiro Yamada 提交于
Enable the UniPhier SD controller driver. Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 02 10月, 2018 1 次提交
-
-
由 Kunihiko Hayashi 提交于
Enable the USB3 and USB2 phys implemented in UniPhier SoCs. These phys are necessary for dwc3 and ehci controllers driving the USB ports on arm64 UniPhier SoCs. Since the USB host drivers are already built-in, so only the phy driver are missing to allow booting with USB devices. Signed-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 28 9月, 2018 1 次提交
-
-
由 Heiko Stuebner 提交于
The rk3228 and rk3328 socs use an MMIO-connected hdmi-phy from Innosilicon. So enable the necessary driver as module. Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
-
- 21 9月, 2018 3 次提交
-
-
由 Dongdong Liu 提交于
PCIe features like AER, Hotplug, PME, DPC depend on PCIEPORTBUS, so enable PCIEPORTBUS as default. Signed-off-by: NDongdong Liu <liudongdong3@huawei.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Zhou Wang 提交于
Signed-off-by: NZhou Wang <wangzhou1@hisilicon.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Horia Geantă 提交于
Enable CAAM (Cryptographic Accelerator and Assurance Module) driver for QorIQ Data Path Acceleration Architecture (DPAA) v2. It handles DPSECI (Data Path SEC Interface) DPAA2 objects that sit on the Management Complex (MC) fsl-mc bus. Signed-off-by: NHoria Geantă <horia.geanta@nxp.com> Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
-
- 17 9月, 2018 1 次提交
-
-
由 Fabrizio Castro 提交于
Enable the Renesas RZ/G2E (R8A774C0) SoC in the ARM64 defconfig. Signed-off-by: NFabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: NBiju Das <biju.das@bp.renesas.com> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 14 9月, 2018 1 次提交
-
-
由 Bjorn Andersson 提交于
The QRTR packet family is used for a wide range of communication between services in Qualcomm platforms. Examples of services using this transport for communication are remoteproc management, modem control, positioning, power management and WiFi. Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 05 9月, 2018 1 次提交
-
-
由 Jagan Teki 提交于
Enable DRM Support for Allwinner Display Engine, built as a module. Signed-off-by: NJagan Teki <jagan@amarulasolutions.com> Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
-
- 04 9月, 2018 1 次提交
-
-
由 Ard Biesheuvel 提交于
Now that the scalar fallbacks have been moved out of this driver into the core crc32()/crc32c() routines, we are left with a CRC32 crypto API driver for arm64 that is based only on 64x64 polynomial multiplication, which is an optional instruction in the ARMv8 architecture, and is less and less likely to be available on cores that do not also implement the CRC32 instructions, given that those are mandatory in the architecture as of ARMv8.1. Since the scalar instructions do not require the special handling that SIMD instructions do, and since they turn out to be considerably faster on some cores (Cortex-A53) as well, there is really no point in keeping this code around so let's just remove it. Signed-off-by: NArd Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
-
- 30 8月, 2018 1 次提交
-
-
由 Nishanth Menon 提交于
Enable K3 SoC platform for TI's AM6 SoC. Signed-off-by: NNishanth Menon <nm@ti.com> Acked-by: NTony Lindgren <tony@atomide.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 27 8月, 2018 1 次提交
-
-
由 Biju Das 提交于
Enable the Renesas RZ/G2M (R8A774A1) SoC in the ARM64 defconfig. Signed-off-by: NBiju Das <biju.das@bp.renesas.com> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 23 7月, 2018 1 次提交
-
-
由 Enric Balletbo i Serra 提交于
Enable the Rockchip sound driver with MAX98357A/RT5514/DA7219 codecs, Infineon TPM security chip (compliant with TCG TIS 1.2 TPM specification), vctrl regulators for dynamic CPU voltages, UVC camera support and SBS- compliant gas gauges needed for the Samsung Chromebook Plus. Signed-off-by: NEnric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
-
- 22 7月, 2018 1 次提交
-
-
由 Abhishek Sahu 提交于
QCOM IPQ8074 boards contain NAND flash memory for which this config needs to be enabled. Signed-off-by: NAbhishek Sahu <absahu@codeaurora.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 20 7月, 2018 1 次提交
-
-
由 liwei 提交于
Signed-off-by: NLi Wei <liwei213@huawei.com> Signed-off-by: NZhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: NGuodong Xu <guodong.xu@linaro.org> Tested-by: NJohn Stultz <john.stultz@linaro.org> Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
-
- 17 7月, 2018 1 次提交
-
-
由 Zhou Wang 提交于
Signed-off-by: NZhou Wang <wangzhou1@hisilicon.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
- 10 7月, 2018 1 次提交
-
-
由 Ray Jui 提交于
Enable the SP805 watchdog timer Signed-off-by: NRay Jui <ray.jui@broadcom.com> Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
-
- 04 7月, 2018 1 次提交
-
-
由 Enric Balletbo i Serra 提交于
The cros-ec I2C and SPI transport drivers have been moved from MFD subsystem to platform/chrome, at the same time, the config symbol has been renamed and lost the MFD_ prefix, so update all configs to the new config symbol name. Signed-off-by: NEnric Balletbo i Serra <enric.balletbo@collabora.com> Acked-by: NKrzysztof Kozlowski <krzk@kernel.org> Reviewed-by: NGuenter Roeck <groeck@chromium.org> Signed-off-by: NBenson Leung <bleung@chromium.org>
-
- 24 6月, 2018 1 次提交
-
-
由 Olof Johansson 提交于
The defconfig has drifted over time, as Kconfig entries have changed order or default values. Several maintainers ended up running 'savedefconfig' themselves which caused a cascade of conflicts. Let's do it once and for all in our tree before -rc2 instead. Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 22 6月, 2018 1 次提交
-
-
由 Stefan Wahren 提交于
The patch enables the hwmon driver for the Raspberry Pi. Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com> Signed-off-by: NEric Anholt <eric@anholt.net> Reviewed-by: NEric Anholt <eric@anholt.net>
-