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 C94ABEB64DA for ; Wed, 19 Jul 2023 11:58:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CE45286768; Wed, 19 Jul 2023 13:58:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.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=konsulko.com header.i=@konsulko.com header.b="H1klLaKW"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CD8DC8670C; Wed, 19 Jul 2023 13:58:25 +0200 (CEST) Received: from mail-yw1-x112d.google.com (mail-yw1-x112d.google.com [IPv6:2607:f8b0:4864:20::112d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 93F9086772 for ; Wed, 19 Jul 2023 13:58:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x112d.google.com with SMTP id 00721157ae682-579dfae6855so71007507b3.1 for ; Wed, 19 Jul 2023 04:58:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1689767902; x=1692359902; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=pc02KsSQEf5y1yU4JieHDTSlHHQjTPMBGryzGAU1MAw=; b=H1klLaKWK00hCCyfSfP4D5UR+XSy58Y9d0RLhgkUJ35IdDMUo37gIV/cnB1BXbfNYi y7EFG7kzNVNV8XCKjrwzQ0Mai3KMB7NrUeHjsdXuNteC3QvdhOdqkhAvvpIgukXcrFZo qNPmLNrmCRP3pAMOsxTo5ntcbgF0S1yzsC3Jw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689767902; x=1692359902; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=pc02KsSQEf5y1yU4JieHDTSlHHQjTPMBGryzGAU1MAw=; b=IphD0nyvZIyr6UPpRD3DjAWUhvCxQfEHr1mg4Ko6+Gr/yeyBYhEmtzUouIbqJC/w2l zDx8FCj4ZJxJ9YN6MrkzRO53pwawooMj6joFy9SYzmGMafiU3qCj4BBgB5ZQi3t9Y5YD 04N0+PsYX8+g8H1eGNjA8CEKbI708G3a6TedkYINWeriVJ/E3rBhX044P9opAUok2F8i oQROF9+SdWu7LRWXuQgmDHYlRq7n6Wg2a4bQfqV7FIhDbwUbZYcSzj0N1IsT7KLkbFtE zqHsobnWSgpPV6iSomeMS/BYaKG+fnzxuYbMzh4xbItE+EJJv1u866+2YgDurrrTP6Co MnBw== X-Gm-Message-State: ABy/qLY0oGyMGQM2sfLACoAYU2M0IZq7ups0eHn/iZ9qS/vnBajHPenY m3M6WrGo1wJ3LEg9REldxkcb3HiGJkfn9J1ZqO6GHw== X-Google-Smtp-Source: APBJJlFZBF+FuK1qi3XdBnqC6mvOHkcRMIEt7PbXegaFVwkxPjYr0A5JdeMKV5AuiG1j6GGk1ajGJg== X-Received: by 2002:a0d:cbd6:0:b0:57a:6675:3051 with SMTP id n205-20020a0dcbd6000000b0057a66753051mr2392446ywd.46.1689767902352; Wed, 19 Jul 2023 04:58:22 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-db2e-065f-d044-b9a4.res6.spectrum.com. [2603:6081:7b00:6400:db2e:65f:d044:b9a4]) by smtp.gmail.com with ESMTPSA id x187-20020a817cc4000000b005707d7686ddsm967142ywc.76.2023.07.19.04.58.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Jul 2023 04:58:21 -0700 (PDT) Date: Wed, 19 Jul 2023 07:58:19 -0400 From: Tom Rini To: Nikhil M Jain Cc: u-boot@lists.denx.de, devarsht@ti.com, vigneshr@ti.com, nsekhar@ti.com, sjg@chromium.org Subject: Re: [PATCH V2 0/2] Fix warnings occurred during compilation Message-ID: <20230719115819.GS1670569@bill-the-cat> References: <20230621105953.49533-1-n-jain1@ti.com> <0187a9b7-6fbc-8bc3-e53c-01f0ad042a00@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xlU6F5QUtw/2nCiy" Content-Disposition: inline In-Reply-To: <0187a9b7-6fbc-8bc3-e53c-01f0ad042a00@ti.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --xlU6F5QUtw/2nCiy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 19, 2023 at 04:44:36PM +0530, Nikhil M Jain wrote: > Hi Tom, >=20 > Seems like this series fell through the cracks, so a gentle reminder on > this. >=20 > 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. > >=20 > > Changes in V2: > > - Type cast bmp_load_addr to uintptr_t at places necessary rather than > > changing argument type. > >=20 > > Nikhil M Jain (2): > > board: ti: am62x: evm: Include necessary header files > > common: splash_source: Fix type casting errors. > >=20 > > 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. --=20 Tom --xlU6F5QUtw/2nCiy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmS3z9gACgkQFHw5/5Y0 tyxnfAv+PXcitBdztDb7mvHZxugf5WFXUKovfnGnb9TCn8n19vLfCBNjUlotZRF0 0NwOi+sRgYAOGSKXiorRyAaAh04C2RZQ4mKudSK54dqYvXKY0wViofWfVetSgxUm rhpFjgfewl81eETvAmectDvwezeS1i0lFH046/+j2N+Vam23itFJJg6gcMgdG2VM xM7fiMrjNlf0PWU6jdQjqdLZuILaJCv0G+lzVvcPo7bWV23JLNZp6dSccT24jle8 fKoHtyBcdxa9fau+NOKHtbJc+inwNu6WY6zYmivfS6qHNkXhpc4LH+sxsbmrVKEF Fn1tuDcShv54ynLO39rytM/3L4FWSdLmJKd2dhlBpdhWrVLi98/VWanqCdUyaBPK EGO8JKulj2acjpGxFObiXQSz4qpUQ+4XEUIK8CR/RTWoPvKCsEgOKAvpSilf69L/ xfHbOu+2lytYZJQf7hIroSZrzKhN4w/qqCv7D05PI8aZ7TUF7jmcGsX3OVrxMhoI 0JLzK1xw =0GTp -----END PGP SIGNATURE----- --xlU6F5QUtw/2nCiy--