Re: [linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pinctrl: s32cc: use devm_kzalloc() to alloc pinctrl_desc struct to avoid random value

2024-07-09 Thread Zhantao Tang via lists.yoctoproject.org
On 2024/7/9 21:11, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. In message: Re: [linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pinctrl: s32cc:

Re: [linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pci: dwc: s32cc: use the dedicated msi_irq[0] to fix compile warning

2024-07-09 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pci: dwc: s32cc: use the dedicated msi_irq[0] to fix compile warning on 09/07/2024 Zhantao Tang wrote: > Hi Bruce, > > There is a patch for v6.6 kernel to fix pci compile warning. > Would you please help to merge it to the

Re: [linux-yocto] [yocto-kernel-cache kernel v6.6]: nxp-s32g: add PCA953X support

2024-07-09 Thread Bruce Ashfield
In message: [yocto-kernel-cache kernel v6.6]: nxp-s32g: add PCA953X support on 09/07/2024 Zhantao Tang wrote: > Hi Bruce, > > There is a patch to add PCA953X support for v6.6 kernel for nxp-s32g bsp, > would you please help to merge the following patch into > yocto-6.6 > branch? merged.

Re: [linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pinctrl: s32cc: use devm_kzalloc() to alloc pinctrl_desc struct to avoid random value

2024-07-09 Thread Bruce Ashfield
In message: Re: [linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pinctrl: s32cc: use devm_kzalloc() to alloc pinctrl_desc struct to avoid random value on 09/07/2024 zhantao.tang wrote: > On 2024/7/9 11:19, Bruce Ashfield wrote: > > CAUTION: This email comes from a non Wind River

[linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pci: dwc: s32cc: use the dedicated msi_irq[0] to fix compile warning

2024-07-09 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, There is a patch for v6.6 kernel to fix pci compile warning. Would you please help to merge it to the following branches? v6.6/standard/nxp-sdk-6.6/nxp-s32g v6.6/standard/preempt-rt/nxp-sdk-6.6/nxp-s32g Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[linux-yocto] [PATCH] pci: dwc: s32cc: use the dedicated msi_irq[0] to fix compile warning

2024-07-09 Thread Zhantao Tang via lists.yoctoproject.org
This patch is to fix the following compile warning: pci-s32cc-ep.c:504:21: warning: the comparison will always evaluate as 'true' for the address of 'msi_irq' will never be NULL [-Waddress] The reason it that, the variable pp->msi_irq is always true, since it is a array, so change to use

[linux-yocto] [PATCH] nxp-s32g: add PCA953X support

2024-07-09 Thread Zhantao Tang via lists.yoctoproject.org
The PCA953X is needed by S32G and which is enabled in SDK BSP41 by default, so enable it to keep align with SDK. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g/nxp-s32g.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-s32g/nxp-s32g.cfg b/bsp/nxp-s32g/nxp-s32g.cfg index

[linux-yocto] [yocto-kernel-cache kernel v6.6]: nxp-s32g: add PCA953X support

2024-07-09 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, There is a patch to add PCA953X support for v6.6 kernel for nxp-s32g bsp, would you please help to merge the following patch into yocto-6.6 branch? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14124):

Re: [linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pinctrl: s32cc: use devm_kzalloc() to alloc pinctrl_desc struct to avoid random value

2024-07-09 Thread Zhantao Tang via lists.yoctoproject.org
On 2024/7/9 11:19, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. In message: [linux-yocto] [linux-yocto std kernel v6.6]: nxp-s32g: pinctrl: s32cc: use