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 2E9F9C61DA4 for ; Fri, 3 Mar 2023 23:47:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2949685E0B; Sat, 4 Mar 2023 00:42:40 +0100 (CET) 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="Nd73mC0C"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6FA5D85D6B; Sat, 4 Mar 2023 00:42:38 +0100 (CET) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (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 776FE85DF6 for ; Sat, 4 Mar 2023 00:42:34 +0100 (CET) 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-qt1-x831.google.com with SMTP id s12so4752787qtq.11 for ; Fri, 03 Mar 2023 15:42:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1677886953; 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=0GhifH37n7EU3bwEYP+zcqmzodJDeMeC0LmKwYFeWG4=; b=Nd73mC0C6VxgJnmmbxag0sxbwDcAQDPFMnSGO97fYXYUgufKEwL1PnuQ00UxSFSXRO WeHnNdxyPa7n/qUMXjJx2MbQz2wZR7dG0Fi1FMfrmP0WazjPNfgxdxngbpI+N2FfEugP opJ98awWSeBFNXxqcQNL0DhOZHkAXGAmjx+IA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677886953; 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=0GhifH37n7EU3bwEYP+zcqmzodJDeMeC0LmKwYFeWG4=; b=SX560jkABR9j/V6fM0eg50HY5AaDNZ6EhhzILlhujm4I4aLD1uurT4KYeHATgz7JjV d1rlawex9knE4kpOehk6nADFTr93gso+2IdVDpFpDCHqEIv/paylK7vI8g5NQS1ThkdU odDbJH/kTYTiacU7jNvFnKmPmRBuLGQyIa+Rb+MMZeQRewwBU8D5ZM744jPFMwKpj+FF yDf53yfw9I9ndvNXGL+b8zQi7SrnF3JYeVYGDOAxUY3cZimNHfnegu+yjr7Md2KohwBb gexd237JIovJ4CWWbue77rIuKEykvy4/EUL3xlUC1WX0mqdEMjGiVhQWGoM6D2DUTyLi 5krQ== X-Gm-Message-State: AO0yUKXvkCDnFO+PjSqY1FCDwKkFT7vhhEDInWUoAfr35iFY3hzlXOn+ s3h826KIxWnhKZ8yXNNz+dcVRVKr1hMBLwLt7z48uA== X-Google-Smtp-Source: AK7set9nKm1Yf6bYS4xGdHgidDKTUR1Reri/2OrH/8TN8DWnO/JuzR6NW6YfwtaR2V4U5MRWwlgpsA== X-Received: by 2002:a05:622a:184:b0:3bf:d6cf:6cac with SMTP id s4-20020a05622a018400b003bfd6cf6cacmr5944395qtw.63.1677886953354; Fri, 03 Mar 2023 15:42:33 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-0000-0000-0000-036b.res6.spectrum.com. [2603:6081:7b00:6400::36b]) by smtp.gmail.com with ESMTPSA id s2-20020ae9de02000000b00706b09b16fasm2717499qkf.11.2023.03.03.15.42.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 15:42:33 -0800 (PST) Date: Fri, 3 Mar 2023 18:42:31 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heiko Schocher Subject: Re: [PATCH v5 25/44] sandbox: Tidy up I2C options Message-ID: <20230303234231.GI968799@bill-the-cat> References: <20230222163425.2043934-1-sjg@chromium.org> <20230222163425.2043934-26-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CKjbSQUxjeNNPNE1" Content-Disposition: inline In-Reply-To: <20230222163425.2043934-26-sjg@chromium.org> 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.6 at phobos.denx.de X-Virus-Status: Clean --CKjbSQUxjeNNPNE1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:34:06AM -0700, Simon Glass wrote: > At present we enable the sandbox I2C driver for all builds. Add a separate > Kconfig option to control this, so that it can be disabled in TPL, where > it is not needed. >=20 > Signed-off-by: Simon Glass > Reviewed-by: Heiko Schocher Applied to u-boot/next, thanks! --=20 Tom --CKjbSQUxjeNNPNE1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQChecACgkQFHw5/5Y0 tyyJZQv+Oc46CyLy9U4rNlMbJvzKzhu+5p6s4+pZeW9kgkCtIFOXINiZUsdLL+5G T0O7LjuFyoDefut8z8UyP0/k9nwvFyDqovrPMfqoIj6zHhHuFn85wWYxQj0pJ4ed c5mX8azE+KfWxdUjvKn5L+gAd5GnFp+NwdgrUXa3J0WK/hLErluujCrhGbVo1AU3 M2vhADAJv9WCW/cJb2G3QutRg+BzPbq/O3TC/5a9VgUF4MM9kY/V+pedIFsDkzGm P4KehEZ88Lqgr54akyNioznqy2PU1aReH0CWavvrCtrXugS41i+G0ZDpwlm04fKc 6L92CCWlQfLrJo1MwX+4agF/OAEe9Gx7gDvrSR456Kp4ijcq1v6+7Bel2bdYi2DD kMZxBLqVfgxQpjRKrLHDAQVVwcKWYAykwS/AZhpnypIunPF8dVUc7Q3DG5N31IjL zdm+WP2HCJDnfF4tJXvsfbxPFv5Wfv3najx3zxfEu9efSGVD/VNDKN7eMUBD22bt Dd1j6Pc8 =Nm6K -----END PGP SIGNATURE----- --CKjbSQUxjeNNPNE1--