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 9A8E5C433F5 for ; Sun, 10 Oct 2021 14:16:34 +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 0575A61076 for ; Sun, 10 Oct 2021 14:16:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0575A61076 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org 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 0E5AF836C4; Sun, 10 Oct 2021 16:16:15 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="PJLGn5RK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id ED3D9836B6; Sun, 10 Oct 2021 16:14:56 +0200 (CEST) Received: from mail-ot1-x32d.google.com (mail-ot1-x32d.google.com [IPv6:2607:f8b0:4864:20::32d]) (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 3DDDA836A9 for ; Sun, 10 Oct 2021 16:14:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ot1-x32d.google.com with SMTP id s18-20020a0568301e1200b0054e77a16651so1427854otr.7 for ; Sun, 10 Oct 2021 07:14:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=z184NUeQtqqHyo+cdzw1eboJu1JRvPgDwldypepOIKs=; b=PJLGn5RK9fOqSH5BrSqJV4s6IJydDX6OikTY8cYTgfrvDH1TOO8U0kERF/J5B1qfRM A+axSO8aotRiiD6+AXQ4i4gidfd4MCNjr8AreMAWxVevrkFwmjsjSjpuA1D4J/3qPO2w xkH/oqhRJqVUkvSnTm+LnpMUw5wBtDm1l2Amc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=z184NUeQtqqHyo+cdzw1eboJu1JRvPgDwldypepOIKs=; b=iXZ51ccIumJQSdg4M+/zNR7I1D3hzxl8Er1s6rk//bV5bbkQPgiks+MxQ63WINR7lI VO3MFo7GIxYvnIZG2A/qmRu72hCA4HnfKsFGHkTCeTGlFNUrUt3kAjGc8fHDTHviyr2Y Q9C0xrlUN/621dyYj4nQ7Ot6hWcpWDJvYJ3clnvcmGzHpT5Ng4Ql8x5/kpmXWP/gJiPU ENhvpxM7OFxngn1Hz4tkCKy/93RhgKy9lfpBguCGnTFm8kX74kie5vQSUjvRkhrZNf3j 89wo0I6VkxATm4zhlw7flPUipQ3v/vs51La68klDxVsYeX97FwhiNnMh0+a+i0NxiXHt +atA== X-Gm-Message-State: AOAM530XiWdJrpYxYhcHhDRcBC2hn/M962ZXy9ZuxEjm3B4OnoUxihPz k4Ji+dpiTtVnV0kPUR5V1QZhMAiA54X01eK+5EDUKw== X-Google-Smtp-Source: ABdhPJyHYbF5qTbWBlkqzUo1+xVm4uvNQCEIUa9M/Bs+JZyMMKTbUT1MRO8VI4AYxpcESn2tk/eDq4M2NpUANae5RQo= X-Received: by 2002:a05:6830:3190:: with SMTP id p16mr17253695ots.11.1633875283660; Sun, 10 Oct 2021 07:14:43 -0700 (PDT) MIME-Version: 1.0 References: <20211001050228.55183-1-takahiro.akashi@linaro.org> <20211001050228.55183-42-takahiro.akashi@linaro.org> In-Reply-To: <20211001050228.55183-42-takahiro.akashi@linaro.org> From: Simon Glass Date: Sun, 10 Oct 2021 08:14:31 -0600 Message-ID: Subject: Re: [RFC 21/22] efi_driver: cleanup after efi_disk-dm integration To: AKASHI Takahiro Cc: Heinrich Schuchardt , Alex Graf , Ilias Apalodimas , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" 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 On Thu, 30 Sept 2021 at 23:05, AKASHI Takahiro wrote: > > efi_driver-specific binding will be no longer needed now that efi_disk- > dm integration takes care of efi_driver case as well. > > Signed-off-by: AKASHI Takahiro > --- > lib/efi_driver/efi_block_device.c | 24 ------------------------ > 1 file changed, 24 deletions(-) > Reviewed-by: Simon Glass