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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48A53C43334 for ; Mon, 27 Jun 2022 09:16:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233290AbiF0JQY (ORCPT ); Mon, 27 Jun 2022 05:16:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233509AbiF0JQJ (ORCPT ); Mon, 27 Jun 2022 05:16:09 -0400 Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30DDD389D for ; Mon, 27 Jun 2022 02:16:05 -0700 (PDT) Received: by mail-ej1-x636.google.com with SMTP id mf9so17890361ejb.0 for ; Mon, 27 Jun 2022 02:16:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=K34hpsdoOs2C6XrJvtKH3w760bg8Auw+6PiZE0x6VBc=; b=MAElcMcBy7W3L/1NKFfqUIL4Wywz4AR35JwPl0uMCOb6A+oI4DcJFaKERYdBLvPWPk fA9e/6uebjkiX25xG64pxQtRrIylNg3diHR2LtEbpHGfwcwvs6ZmXQoTXX6SRQzEmwTX rj0wtE9mlT7P4OfJwUDThH+RJ4MCFQ0Yk0hb/41e+GwRM/2wU4N70nwLQLkdofIw0Yfa Uz0TT4LNLgIw0Yiq3TMj05cRTBVrl3iSNIjm3rLeve0M64xWmvU4WnPnLN8CvasToBIR ++S+LDxS5A8ebjiN7e3+nYOZk7ydfmODN7Qu3H5/9V5uJIW/6DFhwktvXV7Plum6s+Ze nApg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=K34hpsdoOs2C6XrJvtKH3w760bg8Auw+6PiZE0x6VBc=; b=XPkD0+jWPEvrlbg0h/20QKh6e50QW2mXGw2FXt8TOUB6mvWXC4lIGiGSgcSLADXfzy /hguZdvgJeHgEdsCHVikO1M4eob5bDbizGJxl0OtImqB8L2/motTz6jQp15DpNetwOrO g7hhWJgZy5fKWd+fuhb/494e8MX6fIVzk6JrZwUqMdPVJJl36mh8wWBswWUicrvUwz+m EiOF1LEyn+JuPvoj+GJzziZF165s1fEEy4wJJOlgoXaq7iaRq95eoXfuFTzjUFOpWM8/ +itco4ktDUZwio9GM2GoDQ+4F8UWQPjLjqUWAtreOxYh85Zt/tsTPVQl+nSigzqNu6Ez lM+w== X-Gm-Message-State: AJIora/FOAFYkh7FNPv8HECcpsZ5pUzz1VF4zvmvXvy3XJ+8t1HRx3+p nTYsXckrtAvVvPF51iTsQEzdYg== X-Google-Smtp-Source: AGRyM1u1vjhgnzc4Js62EwbqrVQ6LGAtw275UTldHmzMyP6y4Bv0YMffKknJ9apG5elKuoIakqp30Q== X-Received: by 2002:a17:906:53ca:b0:6fe:ae32:e01e with SMTP id p10-20020a17090653ca00b006feae32e01emr11405770ejo.455.1656321364523; Mon, 27 Jun 2022 02:16:04 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id gy10-20020a170906f24a00b006f3ef214e2csm4805395ejb.146.2022.06.27.02.16.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jun 2022 02:16:03 -0700 (PDT) From: Krzysztof Kozlowski To: alim.akhtar@samsung.com, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, ulf.hansson@linaro.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, krzysztof.kozlowski@linaro.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, jh80.chung@samsung.com, robh+dt@kernel.org Subject: Re: (subset) [PATCH 1/5] ARM: dts: exynos: align SDHCI node name with dtschema Date: Mon, 27 Jun 2022 11:15:40 +0200 Message-Id: <165632135506.81841.3968515588802309460.b4-ty@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220626120342.38851-2-krzysztof.kozlowski@linaro.org> References: <20220626120342.38851-1-krzysztof.kozlowski@linaro.org> <20220626120342.38851-2-krzysztof.kozlowski@linaro.org> 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 Sun, 26 Jun 2022 14:03:38 +0200, Krzysztof Kozlowski wrote: > The node names should be generic and DT schema expects "mmc". > > Applied, thanks! [1/5] ARM: dts: exynos: align SDHCI node name with dtschema https://git.kernel.org/krzk/linux/c/c805b77caba9e49d43321112f272508d2b1acd25 Best regards, -- Krzysztof Kozlowski 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 00E02C433EF for ; Mon, 27 Jun 2022 09:18:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IQQ3CjtwkwAjzJjnPXJX0/kKvLnJKnzMyOaB4jJhdRA=; b=o78vXTVmHUp2sH +WVHxk/SvGFOde1D0DnwnXuYkYOCpnHhCnsADV+Jtff/DdJAnmKTogqa/zMeUBYe0TaoJtdkWvQ+H 9oDNa8DLNL7zzi8yXLC5W8VdGIF1QsNGq1LaoV8e6g6h6YJqoepvqatlTOwKUoISiP5A66YcJkdrb R4pWIzQ7oIwR2FzCzaEJRd/vm8FQ+CVWf/VsEobnNr++Jo0Et4LIIJRgGQfs+47rZtHpXvqTodveq Nr9RioSnwzeoH6MZlfjY8fArowZXZ46nwQ34ZpNrl0OHHiLHbY3c6giKqI4QnsL/vWLqPgXvMFuep 6gQtCYXNeHI1R79VBxqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5kry-00HDwH-8K; Mon, 27 Jun 2022 09:17:22 +0000 Received: from mail-ej1-x636.google.com ([2a00:1450:4864:20::636]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5kqo-00HDHr-2j for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2022 09:16:13 +0000 Received: by mail-ej1-x636.google.com with SMTP id pk21so17812876ejb.2 for ; Mon, 27 Jun 2022 02:16:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=K34hpsdoOs2C6XrJvtKH3w760bg8Auw+6PiZE0x6VBc=; b=MAElcMcBy7W3L/1NKFfqUIL4Wywz4AR35JwPl0uMCOb6A+oI4DcJFaKERYdBLvPWPk fA9e/6uebjkiX25xG64pxQtRrIylNg3diHR2LtEbpHGfwcwvs6ZmXQoTXX6SRQzEmwTX rj0wtE9mlT7P4OfJwUDThH+RJ4MCFQ0Yk0hb/41e+GwRM/2wU4N70nwLQLkdofIw0Yfa Uz0TT4LNLgIw0Yiq3TMj05cRTBVrl3iSNIjm3rLeve0M64xWmvU4WnPnLN8CvasToBIR ++S+LDxS5A8ebjiN7e3+nYOZk7ydfmODN7Qu3H5/9V5uJIW/6DFhwktvXV7Plum6s+Ze nApg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=K34hpsdoOs2C6XrJvtKH3w760bg8Auw+6PiZE0x6VBc=; b=DFlA3kwaw7ftYdW25cb6NmV23joUTtZcwh/SVyNjNf+k58sWynr2noeHx6MwMatxSr /BurB6NKOiAdOVvTyPtxUcyHLVxnlAdU7b+IV9PyZwWcullnF0mru7KDCFl21cSTjEm1 uZzHsjLNK9egYPPfpC+shIj4PZe0IiDodyGgBFwKrW3YEmCDTP3S+1b8oc6w5zh2qVhF wqPsJvV3F93qod9780q3l4AFfeUsQjZm9xBf8yYJwCoYLKnPijwa3L5GJsAxP7MGuPpE JjEr04ZCFv+qONYmOZCsut8JWnNlmYxuJalww/jQrn8J5UVYV8soPLd3I+BLiIHt32Bu kzwA== X-Gm-Message-State: AJIora8mRUcbdLR+/NxlboTB2G8/OJjjzfdLnFV7W8JtpWyE+B96CVW7 nDb4Vo4MLhNzZx0ku/HvLj7sUw== X-Google-Smtp-Source: AGRyM1u1vjhgnzc4Js62EwbqrVQ6LGAtw275UTldHmzMyP6y4Bv0YMffKknJ9apG5elKuoIakqp30Q== X-Received: by 2002:a17:906:53ca:b0:6fe:ae32:e01e with SMTP id p10-20020a17090653ca00b006feae32e01emr11405770ejo.455.1656321364523; Mon, 27 Jun 2022 02:16:04 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id gy10-20020a170906f24a00b006f3ef214e2csm4805395ejb.146.2022.06.27.02.16.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jun 2022 02:16:03 -0700 (PDT) From: Krzysztof Kozlowski To: alim.akhtar@samsung.com, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, ulf.hansson@linaro.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, krzysztof.kozlowski@linaro.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, jh80.chung@samsung.com, robh+dt@kernel.org Subject: Re: (subset) [PATCH 1/5] ARM: dts: exynos: align SDHCI node name with dtschema Date: Mon, 27 Jun 2022 11:15:40 +0200 Message-Id: <165632135506.81841.3968515588802309460.b4-ty@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220626120342.38851-2-krzysztof.kozlowski@linaro.org> References: <20220626120342.38851-1-krzysztof.kozlowski@linaro.org> <20220626120342.38851-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220627_021610_142236_51276C04 X-CRM114-Status: UNSURE ( 7.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, 26 Jun 2022 14:03:38 +0200, Krzysztof Kozlowski wrote: > The node names should be generic and DT schema expects "mmc". > > Applied, thanks! [1/5] ARM: dts: exynos: align SDHCI node name with dtschema https://git.kernel.org/krzk/linux/c/c805b77caba9e49d43321112f272508d2b1acd25 Best regards, -- Krzysztof Kozlowski _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel