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 AA36EEB64DA for ; Wed, 19 Jul 2023 14:46:30 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EF4E58623A; Wed, 19 Jul 2023 16:46:28 +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="ZTRGYV60"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 469CB866FC; Wed, 19 Jul 2023 16:46:28 +0200 (CEST) Received: from mail-oo1-xc2a.google.com (mail-oo1-xc2a.google.com [IPv6:2607:f8b0:4864:20::c2a]) (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 9A8FC84783 for ; Wed, 19 Jul 2023 16:46:25 +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-oo1-xc2a.google.com with SMTP id 006d021491bc7-565f3881cbeso4701915eaf.2 for ; Wed, 19 Jul 2023 07:46:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1689777984; x=1692369984; 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=zbN+6nGEsRBYjQW9XgqTUJyeSQf3JAarjg8bWJ7WVbA=; b=ZTRGYV60Ydixf8kYIkY1HXtvGsAcdxy7h1KHxIQiqBHtJQtSzWfvZmDVLkkyuiDSWo RdEHrVacUK/YFHNy+ZEA9USIatQrYtjneqiRbXyNPOY99eJWw2oNwTrvyWy50/3AXu1k irEzAAeAVjSi+y3QjhqT0vhx1V3/buezpUHto= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689777984; x=1692369984; 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=zbN+6nGEsRBYjQW9XgqTUJyeSQf3JAarjg8bWJ7WVbA=; b=f1j3QswQFwxsp2UHYUJ4ACPx95LAWUcaNPCiTxDqwJi8waQ9nH7rcMYaXxVE2UBFPg ujwWEpJXYGGcnSpHiLycZ+BpTouuyW0JxBS7keRmZjjK+jRjn77CaAl9tlwX5R4P0GVK SuS1y3o0KiwDNjACTK6HZhCiJIvUdcD5iOqaIfsXVugVx0laurRNa8GIfvY8K3svNaG1 2mkaMKsofz+iqKdb4d6Kz040AEzwcPyIqo5qJtj7nUz9Ix0ULcMOHQWpAJS285uFz/yr +EENzA6txtRzUf6mudyHCiadEn073vmkgrHUZ2boJOlHAT9tnE4oZ7kMUaB86pfhZLZB HSBA== X-Gm-Message-State: ABy/qLYL6+bL0xlHi5XYu8kFNA/NkAddCi1mOh8DlSFciBqEEdzNnkIW 4YrBVQwyYNKqs+zwcOCFsyOBag== X-Google-Smtp-Source: APBJJlEmmlutxkOu+zf5XzaZM6lXNq50pCmIadMg3TxmdapJFbytsvhGNua7sGMftOXApp7TO+Lg6A== X-Received: by 2002:a05:6358:989a:b0:134:c1e1:3b08 with SMTP id q26-20020a056358989a00b00134c1e13b08mr17024923rwa.25.1689777984197; Wed, 19 Jul 2023 07:46:24 -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 u4-20020a814704000000b005777a2c356asm1037563ywa.65.2023.07.19.07.46.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Jul 2023 07:46:23 -0700 (PDT) Date: Wed, 19 Jul 2023 10:46:22 -0400 From: Tom Rini To: Jaehoon Chung Cc: U-Boot Mailing List , Hai Pham , Marek Vasut , alentine Barshak , Peng Fan , Jae hoon Chung Subject: Re: [GIT PULL] Please pull u-boot-mmc master Message-ID: <20230719144622.GY1670569@bill-the-cat> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Zp8aNZ3J/HGXSFmJ" Content-Disposition: inline In-Reply-To: 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 --Zp8aNZ3J/HGXSFmJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 18, 2023 at 04:49:26PM +0900, Jaehoon Chung wrote: > Dear Tom, >=20 > Please pull u-boot-mmc master into u-boot master branch. > If there is any problem, let me know, plz.=20 >=20 > Best Regards, > Jaehoon Chung >=20 > CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/16946 >=20 > The following changes since commit 13aa090b87a0fbdfe690011669b9fdb96bb1cc= c7: >=20 > Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2023-07-17 1= 0:38:28 -0400) >=20 > are available in the Git repository at: >=20 > git@source.denx.de:u-boot/custodians/u-boot-mmc.git master >=20 > for you to fetch changes up to 50dee4f3610331cc31f1f02f9d4116b716907011: >=20 > mmc: Set clock when reverting to safe bus mode (2023-07-18 09:17:29 +09= 00) >=20 Applied to u-boot/master, thanks! --=20 Tom --Zp8aNZ3J/HGXSFmJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmS39zQACgkQFHw5/5Y0 tyzYSwwAoQC7b+txOUjzKBUNI08PWBsmB2lO5lQwEfuBAqv9mJrop9c6k7UPoTmA dFVzsF2znbMEFlL+G8MW9eFqc1Di/928uBnFic3mcHKp1s0gYPSEp4C99A7sG87P ph2SKCirnVoZEGZq6XwvD8Wg93jPFOSHuLNcMcSGVyuKLUMMiP6P4pUHOR+xeuMw k5nfwNl/4/Gm+MWmSlBzUBfrgwd23SS65bWPyglFBT6dB+hAjXfP7hmIyPsDSObw 5GWPSsElZU33GAI5gU7WLtlYn6qCpzzBDPg3BWInwLAztLGUvfCv9Vc2Y1bmiBaJ lwOsl9J8+E1TIjvrXP5gKJCBFtXSr44oT64R/CPMwohSsjkzkYIOjXJG77cvZZOi SE3hETD7XtwmmCnK1PPBGuQNZi1aOpgspvOBBHqNnzPSwJdxQ0EH7WIMGrW0TLTQ jyrPy3BdNJ7WDtmy3FGtIb1SojGsfUVHInAkT8tcNVAzEeOPh7QV4WhOiDXyYTyF O1yplFXu =NaA1 -----END PGP SIGNATURE----- --Zp8aNZ3J/HGXSFmJ--