All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] arm-bsp/kernel: Update RPMSG_CTRL config
@ 2022-10-05 11:50 emekcan.aras
  2022-10-05 11:50 ` [PATCH 1/1] " emekcan.aras
  2022-10-05 17:29 ` [PATCH 0/1] " Jon Mason
  0 siblings, 2 replies; 4+ messages in thread
From: emekcan.aras @ 2022-10-05 11:50 UTC (permalink / raw)
  To: meta-arm, Jon.Mason, Ross.Burton; +Cc: nd, Emekcan

From: Emekcan <emekcan.aras@arm.com>

The rpmsg_chardev driver has been replaced by the repmsg_ctrl
driver. This commit updates the defconfig to align with the 
change. 

Emekcan Aras (1):
  arm-bsp/kernel: Update RPMSG_CTRL config

 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] arm-bsp/kernel: Update RPMSG_CTRL config
  2022-10-05 11:50 [PATCH 0/1] arm-bsp/kernel: Update RPMSG_CTRL config emekcan.aras
@ 2022-10-05 11:50 ` emekcan.aras
  2022-10-05 12:01   ` Ross Burton
  2022-10-05 17:29 ` [PATCH 0/1] " Jon Mason
  1 sibling, 1 reply; 4+ messages in thread
From: emekcan.aras @ 2022-10-05 11:50 UTC (permalink / raw)
  To: meta-arm, Jon.Mason, Ross.Burton; +Cc: nd, Emekcan

From: Emekcan <emekcan.aras@arm.com>

The rpmsg_chrdev driver has been replaced
by the rpmsg_ctrl driver. This commit
updates the defconfig to align with the
change.

Signed-off-by: Emekcan Aras <emekcan.aras@arm.com>
---
 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig b/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig
index 3fe7a038..f6e6409c 100644
--- a/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig
+++ b/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig
@@ -97,3 +97,4 @@ CONFIG_ARM_MHU_V2=y
 CONFIG_RPMSG=y
 CONFIG_RPMSG_CHAR=y
 CONFIG_RPMSG_ARM=y
+CONFIG_RPMSG_CTRL=y
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] arm-bsp/kernel: Update RPMSG_CTRL config
  2022-10-05 11:50 ` [PATCH 1/1] " emekcan.aras
@ 2022-10-05 12:01   ` Ross Burton
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2022-10-05 12:01 UTC (permalink / raw)
  To: Emekcan Aras; +Cc: meta-arm, Jon Mason

Can you change the shortlog to be something more descriptive, such as:

"arm-bsp/linux-yocto: update RPMSG_CTRL config for corstone1000”

Ross


> On 5 Oct 2022, at 12:50, emekcan.aras@arm.com wrote:
> 
> From: Emekcan <emekcan.aras@arm.com>
> 
> The rpmsg_chrdev driver has been replaced
> by the rpmsg_ctrl driver. This commit
> updates the defconfig to align with the
> change.
> 
> Signed-off-by: Emekcan Aras <emekcan.aras@arm.com>
> ---
> meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig b/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig
> index 3fe7a038..f6e6409c 100644
> --- a/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig
> +++ b/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig
> @@ -97,3 +97,4 @@ CONFIG_ARM_MHU_V2=y
> CONFIG_RPMSG=y
> CONFIG_RPMSG_CHAR=y
> CONFIG_RPMSG_ARM=y
> +CONFIG_RPMSG_CTRL=y
> -- 
> 2.17.1
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] arm-bsp/kernel: Update RPMSG_CTRL config
  2022-10-05 11:50 [PATCH 0/1] arm-bsp/kernel: Update RPMSG_CTRL config emekcan.aras
  2022-10-05 11:50 ` [PATCH 1/1] " emekcan.aras
@ 2022-10-05 17:29 ` Jon Mason
  1 sibling, 0 replies; 4+ messages in thread
From: Jon Mason @ 2022-10-05 17:29 UTC (permalink / raw)
  To: meta-arm, emekcan.aras, Jon.Mason, Ross.Burton; +Cc: nd

On Wed, 5 Oct 2022 12:50:42 +0100, emekcan.aras@arm.com wrote:
> The rpmsg_chardev driver has been replaced by the repmsg_ctrl
> driver. This commit updates the defconfig to align with the
> change.
> 
> Emekcan Aras (1):
>   arm-bsp/kernel: Update RPMSG_CTRL config
> 
> [...]

Applied, thanks!

[1/1] arm-bsp/kernel: Update RPMSG_CTRL config
      commit: 987966a5871f00df1261ff6789a389b8608559b5

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-05 17:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 11:50 [PATCH 0/1] arm-bsp/kernel: Update RPMSG_CTRL config emekcan.aras
2022-10-05 11:50 ` [PATCH 1/1] " emekcan.aras
2022-10-05 12:01   ` Ross Burton
2022-10-05 17:29 ` [PATCH 0/1] " Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.