From patchwork Wed Mar 5 16:52:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 1507 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 836DEC282EC for ; Wed, 5 Mar 2025 16:52:55 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web11.18327.1741193569941712314 for ; Wed, 05 Mar 2025 08:52:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=gjBx/Dy8; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: a-christidis@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 525Gqnie4009400 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 5 Mar 2025 10:52:49 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1741193569; bh=0079TVHoknp8RRPyM+FQ0Cu8GRSeUwH9ORuBsx2vSTg=; h=From:To:Subject:Date; b=gjBx/Dy8IjXtmZGaGJdqxnd8nbV4nrRqpruDHiAyJz7Erqjn3MShcZYBjSVJrk34/ Yhe7RYIqE7FAoJ21GvZSp/qskAwa3arIz3X9XiPpEdtHs5eZUBTKW/vRtOH75A1ef5 bcGFR0+TbOupiaMCC0PnhFqnpnzaDWxWlRzf6jUY= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 525GqnV9008103 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 5 Mar 2025 10:52:49 -0600 Received: from DLEE113.ent.ti.com (157.170.170.24) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 5 Mar 2025 10:52:48 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 5 Mar 2025 10:52:49 -0600 Received: from antonios-ThinkStation-P3-Tower.dhcp.ti.com (antonios-thinkstation-p3-tower.dhcp.ti.com [128.247.81.112]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 525GqmoF027729 for ; Wed, 5 Mar 2025 10:52:48 -0600 From: To: Subject: [meta-ti][scarthgap/master][PATCH v3 0/3] Enabling the gc320 driver for am57xx-evm Date: Wed, 5 Mar 2025 10:52:45 -0600 Message-ID: <20250305165248.354807-1-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 05 Mar 2025 16:52:55 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/18353 From: Antonios Christidis The gc320 driver has been ported from kernel 6.1 to work on kernel 6.12. This patch series updates and sets up everything required to start building gc320 again for kernel 6.12. This patch series goes hand in hand with a patch sent to meta-arago adding ti-gc320-libs-dev to packagegroup-arago-tisdk-graphics. Regards, Antonios v3: - Removed commented lines and extra lib directory that was being created in do_install() v2: ti-gc320-libs - No longer include within the ${PN} package /usr/include files and symb link to library file. This is done by not changing the FILES/PACKAGES variables, thus creating a -dev package including the above. Antonios Christidis (3): recipes-graphics : port gc320 driver to work on kernel 6.12 recipes-graphics : port gc320 libs to work on kernel 6.12 conf: machine: am57xx-evm : Enable gc320 machine feature for am57xx meta-ti-bsp/conf/machine/include/ti-bsp.inc | 2 +- .../recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 4 ++-- .../recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-)