Re:Re: [PATCH] drm/exynos: remove no need devm_kfree in probe [re-send, welcome any comments]

2020-05-08 Thread Bernard
-kernel@vger.kernel.org,opensource.ker...@vivo.com Subject: Re: [PATCH] drm/exynos: remove no need devm_kfree in probe [re-send, welcome any comments]>Hi Bernard. > >On Wed, May 06, 2020 at 08:49:03PM +0800, Bernard wrote: >> Remove no need devm_kfree in probe. >> The chang

Re: [PATCH] drm/exynos: remove no need devm_kfree in probe [re-send, welcome any comments]

2020-05-08 Thread Sam Ravnborg
t; ret = exynos_dpi_parse_dt(ctx); > - if (ret < 0) { > - devm_kfree(dev, ctx); > - return NULL; > - } > + if (ret < 0) > + return ERR_PTR(ret); > > if (ctx->panel_node) { >

[PATCH] drm/exynos: remove no need devm_kfree in probe [re-send, welcome any comments]

2020-05-06 Thread Bernard
ctx->panel = of_drm_find_panel(ctx->panel_node); -- 2.26.2 [re-send, welcome any comments] Regards, Bernard

[PATCH v5 2/7] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2018-01-16 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag

[PATCH v5 2/7] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2018-01-16 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag for most of them. If a

[PATCH v4 2/7] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2018-01-16 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag

[PATCH v4 2/7] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2018-01-16 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag for most of them. If a

[PATCH v3 2/7] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2018-01-02 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag

[PATCH v3 2/7] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2018-01-02 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag for most of them. If a

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-21 Thread Arnd Bergmann
On Thu, Dec 21, 2017 at 5:39 PM, Ludovic BARRE wrote: >>> >> Currently "restart" is not functional on stm32 MCU (at least for >> stm32f746, I will check on others MCU). My fear is if Ludovic made some >> patches to make "armv7m_restart" the default ".restart" function for

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-21 Thread Arnd Bergmann
On Thu, Dec 21, 2017 at 5:39 PM, Ludovic BARRE wrote: >>> >> Currently "restart" is not functional on stm32 MCU (at least for >> stm32f746, I will check on others MCU). My fear is if Ludovic made some >> patches to make "armv7m_restart" the default ".restart" function for all >> armv7-m

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-21 Thread Ludovic BARRE
hi Arnd just a ping, on Alex's proposal (below) about armv7m_restart (Currently "restart" is not functional on stm32 MCU). BR Ludo On 12/19/2017 03:38 PM, Alexandre Torgue wrote: On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-21 Thread Ludovic BARRE
hi Arnd just a ping, on Alex's proposal (below) about armv7m_restart (Currently "restart" is not functional on stm32 MCU). BR Ludo On 12/19/2017 03:38 PM, Alexandre Torgue wrote: On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From:

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Ludovic BARRE
On 12/19/2017 04:26 PM, Arnd Bergmann wrote: On Tue, Dec 19, 2017 at 3:43 PM, Ludovic BARRE wrote: On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From: Ludovic Barre

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Ludovic BARRE
On 12/19/2017 04:26 PM, Arnd Bergmann wrote: On Tue, Dec 19, 2017 at 3:43 PM, Ludovic BARRE wrote: On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for the integration of

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Arnd Bergmann
On Tue, Dec 19, 2017 at 3:43 PM, Ludovic BARRE wrote: > > > On 12/18/2017 09:24 PM, Arnd Bergmann wrote: >> >> On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre >> wrote: >>> >>> From: Ludovic Barre >>> >>> This patch prepares the

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Arnd Bergmann
On Tue, Dec 19, 2017 at 3:43 PM, Ludovic BARRE wrote: > > > On 12/18/2017 09:24 PM, Arnd Bergmann wrote: >> >> On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre >> wrote: >>> >>> From: Ludovic Barre >>> >>> This patch prepares the STM32 machine for the integration of Cortex-A >>> based

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Ludovic BARRE
On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Ludovic BARRE
On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Alexandre Torgue
On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-19 Thread Alexandre Torgue
On 12/18/2017 09:24 PM, Arnd Bergmann wrote: On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-18 Thread Arnd Bergmann
On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: > From: Ludovic Barre > > This patch prepares the STM32 machine for the integration of Cortex-A > based microprocessor (MPU), on top of the existing Cortex-M > microcontroller family (MCU). Since

Re: [PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-18 Thread Arnd Bergmann
On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: > From: Ludovic Barre > > This patch prepares the STM32 machine for the integration of Cortex-A > based microprocessor (MPU), on top of the existing Cortex-M > microcontroller family (MCU). Since both MCUs and MPUs are sharing > common

[PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-18 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag

[PATCH V2 3/9] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-18 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag for most of them. If a

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-12 Thread Ludovic BARRE
Hi all -This patch serie hasn't goal to create a platform with asymmetric linux processor (like vf610). -Today, STM32 family have several boards with mcu microcontroler Cortex-M like stm32f429, stm32f746... And this patch serie prepare new board with support of Cortex-A instead-of Cortex-M.

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-12 Thread Ludovic BARRE
Hi all -This patch serie hasn't goal to create a platform with asymmetric linux processor (like vf610). -Today, STM32 family have several boards with mcu microcontroler Cortex-M like stm32f429, stm32f746... And this patch serie prepare new board with support of Cortex-A instead-of Cortex-M.

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-12 Thread afzal mohammed
Hi, On Mon, Dec 11, 2017 at 02:40:43PM +0100, Arnd Bergmann wrote: > On Mon, Dec 11, 2017 at 11:25 AM, Linus Walleij > >> This patch prepares the STM32 machine for the integration of Cortex-A > >> based microprocessor (MPU), on top of the existing Cortex-M > >> microcontroller family (MCU).

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-12 Thread afzal mohammed
Hi, On Mon, Dec 11, 2017 at 02:40:43PM +0100, Arnd Bergmann wrote: > On Mon, Dec 11, 2017 at 11:25 AM, Linus Walleij > >> This patch prepares the STM32 machine for the integration of Cortex-A > >> based microprocessor (MPU), on top of the existing Cortex-M > >> microcontroller family (MCU).

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-11 Thread Ludovic BARRE
On 12/11/2017 02:40 PM, Arnd Bergmann wrote: On Mon, Dec 11, 2017 at 11:25 AM, Linus Walleij wrote: On Fri, Dec 8, 2017 at 3:11 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-11 Thread Ludovic BARRE
On 12/11/2017 02:40 PM, Arnd Bergmann wrote: On Mon, Dec 11, 2017 at 11:25 AM, Linus Walleij wrote: On Fri, Dec 8, 2017 at 3:11 PM, Ludovic Barre wrote: From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-11 Thread Arnd Bergmann
On Mon, Dec 11, 2017 at 11:25 AM, Linus Walleij wrote: > On Fri, Dec 8, 2017 at 3:11 PM, Ludovic Barre wrote: > >> From: Ludovic Barre >> >> This patch prepares the STM32 machine for the integration of Cortex-A >> based

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-11 Thread Arnd Bergmann
On Mon, Dec 11, 2017 at 11:25 AM, Linus Walleij wrote: > On Fri, Dec 8, 2017 at 3:11 PM, Ludovic Barre wrote: > >> From: Ludovic Barre >> >> This patch prepares the STM32 machine for the integration of Cortex-A >> based microprocessor (MPU), on top of the existing Cortex-M >> microcontroller

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-11 Thread Linus Walleij
On Fri, Dec 8, 2017 at 3:11 PM, Ludovic Barre wrote: > From: Ludovic Barre > > This patch prepares the STM32 machine for the integration of Cortex-A > based microprocessor (MPU), on top of the existing Cortex-M > microcontroller family (MCU). Since

Re: [PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-11 Thread Linus Walleij
On Fri, Dec 8, 2017 at 3:11 PM, Ludovic Barre wrote: > From: Ludovic Barre > > This patch prepares the STM32 machine for the integration of Cortex-A > based microprocessor (MPU), on top of the existing Cortex-M > microcontroller family (MCU). Since both MCUs and MPUs are sharing > common

[PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-08 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag

[PATCH 1/6] ARM: stm32: prepare stm32 family to welcome armv7 architecture

2017-12-08 Thread Ludovic Barre
From: Ludovic Barre This patch prepares the STM32 machine for the integration of Cortex-A based microprocessor (MPU), on top of the existing Cortex-M microcontroller family (MCU). Since both MCUs and MPUs are sharing common hardware blocks we can keep using ARCH_STM32 flag for most of them. If a

Welcome!

2017-11-10 Thread Ailyn Alberca Rubin
Hello dear, compliments of the season, I sent series of mail, have you seen them ?

Welcome!

2017-11-10 Thread Ailyn Alberca Rubin
Hello dear, compliments of the season, I sent series of mail, have you seen them ?

[PATCH 4.11 08/13] Revert "drm/i915: Restore lost "Initialized i915" welcome message"

2017-06-15 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit d38162e4b5c643733792f32be4ea107c831827b4 upstream. This reverts commit bc5ca47c0af4f949ba889e666b7da65569e36093. Gabriel put this back into

[PATCH 4.11 08/13] Revert "drm/i915: Restore lost "Initialized i915" welcome message"

2017-06-15 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit d38162e4b5c643733792f32be4ea107c831827b4 upstream. This reverts commit bc5ca47c0af4f949ba889e666b7da65569e36093. Gabriel put this back into generic code with commit

Welcome To Direct Axis Financial

2016-05-16 Thread Direct Axis Financial
Attn: Kindly find attached flier for more details on our special loan offer. Personal long-term/short-term loans at 5%. Regards. Directaxis Team. Welcome To Direct Axis.doc Description: MS-Word document

Welcome To Direct Axis Financial

2016-05-16 Thread Direct Axis Financial
Attn: Kindly find attached flier for more details on our special loan offer. Personal long-term/short-term loans at 5%. Regards. Directaxis Team. Welcome To Direct Axis.doc Description: MS-Word document