global: add Upstream-Status tag to all patches

This avoids a QA error that is triggered if a patch is missing said tag

https://onedigi.atlassian.net/browse/DEL-9011

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-05-14 17:42:16 +02:00
parent 8d7680d1d6
commit 2bc985cbea
227 changed files with 425 additions and 3 deletions

View File

@ -8,6 +8,8 @@ YUV components color range.
If set, components are in full color range.
If not set, components are in limited color range.
Upstream-Status: Inappropriate [digi specific]
Change-Id: Id4589f050d83d00298a834c444b01a13365ae6f2
Signed-off-by: Mickael Reulier <mickael.reulier@st.com>
---

View File

@ -9,6 +9,8 @@ If an ouput fail to be attach or enable then this output must be only
destroyed and an error doesn't be re which detach & destroy
all other output.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
---
compositor/main.c | 8 +++++++-

View File

@ -8,6 +8,8 @@ Content-Transfer-Encoding: 8bit
In case of plug/unplug HMDI, it's necessary to close all output enabled.
Without this patch, weston is stuck on DSI output.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
---
compositor/main.c | 6 +++++-

View File

@ -5,6 +5,8 @@ Subject: [PATCH 4/4] Disable request to EGL_DRM_RENDER_NODE_FILE_EXT
Depending on GPU userland implementationn the reqest of EGL_DRM_RENDER_NODE_FILE_EXT
return /dev/dri/renderD128 but this interface are not always present.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
---
libweston/renderer-gl/egl-glue.c | 6 +++---

View File

@ -9,6 +9,8 @@ eglSwapInterval call to have no effect. To fix this, wait until the
EGLContext has been made current in init_gl before updating the swap
interval.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Erik Kurzinger <ekurzinger@nvidia.com>
---
clients/simple-egl.c | 6 +++---

View File

@ -9,6 +9,8 @@ This commit will cause waylandsink cannot register pointer seat.
As a result, mouse cannot move waylandsink window
(cherry picked from commit 3f8f336b5d2cf7ea7aa4e047d669d093fc46dfe6)
Upstream-Status: Inappropriate [digi specific]
---
libweston/libinput-device.c | 29 +++++------------------------
1 file changed, 5 insertions(+), 24 deletions(-)

View File

@ -12,6 +12,8 @@ and virtual memory path.
This fix is required to reach 30fps on display driver side
with 30fps VGA video content.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
ext/libav/gstavviddec.c | 2 +-

View File

@ -8,6 +8,8 @@ drm/kms kernel driver ioctl DRM_IOCTL_MODE_CREATE_DUMB.
This pool is selected if video/x-raw(memory:DMABuf)
is set in caps.
Upstream-Status: Inappropriate [digi specific]
Change-Id: I0507752a1a64ee2c657b73d8c802c44fd707f49f
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---

View File

@ -7,6 +7,8 @@ Linux Kernel 4.10 DRM/KMS requires DRM_RDWR rights
in addition to DRM_CLOEXEC (see drmPrimeHandleToFD())
in order to mmap in RD/WR.
Upstream-Status: Inappropriate [digi specific]
Change-Id: I9c26642a47e6f71b56c0a4ad4714a5b85d814e5f
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---

View File

@ -6,6 +6,8 @@ Subject: [PATCH 03/14] waylandsink: fix wrong width when creating dmabuf dumb
Unaligned width is given in argument of create_dumb(), fix this.
Upstream-Status: Inappropriate [digi specific]
Change-Id: Ifc57aa24331f58f588aae480baa2099a47d5f31b
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---

View File

@ -7,6 +7,8 @@ Subject: [PATCH 04/14] waylandsink: do not hardcode dmabuf bufferpool info
Read pool config to get the maximum number of buffers
for info size pool allocation.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
ext/wayland/waylandpool.c | 12 +++++++++++-

View File

@ -7,6 +7,8 @@ Subject: [PATCH 05/14] waylandsink: increase max buffers to 32 to enable
libav software decoders requires max buffers in pool config to be
at least 32, otherwise this pool is rejected.
Upstream-Status: Inappropriate [digi specific]
Change-Id: If1a54ee8c1a9f320fd91537e8e2082c4a7a78700
---
ext/wayland/gstwaylandsink.c | 8 ++++++--

View File

@ -9,6 +9,8 @@ This allows 0-copy path with software downstream elements
(use of dmabuf buffers mmapped memory directly instead
of copying).
Upstream-Status: Inappropriate [digi specific]
Change-Id: Icb6e8ff272c562e829bb3ff91150e7d77b25dfd1
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---

View File

@ -7,6 +7,8 @@ Fix segfault in wayland client due to pool
destroy being called with null pool...
This problem was encountered with GStreamer-1.14.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
ext/wayland/waylandpool.c | 5 +++++

View File

@ -18,6 +18,8 @@ Even if not observed yet, there is a risk of visible decoding artefacts
due to the fact that downstream elements could rewrite in a frame
being currently rendered by display subsystem...
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
ext/wayland/gstwaylandsink.c | 19 +++++++++++++++++++

View File

@ -3,6 +3,8 @@ From: Christophe Priouzeau <christophe.priouzeau@st.com>
Date: Mon, 21 May 2018 14:26:47 +0200
Subject: [PATCH 09/14] waylandsink: Uprank to secondary
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
ext/wayland/gstwaylandsink.c | 2 +-

View File

@ -5,6 +5,8 @@ Subject: [PATCH 10/14] waylandsink: set video alignment to 32 bytes
Display subsystem requires at least 32 bytes alignment.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
ext/wayland/waylandpool.c | 7 ++++++-

View File

@ -6,6 +6,8 @@ Subject: [PATCH 11/14] waylandsink: fallback to shm if display does not
Fallback to shm if display does not support dmabuf.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
ext/wayland/gstwaylandsink.c | 10 +++-------

View File

@ -8,6 +8,8 @@ fullscreen support.
This patch avoids to over commit surface during configuration and takes
into account render region when provided within wayland callback.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
---
ext/wayland/wlwindow.c | 19 +++++++++++++++----

View File

@ -9,6 +9,8 @@ file descriptor to wayland backend (which may crash on fatal error)
- if file descriptors are not valid, do not fall into general
"GST_ELEMENT_ERROR" nor return FLOW_ERROR.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
ext/wayland/gstwaylandsink.c | 6 +++---

View File

@ -3,6 +3,8 @@ From: Christophe Priouzeau <christophe.priouzeau@st.com>
Date: Tue, 18 Feb 2020 13:33:21 +0100
Subject: [PATCH 14/14] waylandsink add waylandpool on meson build
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
ext/wayland/meson.build | 3 ++-

View File

@ -3,6 +3,7 @@ From: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date: Fri, 17 Dec 2021 14:02:51 +0200
Subject: [PATCH 16/16] Add new gtkwaylandsink element
Upstream-Status: Inappropriate [digi specific]
---
ext/gtk/gstgtkutils.c | 71 +++++
ext/gtk/gstgtkutils.h | 29 ++

View File

@ -15,6 +15,8 @@ gst-launch-1.0 filesrc location=<png> ! pngdec ! videoconvert ! imagefreeze ! wa
Problem is not reproduced with this pipeline:
gst-launch-1.0 filesrc location=<png> ! pngdec ! imagefreeze ! videoconvert ! waylandsink
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
ext/wayland/gstwaylandsink.c | 14 +++++++++++++-

View File

@ -6,6 +6,8 @@ Subject: [PATCH 1/2] playbin2: disable any default video processing
Do not enable by default software video processing
to not degrade performances.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
gst/playback/gstplaybin2.c | 5 ++---

View File

@ -6,6 +6,8 @@ Subject: [PATCH 2/2] playbin3: disable any default video processing
Do not enable by default software video processing
to not degrade performances.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
gst/playback/gstplaybin3.c | 5 ++---

View File

@ -4,6 +4,8 @@ Subject: [PATCH] wolfcrypttest: fix for FIPS enabled wolfSSL library
FIPS does not support MD5
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
---
test.c | 6 ++++++

View File

@ -2,6 +2,8 @@ From: Arturo Buzarra <arturo.buzarra@digi.com>
Date: Mon, 28 Jun 2021 15:00:58 +0200
Subject: [PATCH] gstreamer: fix video sink for wayland images
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
---
gstreamer/gstreamer.py | 2 +-

View File

@ -6,6 +6,8 @@ Keep the same function signatures as u-boot-fw-utils, so that all code making
use of this functionality remains compatible. Use the libubootenv
implementation of the fw_printenv and fw_setenv apps as reference.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-7410
Signed-off-by: Javier Viguera <javier.viguera@digi.com>

View File

@ -15,6 +15,8 @@ area, like in this example:
/dev/mtd1 0x0 0x20000 0x20000 8
/dev/mtd1 0x0 0x20000 0x20000 8
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DUB-741
https://jira.digi.com/browse/DEL-7410

View File

@ -7,6 +7,8 @@ based on the u-boot-fw-utils implementation of the CAAM encryption support.
Port a subset of U-Boot's md5 implementation.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-7410
https://jira.digi.com/browse/DEL-7185
https://jira.digi.com/browse/DEL-2836

View File

@ -2,6 +2,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Fri, 26 May 2023 11:21:43 +0200
Subject: [PATCH] Implement support for environment encryption using Optee
Upstream-Status: Inappropriate [digi specific]
Co-authored-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
Signed-off-by: Javier Viguera <javier.viguera@digi.com>

View File

@ -8,6 +8,8 @@ needed to allow the CST to reuse an existing DEK file.
Previous to this patch, the DEK is generated on the fly and placed on the
specified path. After this patch, the DEK is taken from the specified path.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DUB-608
Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>

View File

@ -4,6 +4,8 @@ Subject: [PATCH] openssl_helper: use /dev/urandom as seed source
This is needed in order to avoid indefinitely blocking.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
---
code/cst/code/common/src/openssl_helper.c | 2 +-

View File

@ -11,6 +11,8 @@ Subject: [PATCH] hab4_pki_tree.sh: adapt script for DEY
* extract public keys from certificates: the public key needs to be
available on the rootfs so that signed SWU packages can be authenticated.
Upstream-Status: Inappropriate [digi specific]
Co-Authored-By: Javier Viguera <javier.viguera@digi.com>
Co-Authored-By: Hector Palacios <hector.palacios@digi.com>
Co-Authored-By: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>

View File

@ -11,6 +11,8 @@ Subject: [PATCH] ahab_pki_tree.sh: adapt script for DEY
* extract public keys from certificates: the public key needs to be
available on the rootfs so that signed SWU packages can be authenticated.
Upstream-Status: Inappropriate [digi specific]
Co-Authored-By: Javier Viguera <javier.viguera@digi.com>
Co-Authored-By: Hector Palacios <hector.palacios@digi.com>
Co-Authored-By: Mike Engel <Mike.Engel@digi.com>

View File

@ -3,6 +3,8 @@ Date: Thu, 31 Oct 2019 11:49:06 +0100
Subject: [PATCH 1/6] lib: add parameters to be able to modify default I2C bus
index and speed
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-6826
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>

View File

@ -8,6 +8,8 @@ additional symlink without it. This avoids bitbake errors that appear when
creating *-dev packages, as Yocto development packages should only include
the soname symlinks instead of the actual library file.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-6826
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>

View File

@ -6,6 +6,8 @@ Subject: [PATCH 3/6] pkcs11: rename template configuration file to its
Otherwise, users will need to manually rename the file in the rootfs to use
the pkcs11 feature.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-6835
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>

View File

@ -4,6 +4,8 @@ Subject: [PATCH 4/6] lib: install pkg-config file and header files
These are needed to be able to develop using cryptoauthlib.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-6826
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>

View File

@ -8,6 +8,8 @@ cryptoauth_test app. Additional installation instructions were added as well.
Move the ATCA_HAL_I2C build option to the root CMake file to enable it for both
the library and the test app.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-6826
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>

View File

@ -6,6 +6,8 @@ Some test commands apply to chips other than the ATECC508A, and can cause
errors when used incorrectly. Remove all code that doesn't apply to our
platforms.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-6826
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>

View File

@ -3,6 +3,8 @@ Date: Tue, 16 Nov 2021 15:44:20 +0100
Subject: [PATCH] lib: set ATECC508A as default device type in default
configuration
Upstream-Status: Inappropriate [digi specific]
https://onedigi.atlassian.net/browse/DEL-7727
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>

View File

@ -24,6 +24,8 @@ cc1: all warnings being treated as errors
which means the declaration is completely redundant and can just be
dropped.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Dirk Mueller <dmueller@suse.com>
Message-Id: <20200114175341.2994-1-dmueller@suse.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

View File

@ -10,6 +10,8 @@ bytes of the buffer.
This trips a new warning in GCC 11 - and it's entirely possible it was
always UB. So, don't do that.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
(cherry picked from commit ca16a723fa9dde9c5da80dba567f48715000e77c)
---

View File

@ -2,6 +2,8 @@ From: Hector Bujanda <hector.bujanda@digi.com>
Date: Tue, 11 Apr 2023 12:47:24 +0200
Subject: [PATCH] add CCX tags support for kernel v5.15
Upstream-Status: Inappropriate [digi specific]
https://onedigi.atlassian.net/browse/DEL-8038
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>

View File

@ -7,6 +7,8 @@ Added GPIO_SET_DEBOUNCE_IOCTL define and gpioline_debounce struct.
This allows calling gpiod_set_debounce() function through char device ioctl to
gpiolib.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-6425
Signed-off-by: Hector Bujanda <hector.bujanda@digi.com>

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Fri, 23 Feb 2024 08:39:38 +0100
Subject: [PATCH 01/10] arch:arm: add NXP RT support
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
arch/arm/Kconfig | 5 +-

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Fri, 23 Feb 2024 10:12:23 +0100
Subject: [PATCH 02/10] RT: add RT localversion
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
localversion-rt | 1 +

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Fri, 23 Feb 2024 12:20:36 +0100
Subject: [PATCH 03/10] arch:arm64: add NXP RT support
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
arch/arm64/Kconfig | 2 +

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Fri, 23 Feb 2024 12:28:42 +0100
Subject: [PATCH 04/10] Documentation: add NXP RT support
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
.../mailbox/generic-software-mbox.yaml | 65 +++

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Fri, 23 Feb 2024 12:30:39 +0100
Subject: [PATCH 05/10] include: add NXP RT support
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
include/dt-bindings/clock/imx8-clock.h | 10 +++

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Sat, 24 Feb 2024 17:03:36 +0100
Subject: [PATCH 06/10] kernel: add NXP RT support
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
kernel/Kconfig.preempt | 6 +

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Sat, 24 Feb 2024 18:16:35 +0100
Subject: [PATCH 07/10] drivers: add NXP RT support
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
drivers/base/Kconfig | 2 +-

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Mon, 26 Feb 2024 09:25:16 +0100
Subject: [PATCH 08/10] net: add RT NXP support
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
net/8021q/vlan_dev.c | 4 +-

View File

@ -3,6 +3,8 @@ From: Mike Engel <Mike.Engel@digi.com>
Date: Mon, 26 Feb 2024 09:43:05 +0100
Subject: [PATCH 09/10] init: add NXP RT support
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
---
init/Kconfig | 4 ++++

View File

@ -3,6 +3,8 @@ From: Lionel VITTE <lionel.vitte@st.com>
Date: Wed, 8 Feb 2023 09:54:24 +0100
Subject: [PATCH 23/28] 5.15-stm32mp-rt-49-r1 CLOCK
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
---
drivers/clk/stm32/clk-stm32mp13.c | 2 +-

View File

@ -3,6 +3,8 @@ From: Lionel VITTE <lionel.vitte@st.com>
Date: Wed, 8 Feb 2023 09:56:07 +0100
Subject: [PATCH 24/28] 5.15-stm32mp-rt-49-r1 DMA
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
---
drivers/dma/stm32-dma.c | 35 +++++++++++++++++++++++++----------

View File

@ -3,6 +3,8 @@ From: Lionel VITTE <lionel.vitte@st.com>
Date: Wed, 8 Feb 2023 09:56:45 +0100
Subject: [PATCH 25/28] 5.15-stm32mp-rt-49-r1 MFD
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
---
drivers/mfd/syscon.c | 3 +++

View File

@ -3,6 +3,8 @@ From: Lionel VITTE <lionel.vitte@st.com>
Date: Wed, 8 Feb 2023 09:57:06 +0100
Subject: [PATCH 26/28] 5.15-stm32mp-rt-49-r1 NET-TTY
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
---
drivers/tty/serial/stm32-usart.c | 32 +++++++++++---------------------

View File

@ -3,6 +3,8 @@ From: Lionel VITTE <lionel.vitte@st.com>
Date: Wed, 8 Feb 2023 09:57:43 +0100
Subject: [PATCH 27/28] 5.15-stm32mp-rt-49-r1 DEVICETREE
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
---
arch/arm/boot/dts/stm32mp131.dtsi | 1 -

View File

@ -3,6 +3,8 @@ From: Lionel VITTE <lionel.vitte@st.com>
Date: Wed, 8 Feb 2023 09:59:08 +0100
Subject: [PATCH 28/28] 5.15-stm32mp-rt-49-r1 CONFIG
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
---
.../configs/fragment-07-rt-sysvinit.config | 12 +++++++

View File

@ -7,6 +7,8 @@ Subject: [PATCH] ARM: Add support for the ConnectCore 6UL System-On-Module
* Define "digi,ccimx6ul" in the compatible property so the MCA can be
managed using the available tools.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsbcexpress.dts | 2 +-

View File

@ -9,6 +9,8 @@ optionally, can be implemented by the platform code.
This is needed on platforms like the CC6UL where the i.MX6UL has to
notify the MCA when suspending the system or resuming from suspend.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
---

View File

@ -6,6 +6,8 @@ Subject: [PATCH] imx6ul: Add MCA core I2C driver support
Synched with v4.14.78/master at
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | 12 +

View File

@ -6,6 +6,8 @@ Subject: [PATCH] imx6ul: Add MCA GPIO support for the ConnectCore 6UL SOM
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsbcexpress.dts | 2 +

View File

@ -6,6 +6,8 @@ Subject: [PATCH] imx6ul: Add MCA IOMUX support to the ConnectCore 6UL SOM
Synched with v4.14.78/master at.
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | 9 +++++++++

View File

@ -6,6 +6,8 @@ Subject: [PATCH] imx6ul: Add MCA watchdog support for the ConnectCore 6UL SOM
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
.../devicetree/bindings/watchdog/mca-cc6ul-wdt.txt | 22 ++

View File

@ -6,6 +6,8 @@ Subject: [PATCH] imx6ul: Add MCA ADC support for ConnectCore 6UL SOM and SBCs
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | 11 +

View File

@ -7,6 +7,8 @@ Subject: [PATCH] imx6ul: Add MCA tamper support for ConnectCore 6UL SOM and
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | 7 +

View File

@ -6,6 +6,8 @@ Subject: [PATCH] imx6ul: Add MCA UART support for ConnectCore 6UL SOM and SBCs
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | 14 +

View File

@ -6,6 +6,8 @@ Subject: [PATCH] imx6ul: Add RTC MCA support for ConnectCore 6UL SOM
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | 4 +

View File

@ -6,6 +6,8 @@ Subject: [PATCH] imx6ul: Add MCA power key support for ConnectCore 6UL SOM
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | 9 +

View File

@ -6,6 +6,8 @@ Subject: [PATCH] ccimx6ulsbcpro: Add IOEXP core I2C support
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/configs/imx_v6_v7_defconfig | 1 +

View File

@ -6,6 +6,8 @@ Subject: [PATCH] ccimx6ulsbcpro: Add IOEXP GPIO support
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | 23 +++++++++++++++++++++++

View File

@ -6,6 +6,8 @@ Subject: [PATCH] ccimx6ulsbcpro: Add IOEXP ADC support
Synched with v4.14.78/master at:
3f8b03950b323db4ca89b1cdc1c2288f79facaa3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | 7 ++++++-

View File

@ -10,6 +10,8 @@ This commit uses the IOEXP GPIO29 to control the DISP_5V supply which
controls the voltage source for the reset line pull-up. It also sets the
internal pull-up on the INT line so the line is not left floating.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | 3 ++-

View File

@ -1,4 +1,6 @@
Index: git/src/plugins/platforms/eglfs/eglfs-plugin.pro
Upstream-Status: Inappropriate [digi specific]
===================================================================
--- git.orig/src/plugins/platforms/eglfs/eglfs-plugin.pro 2017-01-04 16:54:05.000000000 -0600
+++ git/src/plugins/platforms/eglfs/eglfs-plugin.pro 2017-01-04 16:56:25.000000000 -0600

View File

@ -8,6 +8,8 @@ xkbcommon is set as default in chromium
https://chromium.googlesource.com/chromium/src.git/+/63d3d7eb06c3518c3be4d97797819d445c8060e4
Disable it for framebuffer as xkcommon is not supported. It is supported only on x11 and wayland.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
---
chromium/ui/base/ui_features.gni | 2 +-

View File

@ -4,6 +4,8 @@ Subject: [PATCH] qtsmarthome: fix runtime warning
Both point size and pixel size set. Using pixel size.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
---
components/qml/components/timepicker/PickerPathView.qml | 2 +-

View File

@ -7,6 +7,8 @@ extracting all of the AVC denials, and then running them through audit2allow.
This allows to use most of the features that are expected to work out of the
box in DEY.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
---
policy/modules/admin/alsa.te | 10 +++++

View File

@ -2,6 +2,8 @@ From: Isaac Hermida <isaac.hermida@digi.com>
Date: Fri, 8 Jul 2016 12:19:33 +0200
Subject: [PATCH] hcitool: do not show unsupported refresh option
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
---
tools/hcitool.c | 2 +-

View File

@ -2,6 +2,8 @@ From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: Tue, 2 Mar 2021 11:38:33 -0800
Subject: shared/gatt-server: Fix not properly checking for secure flags
Upstream-Status: Inappropriate [digi specific]
When passing the mask to check_permissions all valid permissions for
the operation must be set including BT_ATT_PERM_SECURE flags.
---

View File

@ -5,6 +5,8 @@ Subject: [PATCH] hcitool: increase the shown connection limit to 20
Created a variable to set the number of connections to shown and increase that
value so we can list more current LE connections.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-2735
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>

View File

@ -2,6 +2,8 @@ From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 3 Aug 2017 14:10:43 +0200
Subject: [PATCH] port test-discovery to python3
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
---
test/bluezutils.py | 4 ++--

View File

@ -10,6 +10,8 @@ Note: In order to run it, the bluetoothd daemon needs to be started with the
experimental (-E) flag and needs to enable and advertise the BLE
functionallity (btmgmt le on/connectable on/advertisement on).
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-5023
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>

View File

@ -6,6 +6,8 @@ Subject: [PATCH 1/7] core: Prefer BR/EDR over LE if it set in advertisement
This makes the code prefer BR/EDR if the last advertisement has it set
in the flags.
Upstream-Status: Inappropriate [digi specific]
---
src/adapter.c | 5 ++++-
src/device.c | 6 +++++-

View File

@ -6,6 +6,8 @@ Subject: [PATCH 2/7] core/device: Fix not connecting services properly
Device.Connect shall check if the service discovery is pending or no
service have been connected yet before switching to LE otherwise these
services may never be connected.
Upstream-Status: Inappropriate [digi specific]
---
src/device.c | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

View File

@ -7,6 +7,8 @@ Device auto-connect shall be set only if the profile is able to accept
incoming connections, this fixes the wrong behavior or connecting LE
with dual mode devices immediatelly after probing service as profiles
may have auto-connect flag for outgoing connection (usually BR/EDR only).
Upstream-Status: Inappropriate [digi specific]
---
src/device.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

View File

@ -7,6 +7,8 @@ When attempting to connect a dual-mode device prefer bonded bearer if
only one has been marked as bonded. This prevents connecting to a
different bearer after pairing is complete and cross transport pairing
is not supported.
Upstream-Status: Inappropriate [digi specific]
---
src/device.c | 6 ++++++
1 file changed, 6 insertions(+)

View File

@ -5,6 +5,8 @@ Subject: [PATCH 5/7] input/hog: Use .accept and .disconnect instead of attio
This adds .accept and .disconnect callbacks instead of attio which
is deprecated.
Upstream-Status: Inappropriate [digi specific]
---
profiles/input/hog.c | 56 ++++++++++++++++++++++++++--------------------------
src/device.c | 8 ++++++++

View File

@ -5,6 +5,8 @@ Subject: [PATCH 6/7] src/device: Free bonding while failed to pair device
device unable pair since another pairng is in progress, and need to
free bonding before it created for next pairing.
Upstream-Status: Inappropriate [digi specific]
---
src/device.c | 62 +++++++++++++++++++++++++++++++-----------------------------
1 file changed, 32 insertions(+), 30 deletions(-)

View File

@ -8,6 +8,8 @@ events to reply with correct one on agent reply. Otherwise reply for
BR/EDR pairing of dual mode device would use address type (which is
valid only for LE address) resulting in reply being ignored by kernel
and eventually pairing timeout.
Upstream-Status: Inappropriate [digi specific]
---
src/adapter.c | 7 ++++---
src/device.c | 31 +++++++++++++++++--------------

View File

@ -10,6 +10,8 @@ discipline driver. Invoke hciattach from command line and
download the firmware patches:
hciattach /dev/ttyHS0 qca 3000000 -t120 flow -f0
Upstream-Status: Inappropriate [digi specific]
Change-Id: I87f2927d7096904071a02d73d3afef0dc34db414
Signed-off-by: Rupesh Tatiya <rtatiya@codeaurora.org>
---

View File

@ -8,6 +8,8 @@ supports hardware flow control.
Basically, use 'flow' or 'noflow' on the hciattach command line arguments
to indicate whether to use or not hardware flow control.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
tools/hciattach.c | 2 +-

View File

@ -5,6 +5,8 @@ Subject: [PATCH] hciattach: If the user supplies a bdaddr, use it
The QCA6564 has no non-volatile configuration file for the bluetooth
MAC, so use the one supplied on the command line.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
tools/hciattach.c | 4 +--

View File

@ -4,6 +4,8 @@ Subject: [PATCH] hciattach: Add verbosity option
And reduce the verbosity of the hciattach_rome plugin.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
---
lib/bluetooth.h | 3 +

View File

@ -6,6 +6,8 @@ In some conditions the low power modes cause communication
errors between the BT chip and the system, for this reason
we disable it by default.
Upstream-Status: Inappropriate [digi specific]
https://jira.digi.com/browse/DEL-3711
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>

View File

@ -6,6 +6,8 @@ These changes include:
* Having the bluetooth stack start automatically on boot.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
---
src/bluetooth.service.in | 2 +-

View File

@ -11,6 +11,8 @@ These changes include:
request. This scenario causes random disconnects in iOS devices unless a trust agent is
registered in the host to take care of the pairing. Removing the battery plugin at startup
fixes the issue.
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
Signed-off-by: David Escalona <david.escalona@digi.com>

View File

@ -2,6 +2,8 @@ From: Isaac Hermida <isaac.hermida@digi.com>
Date: Fri, 8 Jul 2016 12:19:33 +0200
Subject: [PATCH] hcitool: do not show unsupported refresh option
Upstream-Status: Inappropriate [digi specific]
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
---
tools/hcitool.c | 2 +-

Some files were not shown because too many files have changed in this diff Show More