- 29 4月, 2019 1 次提交
-
-
由 Pascal Paillet 提交于
STPMIC1 is a PMIC from STMicroelectronics. The STPMIC1 integrates 10 regulators, 3 power switches, a watchdog and an input for a power on key. Signed-off-by: NPascal Paillet <p.paillet@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 30 3月, 2019 1 次提交
-
-
由 Martin Blumenstingl 提交于
With the SAR ADC driver ADC measurements can be taken though the IIO framework. Additionally the SAR ADC has a channel which is connected to an internal temperature sensor. The calibration data for this internal temperature sensor is stored in the eFuse. Enable the SAR ADC driver and the eFuse driver for the 32-bit Amlogic Meson SoCs so we can expose the chip temperature to userspace through the IIO hwmon driver (whose config option is already enabled: CONFIG_SENSORS_IIO_HWMON=y). Signed-off-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: NKevin Hilman <khilman@baylibre.com>
-
- 01 3月, 2019 1 次提交
-
-
由 Sugaya Taichi 提交于
Add and enable the Milbeaut M10V architecture. These configs select those of the clock, timer and serial driver for M10V. Signed-off-by: NSugaya Taichi <sugaya.taichi@socionext.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 31 1月, 2019 2 次提交
-
-
由 Ard Biesheuvel 提交于
Enable the base GCC plugin support symbol CONFIG_GCC_PLUGINS for multi_v7_defconfig so that builds hosted on systems that have a supported version of GCC along with the prerequisite headers will allow GCC plugins to be used during the build. At the moment, this will also enable the ARM per-task stack protector plugin, since all its remaining Kconfig dependencies are fulfilled by default. At the same time, enable the structleak plugin. This plugin ensures that local struct type variables are fully initialized, preventing inadvertent leaks of kernel state if such variables are shared with userland. This is a reasonable transformation to apply by default, since it does not adversely affect performance, and does not affect GCC compiler diagnostics regarding the use of uninitialized local variables. Signed-off-by: NArd Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
由 Linus Walleij 提交于
This switches the ARMv7 defconfig away from the old fbdev driver to the new DRM driver. All machines are now supported by the new driver. Signed-off-by: NLinus Walleij <linus.walleij@linaro.org> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 25 1月, 2019 1 次提交
-
-
由 Geert Uytterhoeven 提交于
Enable support for the RZ/A2 SoC, including pin control, now the DTS for the Renesas RZ/A2M evaluation board is included. Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 07 1月, 2019 1 次提交
-
-
由 Biju Das 提交于
The iWave RZ/G1C SBC supports RTC (NXP pcf85263). To increase hardware support enable the driver in the multi_v7_defconfig multiplatform configuration. Signed-off-by: NBiju Das <biju.das@bp.renesas.com> Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
-
- 05 1月, 2019 1 次提交
-
-
由 Masahiro Yamada 提交于
Enable the UniPhier MIO DMAC driver. This is used as the DMA engine for accelerating the SD/eMMC controller drivers. Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 08 12月, 2018 2 次提交
-
-
由 Marek Szyprowski 提交于
Add DRM bridge driver for TOSHIBA TC358764 chip used in LCD panel for Samsung Exynos5250-based Arndale board. Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
-
由 Marek Szyprowski 提交于
Add regulator driver for MAX8952 PMIC chip used on Samsung UniversalC210 board. Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
-
- 04 12月, 2018 1 次提交
-
-
由 Fabrice Gasnier 提交于
This enables drivers for STM32 timer, low power timer and analog hardware that can be used on STM32MP1 SoC: - Timer & LP Timer MFD core, PWM, trigger & encoder drivers - IIO ADC/DAC/DFSDM - vrefbuf regu driver (voltage reference buffer). Signed-off-by: NFabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 09 11月, 2018 1 次提交
-
-
由 Tony Lindgren 提交于
We've already moved omap2plus_defconfig over to use 8250-omap instead of omap-serial driver. Let's update multi_v7_defconfig too. By default we also enable SERIAL_8250_OMAP_TTYO_FIXUP that updates the kernel serial console to point to 8250 driver and warns about it during the boot. Users with ttyO[0123] in their /etc/inittab should update inittab to to use ttyS[0123] instead. Signed-off-by: NTony Lindgren <tony@atomide.com>
-
- 05 11月, 2018 1 次提交
-
-
由 Olof Johansson 提交于
I should have let this soak for a while in linux-next, since we have at least one board that hit a regression from it. Revert from 4.20-rc, and we'll queue it for next merge window once regression is fixed. This reverts commit 513eb985. Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 03 11月, 2018 1 次提交
-
-
由 Linus Walleij 提交于
Using CONFIG_PREEMPT as preemption model for ARMv7 systems appear to be the most reasonable default. Signed-off-by: NLinus Walleij <linus.walleij@linaro.org> Signed-off-by: NOlof Johansson <olof@lixom.net>
-
- 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>
-