- 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 Pro4 and PXs2 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>
-
- 21 9月, 2018 4 次提交
-
-
由 Yannick Fertré 提交于
Enable generic GPIO based backlight driver. Signed-off-by: NYannick Fertré <yannick.fertre@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
-
由 Yannick Fertré 提交于
Enable panel OTM8009A and panel raydium RM68200 as loadable modules. Signed-off-by: NYannick Fertré <yannick.fertre@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
-
由 Yannick Fertré 提交于
Enable DRM and MIPI DSI support for STMicroelectronics as loadable module. Signed-off-by: NYannick Fertré <yannick.fertre@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
-
由 Amelie Delaunay 提交于
Enable the STM32 SPI driver, implemented on STM32MP1 SoC. Signed-off-by: NAmelie Delaunay <amelie.delaunay@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
-
- 19 9月, 2018 1 次提交
-
-
由 Biju Das 提交于
Enable recently added r8a7744 (RZ/G1N) SoC. Signed-off-by: NBiju Das <biju.das@bp.renesas.com> Reviewed-by: NFabrizio Castro <fabrizio.castro@bp.renesas.com> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 31 8月, 2018 3 次提交
-
-
由 Geert Uytterhoeven 提交于
R-Car Gen2 (and RZ/G1) SoCs have a Fine Display Processor, hence enable support for it. Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
由 Codrin Ciubotariu 提交于
Add atmel-i2s driver CONFIG_SND_ATMEL_SOC_I2S. Signed-off-by: NCodrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
-
由 Eugen Hristev 提交于
Add generic resistive touchscreen CONFIG_TOUCHSCREEN_ADC Signed-off-by: NEugen Hristev <eugen.hristev@microchip.com> Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
-
- 01 8月, 2018 1 次提交
-
-
由 Kunihiko Hayashi 提交于
Enable the thermal monitor driver and the AVE ethernet driver implemented on UniPhier SoCs. Signed-off-by: NKunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 23 7月, 2018 1 次提交
-
-
由 Geert Uytterhoeven 提交于
Enable support for the Renesas RZN1D-DB Board: - RZ/N1D (R9A06G032) base SoC support. Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 18 7月, 2018 1 次提交
-
-
由 Gregory CLEMENT 提交于
Add Marvell NAND controller support used by some Marvell Armada based boards. Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
-
- 13 7月, 2018 3 次提交
-
-
由 Hugues Fruchet 提交于
Enables support of STM32 DCMI V4L2 media driver. Signed-off-by: NHugues Fruchet <hugues.fruchet@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
-
由 Pierre-Yves MORDRET 提交于
This enables drivers for STM32: - DMAv2 - DMMAUX - MDMA Signed-off-by: NPierre-Yves MORDRET <pierre-yves.mordret@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
-
由 Amelie Delaunay 提交于
Enable the STM32 Real Time Clock (RTC) driver, implemented on STM32MP1 SoC. Signed-off-by: NAmelie Delaunay <amelie.delaunay@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.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>
-
- 16 5月, 2018 1 次提交
-
-
由 Simon Horman 提交于
R-Car Gen2 and RZ/G1 platforms come with a watchdog IP, therefore enable its driver by default. It is enabled as a module to avoid increasing the kernel image size. Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 14 5月, 2018 1 次提交
-
-
由 Alexandre Torgue 提交于
This patch adds STM32F7 I2C support to multi_v7_defconfig and enable the STM32 USB PHY Controller (USBPHYC) driver, implemented on STM32MP1 SoC. Signed-off-by: NPierre-Yves MORDRET <pierre-yves.mordret@st.com> Signed-off-by: NAmelie Delaunay <amelie.delaunay@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 28 4月, 2018 2 次提交
-
-
由 Martin Blumenstingl 提交于
This enables the Amlogic Meson PWM controller. It is used for a dimmable LED on some devices. Additionally some devices use it to generate the 32.768 kHz (low power oscillator) clock. Signed-off-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: NKevin Hilman <khilman@baylibre.com>
-
由 Martin Blumenstingl 提交于
Some boards come with a PMIC (system power controller, for example Ricoh RN5T618) which is connected through I2C. Enable the Meson I2C driver so the devices on the I2C bus can be registered during boot. Signed-off-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: NKevin Hilman <khilman@baylibre.com>
-
- 24 4月, 2018 1 次提交
-
-
由 Stefan Wahren 提交于
The Raspberry Pi 3 B+ has a Microchip LAN7515 (connect via USB) and a Cypress CYW43455 (connect via UART). This patch enables the necessary drivers. Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com> Reviewed-by: NEric Anholt <eric@anholt.net> Signed-off-by: NEric Anholt <eric@anholt.net>
-
- 23 4月, 2018 1 次提交
-
-
由 Geert Uytterhoeven 提交于
The last Renesas ARM platform using this driver was removed in commit a521422e ("ARM: shmobile: mackerel: Remove Legacy C board code"). Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 17 4月, 2018 1 次提交
-
-
由 Marek Szyprowski 提交于
Add a module with Samsung S6E63J0X03 DSI panel driver to enable support for display panel on Exynos3250-based Samsung Rinato board. Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
-
- 16 4月, 2018 1 次提交
-
-
由 Biju Das 提交于
Enable recently added r8a77470 (RZ/G1C) SoC. Signed-off-by: NBiju Das <biju.das@bp.renesas.com> Reviewed-by: NFabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 27 3月, 2018 7 次提交
-
-
由 Stefan Agner 提交于
Enable FlexCAN support as module by default. FlexCAN can be found on various NXP designs such as the i.MX and Vybrid SoC family. Signed-off-by: NStefan Agner <stefan@agner.ch> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Stefan Agner 提交于
Enable the i.MX thermal driver required for i.MX SoC family. Signed-off-by: NStefan Agner <stefan@agner.ch> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Stefan Agner 提交于
This allows to successfully boot Colibri iMX7 which is using the Ricoh RN5T567 PMIC. Signed-off-by: NStefan Agner <stefan@agner.ch> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Stefan Agner 提交于
Enable drivers to support NXP graphics IPs such as: - Etnaviv (e.g. i.MX6) - DCU (e.g. Vybrid LS1021A) - mxsfb (e.g. i.MX6UL/ULL/7) Signed-off-by: NStefan Agner <stefan@agner.ch> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Stefan Agner 提交于
Add GPMI NAND controller support as required by some NXP i.MX6/7 based boards. Signed-off-by: NStefan Agner <stefan@agner.ch> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Stefan Agner 提交于
Enable on-chip OTP NVMEM support for NXP i.MX and VF610 SoCs. Since OTP values might be required by drivers required during boot, make sure the driver is built-in (e.g. i.MX thermal driver). Signed-off-by: NStefan Agner <stefan@agner.ch> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Stefan Agner 提交于
PMIC often require the I2C bus, and the PMIC regulators might be necessary to power on eMMC/SD-card or other supplies required for successful boot. Make sure I2C driver for i.MX devices is built-in. Signed-off-by: NStefan Agner <stefan@agner.ch> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 20 3月, 2018 1 次提交
-
-
由 Tony Lindgren 提交于
We need the CPCAP MFD and regulator built-in for UART console to work, the rest can be loadable modules. Note that users probably want to also enable serial 8250_OMAP that is not yet enabled by default. Signed-off-by: NTony Lindgren <tony@atomide.com>
-
- 07 3月, 2018 3 次提交
-
-
由 Tony Lindgren 提交于
With USB OTG now enabled, it makes sense to allow configuring the USB gadgets via configfs. Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Tony Lindgren 提交于
With MUSB USB OTG controller enabled, let's now enable the USB PHYs found on omap varian SoCs. Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Tony Lindgren 提交于
We can support USB OTG with MUSB driver on many ARM SoCs. Let's enable all the SoCs with MUSB as loadable modules. And let's enable their related DMA hardware. And as MUSB is an USB OTG controller, let's enable OTG support too. Signed-off-by: NTony Lindgren <tony@atomide.com>
-
- 01 3月, 2018 1 次提交
-
-
由 Kishon Vijay Abraham I 提交于
Enable CONFIG_MMC_SDHCI_OMAP so that TI's dra7/k2g based SoC's can use sdhci-omap for eMMC/SD/SDIO controller.. Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
- 27 2月, 2018 1 次提交
-
-
由 Stefan Wahren 提交于
This turns on the CONFIG_BCM2835_THERMAL as module for Raspberry Pi 2 and 3. Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com> Signed-off-by: NEric Anholt <eric@anholt.net>
-