Re: [PATCH v3 5/5] ARM: dts: stm32: add ddrperfm on stm32mp157c

2019-08-29 Thread Alexandre Torgue
Hi Gerald On 8/27/19 5:08 PM, Gerald BAEZA wrote: The DDRPERFM is the DDR Performance Monitor embedded in STM32MP1 SOC. Signed-off-by: Gerald Baeza ---  arch/arm/boot/dts/stm32mp157c.dtsi | 8  1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/a

Re: [PATCH] Documentation: add link to stm32mp157 docs

2019-08-27 Thread Alexandre Torgue
Hi Jonathan, On 8/27/19 3:48 PM, Jonathan Corbet wrote: On Tue, 27 Aug 2019 12:19:32 + Gerald BAEZA wrote: Link to the online stm32mp157 documentation added in the overview. Signed-off-by: Gerald Baeza --- Documentation/arm/stm32/stm32mp157-overview.rst | 6 ++ 1 file changed, 6

Re: [PATCH v3 6/6] net: smmac: allow configuring lower pbl values

2016-12-08 Thread Alexandre Torgue
Hi Niklas, On 12/07/2016 03:20 PM, Niklas Cassel wrote: From: Niklas Cassel The driver currently always sets the PBLx8/PBLx4 bit, which means that the pbl values configured via the pbl/txpbl/rxpbl DT properties are always multiplied by 8/4 in the hardware. In order to allow the DT to configur

Re: [PATCH v3 5/6] net: stmmac: add support for independent DMA pbl for tx/rx

2016-12-08 Thread Alexandre Torgue
Hi Niklas On 12/07/2016 03:20 PM, Niklas Cassel wrote: From: Niklas Cassel GMAC and newer supports independent programmable burst lengths for DMA tx/rx. Add new optional devicetree properties representing this. To be backwards compatible, snps,pbl will still be valid, but snps,txpbl/snps,rxpb

[PATCH 3/5] ARM: dts: Add STM32F746 MCU and STM32746g-EVAL board

2016-10-26 Thread Alexandre TORGUE
ernet controller - USB OTFG FS & HS controllers - I2C, SPI, CAN busses support - Several 16 & 32 bits general purpose timers - Serial Audio interface - LCD controller - HDMI-CEC - SPDIFRX Signed-off-by: Maxime Coquelin Signed-off-by: Alexandre TORGUE diff --git a/arch/arm/boot/dts/Makefi

[PATCH 5/5] ARM: configs: Add new config fragment to change RAM size

2016-10-26 Thread Alexandre TORGUE
Signed-off-by: Alexandre TORGUE diff --git a/arch/arm/configs/dram_size_0x200.config b/arch/arm/configs/dram_size_0x200.config new file mode 100644 index 000..e66430d --- /dev/null +++ b/arch/arm/configs/dram_size_0x200.config @@ -0,0 +1 @@ +CONFIG_DRAM_SIZE=0x00200

[PATCH 1/5] ARM: mach-stm32: Add a new SOC - STM32F746

2016-10-26 Thread Alexandre TORGUE
Signed-off-by: Maxime Coquelin Signed-off-by: Alexandre TORGUE diff --git a/Documentation/arm/stm32/overview.txt b/Documentation/arm/stm32/overview.txt index 09aed55..a03b035 100644 --- a/Documentation/arm/stm32/overview.txt +++ b/Documentation/arm/stm32/overview.txt @@ -5,7 +5,8

[PATCH 4/5] ARM: configs: Add new config fragment to change RAM start point

2016-10-26 Thread Alexandre TORGUE
Signed-off-by: Alexandre TORGUE diff --git a/arch/arm/configs/dram_0xc000.config b/arch/arm/configs/dram_0xc000.config new file mode 100644 index 000..343d533 --- /dev/null +++ b/arch/arm/configs/dram_0xc000.config @@ -0,0 +1 @@ +CONFIG_DRAM_BASE=0xc000 -- 1.9.1 -- To

[PATCH 2/5] ARM: Kconfig: Introduce MACH_STM32F746 flag

2016-10-26 Thread Alexandre TORGUE
This patch introduces the MACH_STM32F746 to make possible to only select STM32F746 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Maxime Coquelin Signed-off-by: Alexandre TORGUE diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index

[PATCH 0/5] ADD STM32F746 MCU and STM32746G-Eval board supports

2016-10-26 Thread Alexandre TORGUE
& HS controllers - I2C, SPI, CAN busses support - Several 16 & 32 bits general purpose timers - Serial Audio interface - LCD controller - HDMI-CEC - SPDIFRX Regards Alex Alexandre TORGUE (5): ARM: mach-stm32: Add a new SOC - STM32F746 ARM: Kconfig: Introduce MACH_STM32F746 fl