From mboxrd@z Thu Jan 1 00:00:00 1970 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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 081E4EB64DA for ; Thu, 20 Jul 2023 06:05:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 58296867B2; Thu, 20 Jul 2023 08:05:21 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="YVGTbcip"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D66FF867B2; Thu, 20 Jul 2023 08:05:19 +0200 (CEST) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6D2C6867B6 for ; Thu, 20 Jul 2023 08:05:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=n-jain1@ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36K65DYS081792; Thu, 20 Jul 2023 01:05:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1689833113; bh=GUI1LG3JXJbK85ZubD0Pe159Z1e3wUZ4isI51laRq/Q=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=YVGTbcip+7vHtpCGD9ZXwdyeWGRf1bYj47jk2HsYZ2NrzwfUa2/8uy1aLx/IW/TKq MwKs3Oqs3Yff05gG9pSm82Cbgbc8fCZYKgW4l5wIuBQhvHsxomN+EadztltDuOAfhI ScjTJsJ2Nd2cyo8rHZVgAzsVm9cAcW+esDHwhQB8= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36K65Det111096 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Jul 2023 01:05:13 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Jul 2023 01:05:13 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE102.ent.ti.com (157.170.170.32) 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; Thu, 20 Jul 2023 01:05:13 -0500 Received: from [172.24.227.117] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36K65Abe092621; Thu, 20 Jul 2023 01:05:11 -0500 Message-ID: Date: Thu, 20 Jul 2023 11:35:10 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH V2 0/2] Fix warnings occurred during compilation To: Tom Rini CC: , , , , References: <20230621105953.49533-1-n-jain1@ti.com> <0187a9b7-6fbc-8bc3-e53c-01f0ad042a00@ti.com> <20230719115819.GS1670569@bill-the-cat> <20230719131802.GU1670569@bill-the-cat> Content-Language: en-US From: Nikhil M Jain In-Reply-To: <20230719131802.GU1670569@bill-the-cat> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Tom, On 19/07/23 18:48, Tom Rini wrote: > On Wed, Jul 19, 2023 at 06:44:18PM +0530, Nikhil M Jain wrote: >> Hi Tom, >> >> On 19/07/23 17:28, Tom Rini wrote: >>> On Wed, Jul 19, 2023 at 04:44:36PM +0530, Nikhil M Jain wrote: >>>> Hi Tom, >>>> >>>> Seems like this series fell through the cracks, so a gentle reminder on >>>> this. >>>> >>>> On 21/06/23 16:29, Nikhil M Jain wrote: >>>>> This patch series aims at fixing warnings which occur during >>>>> compilation, by including required header files and using appropriate >>>>> types for variables which are typecasted. >>>>> >>>>> Changes in V2: >>>>> - Type cast bmp_load_addr to uintptr_t at places necessary rather than >>>>> changing argument type. >>>>> >>>>> Nikhil M Jain (2): >>>>> board: ti: am62x: evm: Include necessary header files >>>>> common: splash_source: Fix type casting errors. >>>>> >>>>> board/ti/am62x/evm.c | 1 + >>>>> common/splash_source.c | 6 +++--- >>>>> 2 files changed, 4 insertions(+), 3 deletions(-) >>> >>> This depends on the other series that you just reposted I believe you >>> had said before. >>> >> >> This series is independent and doesn't depend on the series I have >> reposted yesterday. > > What is it against then? It didn't apply before, I could have sworn I > reported. > I have checked, these patches can be applied on tip of next independently. Below are the logs. [1] https://gist.github.com/NikMJain/336831817fc79d6bf3d512d6d2663d59 Thanks, Nikhil