[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: add support NXP PCF2131 RTC

2024-05-14 Thread Xulin Sun via lists.yoctoproject.org
Add support NXP PCF2131 RTC for LX2160A-RDB Rev.D. Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg b/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg index f8008cb7..c0321756 100644 --- a/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg +++

[linux-yocto][yocto-kernel-cache][yocto-6.6][PATCH] nxp-imx8: add scc and cfg files for NXP IMX8 series platform

2024-05-07 Thread Xulin Sun via lists.yoctoproject.org
Signed-off-by: Xulin Sun --- bsp/nxp-imx8/nxp-imx8-preempt-rt.cfg | 15 + bsp/nxp-imx8/nxp-imx8-preempt-rt.scc | 9 + bsp/nxp-imx8/nxp-imx8-standard.scc | 7 + bsp/nxp-imx8/nxp-imx8.cfg| 623 +++ bsp/nxp-imx8/nxp-imx8.scc| 11 + 5 files

[linux-yocto][linux-yocto v5.15/standard/ti-sdk-5.10/ti-j72xx][PATCH] media: platform: vxe-vxd: Remove the redundant function umin()

2024-04-18 Thread Xulin Sun via lists.yoctoproject.org
commit cf716d5a0dd86f6 (minmax: add umin(a, b) and umax(a, b)) introduces the definition umin() in include/linux/minmax.h, remove the redundant function umin() in the file h264_secure_parser.c to fix below building issue: drivers/media/platform/vxe-vxd/decoder/h264_secure_parser.c:174:28: note: in

[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 3/3] net: phy: let PHYLINK select MII

2024-04-15 Thread Xulin Sun via lists.yoctoproject.org
Commit bcc096af4de0e3(net: phylink: add support for managed = "c73") introduces the linkmode_support_c73(), which is defined in the drivers/net/mii.c, so select Mii. To avoid below building issue: | aarch64-wrs-linux-ld.bfd: drivers/net/phy/phylink.o: in function `phylink_validate_mac_and_pcs': |

[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 2/3] phy: lynx-28g: drop redefined macro definitions and functions

2024-04-15 Thread Xulin Sun via lists.yoctoproject.org
Previous commit 2d37482e0bed(phy: lynx-28g: add support for backplane modes through PHY_MODE_ETHERNET_LINKMODE) added redefined macros and function definitions, This causes below building issues: drivers/phy/freescale/phy-fsl-lynx-28g.c:1523:13: error: redefinition of 'lynx_28g_remove' | 1523 |

[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/3] phy: lynx-28g: truly power the lanes up or down

2024-04-15 Thread Xulin Sun via lists.yoctoproject.org
From: Vladimir Oltean commit f73df580c2379a90c9269dace6dc3084fdf85ccc from https://github.com/nxp-imx/linux-imx lf-6.1.y The current procedure for power_off() and power_on() is the same as the one used for major lane reconfiguration, aka halting. But one can observe that a halted lane does not

[v2][linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add TSN feature related kernel configs

2024-03-27 Thread Xulin Sun via lists.yoctoproject.org
Add TSN feature related kernel configs, and drop the duplicated kernel config CONFIG_NET_SCH_TAPRIO with tsn.cfg. Signed-off-by: Xulin Sun --- bsp/ti-am62/ti-am62.cfg | 1 - bsp/ti-am62/ti-am62.scc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/ti-am62/ti-am62.cfg

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add kernel configs NET_SCH_CBS & NET_SCH_MQPRIO & NET_SCH_ETF

2024-03-27 Thread Xulin Sun via lists.yoctoproject.org
Add kernel configs NET_SCH_CBS & NET_SCH_MQPRIO & NET_SCH_ETF to support AM62AX TSN feature. Signed-off-by: Xulin Sun --- bsp/ti-am62/ti-am62.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/ti-am62/ti-am62.cfg b/bsp/ti-am62/ti-am62.cfg index fdef5c2b..537f4120 100755 ---

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] arm64: dts: ti: k3-am62x-sk-csi2-imx219: use the overlay's parent node for graph port

2024-03-05 Thread Xulin Sun via lists.yoctoproject.org
dtc tool will check graph port to see if node->name is "port" or not, and output the warning if the node->name is not "port". For overlay node, the node->name is "__overlay__" and cause the warning. Use the overlay's parent node for graph port to describe the node to avoid below building issue:

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 2/2] ARM: dts: am335x-boneblack-hdmi: disable HDMI audio simple-audio-card node

2024-01-16 Thread Xulin Sun via lists.yoctoproject.org
Disable HDMI audio simple-audio-card node as a workaround, since we did not have the document and not figure out how to set the HDMI audio parameters for the BBB target board, to avoid below booting error information if connecting HDMI monitor: davinci-mcasp.0-i2s-hifi: ASoC: error at

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 1/2] ARM: dts: tps65217: add power regulator & backlight drivers support

2024-01-16 Thread Xulin Sun via lists.yoctoproject.org
Support TPS65217 voltage regulator driver and TPS65217 Backlight driver. And enable them by default. This will avoid below booting failed information: tps65217-pmic: Failed to locate of_node [id: -1] tps65217-bl: Failed to locate of_node [id: -1] Signed-off-by: Xulin Sun ---

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add scc and cfg files for TI AM62 series platform

2024-01-09 Thread Xulin Sun via lists.yoctoproject.org
Signed-off-by: Xulin Sun --- bsp/ti-am62/ti-am62-preempt-rt.cfg | 15 ++ bsp/ti-am62/ti-am62-preempt-rt.scc | 10 + bsp/ti-am62/ti-am62-standard.scc | 8 + bsp/ti-am62/ti-am62.cfg| 362 + bsp/ti-am62/ti-am62.scc| 8 + 5 files changed,

[linux-yocto][linux-yocto v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx] ti-am62 adds preempt-rt kernel patches to upgrade TI SDK 09.01.00.007

2024-01-03 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, Could you please help to merge below patches to the preempt-rt kernel branch "v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx"? This is preempt-rt kernel to upgrade BSP to TI SDK ti-processor-sdk-linux-edgeai-am62axx-evm-09_01_00_07. The following changes since commit

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx] ti-am62 kernel part to upgrade to TI SDK ti-processor-sdk-linux-edgeai-am62axx-evm-09_01_00_07

2024-01-03 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, Could you please help to merge below patches to kernel branch "v6.1/standard/ti-sdk-6.1/ti-j7xxx"? This is to upgrade BSP to TI SDK ti-processor-sdk-linux-edgeai-am62axx-evm-09_01_00_07. The following changes since commit 22d95ef690f558a6e5dd0146d3c0ca6b0aa16622:   Merge branch

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] arm64: dts: ti: use the overlay's parent node for graph port for dtso

2023-12-21 Thread Xulin Sun via lists.yoctoproject.org
dtc tool will check graph port to see if node->name is "port" or not, and output the warning if the node->name is not "port". For overlay node, the node->name is "__overlay__" and cause the warning. Use the overlay's parent node for graph port to describe the node to avoid below building issue:

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio resume warning

2023-12-18 Thread Xulin Sun via lists.yoctoproject.org
The commit 744d23c71af3 ("net: phy: Warn about incorrect mdio_bus_phy_resume() state") introduced a WARN when phy state is not in the states: PHY_HALTED, PHY_READY and PHY_UP. When cpsw_new resumes, there have port in PHY_NOLINK state, so the below warning comes out. Set mac_managed_pm be true to

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am335x: add Qualcomm Atheros AR803X PHY support

2023-12-18 Thread Xulin Sun via lists.yoctoproject.org
Add Qualcomm Atheros AR803X PHY support since AM335X EVM installed this phy. Signed-off-by: Xulin Sun --- bsp/ti-am335x/ti-am335x.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/ti-am335x/ti-am335x.cfg b/bsp/ti-am335x/ti-am335x.cfg index b8deb025..75e7c75d 100644 ---

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am335x: add preempt-rt support and boards full features support

2023-12-07 Thread Xulin Sun via lists.yoctoproject.org
- Add preempt-rt kernel type support. - Add AM335X EVM & BeagleBone Black boards with full features support. Signed-off-by: Xulin Sun --- bsp/ti-am335x/ti-am335x-preempt-rt.scc | 9 +++ bsp/ti-am335x/ti-am335x.cfg| 84 +- 2 files changed, 90 insertions(+), 3

[linux-yocto][linux-yocto v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx] ti-am335x adds preempt-rt kernel patches to upgrade TI SDK 09.01.00.001

2023-12-06 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, Could you please help to merge below patches to the preempt-rt kernel branch "v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx"? This is preempt-rt kernel to upgrade BSP to TI SDK ti-processor-sdk-linux-rt-am335x-evm-09.01.00.001. The following changes since commit

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx] ti-am335x kernel part to upgrade to TI SDK ti-processor-sdk-linux-rt-am335x-evm-09.01.00.001

2023-12-06 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, Could you please help to merge below patches to kernel branch "v6.1/standard/ti-sdk-6.1/ti-j7xxx"? This is to upgrade BSP to TI SDK ti-processor-sdk-linux-rt-am335x-evm-09.01.00.001. The following changes since commit 81d3dcbd42aea8534c558ddcbd4358ae52edd37f:   Merge branch

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: drop unused config CONFIG_INPHI_PHY

2023-11-09 Thread Xulin Sun via lists.yoctoproject.org
On 9/27/23 11:30, Bruce Ashfield wrote: merged. Hi Bruce, I checked the latest yocto-kernel-cache of branch yocto-6.1, it seems that the review has not actually been merged. Could you please double check this? Thanks Xulin Bruce In message:

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-j7xxx: add MICROSEMI_PHY and CPSW bridge configs

2023-10-26 Thread Xulin Sun via lists.yoctoproject.org
- Add the MICROSEMI_PHY of VSC8514 phy to support J7X-VSC8514-ETH card. - Add several CPSW bridge related configs to support CPSW switch mode. - Add Embedded DisplayPort panels module and change SN65DSI86 to module to avoid failed to create device link (0x180) with regulator-dp1-prw since the

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-j7xxx: add THERMAL and series configs

2023-10-20 Thread Xulin Sun via lists.yoctoproject.org
Add THERMAL and TPS6594 and Cpu dynamic frequency scaling configs. Remove the CONFIG_RPMSG_PROTO, which is dropped in new kernel. Signed-off-by: Xulin Sun --- bsp/ti-j7xxx/ti-j7xxx-remoteproc.cfg | 4 +++- bsp/ti-j7xxx/ti-j7xxx.cfg| 9 + 2 files changed, 12 insertions(+), 1

[linux-yocto][linux-yocto v6.1][PATCH 10/10] drivers: mmc: host: sdhci_am654: fix start loop index

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Nitin Yadav commit 527095165281cbc60a1b42995c1e55e6756cbe93 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti,otap-del-sel-legacy/ti,itap-del-sel-legacy passed from DT are currently ignored for all SD/MMC and eMMC modes. Fix this by making start loop index to MMC_TIMING_LEGACY.

[linux-yocto][linux-yocto v6.1][PATCH 09/10] arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Udit Kumar commit fa3fc9dd2eae576a047cefa1bed9b8568143a0a8 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git Commit 8be3ac2d8bd77bb9cb9ddbb7a545decf9f5e4181 Upstream. After splitting wkup_pmx pin mux for J784S4 into four regions. Pin mux offset for ADC nodes were not updated to

[linux-yocto][linux-yocto v6.1][PATCH 08/10] HACK: arm64: dts: ti: k3-j784s4-evm: Remove HS400 mode support for eMMC

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Udit Kumar commit ca6a775097f0c879eaa7a2ddfe79c09fd08dffb6 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git The eMMC fails to enumerate intermittently on HS400 mode. Also observing multiple CQE recovery warnings. Update the sdhci0 node to disable HS400. Cc: Vignesh Raghavendra

[linux-yocto][linux-yocto v6.1][PATCH 06/10] arm64: dts: k3-j721s2: Fix pin mux for ospi i2c and pmic node

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Udit Kumar commit 696d9e2d712fb42014a420942f9c787339f4a568 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git After splitting the wkup_pmx into four region. I2C and PMIC pin muxes was falling outside the assigned region. Also removed unused pin from OSPI pin mux. Fixes:

[linux-yocto][linux-yocto v6.1][PATCH 07/10] arm64: dts: k3-am68-sk: Fix pin mux csi for OV5640 overlay

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Udit Kumar commit 7e7d44cc4b3b9694558f7e81bb1fdebb63007090 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git After splitting the wkup_pmx into four region. CSI pin mux was falling outside the assigned region. Fixes: c33b294d75dd ("arm64: dts: ti: k3-j721s2: Fix wkup pinmux

[linux-yocto][linux-yocto v6.1][PATCH 05/10] dt-bindings: thermal: k3-j72xx: conditionally require efuse reg range

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Bryan Brattlof commit c3bb4011ec46d9ac09ad127c749df13d2e7fb806 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git commit c4026d3e2578291016703cd75f3a6f786f60cd80 upstream Only some of TI's J721E SoCs will need a eFuse register range mapped to determine if they're affected by TI's

[linux-yocto][linux-yocto v6.1][PATCH 03/10] thermal/drivers/k3_j72xx_bandgap: Map fuse_base only for erratum workaround

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Bryan Brattlof commit a7119d957b2a8a7df21dc4f5ca87759728531a53 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git commit 366444ebe7e2e1c987c6a07551f06db4b5b7c0ad upstream Some of TI's J721E SoCs require a software trimming procedure for the temperature monitors to function

[linux-yocto][linux-yocto v6.1][PATCH 04/10] dt-bindings: thermal: k3-j72xx: elaborate on binding description

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Bryan Brattlof commit 0d9ecfae1ec9e1556b8a943dbd9deea94e8d4870 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git commit effe8db0a421480fc4dad0c7bf380b8e245cbb8c upstream Elaborate on the function of this device node as well as some of the properties this node uses.

[linux-yocto][linux-yocto v6.1][PATCH 02/10] thermal/drivers/k3_j72xx_bandgap: Remove fuse_base from structure

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Bryan Brattlof commit d1bd8644407db9b730391bd39315ad9fb0916faf from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git commit 156f0e2fda420c4a4a7b244a909df04086039bd6 upstream 'fuse_base' is only needed during the initial probe function to provide data for a software trimming method

[linux-yocto][linux-yocto v6.1][PATCH 0/10]:Pick several patches from the TI SDK 9.0.1.2 to make the Thermal feature work

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, This patch series is to pick several patches from the TI SDK 9.0.1.2 to make the Thermal feature work. Please help me merge these into the following two branches: v6.1/standard/ti-sdk-6.1/ti-j7xxx v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx

[linux-yocto][linux-yocto v6.1][PATCH 01/10] thermal/drivers/k3_j72xx_bandgap: Use bool for i2128 erratum flag

2023-10-19 Thread Xulin Sun via lists.yoctoproject.org
From: Bryan Brattlof commit 83b6b872cda56104a2050124b95b91500810d782 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git commit 311f328ffc7572219bee65db77645e5fedd4e8e6 upstream Some of TI's J721E SoCs require a software trimming method to report temperatures accurately. Currently we are

[linux-yocto][linux-yocto v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx] ti-j7xxx adds preempt-rt kernel patches to upgrade TI SDK 09_00_01_02

2023-09-27 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, Could you please help to merge below patches to the preempt-rt kernel branch "v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx"? This is preempt-rt kernel to upgrade BSP to TI SDK ti-processor-sdk-linux-adas-j784s4-evm-09_00_01_02. The following changes since commit

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx] ti-j7xxx kernel part to upgrade to TI SDK ti-processor-sdk-linux-adas-j784s4-evm-09_00_01_02

2023-09-27 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, Could you please help to merge below patches to kernel branch "v6.1/standard/ti-sdk-6.1/ti-j7xxx"? This is to upgrade BSP to TI SDK ti-processor-sdk-linux-adas-j784s4-evm-09_00_01_02. The following changes since commit 122d72613aea7d4f4673c70020eb9a0fc41c9e51:   Merge branch

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: drop unused config CONFIG_INPHI_PHY

2023-09-26 Thread Xulin Sun via lists.yoctoproject.org
kernel has removed config INPHI_PHY, and replaced with PHY_INPHI_IN112525_RETIMER, dropped from here to fix warning: [INFO]: the following symbols were not found in the active configuration: - CONFIG_INPHI_PHY Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 1 - 1 file

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] drivers: media: vxe-vxd: Initialize the variable __value

2023-09-18 Thread Xulin Sun via lists.yoctoproject.org
To avoid below building issue: drivers/media/platform/img/vxe-vxd/decoder/reg_io2.h:42:22: error: '__value' is used uninitialized [-Werror=uninitialized] |42 | type __value = value; \ | | ^~~

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: add Inphi IN112525 Retimer and Lynx 28G PHYs support

2023-08-23 Thread Xulin Sun via lists.yoctoproject.org
Enable these two configs to add support for Inphi IN112525 S03 Retimer PHY and the Lynx SerDes 28G PHY as found on NXP's Layerscape platforms such as LX2160A. Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] nxp-lx2xxx: add scc and cfg files for nxp-lx2xxx platform

2023-07-26 Thread Xulin Sun via lists.yoctoproject.org
Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx-preempt-rt.scc | 8 + bsp/nxp-lx2xxx/nxp-lx2xxx-standard.scc | 8 + bsp/nxp-lx2xxx/nxp-lx2xxx.cfg| 185 +++ bsp/nxp-lx2xxx/nxp-lx2xxx.scc| 8 + 4 files changed, 209 insertions(+) create

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 2/2] mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D mode

2023-06-13 Thread Xulin Sun via lists.yoctoproject.org
From: Pratyush Yadav commit a9f1c2f3eaa70c64348a3ac5ec9892bcdbaa5ae4 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git On Octal DTR capable flashes like Micron Xcella the writes cannot start or end at an odd address in Octal DTR mode. Extra 0xff bytes need to be appended or prepended to

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 1/2] mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D mode

2023-06-13 Thread Xulin Sun via lists.yoctoproject.org
From: Pratyush Yadav commit c515105b5c117888b6859534a7c694489f6bcf6d from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git On Octal DTR capable flashes like Micron Xcella reads cannot start or end at an odd address in Octal DTR mode. Extra bytes need to be read at the start or end to make

[linux-yocto][linux-yocto v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx] ti-j7xxx adds preempt-rt kernel patches to align TI SDK v6.1 kernel

2023-05-31 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, Could you please help to create a new kernel branch "v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx" based on "v6.1/standard/preempt-rt/base" for upgrading BSP to kernel v6.1? And merge below patches to the new branch "v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx". The following

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx] ti-j7xxx kernel part to align TI SDK v6.1 kernel tag 09.00.00.001

2023-05-31 Thread Xulin Sun via lists.yoctoproject.org
Hi Bruce, Could you please help to create a new kernel branch "v6.1/standard/ti-sdk-6.1/ti-j7xxx" based on "v6.1/standard/base" for upgrading BSP to kernel v6.1? And merge below patches to the new branch "v6.1/standard/ti-sdk-6.1/ti-j7xxx". The following changes since commit

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-5.10/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-5.10/ti-j7xxx][PATCH] net: ethernet: ti: am65-cpsw: drop unused variable 'dev'

2023-05-30 Thread Xulin Sun via lists.yoctoproject.org
Drop unused variable 'dev', to fix below warning: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1767:24: warning: unused variable 'dev' [-Wunused-variable] 1767 | struct device *dev = common->dev; Signed-off-by: Xulin Sun --- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 1 - 1 file changed, 1

Re: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-5.10/ti-j7xxx] ti-j7xxx kernel part for upgrading BSP to kernel v6.1

2023-05-17 Thread Xulin Sun via lists.yoctoproject.org
On 2023/5/17 12:28, Kevin Hao via lists.yoctoproject.org wrote: On Wed, May 17, 2023 at 08:55:19AM +0800, Xulin Sun via lists.yoctoproject.org wrote: Xulin Sun (11):   media: platform: vxe-vxd: align with ti-linux-5.10.y branch Aren't all the patches based on the ti-linux-5.10.y now

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-j7xxx: add kernel-cache configuration files for v6.1 kernel

2023-05-16 Thread Xulin Sun via lists.yoctoproject.org
This adds the cfg & scc files to support TI J784S4 & TI J721E soc. Signed-off-by: Xulin Sun --- bsp/ti-j7xxx/ti-j72xx-preempt-rt.scc | 10 + bsp/ti-j7xxx/ti-j72xx-standard.scc | 8 + bsp/ti-j7xxx/ti-j78xx-preempt-rt.scc | 10 + bsp/ti-j7xxx/ti-j78xx-standard.scc | 8 +