- 22 7月, 2019 1 次提交
-
-
由 Anson Huang 提交于
ARCH_MXC platforms needs system counter as broadcast timer to support cpuidle, enable it by default. Signed-off-by: NAnson Huang <Anson.Huang@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 04 6月, 2019 1 次提交
-
-
由 YueHaibing 提交于
Fix Kbuild warning when SOC_TI is not set WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n] Selected by [y]: - ARCH_K3 [=y] Fixes: 009669e7 ("arm64: arch_k3: Enable interrupt controller drivers") Signed-off-by: NYueHaibing <yuehaibing@huawei.com> Reviewed-by: NLokesh Vutla <lokeshvutla@ti.com> Signed-off-by: NTero Kristo <t-kristo@ti.com>
-
- 01 6月, 2019 2 次提交
-
-
由 Doug Berger 提交于
ARCH_BRCMSTB needs to use the BCM2835 pin controller for chips like BCM7211 which adopted that pin controller for GPIO. Signed-off-by: NDoug Berger <opendmb@gmail.com> Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
-
由 Jim Quinlan 提交于
Allow the use of reset controllers on ARCH_BRCMSTB such as the recently introduced RESET_BRCMSTB driver. Signed-off-by: NJim Quinlan <jim2101024@gmail.com> Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
-
- 31 5月, 2019 1 次提交
-
-
由 Florian Fainelli 提交于
ARCH_BRCMSTB makes use of the irq-bcm7038-l1.c irqchip driver, enable it. Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
-
- 21 5月, 2019 1 次提交
-
-
由 Thomas Gleixner 提交于
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: NThomas Gleixner <tglx@linutronix.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
-
- 20 5月, 2019 1 次提交
-
-
由 YueHaibing 提交于
During randconfig builds, I occasionally run into an invalid configuration drivers/soc/imx/soc-imx8.o: In function `imx8_soc_init': soc-imx8.c:(.init.text+0x144): undefined reference to `soc_device_register' while CONFIG_SOC_BUS is not set, the building failed like this. This patch selects SOC_BUS to fix it. Reported-by: NHulk Robot <hulkci@huawei.com> Fixes: a7e26f35 ("soc: imx: Add generic i.MX8 SoC driver") Suggested-by: NLeonard Crestez <leonard.crestez@nxp.com> Signed-off-by: NYueHaibing <yuehaibing@huawei.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 08 5月, 2019 1 次提交
-
-
由 Sameer Pujar 提交于
Enable ARM_GIC_PM for 64-bit Tegra devices. This is required to ensure that the driver gets built into kernel and helps to register the AGIC device when enabled in DT. Signed-off-by: NSameer Pujar <spujar@nvidia.com> Reviewed-by: NJon Hunter <jonathanh@nvidia.com> Tested-by: NJon Hunter <jonathanh@nvidia.com> Signed-off-by: NThierry Reding <treding@nvidia.com>
-
- 01 5月, 2019 1 次提交
-
-
由 Lokesh Vutla 提交于
Select the TISCI Interrupt Router, Aggregator drivers and all its dependencies for TI's SoCs based on K3 architecture. Suggested-by: NMarc Zyngier <marc.zyngier@arm.com> Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com> Acked-by: NTony Lindgren <tony@atomide.com> Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
-
- 06 4月, 2019 1 次提交
-
-
由 Dinh Nguyen 提交于
Add the initial device tree files for Intel's Agilex SoCFPGA platform. Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
-
- 13 3月, 2019 1 次提交
-
-
由 Eric Anholt 提交于
When adding the MFD dependency for power domains and WDT in bcm2835, I added it only on the arm32 side and missed it for arm64. Fixes: 5e6acc3e ("bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.") Signed-off-by: NEric Anholt <eric@anholt.net> Reported-by: NStefan Wahren <stefan.wahren@i2se.com> Acked-by: NStefan Wahren <stefan.wahren@i2se.com>
-
- 01 3月, 2019 1 次提交
-
-
由 Anders Roxell 提交于
When ARCH_MXC get enabled, ARM64_ERRATUM_845719 will be selected and this warning will happen when COMPAT isn't set. WARNING: unmet direct dependencies detected for ARM64_ERRATUM_845719 Depends on [n]: COMPAT [=n] Selected by [y]: - ARCH_MXC [=y] Rework to add 'if COMPAT' before ARM64_ERRATUM_845719 gets selected, since ARM64_ERRATUM_845719 depends on COMPAT. Acked-by: NWill Deacon <will.deacon@arm.com> Signed-off-by: NAnders Roxell <anders.roxell@linaro.org> Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
-
- 09 2月, 2019 2 次提交
-
-
由 Manivannan Sadhasivam 提交于
Add ARCH_BITMAIN for supporting Bitmain SoC platforms. Signed-off-by: NManivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Acked-by: NArnd Bergmann <arnd@arndb.de>
-
由 Jerome Brunet 提交于
Enable the g12a clock controller for ARCH_MESON Signed-off-by: NJerome Brunet <jbrunet@baylibre.com> Signed-off-by: NKevin Hilman <khilman@baylibre.com>
-
- 07 2月, 2019 1 次提交
-
-
由 Jerome Brunet 提交于
Selecting COMMON_CLK_AMLOGIC is not required as it is already selected by the SoC clock controller driver Signed-off-by: NJerome Brunet <jbrunet@baylibre.com> Signed-off-by: NKevin Hilman <khilman@baylibre.com>
-
- 01 2月, 2019 2 次提交
-
-
由 Lucas Stach 提交于
The ATF on the i.MX8MQ device disables all non-essential power domains. For correct on-SoC peripheral operation we need both the power domain driver and generic domains, so device driver probe gets ordered behind the power domain controller driver. Select those options, as those being absent can lead to very hard to debug failures. Signed-off-by: NLucas Stach <l.stach@pengutronix.de> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
由 Lucas Stach 提交于
The system is unable to boot without this driver being present, as most of the peripherals are connected to this IRQ controller. Signed-off-by: NLucas Stach <l.stach@pengutronix.de> Reviewed-by: NFabio Estevam <festevam@gmail.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 16 12月, 2018 1 次提交
-
-
由 Lucas Stach 提交于
Add basic Kconfig symbols to make the MXC architecture available in the ARM64 world. Signed-off-by: NLucas Stach <l.stach@pengutronix.de> Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com> Signed-off-by: NAbel Vesa <abel.vesa@nxp.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
-
- 16 11月, 2018 1 次提交
-
-
由 Geert Uytterhoeven 提交于
arch/arm64/Kconfig.platforms has SoC-specific Kconfig symbols for Renesas SoCs, while other vendors have only a single Kconfig symbol. Increase consistency with other vendors by moving the SoC-specific Kconfig symbols to drivers/soc/renesas/Kconfig. Increase consistency with R-Car Gen1 and Gen2 SoCs on arm32 by introducing a family-specific Kconfig symbol for R-Car Gen3 (ARCH_RCAR_GEN3), which enables family-specific hardware features. While so far only a single family (R-Car Gen3 and derivatives) of Renesas arm64 SoCs is supported by Linux, this will make it easier to add support for other SoC families later. Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 15 11月, 2018 1 次提交
-
-
由 Takeshi Kihara 提交于
The R-Car GPIO driver cannot be enabled when Renesas SoC's ARCH configs (ARCH_RENESAS, ARCH_R8A7795, ARCH_R8A7796 and ARCH_R8A77965) are enabled only. As GPIOs are a critical resource for proper operation on Renesas platforms, this patch selects GPIOLIB, just like is done for other SoC vendors, and on Renesas arm32 SoCs. Reported-by: NAlexandru Gheorghe <Alexandru_Gheorghe@mentor.com> Signed-off-by: NTakeshi Kihara <takeshi.kihara.df@renesas.com> [geert: Improve patch description] Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 11 10月, 2018 1 次提交
-
-
由 Marek Szyprowski 提交于
Generic power domains are needed to enable support for Exynos power domains. Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 02 10月, 2018 1 次提交
-
-
由 Miquel Raynal 提交于
Enable the newly introduced Marvell SEI driver for the 64-bit Marvell EBU platforms. Suggested-by: NHaim Boot <hayim@marvell.com> Reviewed-by: NGregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
-
- 01 10月, 2018 1 次提交
-
-
由 Manivannan Sadhasivam 提交于
Select PINCTRL for Actions Semi SoCs. Signed-off-by: NManivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: NLinus Walleij <linus.walleij@linaro.org> Signed-off-by: NAndreas Färber <afaerber@suse.de>
-
- 26 9月, 2018 1 次提交
-
-
由 Rajan Vaja 提交于
This patch is adding communication layer with firmware. Firmware driver provides an interface to firmware APIs. Interface APIs can be used by any driver to communicate to PMUFW(Platform Management Unit). All requests go through ATF. Signed-off-by: NRajan Vaja <rajanv@xilinx.com> Signed-off-by: NJolly Shah <jollys@xilinx.com> Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
-
- 11 9月, 2018 2 次提交
-
-
由 Fabrizio Castro 提交于
Add configuration option for the RZ/G2E (R8A774C0) SoC. Signed-off-by: NFabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: NBiju Das <biju.das@bp.renesas.com> Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
由 Biju Das 提交于
Add configuration option for the RZ/G2M (R8A774A1) SoC. Signed-off-by: NBiju Das <biju.das@bp.renesas.com> Reviewed-by: NChris Paterson <chris.paterson2@renesas.com> Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 06 9月, 2018 1 次提交
-
-
由 Sergei Shtylyov 提交于
Renesas R-Car gen3 SoCs have both CMT and TMU timers, so we have to enable building them in Kconfig.platforms (as they don't normally have the prompts in Kconfig). Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 30 8月, 2018 1 次提交
-
-
由 Geert Uytterhoeven 提交于
The Kconfig symbol for Renesas 64-bit ARM SoCs has always been ARCH_RENESAS, with ARCH_SHMOBILE being selected to reuse drivers shared with Renesas 32-bit ARM and/or Renesas SuperH SH-Mobile SoCs. Commit 9b5ba0df ("ARM: shmobile: Introduce ARCH_RENESAS") started the conversion from ARCH_SHMOBILE to ARCH_RENESAS for Renesas 32-bit SoCs. Now all drivers for Renesas ARM SoCs have gained proper ARCH_RENESAS platform dependencies, there is no longer a need to select ARCH_SHMOBILE. With ARCH_SHMOBILE gone, move the ARCH_RENESAS section up, to restore alphabetical sort order. Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Acked-by: NArnd Bergmann <arnd@arndb.de> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 24 8月, 2018 1 次提交
-
-
由 Marc Zyngier 提交于
A number of the Rockchip-specific drivers (IOMMU, display controllers) are now assuming that CONFIG_PM is set, and may completely misbehave if that's not the case. Since there is hardly any reason for this configuration option not to be selected anyway, let's require it (in the same way Tegra already does). Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 01 8月, 2018 1 次提交
-
-
由 Masahiro Yamada 提交于
The UniPhier platform highly relies on the reset controller. Select RESET_CONTROLLER to enable it forcibly. Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 19 7月, 2018 1 次提交
-
-
由 Nishanth Menon 提交于
Add support for Texas Instrument's K3 Multicore SoC architecture processors. Reviewed-by: NTony Lindgren <tony@atomide.com> Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
- 16 5月, 2018 1 次提交
-
-
由 Yoshihiro Shimoda 提交于
Add configuration option for the R-Car E3 (R8A77990) SoC. Signed-off-by: NYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 14 3月, 2018 1 次提交
-
-
由 Jacopo Mondi 提交于
Add configuration option for the R-Car M3-N (R8A77965) SoC. Signed-off-by: NJacopo Mondi <jacopo+renesas@jmondi.org> Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 12 2月, 2018 1 次提交
-
-
由 Sergei Shtylyov 提交于
Add a configuration option for the R-Car V3H (R8A77980) SoC. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: NVladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 14 12月, 2017 1 次提交
-
-
由 Qiufang Dai 提交于
Add clock controller drivers for Amlogic Meson-AXG SoC. Acked-by: NNeil Armstrong <narmstrong@baylibre.com> Signed-off-by: NQiufang Dai <qiufang.dai@amlogic.com> Signed-off-by: NYixun Lan <yixun.lan@amlogic.com> Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
-
- 07 11月, 2017 1 次提交
-
-
由 Ard Biesheuvel 提交于
The Socionext Synquacer SoC has an external interrupt unit (EXIU) that forwards a block of 32 configurable input lines to 32 adjacent level-high type GICv3 SPIs. The EXIU has per-interrupt level/edge and polarity controls, and mask bits that keep the outgoing lines de-asserted, even though the controller may still latch interrupt conditions that occur while the line is masked. Signed-off-by: NArd Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
-
- 29 10月, 2017 1 次提交
-
-
由 Jerome Brunet 提交于
select MESON_IRQ_GPIO in Kconfig for Amlogic's meson SoC family Signed-off-by: NJerome Brunet <jbrunet@baylibre.com> Reviewed-by: NNeil Armstrong <narmstrong@baylibre.com> Signed-off-by: NKevin Hilman <khilman@baylibre.com>
-
- 20 10月, 2017 1 次提交
-
-
由 Sean Wang 提交于
The latest kernel tree already can support more MediaTek platforms such as MT2712 and MT7622, so additional descriptions for those platforms are added and certain cleanups are also being made here. Signed-off-by: NSean Wang <sean.wang@mediatek.com> Signed-off-by: NMatthias Brugger <matthias.bgg@gmail.com>
-
- 18 9月, 2017 1 次提交
-
-
由 Geert Uytterhoeven 提交于
Add a configuration option for the R-Car V3M SoC. Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 14 8月, 2017 1 次提交
-
-
由 Shawn Guo 提交于
Select PINCTRL for ZTE platform, so that we can have ZX pinctrl driver options available for enabling. Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
-