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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B1B3C433EF for ; Tue, 9 Nov 2021 20:10:00 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 75D4B61107 for ; Tue, 9 Nov 2021 20:09:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 75D4B61107 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DF04183954; Tue, 9 Nov 2021 21:09:56 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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="YKczVoRE"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4D44083954; Tue, 9 Nov 2021 21:09:54 +0100 (CET) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (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 4FD2783667 for ; Tue, 9 Nov 2021 21:09:50 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82b.google.com with SMTP id o17so35008qtk.1 for ; Tue, 09 Nov 2021 12:09:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=REWnJIqlh8na8mf/2LYbBvg8XVUvZpgd48f8nORoeqQ=; b=YKczVoREtkkl6F9wrkgdmDjhWjohVdLRL+7r9SWapIZb/QWcBrajD/K7pRf1xvAOp0 S2I2LdNxF9ReCNnW9AveEOfDrbdocIjk8NMoibECj3um+JqV9ZnyeI9gzoywxwAs8KfN ycu4LlJG6XhdEH7V/nEYLMBZ73U58vWE7n6s0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=REWnJIqlh8na8mf/2LYbBvg8XVUvZpgd48f8nORoeqQ=; b=EbMyjz20s1dQELHdgbbti6dhZPsux5ZnLPXlcH5DRMN8hWg7aaG1XCUoIhu+Pv8Z7u AONnCAkjHFw9ZG92RqqHy7WhBzlrFsxCbexH9qeuonm/SgRl2UuNdfIsjXttwc5+Knz4 ze8tqerA4S13yYGJnr1mvyUKMmTXn9mqNLcL3FW8ED913VVlI72X5d7niSOBcdD1sDZ3 88LVN/dOVyDL6GrMyBkS6N6en4ZhDDC6/7d+nQiCtQRsnQ8XaCB3XVJ+zEgjq4Gdh8hz Te4ahC2wvdzBlGBl5QXhzgTCgMMp3VQfmEPWkGtGm5GG/FrHn1a/CAFXSXbYtvZdOHEP Exvw== X-Gm-Message-State: AOAM532KaEAO310DvlVkITi2Yh8ts+NT6IIAPhZJdbvHTA/2NAlWOzlu +jHt8OXm2INUkrE0EnSa/7Bqww== X-Google-Smtp-Source: ABdhPJwJCRzvQg7gkYed8n2vQh8t2DhVISh/zeckqrJSdf4YWWgcQpuFoPD4DuieMYRKbL99ALMoGQ== X-Received: by 2002:ac8:6112:: with SMTP id a18mr11577816qtm.401.1636488589064; Tue, 09 Nov 2021 12:09:49 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-74ad-b320-81ce-4688.res6.spectrum.com. [2603:6081:7b01:cbda:74ad:b320:81ce:4688]) by smtp.gmail.com with ESMTPSA id o5sm12548294qtg.24.2021.11.09.12.09.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Nov 2021 12:09:48 -0800 (PST) Date: Tue, 9 Nov 2021 15:09:46 -0500 From: Tom Rini To: Minkyu Kang Cc: Minkyu Kang , "u-boot@lists.denx.de" Subject: Re: Pull request: u-boot-samsung master Message-ID: <20211109200946.GC24579@bill-the-cat> References: <4404bcec-3c31-b4fb-763f-9f609d0f1edd@samsung.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5D5aoW68kaHQRK0K" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --5D5aoW68kaHQRK0K Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 09, 2021 at 07:02:34PM +0900, Minkyu Kang wrote: > 2021=EB=85=84 11=EC=9B=94 9=EC=9D=BC (=ED=99=94) 18:59, Minkyu Kang =EB=8B=98=EC=9D=B4 =EC=9E=91=EC=84=B1: >=20 > > Dear Tom, > > > > The following changes since commit > > f8ed9059001d803b0eae4b49178789aa0e29edec: > > > > Merge tag 'efi-2022-01-rc2' of > > https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-07 23:00:29 > > -0500) > > > > are available in the git repository at: > > > > > > git@source.denx.de:u-boot/custodians/u-boot-samsung.git master > > > > for you to fetch changes up to a80f582688fb3c961f521a978d428092f5bab483: > > > > exynos: mmu: use CONFIG_IS_ENABLED (2021-11-09 14:07:46 +0900) > > > > ---------------------------------------------------------------- > > Minkyu Kang (2): > > exynos78x0: pinctrl: set const to structs > > exynos: mmu: use CONFIG_IS_ENABLED > > > > Simon Glass (1): > > exynos: pwm: Deal with a PWM at 100% > > > > arch/arm/mach-exynos/mmu-arm64.c | 11 ++++++----- > > drivers/pinctrl/exynos/pinctrl-exynos78x0.c | 14 +++++++------- > > drivers/pwm/exynos_pwm.c | 4 ++++ > > 3 files changed, 17 insertions(+), 12 deletions(-) After a quick migration of CONFIG_EXYNOS7420, applied to u-boot/master, tha= nks! --=20 Tom --5D5aoW68kaHQRK0K Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGK1YMACgkQFHw5/5Y0 tyz7KQv/XJSNehiGTxC/0xDunQZoVwgxmbazpvqTIe2MVaXv+eJlp5ObWmtzY/aq hUcQS5SsLTRzN1aDobw1SRjn38+ZymeJ7hU20L8gkeQMo+Or9wD1hHq8WksgQx+I PaxgFRrDTxL19gqlsHEyezbG61O2nnn2Q9V4FhWxaJgvsEBQ/pks6E2tdNMxqOcL A+Hq1J1ezJBIdJt7DM+Rq3HZV9zZi/G30M6xxLEA51C0M7IOKTRoa0FKaRz64Api ktnddf7PS3OLNHzlPBv9A3lrvmRURzJ7UNYJQcKmeM92lqly75RhqjdWKlZ8kfZ+ NBz8nxUSLVdz88n55I3YM8lZoHUdcKCwIAPeBT8e6blRf2O9WBJcrDtvIcooizDm BWRpUxClE22uSMIOrPHUqS+OKvGc+rJbkNFdUa/WSbBj9RSaQ/8X9e3V0GXJeDY4 3q5H9dr72qOXLNE/752JttrrexcpgVMUTrQExAezEKC8XbJJGkb+3bD/Wk7M+fJw LcwTcQ9c =YdXQ -----END PGP SIGNATURE----- --5D5aoW68kaHQRK0K--