An error occurred fetching the project authors.
- 11 Feb, 2019 6 commits
-
-
Carlo Caione authored
It's needed to properly reboot the i.MX8MQ EVK board. Signed-off-by:
Carlo Caione <ccaione@baylibre.com> Reviewed-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Shawn Guo <shawnguo@kernel.org>
-
Carlo Caione authored
This is needed to boot correctly from eMMC on the i.MX8MQ EVK board. Signed-off-by:
Carlo Caione <ccaione@baylibre.com> Reviewed-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Shawn Guo <shawnguo@kernel.org>
-
Yogesh Narayan Gaur authored
Enable driver support of NXP FlexSPI controller. Signed-off-by:
Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com> Signed-off-by:
Shawn Guo <shawnguo@kernel.org>
-
Abel Vesa authored
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:
Abel Vesa <abel.vesa@nxp.com> Reviewed-by:
Dong Aisheng <aisheng.dong@nxp.com> Reviewed-by:
Lucas Stach <l.stach@pengutronix.de> Signed-off-by:
Shawn Guo <shawnguo@kernel.org>
-
Aisheng Dong authored
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:
Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by:
Shawn Guo <shawnguo@kernel.org>
-
Anson Huang authored
This patch enables CONFIG_RTC_DRV_IMX_SC as module by default. Signed-off-by:
Anson Huang <Anson.Huang@nxp.com> Signed-off-by:
Shawn Guo <shawnguo@kernel.org>
-
- 31 Dec, 2018 1 commit
-
-
Stefan Wahren authored
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:
Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- 20 Dec, 2018 1 commit
-
-
Horia Geantă authored
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:
Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by:
Horia Geantă <horia.geanta@nxp.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 13 Dec, 2018 3 commits
-
-
Marc Gonzalez authored
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:
Marc Gonzalez <marc.w.gonzalez@free.fr> [olof: refreshed due to churn] Signed-off-by:
Olof Johansson <olof@lixom.net>
-
Marc Gonzalez authored
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:
Marc Gonzalez <marc.w.gonzalez@free.fr> [olof: refresh and minor commit message reword] Signed-off-by:
Olof Johansson <olof@lixom.net>
-
Marc Gonzalez authored
Run the platform defconfig through kbuild, and handle the trivial case where options merely move around. Signed-off-by:
Marc Gonzalez <marc.w.gonzalez@free.fr> [olof: refreshed due to some recent churn] Signed-off-by:
Olof Johansson <olof@lixom.net> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- 30 Nov, 2018 2 commits
-
-
Bjorn Andersson authored
Enable the GCC and PINCTRL for MSM8998 to make upstream boot to console. Signed-off-by:
Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by:
Andy Gross <andy.gross@linaro.org>
-
Bjorn Andersson authored
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:
Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by:
Andy Gross <andy.gross@linaro.org>
-
- 29 Nov, 2018 2 commits
-
-
Bjorn Andersson authored
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:
Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by:
Vinod Koul <vkoul@kernel.org> Signed-off-by:
Andy Gross <andy.gross@linaro.org>
-
Bjorn Andersson authored
Enable GCC and pin control configs to make it possible to boot the QCS404 EVBs. Signed-off-by:
Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by:
Vinod Koul <vkoul@kernel.org> Signed-off-by:
Andy Gross <andy.gross@linaro.org>
-
- 13 Nov, 2018 3 commits
-
-
Jagan Teki authored
Allwinner PWM support need for ARM64 Allwinner SoC's which used pwms, builds it as module. Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Signed-off-by:
Maxime Ripard <maxime.ripard@bootlin.com>
-
Jagan Teki authored
Allwinner DesignWare HDMI is needed for HDMI support in ARM64 Allwinner SoC's, build it as module. Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Signed-off-by:
Maxime Ripard <maxime.ripard@bootlin.com>
-
Jagan Teki authored
Allwinner Display Engine 2.0 Mixer is need for ARM64 Allwinner SoC's, build it as module. Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Signed-off-by:
Maxime Ripard <maxime.ripard@bootlin.com>
-
- 05 Nov, 2018 1 commit
-
-
Jagan Teki authored
The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC connected via I2C. Enable the driver for this PMIC. Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Acked-by:
Maxime Ripard <maxime.ripard@bootlin.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com> # OPI-1+ Signed-off-by:
Maxime Ripard <maxime.ripard@bootlin.com>
-
- 02 Nov, 2018 1 commit
-
-
John Garry authored
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:
John Garry <john.garry@huawei.com> [olof: Switched to =m instead of =y] Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- 05 Oct, 2018 2 commits
-
-
Lokesh Vutla authored
Enabling CONFIG_SERIAL_8250_OMAP that is used by TI's AM6 SoC. Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com> Acked-by:
Nishanth Menon <nm@ti.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
Lokesh Vutla authored
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:
Lokesh Vutla <lokeshvutla@ti.com> Acked-by:
Nishanth Menon <nm@ti.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 04 Oct, 2018 1 commit
-
-
Masahiro Yamada authored
Enable the UniPhier SD controller driver. Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 01 Oct, 2018 1 commit
-
-
Kunihiko Hayashi authored
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:
Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- 28 Sep, 2018 1 commit
-
-
Heiko Stuebner authored
The rk3228 and rk3328 socs use an MMIO-connected hdmi-phy from Innosilicon. So enable the necessary driver as module. Signed-off-by:
Heiko Stuebner <heiko@sntech.de>
-
- 21 Sep, 2018 3 commits
-
-
Dongdong Liu authored
PCIe features like AER, Hotplug, PME, DPC depend on PCIEPORTBUS, so enable PCIEPORTBUS as default. Signed-off-by:
Dongdong Liu <liudongdong3@huawei.com> Signed-off-by:
Wei Xu <xuwei5@hisilicon.com>
-
Zhou Wang authored
Signed-off-by:
Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by:
Wei Xu <xuwei5@hisilicon.com>
-
Horia Geantă authored
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:
Horia Geantă <horia.geanta@nxp.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
- 17 Sep, 2018 1 commit
-
-
Fabrizio Castro authored
Enable the Renesas RZ/G2E (R8A774C0) SoC in the ARM64 defconfig. Signed-off-by:
Fabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by:
Biju Das <biju.das@bp.renesas.com> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
-
- 13 Sep, 2018 1 commit
-
-
Bjorn Andersson authored
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:
Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by:
Andy Gross <andy.gross@linaro.org>
-
- 05 Sep, 2018 1 commit
-
-
Jagan Teki authored
Enable DRM Support for Allwinner Display Engine, built as a module. Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Signed-off-by:
Maxime Ripard <maxime.ripard@bootlin.com>
-
- 04 Sep, 2018 1 commit
-
-
Ard Biesheuvel authored
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:
Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
- 29 Aug, 2018 1 commit
-
-
Nishanth Menon authored
Enable K3 SoC platform for TI's AM6 SoC. Signed-off-by:
Nishanth Menon <nm@ti.com> Acked-by:
Tony Lindgren <tony@atomide.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- 27 Aug, 2018 1 commit
-
-
Biju Das authored
Enable the Renesas RZ/G2M (R8A774A1) SoC in the ARM64 defconfig. Signed-off-by:
Biju Das <biju.das@bp.renesas.com> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
-
- 23 Jul, 2018 1 commit
-
-
Enric Balletbo i Serra authored
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:
Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by:
Heiko Stuebner <heiko@sntech.de>
-
- 21 Jul, 2018 1 commit
-
-
Abhishek Sahu authored
QCOM IPQ8074 boards contain NAND flash memory for which this config needs to be enabled. Signed-off-by:
Abhishek Sahu <absahu@codeaurora.org> Signed-off-by:
Andy Gross <andy.gross@linaro.org>
-
- 20 Jul, 2018 1 commit
-
-
liwei authored
Signed-off-by:
Li Wei <liwei213@huawei.com> Signed-off-by:
Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by:
Guodong Xu <guodong.xu@linaro.org> Tested-by:
John Stultz <john.stultz@linaro.org> Signed-off-by:
Martin K. Petersen <martin.petersen@oracle.com>
-
- 17 Jul, 2018 1 commit
-
-
Zhou Wang authored
Signed-off-by:
Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by:
Wei Xu <xuwei5@hisilicon.com>
-
- 09 Jul, 2018 1 commit
-
-
Ray Jui authored
Enable the SP805 watchdog timer Signed-off-by:
Ray Jui <ray.jui@broadcom.com> Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- 03 Jul, 2018 1 commit
-
-
Enric Balletbo i Serra authored
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:
Enric Balletbo i Serra <enric.balletbo@collabora.com> Acked-by:
Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by:
Guenter Roeck <groeck@chromium.org> Signed-off-by:
Benson Leung <bleung@chromium.org>
-