| Message ID | 20260122193522.302216-1-a-christidis@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master] ti-gc320-driver: Port module for kernel 6.18 | expand |
meta-ti / na / 20260122193522.302216-1-a-christidis
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] ti-gc320-driver: Port module for kernel 6.18
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Thu, 22 Jan 2026 13:35:22 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 16c8d42781f9f3caa9287ae067d357863bb0d352
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: Add falcon support natively
- Commit SHA: 2c4d2311be9cb2e74876b60781ecd41932b58374
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
On Thu, Jan 22, 2026 at 01:35:22PM -0600, Antonios Christidis via lists.yoctoproject.org wrote: > From: Antonios Christidis <a-christidis@ti.com> > > Port the kernel module for gc320 driver to build on linux kernel 6.18. Does it work with other older kernel versions? E.g. 6.12 is still the default even in master. > The overall version of the driver remains the same. > > Signed-off-by: Antonios Christidis <a-christidis@ti.com> > --- > .../recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb > index 3acdd130..336f4ce4 100644 > --- a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb > +++ b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb > @@ -8,9 +8,9 @@ inherit module features_check > REQUIRED_MACHINE_FEATURES = "gc320" > > # Need to branch out with ${PV} var > -BRANCH = "ti-${PV}-k6.12" > +BRANCH = "ti-${PV}-k6.18" > > -SRCREV = "83afddf9dbf6a8458267b4dae21ee35bfb11f3d1" > +SRCREV = "a7e9a51e89c97fbea974c7d674aa0a95d7c96403" > > SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}" > > -- > 2.34.1
On 1/22/2026 11:15 PM, Denys Dmytriyenko wrote: > On Thu, Jan 22, 2026 at 01:35:22PM -0600, Antonios Christidis via lists.yoctoproject.org wrote: >> From: Antonios Christidis <a-christidis@ti.com> >> >> Port the kernel module for gc320 driver to build on linux kernel 6.18. > > Does it work with other older kernel versions? E.g. 6.12 is still the default > even in master. It looks like it should. I just glanced at the code changes and most of them are backwards compatible. The only one that is questionable is the KBuild patch. I'll do a test build and see. > >> The overall version of the driver remains the same. >> >> Signed-off-by: Antonios Christidis <a-christidis@ti.com> >> --- >> .../recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb >> index 3acdd130..336f4ce4 100644 >> --- a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb >> +++ b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb >> @@ -8,9 +8,9 @@ inherit module features_check >> REQUIRED_MACHINE_FEATURES = "gc320" >> >> # Need to branch out with ${PV} var >> -BRANCH = "ti-${PV}-k6.12" >> +BRANCH = "ti-${PV}-k6.18" >> >> -SRCREV = "83afddf9dbf6a8458267b4dae21ee35bfb11f3d1" >> +SRCREV = "a7e9a51e89c97fbea974c7d674aa0a95d7c96403" >> >> SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}" >> >> -- >> 2.34.1
On 1/23/2026 9:52 AM, Ryan Eatmon via lists.yoctoproject.org wrote: > > > On 1/22/2026 11:15 PM, Denys Dmytriyenko wrote: >> On Thu, Jan 22, 2026 at 01:35:22PM -0600, Antonios Christidis via >> lists.yoctoproject.org wrote: >>> From: Antonios Christidis <a-christidis@ti.com> >>> >>> Port the kernel module for gc320 driver to build on linux kernel 6.18. >> >> Does it work with other older kernel versions? E.g. 6.12 is still the >> default >> even in master. > > It looks like it should. I just glanced at the code changes and most of > them are backwards compatible. The only one that is questionable is the > KBuild patch. I'll do a test build and see. > It builds fine. So it should be backwards compatible. >> >>> The overall version of the driver remains the same. >>> >>> Signed-off-by: Antonios Christidis <a-christidis@ti.com> >>> --- >>> .../recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git >>> a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb >>> b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb >>> index 3acdd130..336f4ce4 100644 >>> --- a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb >>> +++ b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb >>> @@ -8,9 +8,9 @@ inherit module features_check >>> REQUIRED_MACHINE_FEATURES = "gc320" >>> # Need to branch out with ${PV} var >>> -BRANCH = "ti-${PV}-k6.12" >>> +BRANCH = "ti-${PV}-k6.18" >>> -SRCREV = "83afddf9dbf6a8458267b4dae21ee35bfb11f3d1" >>> +SRCREV = "a7e9a51e89c97fbea974c7d674aa0a95d7c96403" >>> SRC_URI = >>> "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}" >>> -- >>> 2.34.1 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#19441): https://lists.yoctoproject.org/g/meta-ti/message/19441 > Mute This Topic: https://lists.yoctoproject.org/mt/117406593/6551054 > Group Owner: meta-ti+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb index 3acdd130..336f4ce4 100644 --- a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb +++ b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb @@ -8,9 +8,9 @@ inherit module features_check REQUIRED_MACHINE_FEATURES = "gc320" # Need to branch out with ${PV} var -BRANCH = "ti-${PV}-k6.12" +BRANCH = "ti-${PV}-k6.18" -SRCREV = "83afddf9dbf6a8458267b4dae21ee35bfb11f3d1" +SRCREV = "a7e9a51e89c97fbea974c7d674aa0a95d7c96403" SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}"