Re: [linux-yocto][v5.15/standard] Nvidia Jetson AGX Orin developer kit BSP support

2024-06-24 Thread Bruce Ashfield
In message: [linux-yocto][v5.15/standard] Nvidia Jetson AGX Orin developer kit BSP support on 24/06/2024 Ramasamy, Rajeshkumar wrote: > Hi Bruce, > > Please find the Linux patches for Nvidia Jetson Orin BSP. > This is a standard kernel pull request to enable support for board Nvidia > Jetson

Re: [linux-yocto][linux-yocto v6.6][PATCH 0/2] two fixes for build warning for axxiaarm

2024-06-24 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v6.6][PATCH 0/2] two fixes for build warning for axxiaarm on 24/06/2024 Liwei Song wrote: > Hi Bruce, > > These two patches is from linux-yocto-6.1, to fix two build warning for > axxarm only, > could you hlep merge them to below axxiaarm branches: > >

Re: [linux-yocto] [PATCH linux-yocto 0/3] v6.6: octeon: Fix several build errors when CONFIG_WERROR is enabled

2024-06-24 Thread Bruce Ashfield
In message: [PATCH linux-yocto 0/3] v6.6: octeon: Fix several build errors when CONFIG_WERROR is enabled on 23/06/2024 Kevin Hao wrote: > Hi Bruce, > > This patch series fix several build errors when CONFIG_WERROR is enabled > on v6.6 octeon branches. Please help me merge these patches into

[linux-yocto][linux-yocto v6.6][PATCH 2/2] ARM: dts: axxia: fix leading 0x and 0s warning

2024-06-24 Thread LiweiSong via lists.yoctoproject.org
Improve the DTS files by removing all the leading "0x" and "0s" to fix the following types of dtc warnings: arch/arm/boot/dts/intel/axm/axm55xx.dtsi:87.24-92.4: Warning (unit_address_format): /ccn@0x20: unit name should not have leading "0x"

[linux-yocto][linux-yocto v6.6][PATCH 1/2] misc/axxia-ncr.c: Use designated initializers when init struct ncr_io_fns

2024-06-24 Thread LiweiSong via lists.yoctoproject.org
When kernel builds with -Werror=designated-init, there will be an error as below, include the field names in the struct when init it to fix the error. drivers/misc/axxia-ncr.c:202:9: error: positional initialization of field in 'struct' declared with 'designated_init' attribute

[linux-yocto][linux-yocto v6.6][PATCH 0/2] two fixes for build warning for axxiaarm

2024-06-24 Thread LiweiSong via lists.yoctoproject.org
Hi Bruce, These two patches is from linux-yocto-6.1, to fix two build warning for axxarm only, could you hlep merge them to below axxiaarm branches: v6.6/standard/preempt-rt/sdkv5.15/axxia v6.6/standard/sdkv5.15/axxia Thanks, Liwei. Liwei Song (2): misc/axxia-ncr.c: Use designated