[PATCH 2/2] rockchip: rk3588-edgeble: Add USB OTG support

2024-05-26 Thread Jagan Teki
Add support for USB OTG with UMS to program eMMC. Add it for Edgeble NCM6A, NCM6B. Signed-off-by: Jagan Teki --- .../dts/rk3588-edgeble-neu6a-io-u-boot.dtsi| 18 ++ .../dts/rk3588-edgeble-neu6b-io-u-boot.dtsi| 18 ++ configs/neu6a-io-rk3588_defconfig

[PATCH 1/2] arm64: dts: rockchip: Fix spl-boot-order for edgeble-ncm6b

2024-05-26 Thread Jagan Teki
Edgeble NCM6B SoM has built-in eMMC so make sdhci has first boot priority. Fix it for NCM6A, NCM6B SoM. Signed-off-by: Jagan Teki --- arch/arm/dts/rk3588-edgeble-neu6a-io-u-boot.dtsi | 6 +- arch/arm/dts/rk3588-edgeble-neu6b-io-u-boot.dtsi | 11 ++- 2 files changed, 7 insertions(+)

Pull request for tpm-master-27052024

2024-05-26 Thread Ilias Apalodimas
Hi Tom I know it's not early in the release and although this contains a new feature apart from fixes, I prefer this going into -master. The added feature is on a TPM cmd and is harmless. If you only want the fixes please let me know and I'll send the rest in -next The following changes since com

Re: [PATCH] fs: ubifs: Add support for ZSTD decompression

2024-05-26 Thread Heiko Schocher
Hello Piotr, On 06.05.24 16:07, Heiko Schocher wrote: Hello Piotr, On 30.04.24 12:23, Piotr Wojtaszczyk wrote: Signed-off-by: Piotr Wojtaszczyk ---   fs/ubifs/ubifs-media.h |  2 ++   fs/ubifs/ubifs.c   | 55 --   2 files changed, 55 insertions(+), 2

Re: [PATCH 2/2] ARM: dts: renesas: Drop R8A779H0 V4M DTs with OF_UPSTREAM counterparts

2024-05-26 Thread Sumit Garg
On Sun, 26 May 2024 at 23:31, Marek Vasut wrote: > > Remove R8A779H0 V4M DTs which are now replaced by OF_UPSTREAM counterparts. > No functional change expected. > > This patch finalizes OF_UPSTREAM conversion of R8A779H0 V4M which DTs landed > in Linux 6.9 . > > Signed-off-by: Marek Vasut > ---

Re: [PATCH 1/2] ARM: dts: renesas: Switch to using upstream DT on Renesas R8A779H0 V4M

2024-05-26 Thread Sumit Garg
On Sun, 26 May 2024 at 23:31, Marek Vasut wrote: > > Enable OF_UPSTREAM to use upstream DT and add renesas/ prefix to the > DEFAULT_DEVICE_TREE. And thereby directly build DTB from dts/upstream/src/ > including *-u-boot.dtsi files from arch/$(ARCH)/dts/ directory. > > This patch finalizes OF_UPSTR

[PATCH 2/2] ARM: dts: renesas: Drop R8A779H0 V4M DTs with OF_UPSTREAM counterparts

2024-05-26 Thread Marek Vasut
Remove R8A779H0 V4M DTs which are now replaced by OF_UPSTREAM counterparts. No functional change expected. This patch finalizes OF_UPSTREAM conversion of R8A779H0 V4M which DTs landed in Linux 6.9 . Signed-off-by: Marek Vasut --- Cc: Adam Ford Cc: Hai Pham Cc: Paul Barker Cc: Sumit Garg Cc:

[PATCH 1/2] ARM: dts: renesas: Switch to using upstream DT on Renesas R8A779H0 V4M

2024-05-26 Thread Marek Vasut
Enable OF_UPSTREAM to use upstream DT and add renesas/ prefix to the DEFAULT_DEVICE_TREE. And thereby directly build DTB from dts/upstream/src/ including *-u-boot.dtsi files from arch/$(ARCH)/dts/ directory. This patch finalizes OF_UPSTREAM conversion of R8A779H0 V4M which DTs landed in Linux 6.9

Re: [PATCH v4 2/5] lib/lz4: update LZ4 decompressor module

2024-05-26 Thread Jianan Huang
Hi Jonathan, Could you please try the following patch ? It replaces all memcpy() calls in lz4 with __builtin_memcpy(). diff --git a/lib/lz4.c b/lib/lz4.c index d365dc727c..2afe31c1c3 100644 --- a/lib/lz4.c +++ b/lib/lz4.c @@ -34,6 +34,8 @@ #include #include +#define LZ4_memcpy(dst, src, size

Re: [PATCH v4 2/5] lib/lz4: update LZ4 decompressor module

2024-05-26 Thread Jonathan Liu
Hi Gao, On Sat, 25 May 2024 at 02:52, Gao Xiang wrote: > > Hi, > > On 2024/5/24 22:26, Jonathan Liu wrote: > > Hi Jianan, > > > > On Sat, 26 Feb 2022 at 18:05, Huang Jianan wrote: > >> > >> Update the LZ4 compression module based on LZ4 v1.8.3 in order to > >> use the newest LZ4_decompress_safe_