- Dec 22, 2015
-
-
Heiko Stübner authored
This enables the newly added hardware crypto module found for example on the rk3288. Signed-off-by:
Heiko Stuebner <heiko.stuebner@collabora.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
Heiko Stübner authored
The io-domain driver is necessary to notify the soc about voltages changes happening on supplying regulators. Probably the most important user right now is the mmc tuning code, where the soc needs to get notified when the voltage is dropped to the 1.8V point. As this option is necessary to sucessfully tune UHS cards etc, it should get built in. Signed-off-by:
Heiko Stuebner <heiko.stuebner@collabora.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
Nishanth Menon authored
ABB and PBIAS are internal LDO control regulators that are needed for maintaining proper functionality of OMAP architecture SoCs. Enable the same. PBIAS is already enabled, so just enable ABB regulator as well. Signed-off-by:
Nishanth Menon <nm@ti.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
Nishanth Menon authored
Enable PMIC for AM437x platforms such as AM437x-sk similar to commit a186cf10 ("ARM: omap2plus_defconfig: enable TPS65218 configs"). This allows multi_v7_defconfig to boot up on AM437x-sk platform. Signed-off-by:
Nishanth Menon <nm@ti.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- Dec 20, 2015
-
-
Afzal Mohammed authored
Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's. Suggested-by:
Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by:
Afzal Mohammed <afzal.mohd.ma@gmail.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- Dec 15, 2015
-
-
Enric Balletbo i Serra authored
In order to meet high performance an low power requirement for Rockchip enable the power domain support. The patch also fixes a drm/kms issue, driver deferring untils power-domains are available) Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com> Reviewed-by:
Heiko Stuebner <heiko@sntech.de> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
Alison Wang authored
This patch enables some drivers for LS1021A, such as GIANFAR, WATCHDOG, AUDIO, QSPI, I2C, ESDHC, EDMA, FTM. QorIQ Clock Framework and Ramdisk support is also enabled. Signed-off-by:
Alison Wang <alison.wang@freescale.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- Dec 14, 2015
-
-
Geert Uytterhoeven authored
Enabling the frame buffer device on r8a7740/armadillo800eva requires the board staging code. Signed-off-by:
Geert Uytterhoeven <geert+renesas@glider.be> Acked-by:
Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
-
Geert Uytterhoeven authored
Enable all missing support, extracted from the various Renesas ARM DTSes using linux-config-from-dt. Signed-off-by:
Geert Uytterhoeven <geert+renesas@glider.be> Acked-by:
Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
-
Geert Uytterhoeven authored
The Renesas R-Car (Gen1) USB PHY driver (which is being removed) does not support DT, and is thus useless in a generic ARM multi-platform kernel. Signed-off-by:
Geert Uytterhoeven <geert+renesas@glider.be> Acked-by:
Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
-
- Dec 02, 2015
-
-
Bjorn Andersson authored
The Honami device does not boot due to the lack of pinctrl support compiled in with the multi_v7_defconfig. This patch correct this and enables coincell, sdhci, smsm, smp2p and wcnss_ctrl as well, all found on a variety of Qualcomm boards. Reported-by:
Kevin Hilman <khilman@linaro.org> Signed-off-by:
Bjorn Andersson <bjorn.andersson@sonymobile.com> Tested-by:
Kevin Hilman <khilman@linaro.org> Signed-off-by:
Kevin Hilman <khilman@linaro.org>
-
- Dec 01, 2015
-
-
Andy Gross authored
This patch enables the QCOM SPMI and PMIC related drivers that are now required to boot some supported devices. Signed-off-by:
Andy Gross <agross@codeaurora.org> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- Nov 20, 2015
-
-
Timo Sigurdsson authored
Commit 3d0b16a6 ("nvmem: sunxi: Move the SID driver to the nvmem framework") moved the the sunxi SID driver to a new framework, but left multi_v7_defconfig with the deprecated config symbol EEPROM_SUNXI_SID instead of the new symbol NVMEM_SUNXI_SID. Hence, re-enable the driver in multi_v7_defconfig. Signed-off-by:
Timo Sigurdsson <public_timo.s@silentcreek.de> Acked-by:
Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com>
-
Chen-Yu Tsai authored
axp20x support has been split into 2 parts, I2C and RSB interface variants. Update the MFD_AXP20X symbol for I2C support. Also enable SUNXI_RSB MFD_AXP20X_RSB to support RSB variants. Build these drivers as modules. Keep MFD_AXP20X enabled for now, to ease migration for automated boot farms while the patches are being merged. This should be removed in the next release. Signed-off-by:
Chen-Yu Tsai <wens@csie.org> Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com>
-
- Nov 19, 2015
-
-
Javier Martinez Canillas authored
Since the multi_v7_defconfig is used to build an image for different platforms, the options should be enabled as module whenever possible. Signed-off-by:
Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by:
Krzysztof Kozlowski <k.kozlowski@samsung.com>
-
- Nov 17, 2015
-
-
Krzysztof Kozlowski authored
Enable support for: 1. Haptic motor driver on Trats2 board (Maxim 77693) and Note 4 (Maxim 77843); 2. LED driver on Trats2 board (Maxim 77693). Signed-off-by:
Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by:
Javier Martinez Canillas <javier@osg.samsung.com>
-
Krzysztof Kozlowski authored
Enable support for Maxim 8997 Multi Function Device present on Trats and Origen boards by toggling on drivers: main MFD, charger, haptic motor, regulator, LED and RTC. This allows to test and usage of these boards with multi_v7 config. Signed-off-by:
Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by:
Javier Martinez Canillas <javier@osg.samsung.com>
-
- Oct 31, 2015
-
-
Masahiro Yamada authored
These two drivers were merged into the I2C sub-system by commit dd6fd4a3 ("i2c: uniphier: add UniPhier FIFO-less I2C driver") and commit 6a62974b ("i2c: uniphier_f: add UniPhier FIFO-builtin I2C driver"). Enable them from arch/arm/configs/multi_v7_defconfig. Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- Oct 23, 2015
-
-
Anand Moon authored
Odroid XU4 has a RTL8153-CG gigabit Ethernet adapter, connected over USB 3.0. Signed-off-by:
Anand Moon <linux.amoon@gmail.com> Reviewed-by:
Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by:
Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by:
Kukjin Kim <kgene@kernel.org>
-
Marek Szyprowski authored
DWC2 (s3c-hsotg) hardware module is available on many Exynos based boards, so enable DWC2 driver as well as the most common USB Ethernet gadget. Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by:
Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by:
Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by:
Kukjin Kim <kgene@kernel.org>
-
- Oct 22, 2015
-
-
Antoine Tenart authored
Some drivers used on a Marvell Berlin kernel were missing from multi_v7_defconfig. This series add them: * The pxa168 Ethernet driver is added as a loadable module. * The Berlin ADC driver is added as a loadable module. * Both the Berlin USB PHY and SATA PHY drivers are added, built-in, as they are required for the already available USB and SATA functionalities in multi_v7_defconfig. Signed-off-by:
Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- Oct 20, 2015
-
-
Thierry Reding authored
Enable some options that have recently been enabled on Tegra platforms: * TOUCHSCREEN_WM97XX: touchscreen support on Toradex Colibri * SND_SOC_TEGRA_WM9712: audio support on Toradex Colibri Signed-off-by:
Thierry Reding <treding@nvidia.com>
-
- Oct 19, 2015
-
-
Ludovic Desroches authored
The AT91 SDHCI device has been introduced with Atmel SAMA5D2 SoC. Signed-off-by:
Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by:
Alexandre Belloni <alexandre.belloni@free-electrons.com>
-
Ludovic Desroches authored
The Flexcom device has been introduced with Atmel SAMA5D2 SoC. Signed-off-by:
Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by:
Alexandre Belloni <alexandre.belloni@free-electrons.com>
-
Ludovic Desroches authored
Add Atmel SAMA5D2 SoC family to multi_v7 image. Signed-off-by:
Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by:
Alexandre Belloni <alexandre.belloni@free-electrons.com>
-
- Oct 15, 2015
-
-
Maxime Coquelin authored
CONFIG_FIXED_PHY is needed to have Ethernet working on STi boards. Select it as built-in since RootFS is accessible from NFS on these boards. Signed-off-by:
Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- Oct 13, 2015
-
-
Wolfram Sang authored
Actviate HDMI output of the RCar DU (and LVDS while we are here). Enable the HDMI encoder chip found on Lager/Koelsch boards. Signed-off-by:
Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
-
- Oct 08, 2015
-
-
Andy Gross authored
This patch enables all of the options necessary to support the Qualcomm SMD RPM regulator driver. Signed-off-by:
Andy Gross <agross@codeaurora.org>
-
- Oct 06, 2015
-
-
Sjoerd Simons authored
Similar to the power management situation on Rockchip boards, there are two common RTC setups. For boards using the RK808 chip as a PMIC that chip also serves as the RTC, while boards using the ACT8846 typically use the Haoyu Microelectronics HYM8563 chip as their RTC. Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by:
Heiko Stuebner <heiko@sntech.de> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
Sjoerd Simons authored
Most Rockchip SoCs have a DesignWare HS OTG USB 2.0 controller, enable the driver for the Rockchip USB 2.0 PHY to make that functional. Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by:
Heiko Stuebner <heiko@sntech.de> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
Sjoerd Simons authored
Enable options needed for HDMI out on rockchip: DRM driver, Rockchip DesignWare HDMI glue and the rockchip IOMMU (dependency of the DRM driver). Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by:
Heiko Stuebner <heiko@sntech.de> Reviewed-by:
Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
Sjoerd Simons authored
Rockchip boards seem to have two common regulator setups. Various board used the Active Semi act8846 often in combination with Silergy syr82x regulators (e.g. Radxa Rock Pro/Rock 2, Firefly, and Netxeon R89 etc), while others use regulator part of the Rockchip RK808 chip (e.g. the various Veyron based chromebooks, Chipspark Popmetal etc) Enable all these regulators. Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by:
Heiko Stuebner <heiko@sntech.de> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
Sjoerd Simons authored
Enable Rockchip I2C, SPI, PWM, thermal drivers. Builtin are I2C (as it often required to control the pmic) and Thermal drivers (to prevent thermal damage). SPI and PWM drivers configured as modules Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by:
Javier Martinez Canillas <javier@osg.samsung.com> Reviewed-by:
Heiko Stuebner <heiko@sntech.de> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
Srinivas Kandagatla authored
This patch adds few missing essential configs in the multi_v7_defconf, absense of some configs like PINCTRL_APQ8064 would prevent the board from getting access to serial. cc: Kevin Hilman <khilman@kernel.org> cc: Tyler Baker <tyler.baker@linaro.org> Tested-by:
Andy Gross <agross@codeaurora.org> Signed-off-by:
Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
-
- Sep 17, 2015
-
-
Gerhard Bertelsmann authored
Defconfig multi_v7 for Allwinner A10/A20 CAN driver Signed-off-by:
Gerhard Bertelsmann <info@gerhard-bertelsmann.de> Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com>
-
- Sep 14, 2015
-
-
Jon Mason authored
Add the Broadcom Northstar Plus SoC to the multi_v7_defconfig Signed-off-by:
Jon Mason <jonmason@broadcom.com> Acked-by:
Scott Branden <sbranden@broadcom.com> Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Simon Horman authored
Kill of the defconfig bits now when the marzen-reference board code is gone. Based on work by Magnus Damm. Acked-by:
Magnus Damm <damm@opensource.se> Acked-by:
Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by:
Simon Horman <horms+renesas@verge.net.au>
-
- Sep 09, 2015
-
-
Kishon Vijay Abraham I authored
PBIAS regulator is required for MMC module in OMAP2, OMAP3, OMAP4, OMAP5 and DRA7 SoCs. Enable it here. Signed-off-by:
Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by:
Kevin Hilman <khilman@linaro.org>
-
- Aug 18, 2015
-
-
Nicolas Pitre authored
Without this, the multi_v7_defconfig kernel cannot boot all CPUs nor do deep cpuidle power saving on a TC2 board. Signed-off-by:
Nicolas Pitre <nico@linaro.org> Signed-off-by:
Olof Johansson <olof@lixom.net>
-
- Aug 14, 2015
-
-
Thierry Reding authored
Use vendor prefixes for Kconfig symbols and filenames. This should make it easier to identify the various bridge drivers and to organize the directory. v2: fix object name for dw-hdmi (Fabio Estevam) Signed-off-by:
Thierry Reding <treding@nvidia.com>
-