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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80AEEC47083 for ; Wed, 2 Jun 2021 13:24:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 62031610E7 for ; Wed, 2 Jun 2021 13:24:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229762AbhFBN0V (ORCPT ); Wed, 2 Jun 2021 09:26:21 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:56248 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229579AbhFBN0U (ORCPT ); Wed, 2 Jun 2021 09:26:20 -0400 Received: from mail-ed1-f71.google.com ([209.85.208.71]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1loQrM-0006SC-8K for linux-kernel@vger.kernel.org; Wed, 02 Jun 2021 13:24:36 +0000 Received: by mail-ed1-f71.google.com with SMTP id s20-20020a0564025214b029038752a2d8f3so1409034edd.2 for ; Wed, 02 Jun 2021 06:24:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ZbqO9leiYLcpHf1/CeWaekIOBlRRyOOvjknnxl/dSpE=; b=dQ7PqsonUA6ePVelSJFiNYEzxEvWJyB7kuXIJ4aOLMx5p39VIljdhOHWWuF3iyxwu4 8qeG3igPctDLQjYQr9dHbYNB/z/PwbEt7xgTxehJixsPGV0VN+stH6558ZJXDCgKhWGN zI3CWRAq2zjMGureozkI3ix6cUYu2tuh46C8BycYya3CDOMq/b3cr/sBcKs+AtCCrRo0 RJ5y1fFMUwNg3Lr0z/uY+gL2+8bcpgTXJwi59YXsnf3TvSYOifi6wNpHIW+8jW1FRvau pZ/bzaxda8LmFWX846RrYGwmY2SykB22BkiUoijhFSjovDAB67WJoV94XTIgW8S4fv4s 5ueA== X-Gm-Message-State: AOAM530gPX6SeHMZoYINCz0e9NHObYfMxEcZunA+WqpQo88MceVugwX7 /tsSbm3Vki4nZLmSOFEyG60eBUXDBg1a4Q5LzNupKUrTQKOgTarmrSHAPZXXCDfSxO2bruF+b6a HEKPf4qN5wOV7OTaHUonn9EcnSXboHOghLSK6Xp9DQQ== X-Received: by 2002:a17:906:c00f:: with SMTP id e15mr36561522ejz.458.1622640275809; Wed, 02 Jun 2021 06:24:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwtzGMwLAUU1O9hso14QGvyxJCgY0jrcJpE7S4rWWpRuQMT/j0VxL2N2oXQPuieX0XXAyNhoQ== X-Received: by 2002:a17:906:c00f:: with SMTP id e15mr36561505ejz.458.1622640275665; Wed, 02 Jun 2021 06:24:35 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-185-9.adslplus.ch. [188.155.185.9]) by smtp.gmail.com with ESMTPSA id bc4sm928548edb.63.2021.06.02.06.24.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 06:24:35 -0700 (PDT) From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org, catalin.marinas@arm.com, Alim Akhtar , linux-arm-kernel@lists.infradead.org Cc: Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, krzk@kernel.org Subject: Re: [PATCH] arm64: defconfig: Enable Exynos UFS driver Date: Wed, 2 Jun 2021 15:24:32 +0200 Message-Id: <162264024536.63589.10570196675573160566.b4-ty@canonical.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210531170057.7730-1-alim.akhtar@samsung.com> References: <20210531170057.7730-1-alim.akhtar@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 31 May 2021 22:30:57 +0530, Alim Akhtar wrote: > Enable the Exynos UFS controller and PHY configs. They need to be > buildin to ensure UFS devices gets detected on exynos7 and its > variant boards. Applied, thanks! [1/1] arm64: defconfig: Enable Exynos UFS driver commit: 5be91fe8d91b3aed5192b763fd6f2d11c7cd354d Best regards, -- Krzysztof Kozlowski