From 1462596d49adc447c5312b83670e158c32d7b540 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Tue, 7 Feb 2023 19:49:03 +0100 Subject: [PATCH] linux-mangopimqpro-dev: Add patch status information Signed-off-by: Pavel Zhukov --- recipes-kernel/linux/linux-mangopimqpro-dev.bb | 4 ++-- ...Bluetooth-Add-new-quirk-for-broken-local-ext-feature.patch | 4 ++++ .../0002-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch | 4 ++++ ...drivers-net-bluetooth-Enable-quirk-for-broken-local-.patch | 2 ++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-mangopimqpro-dev.bb b/recipes-kernel/linux/linux-mangopimqpro-dev.bb index be40cd8..79d9349 100644 --- a/recipes-kernel/linux/linux-mangopimqpro-dev.bb +++ b/recipes-kernel/linux/linux-mangopimqpro-dev.bb @@ -2,9 +2,9 @@ require linux-d1-dev.inc FILESEXTRAPATHS:prepend = "${FILE_DIRNAME}/linux-nezha:" SUMMARY = "MangoPi MQ Pro dev kernel recipe" -## TODO Should be changed to once +## TODO Should be changed to ## https://github.com/smaeul/u-boot/commit/528ae9bc6c55edd3ffe642734b4132a8246ea777#diff-7a77df959a917850f0b29cd98afe6c3ca6de627a0c52dd9983cd42fede7a0e34 -## is merged into kernel too +## once it's is merged into kernel too ## mangopi_mq_pro_defconfig KBUILD_DEFCONFIG = "nezha_defconfig" diff --git a/recipes-kernel/linux/linux-mangopimqpro-dev/0001-Bluetooth-Add-new-quirk-for-broken-local-ext-feature.patch b/recipes-kernel/linux/linux-mangopimqpro-dev/0001-Bluetooth-Add-new-quirk-for-broken-local-ext-feature.patch index 6146354..4c325df 100644 --- a/recipes-kernel/linux/linux-mangopimqpro-dev/0001-Bluetooth-Add-new-quirk-for-broken-local-ext-feature.patch +++ b/recipes-kernel/linux/linux-mangopimqpro-dev/0001-Bluetooth-Add-new-quirk-for-broken-local-ext-feature.patch @@ -13,6 +13,10 @@ either garbage or with error in status on corresponding commands. Signed-off-by: Vasily Khoruzhick Signed-off-by: Bastian Germann + +Upstream-Status: Submitted [https://lore.kernel.org/netdev/20230206233912.9410-2-bage@debian.org/T/] +Signed-off-by: Pavel Zhukov + --- include/net/bluetooth/hci.h | 8 ++++++++ net/bluetooth/hci_event.c | 4 +++- diff --git a/recipes-kernel/linux/linux-mangopimqpro-dev/0002-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch b/recipes-kernel/linux/linux-mangopimqpro-dev/0002-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch index a0f616c..e81d930 100644 --- a/recipes-kernel/linux/linux-mangopimqpro-dev/0002-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch +++ b/recipes-kernel/linux/linux-mangopimqpro-dev/0002-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch @@ -16,6 +16,10 @@ so add a quirk to indicate that these features are broken. Signed-off-by: Vasily Khoruzhick Signed-off-by: Bastian Germann + +Upstream-Status: Submitted [https://lore.kernel.org/netdev/20230206233912.9410-2-bage@debian.org/T/] +Signed-off-by: Pavel Zhukov + --- drivers/bluetooth/btrtl.c | 120 +++++++++++++++++++++++++++++++++++-- drivers/bluetooth/btrtl.h | 5 ++ diff --git a/recipes-kernel/linux/linux-mangopimqpro-dev/0003-drivers-net-bluetooth-Enable-quirk-for-broken-local-.patch b/recipes-kernel/linux/linux-mangopimqpro-dev/0003-drivers-net-bluetooth-Enable-quirk-for-broken-local-.patch index e14a78d..31ae60d 100644 --- a/recipes-kernel/linux/linux-mangopimqpro-dev/0003-drivers-net-bluetooth-Enable-quirk-for-broken-local-.patch +++ b/recipes-kernel/linux/linux-mangopimqpro-dev/0003-drivers-net-bluetooth-Enable-quirk-for-broken-local-.patch @@ -6,6 +6,8 @@ Subject: [PATCH 3/3] drivers/net/bluetooth: Enable quirk for broken local ext Cc: pavel@zhukoff.net Signed-off-by: Pavel Zhukov +Upstream-Status: Pending [Waiting for base patches to be accepted] + --- drivers/bluetooth/btrtl.c | 1 + 1 file changed, 1 insertion(+)