Re: linux-next: Tree for Nov 21 (nouveau)

2013-11-22 Thread Adrian Pop
ached a patch that fixes the build for me when using this config. From: Adrian Pop Date: Fri, 22 Nov 2013 12:52:19 +0200 Subject: [PATCH] nouveau: Fixed the 'hwmon' undeclared build error hwmon is declared inside the #if defined(CONFIG_HWMON)... but is still referenced outside of it, w

[PATCH v2 1/2] ARM: dt-bindings: stm32: Add missing DSI clock.

2020-07-02 Thread Adrian Pop
Signed-off-by: Adrian Pop --- include/dt-bindings/mfd/stm32f7-rcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/mfd/stm32f7-rcc.h b/include/dt-bindings/mfd/stm32f7-rcc.h index a90f3613c584..ba5cb7456ee4 100644 --- a/include/dt-bindings/mfd/stm32f7-rcc.h +++ b/include

[PATCH v2 2/2] ARM: dts: stm32: Enable MIPI DSI display support.

2020-07-02 Thread Adrian Pop
STM32f769-disco features a 4" MIPI DSI display: add support for it. On Cortex-M7 DMA can't use cached memory. For this reason I use a dedicated memory pool for DMA with no-cache attribute which is located at the end of RAM. Signed-off-by: Adrian Pop --- arch/arm/boot/dts/stm3

Re: [PATCH v2 2/2] ARM: dts: stm32: Enable MIPI DSI display support.

2020-07-19 Thread Adrian Pop
Hello Hua, Thank you for your review, On Tue, Jul 14, 2020 at 6:37 AM Hua Dillon wrote: > > Hi, Adrian, > > Just one suggestion for you. > > Adrian Pop 于2020年7月3日周五 上午1:30写道: > > > > STM32f769-disco features a 4" MIPI DSI display: add support for it. &g

Re: [PATCH 2/2] arm: dts: stm32f769-disco: Enable MIPI DSI display support

2020-05-16 Thread Adrian Pop
Hello all, a bit of a delayed response here, but: On Tue, Apr 28, 2020 at 11:39 AM Alexandre Torgue wrote: > > Hi Adrian > > On 4/27/20 10:05 PM, Adrian Pop wrote: > > Added lee.jo...@linaro.org. > > > > First, thank you all for taking a look at my changes! &