[linux-yocto] [linux-yocto v5.4/standard/nxp-s32g2xx]: nxp-s32g2xx: update patches for nxp-s32g274a platform

2021-01-04 Thread Zhantao Tang
Hi Bruce, There are some latest patches from nxp-s32g274a git repo https://source.codeaurora.org/external/autobsps32/linux release/bsp27.0-5.4-rt, and intend to merge into branch v5.4/standard/nxp-s32g2xx. There are 65 patches in my public repo https://github.com/zhantaotang/linux-yocto.git, br

[linux-yocto][yocto-kernel-cache][yocto-5.4] [PATCH] nxp-s32g2xx: add RTC PCF85063 support

2021-02-07 Thread Zhantao Tang
On NXP S32G274ARDB2, there are two rtc devices, the default rtc0 has been supported, and rtc1 is an PCF85063 device. This patch is to add rtc1 support. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-s32g2xx/nxp

[linux-yocto] [linux-yocto v5.4/standard/nxp-s32g2xx]: nxp-s32g2xx: update kernel patches for nxp-s32g274a platform

2021-03-16 Thread Zhantao Tang
Hi Bruce, There are some latest patches from nxp-s32g274a git repo https://source.codeaurora.org/external/autobsps32/linux release/bsp28.0-5.4-rt, and intend to merge into branch v5.4/standard/nxp-s32g2xx. There are 87 patches in my public repo https://github.com/zhantaotang/linux-yocto.git, b

[linux-yocto] [yocto-kernel-cache yocto-5.4]: nxp-s32g2xx: update kernel configs to compatible with kernel update

2021-03-16 Thread Zhantao Tang
Hi Bruce, The nxp-s32g2xx bsp has been updated, so update kernel cache configs accordingly. Would you please help to merge this patch into yocto-kernel-cache, branch is yocto-5.4 ? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[linux-yocto] [PATCH] nxp-s32g2xx: add kernel config to compatible with SDK bsp28

2021-03-16 Thread Zhantao Tang
For new version SDK bsp28.0 has been released, the kernel configs should be updated too. So adding new configs like CAN_LLCE and HSE & UIO etc. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 14 ++ 1 file changed, 14 insertions(+) diff --git a/bsp/nxp-s32

[linux-yocto] [linux-yocto v5.4/standard/nxp-s32g2xx]: mtd: spi-nor: change the performance info print to dev_dbg

2021-03-19 Thread Zhantao Tang
Hi Bruce, In v5.4/standard/nxp-s32g2xx branch, the s32gen1 qspi introduced a performance indicator, it will print a performce info in every read operation, but it is no much help for the flash function and may cause some flash test fail due to the tons of infos. And the following patch is to f

[linux-yocto] [PATCH] mtd: spi-nor: change the performance info print to dev_dbg

2021-03-19 Thread Zhantao Tang
dev_dbg to fix it. Signed-off-by: Zhantao Tang --- drivers/mtd/spi-nor/s32gen1_qspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi-nor/s32gen1_qspi.c b/drivers/mtd/spi-nor/s32gen1_qspi.c index 5af7086425b1..88a0f47d0cc5 100644 --- a/drivers/mtd/spi-nor/s32g

[linux-yocto] [linux-yocto v5.4/standard/nxp-s32g2xx]: drivers: mailbox: replace mutex with spinlock in llce_mailbox

2021-03-25 Thread Zhantao Tang
Hi Bruce, In v5.4/standard/nxp-s32g2xx branch, the LLCE CAN has been supported, while when try to open a llce can port, there will be debug calltrace when kernel debug configs enabled, the root cause is that, the llce mailbox driver uses mutex in atomic context. And the following patch is to fi

[linux-yocto][PATCH 1/1] drivers: mailbox: replace mutex with spinlock in llce_mailbox

2021-03-25 Thread Zhantao Tang
irq will be disabled by spin_lock_irqsave(&chan->lock, flags) then llce_mb_send_data()(in drivers/mailbox/llce-mailbox.c) will execute mutex_lock_io(), this mutex may sleep, so the calltrace shows. So replace the mutex with spinlock to fix it. Signed-off-by: Zhantao Tang --- d

[linux-yocto] [PATCH] arm64: dts: add skew property for mdio phy node for KSZ903 PHY

2021-04-06 Thread Zhantao Tang
In S32G EVB board, ksz9031 phy is used by GMAC and some pfe ports, and it is need to add skew-ps property in ksz9031 phy node, otherwise, the phy may work unexpectly. Besides, the values for skew properties referred to imx6qdl-emcon.dtsi, given they use the same phy. Signed-off-by: Zhantao Tang

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx?]: arm64: dts: add skew property for mdio phy node for KSZ903 PHY

2021-04-06 Thread Zhantao Tang
Hi Bruce, Since S32G has been updated to v5.10 kernel, and the phy node in dts file for EVB should be updated to compatible with kernel code, the following patch is to do this. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: net: phy: drop unneeded codes in nxp phy config init

2021-04-07 Thread Zhantao Tang
Hi Bruce, There are some unneeded codes in nxp phy driver need to drop, the following patch is to do this. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

[linux-yocto] [PATCH] drivers: net: phy: drop unneeded codes in nxp phy config init

2021-04-07 Thread Zhantao Tang
+0x2c/0x40 el0_svc_common.constprop.0+0x9c/0x1c0 do_el0_svc+0x78/0xa0 el0_svc+0x20/0x30 el0_sync_handler+0x1a4/0x1b0 el0_sync+0x174/0x180 ---[ end trace bbae33eae4d3e4e9 ]--- Besides, the comments on the phy_queue are modified to compatible with the codes. Signed-off-by: Zh

[linux-yocto] [yocto-kernel-cache yocto-5.10]: nxp-s32g2xx: add HSE UIO related configs to make hse demo work

2021-04-07 Thread Zhantao Tang
Hi Bruce, On S32G platform, there is a HSE demo for linux, which depends on UIO configs enablement. The following patch is to fix this. Would you please help to merge this patch into yocto-kernel-cache, branch is yocto-5.10 ? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all m

[linux-yocto] [PATCH] nxp-s32g2xx: add HSE UIO related configs to make hse demo work

2021-04-07 Thread Zhantao Tang
For S32G platform, there is a demo for linux, which uses UIO to communicate with linux kernel and HSE firmware, so add related configs to make the demo work. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 5 + 1 file changed, 5 insertions(+) diff --git a/bsp/nxp-s32g2xx

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: patches to fix build error and debug calltrace

2021-04-07 Thread Zhantao Tang
Hi Bruce, There are 2 patches to update the linux-yocto, branch v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx. patch[0001]: drivers: mailbox: replace mutex with spinlock in llce_mailbox this patch is to fix debug calltrace due to may sleep mutex called in atomic context. patch[0002]: drive

[linux-yocto] [PATCH 1/2] drivers: mailbox: replace mutex with spinlock in llce_mailbox

2021-04-07 Thread Zhantao Tang
irq will be disabled by spin_lock_irqsave(&chan->lock, flags) then llce_mb_send_data()(in drivers/mailbox/llce-mailbox.c) will execute mutex_lock_io(), this mutex may sleep, so the calltrace shows. So replace the mutex with spinlock to fix it. Signed-off-by: Zhantao Tang S

[linux-yocto] [PATCH 2/2] drivers: crypto: hse: replace devm_ioremap_nocache with devm_ioremap

2021-04-07 Thread Zhantao Tang
According to upstream commit 4bdc0d676a64("remove ioremap_nocache and devm_ioremap_nocache "), replace devm_ioremap_nocache() with devm_ioremap(). Signed-off-by: Zhantao Tang --- drivers/crypto/hse/hse-uio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/

[linux-yocto] [PATCH] nxp-s32g2xx: set HW_RANDOM to y by default

2021-04-13 Thread Zhantao Tang
ce to `devm_hwrng_register' So set it to y to fix this issue. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg b/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg index 1a172d93..c6b720c5 100644 --- a/bsp/nxp-s

[linux-yocto] [yocto-kernel-cache yocto-5.10]: nxp-s32g2xx: set HW_RANDOM to y by default

2021-04-13 Thread Zhantao Tang
Hi Bruce, On S32G platform, HW_RANDOM config is M by default, but when building linux-yocto with nodistro project, there will be errors, the following patch is to fix it. Would you please help to merge this patch into yocto-kernel-cache, branch is yocto-5.10 ? Thanks, Zhantao -=-=-=-=-=-=-=

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: patche to fix pfe calltrace when reserve memory

2021-04-13 Thread Zhantao Tang
Hi Bruce, The following patch is to fix pfe calltrace, which is due to pfe reserve memory address is overlapped with kernel image. Would you please help to merge the patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-

[linux-yocto][PATCH 1/1] dts: s32g27a: pfe: move reserve memory address to leave enough space for kernel image

2021-04-13 Thread Zhantao Tang
try to reserve memory, and can not work then. Signed-off-by: Zhantao Tang --- arch/arm64/boot/dts/freescale/fsl-s32g274a.dtsi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-s32g274a.dtsi b/arch/arm64/boot/dts/freescale/fsl

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: patches to fix build warnings

2021-04-14 Thread Zhantao Tang
Hi Bruce, There are two patches to fix build warnings for pci and hse driver. Would you please help to merge these patches into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[linux-yocto] [PATCH 1/2] drivers: crypto: hse: fix unused variable build warning

2021-04-14 Thread Zhantao Tang
The err variable is used when CONFIG_CRYPTO_DEV_NXP_HSE_UIO disabled, so add check line to fix build warning. Signed-off-by: Zhantao Tang --- drivers/crypto/hse/hse-core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/crypto/hse/hse-core.c b/drivers/crypto/hse/hse-core.c index

[linux-yocto] [PATCH 2/2] drivers: pci: s32gen1: fix build warning of unused function

2021-04-14 Thread Zhantao Tang
The function s32gen1_pcie_config_irq() is used when CONFIG_PCI_S32GEN1_EP_MSI or CONFIG_PCI_DW_DMA enabled, so add check line to fix the build warning. Signed-off-by: Zhantao Tang --- drivers/pci/controller/dwc/pci-s32gen1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pci

[linux-yocto] [linux-yocto v5.4/standard/nxp-s32g2xx]: spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion

2021-04-14 Thread Zhantao Tang
Hi Bruce, There is an patch to fix a dspi issue. Would you please help to merge this patch into linux-ycoto kernel, v5.4, branch is v5.4/standard/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9755): https://lis

[linux-yocto] [PATCH] spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion

2021-04-14 Thread Zhantao Tang
ladimir Oltean Tested-by: Michael Walle Link: https://lore.kernel.org/r/20200318001603.9650-7-olte...@gmail.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin [this patch is reverted in commit b665757da1cf, but it is needed, so readded it] Signed-off-by: Zhantao Tang --- drivers/spi/sp

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: mtd: fsl-quadspi: rename the fsl-quadspi driver name to fix name conflict

2021-04-18 Thread Zhantao Tang
Hi Bruce, There is an patch to fix a qspi issue. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9771)

[linux-yocto] [PATCH] drivers: mtd: fsl-quadspi: rename the fsl-quadspi driver name to fix name conflict

2021-04-18 Thread Zhantao Tang
x27;fsl-quadspi' is already registered, aborting... This patch is to fix it. Signed-off-by: Zhantao Tang --- drivers/mtd/spi-nor/controllers/fsl-quadspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi-nor/controllers/fsl-quadspi.c b/drivers/mtd/spi

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: pci: s32gen1: fix 's32gen1_pcie_msi_handler' defined but not used warning

2021-04-28 Thread Zhantao Tang
Hi Bruce, There is an patch to fix a build warning issue. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Onlin

[linux-yocto] [PATCH] drivers: pci: s32gen1: fix 's32gen1_pcie_msi_handler' defined but not used warning

2021-04-28 Thread Zhantao Tang
t not used [-Wunused-function] 702 | static irqreturn_t s32gen1_pcie_msi_handler(int irq, void *arg) Signed-off-by: Zhantao Tang --- drivers/pci/controller/dwc/pci-s32gen1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-s32gen1.c b/d

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: mmc: sdhc: correcte the return logic when resume

2021-05-09 Thread Zhantao Tang
Hi Bruce, There is an patch to fix a debug warning calltrace issue. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/R

[linux-yocto] [PATCH] drivers: mmc: sdhc: correct the return logic when resume

2021-05-09 Thread Zhantao Tang
kthread+0x168/0x16c ret_from_fork+0x10/0x3c ---[ end trace f30e4f550c7143ad ]--- This patch is to fix this issue. Signed-off-by: Zhantao Tang --- drivers/mmc/host/sdhci-esdhc-imx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: nxp-s32g2xx: update kernel patches

2021-05-16 Thread Zhantao Tang
SS) (2): dts: s32gen1: gpio: add interrupt-cells property net: phy: add genphy_c45_pma_suspend/resume Wong Vee Khee (1): net: phy: add genphy_c45_loopback Zhantao Tang (1): drivers: phy: s32gen1-serdes: drop the redundant phy id setting Documentation/devicetree/bindings/f

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: nxp-s32g2xx: update kernel patches

2021-05-16 Thread Zhantao Tang
SS) (2): dts: s32gen1: gpio: add interrupt-cells property net: phy: add genphy_c45_pma_suspend/resume Wong Vee Khee (1): net: phy: add genphy_c45_loopback Zhantao Tang (1): drivers: phy: s32gen1-serdes: drop the redundant phy id setting Documentation/devicetree/bindings/f

[linux-yocto] [PATCH] drivers: phy: nxp: free custom data after phy work queue cancelled

2021-05-26 Thread Zhantao Tang
nxp_remove+0x44/0x54 [nxp] phy_remove+0x60/0x84 __device_release_driver+0x19c/0x240 So, this patch will fix this issue. Signed-off-by: Zhantao Tang --- drivers/net/phy/nxp/nxp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/net/phy/nxp/nxp.c b

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: phy: nxp: free custom data after phy work queue cancelled

2021-05-26 Thread Zhantao Tang
Hi Bruce, There is an patch to fix a kernel panic issue. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: nxp-s32g2xx: update kernel with 10 new patches from SDK bsp29

2021-06-07 Thread Zhantao Tang
Hi Bruce, There are 10 latest patches for nxp-s32g2xx, and intend to merge into branch v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx. These patches are in my public repo https://github.com/zhantaotang/linux-yocto-std.git, branch v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx. Could you please help to merge

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: two patches to fix nxp-s32g2xx defects

2021-06-16 Thread Zhantao Tang
Hi Bruce, There are two patches to fix a linux-yocto build warning issue and a STR error issue when resume. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receiv

[linux-yocto] [PATCH 1/2] drivers: spi: fsl-dspi: delete the unused variable

2021-06-16 Thread Zhantao Tang
This patch is to fix the following build warning: kernel-source/drivers/spi/spi-fsl-dspi.c:937:15:warning: unused variable 'val' [-Wunused-variable] 937 | unsigned int val; The use of variable val has been dropped, so delete it to fix this warning. Signed-off-by: Zh

[linux-yocto] [PATCH 2/2] dts: s32g274a-rdb2: disable ARQ107 phy node explicitly to fix error message when resume

2021-06-16 Thread Zhantao Tang
returns -19 PM: Device stmmac-0:03 failed to resume: error -19 Signed-off-by: Zhantao Tang --- arch/arm64/boot/dts/freescale/fsl-s32g274a-rdb2.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-s32g274a-rdb2.dts b/arch/arm64/boot/dts/freescale/fsl

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx]: update kernel with NXP pre-released SDK bsp30 v5.10 patches

2021-06-29 Thread Zhantao Tang
Hi Bruce, There are 828 patches from NXP pre-released SDK bsp30 v5.10 kernel tree, and for this update, a new branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx based on v5.10/standard/base shoule be created, and all the patches are applied to the new branch, the patches infos as following:

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx]: nxp-s32g2xx: update kernel with 6 new patches from NXP pre-released SDK bsp30

2021-07-05 Thread Zhantao Tang
Hi Bruce, There are 6 new patches from NXP pre-released SDK bsp30 v5.10 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx? Thanks, Zhantao The patches info as following: The following changes since commit

[linux-yocto] [PULL][yocto-kernel-cache] nxp-s32g2x: drop unneeded configs to fix the build warnings

2021-07-13 Thread Zhantao Tang
Hi Bruce, There is a patch to fix build warnings of kernel configure for nxp-s32g2xx bsp. Would you please help to merge it to the yocto-kernel-cache, branch yocto-5.10? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10119): https

[linux-yocto] [PATCH] nxp-s32g2x: drop unneeded configs to fix the build warnings

2021-07-13 Thread Zhantao Tang
Issue: LINCD-6014 On EVB and RDB2 platforms, the following configs are not needed, so drop them. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg b/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg index c6b720c5

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx]: nxp-s32g2xx: update kernel with 25 new patches from NXP pre-released SDK bsp30

2021-07-20 Thread Zhantao Tang
Hi Bruce, There are 25 new patches from NXP pre-released SDK bsp30 v5.10 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx? Thanks, Zhantao The patches info as following: The following changes since commit 00d1eb

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx]: nxp-s32g2xx: update kernel with 20 new patches from NXP pre-released SDK bsp30 rc4

2021-08-03 Thread Zhantao Tang
Hi Bruce, There are 20 new patches from NXP pre-released SDK bsp30 v5.10 rc4 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx? Thanks, Zhantao The patches info as following: The following changes since commit 9811

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx]: nxp-s32g2xx: update kernel with 42 new patches from NXP pre-released SDK bsp30 rc5

2021-08-15 Thread Zhantao Tang
Hi Bruce, There are 42 new patches from NXP pre-released SDK bsp30 v5.10 rc5 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx? Thanks, Zhantao The patches info as following: The following changes since commit efec

[linux-yocto] [yocto-kernel-cache yocto-5.10]: nxp-s32g2xx: change CAN LLCE config to y to fix build warning

2021-08-16 Thread Zhantao Tang
Hi Bruce, There is an patch related with CAN LLCE feature to fix a kernel build warning for nxp-s32g2xx bsp, would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.10? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/

[linux-yocto] [PATCH] nxp-s32g2xx: change CAN LLCE config to y to fix build warning

2021-08-16 Thread Zhantao Tang
.config val (n) do not match This patch will fix it. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg b/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg index cf5be935..75895338 100644 --- a/bsp/

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx]: nxp-s32g2xx: update kernel with 19 new patches from NXP pre-released SDK bsp30 rc6

2021-08-20 Thread Zhantao Tang
Hi Bruce, There are 19 new patches from NXP pre-released SDK bsp30 v5.10 rc6 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx? Thanks, Zhantao The patches info as following: The following changes since commit d037

[linux-yocto] [PATCH] drivers: ocelot: delete unneeded codes to fix redefinition error

2021-09-12 Thread Zhantao Tang
: redefinition of 'ocelot_port_rmwl' | void ocelot_port_rmwl(struct ocelot_port *port, u32 val, u32 mask, u32 reg) ... include/soc/mscc/ocelot.h:720:20: note: previous definition of 'ocelot_port_rmwl' was here Signed-off-by: Zhantao Tang --- include/soc/mscc/ocelot.h

[linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc]: nxp-ls1028: drivers: ocelot: delete unneeded codes to fix redefinition error

2021-09-12 Thread Zhantao Tang
Hi Bruce, There is an patch to fix a redefinition error for nxp-ls1028 bsp. Would you please help to merge the patch into linux-yocto, v5.10, branch v5.10/standard/nxp-sdk-5.10/nxp-soc? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Onli

[linux-yocto] [yocto-kernel-cache yocto-5.10]: nxp-s32g2xx: add preemt-rt support for s32g platform

2021-09-16 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache for nxp-s32g2xx bsp to add support for preempt-rt kernel, would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.10? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/R

[linux-yocto] [PATCH] nxp-s32g2xx: add preemt-rt support for s32g platform

2021-09-16 Thread Zhantao Tang
Now the preempt-rt kernel should be supported for s32g platform, so update and add support for it. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g2xx/nxp-s32g2xx-preempt-rt.scc | 9 + 1 file changed, 9 insertions(+) create mode 100755 bsp/nxp-s32g2xx/nxp-s32g2xx-preempt-rt.scc diff --git

[linux-yocto] [linux-yocto v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx]: nxp-ls1028: add preempt-rt support for S32G platform based on NXP SDK bsp30

2021-09-16 Thread Zhantao Tang
Hi Bruce, There are 940 patches to support S32G platform for preemp-rt kernel. Would you please help to create the following branch: v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx based on v5.10/standard/preempt-rt/base, and merge the patches into the new created branch: v5.10/stan

[linux-yocto] [kernel/kernel-rt] nxp-s32g2xx: fix one bootup hange issue due to merge conflict

2021-09-29 Thread Zhantao Tang
Hi Bruce, There is an patch to fix a bootup hange issue due to merge conflict for nxp-s32g2xx bsp. Would you please help to merge the patch into linux-yocto, v5.10, branches: v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx and v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx? Thanks,

[linux-yocto] [PATCH] arm64: tlb: add required __TLBI_VADDR() operation to fix issue caused by merge conflict

2021-09-29 Thread Zhantao Tang
lb flushed wrong address. Signed-off-by: Zhantao Tang --- arch/arm64/include/asm/tlbflush.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/include/asm/tlbflush.h b/arch/arm64/include/asm/tlbflush.h index e614f157dfb5..40f993ddedb9 100644 --- a/arch/arm64/include/asm/tlbflush.h

[linux-yocto] [linux-yocto standard&rt]: nxp-s32g2xx: update kernel with 47 new patches from NXP SDK bsp31

2021-10-28 Thread Zhantao Tang
Hi Bruce, There are 47 new patches from NXP SDK bsp30 internal rc release v5.10 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branches v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx and v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx? Than

Re: [linux-yocto] [linux-yocto standard&rt]: nxp-s32g2xx: update kernel with 47 new patches from NXP SDK bsp31

2021-10-28 Thread Zhantao Tang
在 2021/10/29 上午4:00, Bruce Ashfield 写道: [Please note: This e-mail is from an EXTERNAL e-mail address] In message: [linux-yocto] [linux-yocto standard&rt]: nxp-s32g2xx: update kernel with 47 new patches from NXP SDK bsp31 on 28/10/2021 Zhantao Tang wrote: Hi Bruce, There are 47 new pat

[linux-yocto] [linux-yocto v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx]: nxp-s32g2xx: update rt kernel with 47 new patches from NXP SDK bsp31

2021-10-28 Thread Zhantao Tang
Hi Bruce, There are 47 new patches from NXP SDK bsp30 internal rc release v5.10 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branches v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx? Thanks, Zhantao The patches info as following: The fo

[linux-yocto] [PATCH 2/3] tmu: s32gen1: Fixed bug about Kelvin to Celsius conversion and overflow.

2021-11-01 Thread Zhantao Tang
given in Kelvin and not in Celsius, it resulted in errors of 17 Celsius degrees. This fixes it by fully reading the value and converting it from Kelvin to Celsius degrees. Issue: ALB-8014 Signed-off-by: Dorin Ionita Signed-off-by: Zhantao Tang --- drivers/thermal/s32_thermal.c | 32

[linux-yocto] [PATCH 1/3] arm64: dts: s32g: declare the GMAC clock frequency for the IEEE 1588 module

2021-11-01 Thread Zhantao Tang
name from the timestamping clock. But that also adds avoidable compatibility complications, so just stop at fixing the issue. Issue: ALB-7467 Signed-off-by: Vladimir Oltean Signed-off-by: Zhantao Tang --- arch/arm64/boot/dts/freescale/fsl-s32-gen1.dtsi | 6 -- 1 file changed, 4 insert

[linux-yocto] [PATCH 3/3] crypto: hse: update firmware interface to v1.0.0

2021-11-01 Thread Zhantao Tang
From: Bogdan Folea commit f2687e123d91f8f362a83f371582ba3e30677b032 from https://source.codeaurora.org/external/autobsps32/linux Issue: ALB-7687 Signed-off-by: Bogdan Folea Signed-off-by: Zhantao Tang --- drivers/crypto/hse/hse-core.c | 31 +-- drivers/crypto/hse

[linux-yocto] [linux-yocto std&rt kernels]: nxp-s32g2xx: update rt kernel with 47 new patches from NXP SDK bsp31

2021-11-01 Thread Zhantao Tang
Hi Bruce, There are 3 new patches from NXP SDK bsp30 internal rc4 release, v5.10 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branches v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx and v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx? Th

[linux-yocto] [yocto-kernel-cache yocto-5.10]: nxp-s32g2xx: add one patch to drop the CRYPTO_DEV_NXP_HSE_UIO config

2021-11-09 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache for nxp-s32g2xx bsp to drop the CRYPTO_DEV_NXP_HSE_UIO config, because the CRYPTO_DEV_NXP_HSE_UIO kernel config has been deleted in the related driver Kconfig. Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.1

[linux-yocto] [PATCH] nxp-s32g2xx: drop the CRYPTO_DEV_NXP_HSE_UIO config

2021-11-09 Thread Zhantao Tang
The CRYPTO_DEV_NXP_HSE_UIO has been dropped in the driver's Kconfig, so delete in kernel cache to fix the following build warning: [INFO]: the following symbols were not found in the active configuration: - CONFIG_CRYPTO_DEV_NXP_HSE_UIO Signed-off-by: Zhantao Tang ---

[linux-yocto] [linux-yocto std&rt kernels]: nxp-s32g2xx: fix

2021-12-05 Thread Zhantao Tang
Hi Bruce, There are 43 patches(including 25 patches from bsp31 rc5~rc8 and 18 patches for bug-fix) for rebase the following branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx on NXP SDK bsp31 release(v5.10 kernel), would you please help to merge these patches? The patch infos as

Re: [linux-yocto] [linux-yocto std&rt kernels]: nxp-s32g2xx: fix

2021-12-06 Thread Zhantao Tang
Please ignore this request, I will resend one with a correct subject. Thanks, Zhantao On 2021/12/6 下午3:39, Zhantao Tang wrote: Hi Bruce, There are 43 patches(including 25 patches from bsp31 rc5~rc8 and 18 patches for bug-fix) for rebase the following branch v5.10/standard

[linux-yocto] [linux-yocto std kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp31 release version

2021-12-06 Thread Zhantao Tang
Hi Bruce, There are 43 patches(including 25 patches from bsp31 rc5~rc8 and 18 patches for bug-fix) for rebase the following branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx on NXP SDK bsp31 release(v5.10 kernel), would you please help to merge these patches? The patch infos as

[linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp31 release version

2021-12-06 Thread Zhantao Tang
Hi Bruce, There are 42 patches(including 25 patches from bsp31 rc5~rc8 and 17 patches for bug-fix) for rebase the following branch v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx on NXP SDK bsp31 release(v5.10 kernel), would you please help to merge these patches? The patch infos

[linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc1

2022-01-04 Thread Zhantao Tang
Hi Bruce, There are 88 patches from bsp32 rc1 for updating the following branch v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx ould you please help to merge these patches? The patch infos as following: The following changes since commit a451e9237dfca4f357cb2f7de7cc984c4bfce461:

[linux-yocto] [linux-yocto standard kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc1

2022-01-04 Thread Zhantao Tang
Hi Bruce, There are 88 patches from bsp32 rc1 for updating the following branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx ould you please help to merge these patches? The patch infos as following: The following changes since commit 18be680a4046079450735a25264b349509e32880: Merge bran

[linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc2

2022-01-13 Thread Zhantao Tang
Hi Bruce, There are 17 patches from bsp32 rc2 for updating the following branches v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge these patches? The patches info as following: The following changes since

Re: [linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc2

2022-01-16 Thread Zhantao Tang
在 2022/1/17 上午11:57, Bruce Ashfield 写道: [Please note: This e-mail is from an EXTERNAL e-mail address] In message: [linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc2 on 14/01/2022 Zhantao Tang wrote: Hi Bruce, There are 17 patches from bsp32

[linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc1

2022-01-16 Thread Zhantao Tang
Hi Bruce, There are 17 patches from bsp32 rc2 for updating the following branch v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx ould you please help to merge these patches? The patch infos as following: The following changes since commit a43e21eb1feeeaae22d8ad048fae9957cb94a2b2:

[linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc2

2022-01-16 Thread Zhantao Tang
Hi Bruce, Please ignore the previous mail with subject: "[linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc1". There are 17 patches from bsp32 rc2 for updating the following branch v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx o

[linux-yocto] [PATCH] drivers: pci: fix functions defined but not used warnings

2022-01-19 Thread Zhantao Tang
nd the issues caused by commit 3beacb5469c7("s32gen1:pcie: Refactor pcie code"). The reason is that the configs used, when they are defined and invoked, are different, so fix them. Signed-off-by: Zhantao Tang --- drivers/pci/controller/dwc/pci-s32gen1.c | 4 +++- 1 file changed, 3 in

[linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: fix build warnings of pcie

2022-01-19 Thread Zhantao Tang
Hi Bruce, There is a patch for fixing build warnings of pcie of the following branches v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge the patch? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receiv

[linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc3

2022-02-07 Thread Zhantao Tang
al targets pcie: s32-gen1: Enable MSIs by default bindings: pci: s32: Update documentation for PCIe MSIs Ciprian Costea (1): s32-gen1: rdb: Refactor dts in order to support rdb2 and rdb3 platforms Dan Nica (1): s32g: Align the manual tuning procedure with the Reference Manual Zh

Re: [linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc3

2022-02-09 Thread Zhantao Tang
在 2022/2/10 05:42, Bruce Ashfield 写道: [Please note: This e-mail is from an EXTERNAL e-mail address] In message: [linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc3 on 08/02/2022 Zhantao Tang wrote: Hi Bruce, There are 10 patches for the follo

[linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc3

2022-02-09 Thread Zhantao Tang
Hi Bruce, There are 10 patches from bsp32 rc3 for updating the following branch v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx ould you please help to merge these patches? The patch infos as following: The following changes since commit 4d112cf36fda04ea05b51d3dba34ba4cc4490d41:

[linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc8

2022-03-09 Thread Zhantao Tang
Hi Bruce, There are 11 patches for the following branches to update to NXP SDK bsp32 rc4 to rc8 v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge the patches? The patches info as following: The following c

Re: [linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc8

2022-03-10 Thread Zhantao Tang
在 2022/3/11 03:47, Bruce Ashfield 写道: [Please note: This e-mail is from an EXTERNAL e-mail address] In message: [linux-yocto] [linux-yocto standard&rt kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc8 on 10/03/2022 Zhantao Tang wrote: Hi Bruce, There are 11 patches for the follo

[linux-yocto] [linux-yocto rt kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc8

2022-03-10 Thread Zhantao Tang
Hi Bruce, There are 11 patches for the following branches to update to NXP SDK bsp32 rc4 to rc8 v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge the patches? The patches info as following: The following changes since commit 93da61f695b89776f3089a637385

[linux-yocto] [yocto-kernel-cache yocto-5.10]: nxp-s32g: add support for new bsp nxp-s32g

2022-03-28 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache to add support for a new bsp nxp-s32g bsp, Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.10? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1

[linux-yocto] [yocto-kernel-cache][PATCH 1/1] kernel-cache: nxp-s32g: add support for new bsp layer nxp-s32g

2022-03-28 Thread Zhantao Tang
Given NXP S32G3 RDB3 board has been supported, the layer name nxp-s32g2xx is not so proper, so add new layer nxp-s32g to support both S32G2 and S32G3 boards. And This patch is to update kernel cache for nxp-s32g. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g/nxp-s32g-preempt-rt.scc | 9 ++ bsp

[linux-yocto] [linux-yocto std kernel]: nxp-s32g2xx: update to NXP SDK bsp32 rc10

2022-03-30 Thread Zhantao Tang
Hi Bruce, There are 11 patches for the following branch to update to NXP SDK bsp32 rc10 v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge the patches? The patches info as following: The following changes since commit dcbe8d690668f4234b3e7107c9803dd30feebf8b: Me

[linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc10

2022-03-30 Thread Zhantao Tang
Hi Bruce, There are 11 patches from bsp32 rc10 for updating the following branch v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge these patches? The patch infos as following: The following changes since commit 921fa4449932dfbf813609a2e0cfdc7943dd6526:

Re: [linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto rt kernel to NXP bsp32 rc10

2022-04-05 Thread Zhantao Tang
Hi Bruce, Would you please help to merge the following patch into branch:     v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx for nxp-s32g bsp? Thanks, Zhantao 在 2022/3/30 19:27, Zhantao Tang 写道: Hi Bruce, There are 11 patches from bsp32 rc10 for updating the following branch

[linux-yocto] [linux-yocto std kernel]: nxp-s32g: update to align with NXP SDK

2022-04-14 Thread Zhantao Tang
Hi Bruce, There are 24 patches from NXP internal share repo to update the following branch v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge the patches? The patches info as following: The following changes since commit 315df6b52a3bb839e05c4133f6615276897aece7:

[linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g: update to align with NXP SDK

2022-04-14 Thread Zhantao Tang
Hi Bruce, There are 24 patches from bsp32 latest update for the following branch v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx Would you please help to merge these patches? The patch infos as following: The following changes since commit 69d0db370dbca8e7a4040941182e5433c677e423:

[linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: add support for bsp nxp-s32g

2022-04-24 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache to add support for bsp nxp-s32g bsp, Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.15? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11238):

[linux-yocto] [yocto-kernel-cache][PATCH 1/1] nxp-s32g: add scc and cfg files for nxp-s32g platform

2022-04-24 Thread Zhantao Tang
Refer to scc and cfg files on branch yocto-5.10, add new scc and cfg files for BSP nxp-s32g on branch yocto-5.15. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g/nxp-s32g-preempt-rt.scc | 9 ++ bsp/nxp-s32g/nxp-s32g-standard.scc | 9 ++ bsp/nxp-s32g/nxp-s32g.cfg| 160

[linux-yocto] [linux-yocto std kernel v5.15]: nxp-s32g: update to align with NXP SDK

2022-04-24 Thread Zhantao Tang
Hi Bruce, There are 24 patches from NXP internal share repo to update the following branch v5.15/standard/nxp-sdk-5.10/nxp-s32g Would you please help to merge the patches? The patches info as following: The following changes since commit 2219ae60214ceec3b772dff0511b69fec7bcd084: Me

[linux-yocto] [linux-yocto std kernel v5.15]: nxp-s32g: update to align with NXP SDK bsp33 rc1

2022-04-26 Thread Zhantao Tang
Hi Bruce, There are 9 new patches from NXP SDK bsp33 rc1, and the patches infos as following: v5.15/standard/nxp-sdk-5.10/nxp-s32g Would you please help to merge the patches? The patches info as following: The following changes since commit c7a791c2ffad38bf429a2ceb815fddc93045105d:

[linux-yocto] [linux-yocto preempt-rt kernel v5.15]: nxp-s32g: update to align with NXP SDK

2022-04-28 Thread Zhantao Tang
Hi Bruce, There are 33 patches from bsp33 latest update for the following branch v5.15/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g Would you please help to merge these patches? The patch infos as following: The following changes since commit b8d249b238975a0eb25e88b1383c73ad25938dc2:

[linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update GPIO configs to fix build warnings

2022-05-08 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache to update GPIO configs to fix build warnings, Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.15? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[linux-yocto] [yocto-kernel-cache][PATCH 1/1] nxp-s32g: update GPIO configs to fix build warnings

2022-05-08 Thread Zhantao Tang
e configuration: - CONFIG_GPIO_S32GEN1 The reason is that CONFIG_GPIO_SYSFS is deprecated and depends on EXPERT in v5.15 kernel, so update CONFIG_GPIO_SYSFS to CONFIG_GPIO_CDEV. And the CONFIG_GPIO_S32GEN1 is replaced by CONFIG_GPIO_S32CC, so update it too. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g/n

[linux-yocto] [linux-yocto std/rt kernel v5.15]: nxp-s32g: update to align with NXP SDK bsp33 rc5

2022-06-14 Thread Zhantao Tang
Hi Bruce, There are 183 new patches from NXP SDK bsp33 rc2 to rc5, Would you please help to merge the patches into the following: v5.15/standard/nxp-sdk-5.10/nxp-s32g v5.15/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g branches? The patches info as following: The following change

  1   2   3   >