- 13 2月, 2018 1 次提交
-
-
由 Jerome Brunet 提交于
Enable nvmem meson efuse driver as a module Signed-off-by: NJerome Brunet <jbrunet@baylibre.com> Signed-off-by: NKevin Hilman <khilman@baylibre.com>
-
- 19 1月, 2018 3 次提交
-
-
由 shiju.jose@huawei.com 提交于
Enable APEI EINJ for ARM64 to support the error injection. Signed-off-by: NShiju Jose <shiju.jose@huawei.com> Acked-by: NTimur Tabi <timur@codeaurora.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 shiju.jose@huawei.com 提交于
Enable CONFIG_EDAC_GHES option for ARM64,so that the memory errors are processed and reported to the user space. Signed-off-by: NShiju Jose <shiju.jose@huawei.com> Acked-by: NTimur Tabi <timur@codeaurora.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 shiju.jose@huawei.com 提交于
Enable ACPI APEI MEMORY FAILURE option for ARM64, so that memory errors will be handled. Signed-off-by: NShiju Jose <shiju.jose@huawei.com> Acked-by: NTimur Tabi <timur@codeaurora.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 12 1月, 2018 1 次提交
-
-
由 Miquel Raynal 提交于
Choose to compile and embed marvell_nand.c as NAND controller driver instead of the legacy pxa3xx_nand.c for platforms with Marvell EBU SoCs. Signed-off-by: NMiquel Raynal <miquel.raynal@free-electrons.com> Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com> Acked-by: NArnd Bergmann <arnd@arndb.de> Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
-
- 22 12月, 2017 3 次提交
-
-
由 Alex Elder 提交于
No Qualcomm SoC requires the "phy-qcom-8x16-usb.c" USB phy driver support any more. Remove the code, and remove the config option from the arm64 defconfig. Suggested-by: NStephen Boyd <sboyd@codeaurora.org> Signed-off-by: NAlex Elder <elder@linaro.org> Reviewed-by: NAmit Kucheria <amit.kucheria@linaro.org> Acked-by: NBjorn Andersson <bjorn.andersson@linaro.org> Acked-by: NAndy Gross <andy.gross@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Alex Elder 提交于
No Qualcomm SoC requires the "phy-msm-usb.c" USB phy driver support any more. Remove the code, and remove the config option from the arm64 defconfig. Suggested-by: NStephen Boyd <sboyd@codeaurora.org> Signed-off-by: NAlex Elder <elder@linaro.org> Reviewed-by: NAmit Kucheria <amit.kucheria@linaro.org> Acked-by: NBjorn Andersson <bjorn.andersson@linaro.org> Acked-by: NAndy Gross <andy.gross@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
由 Alex Elder 提交于
No Qualcomm SoC requires the "ehci-msm.c" code any more. So remove the code, and remove the config option from the arm64 defconfig. Suggested-by: NStephen Boyd <sboyd@codeaurora.org> Signed-off-by: NAlex Elder <elder@linaro.org> Reviewed-by: NAmit Kucheria <amit.kucheria@linaro.org> Acked-by: NBjorn Andersson <bjorn.andersson@linaro.org> Acked-by: NAndy Gross <andy.gross@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 21 12月, 2017 3 次提交
-
-
由 Keiji Hayashibara 提交于
Enable the efuse driver for UniPhier SoC Signed-off-by: NKeiji Hayashibara <hayashibara.keiji@socionext.com> Acked-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Amit Kucheria 提交于
Most development boards and devices have one or more LEDs. It is useful during debugging if they can be wired to show different behaviours such as disk or cpu activity or a load-average dependent heartbeat. Enable panic and disk activity triggers so they can be tied to LED activity during debugging as well. Signed-off-by: NAmit Kucheria <amit.kucheria@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Gregory CLEMENT 提交于
Add the cpu frequency scaling support for Armada 37xx by default, this should allow a better coverage in kernel continuous integration tests. Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
-
- 07 12月, 2017 1 次提交
-
-
由 Jagan Teki 提交于
Allwinner SoCs typically have a Mentor Graphics Inventra MUSB dual role controller for USB OTG. This is need for verifying gadget functions, so enable them by default. Tested 'otg' mode with mass storage function. Signed-off-by: NJagan Teki <jagan@amarulasolutions.com> Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
-
- 30 10月, 2017 1 次提交
-
-
由 Masahiro Yamada 提交于
Enable the GPIO controller driver used for UniPhier SoC family. Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 20 10月, 2017 2 次提交
-
-
由 Nicolas Dechesne 提交于
Enable QCOM IOMMU driver for 'B' family devices, such as APQ8016 found on the Dragonboard 410c. With this change, graphics console and GPU are working fine (using mesa/freedreno for GPU driver). Signed-off-by: NNicolas Dechesne <nicolas.dechesne@linaro.org> Acked-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Robin Murphy 提交于
ThunderX needs its PCI host drivers to do anything useful, and it's probably helpful to have networking by default too. Signed-off-by: NRobin Murphy <robin.murphy@arm.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 19 10月, 2017 1 次提交
-
-
由 Tuomas Tynkkynen 提交于
The driver has supported the 64-bit Tegra210 for a while now, so enable it in the defconfig. Signed-off-by: NTuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Signed-off-by: NThierry Reding <treding@nvidia.com>
-
- 17 10月, 2017 1 次提交
-
-
由 Alex Elder 提交于
Stephen Boyd reworked some Qualcomm USB code earlier this year. The result requires a few different config options to be enabled in order for the USB on the DragonBoard 410c to continue working, but these were never added to arm64 "defconfig". As a result, USB on that board stopped working during the v4.13-rc1 merge window. Re-enable this functionality by setting the needed config options in the arm64 "defconfig" file. Signed-off-by: NAlex Elder <elder@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 12 10月, 2017 2 次提交
-
-
由 Gregory CLEMENT 提交于
The Armada 38x RTC driver supports also the RTC controller found on the Armada 7K/8K SoCs, so enable it. Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
-
由 Nicolas Dechesne 提交于
Enable QCOM IOMMU driver for 'B' family devices, such as APQ8016 found on the Dragonboard 410c. With this change, graphics console and GPU are working fine (using mesa/freedreno for GPU driver). Signed-off-by: NNicolas Dechesne <nicolas.dechesne@linaro.org> Acked-by: NBjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 10 10月, 2017 1 次提交
-
-
由 Kefeng Wang 提交于
Enable DRM_HISI_HIBMC as module for Hisilicon D03/D05 board. Signed-off-by: NKefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
- 27 9月, 2017 1 次提交
-
-
由 Gregory CLEMENT 提交于
The PXA3xx NAND driver supports also the NAND controller found on the Armada 7K/8K SoCs, so enable it. Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
-
- 25 9月, 2017 1 次提交
-
-
由 Sergei Shtylyov 提交于
Enable the Renesas R-Car V3M (R8A77970) SoC in the ARM64 defconfig. Suggested-by: NSimon Horman <horms@verge.net.au> Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 20 9月, 2017 2 次提交
-
-
由 Miquel Raynal 提交于
The comphy is an hardware block giving access to common PHYs that can be used by various other engines (Network, SATA, ...). This is used on Marvell 7k/8k platforms for now. Enable the corresponding driver. Signed-off-by: NMiquel Raynal <miquel.raynal@free-electrons.com> Signed-off-by: NAntoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
-
由 Antoine Tenart 提交于
The Marvell 10G PHY is present on mvebu platforms. Enable it as a module so that the network works on these platforms. Signed-off-by: NAntoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
-
- 19 9月, 2017 1 次提交
-
-
由 Wolfram Sang 提交于
We want this driver to detect critical temperatures in time. Signed-off-by: NWolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 18 9月, 2017 1 次提交
-
-
由 Geert Uytterhoeven 提交于
Enable support for the Renesas R-Car D3 SoC. Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 30 8月, 2017 1 次提交
-
-
由 Heiko Stuebner 提交于
Enable the graphics-related options needed by Rockchip boards. This includes the pwm-backlight which will be needed by the internal displays used on Gru Chrome-devices. Signed-off-by: NHeiko Stuebner <heiko@sntech.de> Reviewed-by: NMark yao <mark.yao@rock-chips.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 19 8月, 2017 1 次提交
-
-
由 Abhishek Sahu 提交于
These configs are required for booting kernel in QCOM IPQ8074 boards. Signed-off-by: NAbhishek Sahu <absahu@codeaurora.org> Signed-off-by: NVaradarajan Narayanan <varada@codeaurora.org> Signed-off-by: NAndy Gross <andy.gross@linaro.org>
-
- 16 8月, 2017 4 次提交
-
-
由 Markus Mayer 提交于
Turn on CONFIG_BRCMSTB_THERMAL as module. Signed-off-by: NMarkus Mayer <mmayer@broadcom.com> Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
-
由 Ard Biesheuvel 提交于
Add the arm64 crypto drivers that have been added over the past couple of kernel releases to its defconfig as modules. Signed-off-by: NArd Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Keiji Hayashibara 提交于
Enable the watchdog driver for UniPhier SoC Signed-off-by: NKeiji Hayashibara <hayashibara.keiji@socionext.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Viresh Kumar 提交于
commit cee22a15 ("workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues") introduced the concept of power efficient workqueues (4 years back), but it was never enabled in upstream kernel configs. Power efficient workqueues are simply marked as "unbound," so that jobs queued to them can run on any CPU in the system. It leaves the target CPU selection to the scheduler, which is the best place for such decision making. This improves power efficiency for workqueues which are otherwise pinned to a CPU. Enable it for ARM64 platforms as ARM platforms were the main target for the introduction of power efficient workqueues. Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 14 8月, 2017 8 次提交
-
-
由 Wang Ruyi 提交于
enable DMA driver for hi3660. Signed-off-by: NWang Ruyi <wangruyi@huawei.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Victor Chong 提交于
This patch enables configs for Trusted Execution Environment (TEE) and OP-TEE. +CONFIG_TEE=y +CONFIG_OPTEE=y Signed-off-by: NVictor Chong <victor.chong@linaro.org> Signed-off-by: NGuodong Xu <guodong.xu@linaro.org> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Guodong Xu 提交于
This patch enables these configs: +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y As example, a bluetooth device connected to UART port can be supported by this. Signed-off-by: NGuodong Xu <guodong.xu@linaro.org> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Guodong Xu 提交于
Enable CONFIG_SYSCON_REBOOT_MODE Signed-off-by: NGuodong Xu <guodong.xu@linaro.org> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Guodong Xu 提交于
Enable configs for hi6421v530 mfd and regulator driver + CONFIG_MFD_HI6421_PMIC=y + CONFIG_REGULATOR_HI6421V530=y Signed-off-by: NGuodong Xu <guodong.xu@linaro.org> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Xiaowei Song 提交于
Enable HiSilicon Kirin series SoCs PCIe controllers Signed-off-by: NGuodong Xu <guodong.xu@linaro.org> Signed-off-by: NXiaowei Song <songxiaowei@hisilicon.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 John Garry 提交于
Enable HiSilicon SAS controller based on PCI device, which is included in hip08 SoC. Signed-off-by: NJohn Garry <john.garry@huawei.com> Signed-off-by: NWei Xu <xuwei5@hisilicon.com>
-
由 Jagan Teki 提交于
The Allwinner A64 SoC is paired with the X-Powers AXP803 PMIC over the Reduced Serial Bus (RSB). The regulators of this PMIC supply all power rails of the SoC and many external peripherals. Enable the driver for the regulators of this PMIC. Signed-off-by: NJagan Teki <jagan@amarulasolutions.com> [wens@csie.org: refined commit message] Signed-off-by: NChen-Yu Tsai <wens@csie.org>
-