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 17EA7C433F5 for ; Sun, 16 Jan 2022 00:55:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234004AbiAPAzQ (ORCPT ); Sat, 15 Jan 2022 19:55:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234000AbiAPAzP (ORCPT ); Sat, 15 Jan 2022 19:55:15 -0500 Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 96502C06161C for ; Sat, 15 Jan 2022 16:55:15 -0800 (PST) Received: by mail-ot1-x330.google.com with SMTP id z25-20020a0568301db900b005946f536d85so6008295oti.9 for ; Sat, 15 Jan 2022 16:55:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/7DbCdtUYPRvvfrey8dH3J+v5+7pirUqjyG4vhhFOvA=; b=BTC/kf0IbDgPTefLMkQyZwz6sWq48UZhUvC7FPyPsl7ZdQEdMMQxabRIvK3OOzUTIA PXMS+u8/ErvpElfiZbvYQxc76885kNWGvQSTJB+sVVxUj+bJhRMkAybn/1UCnttfEfb2 iHj6Uj2fOPXR7hRuLDSaVZqjkjDOHzXk8vdropXWXv+9fwHpetM86IcAZ348Hv90tdLc srT/UTkB5YqBI+lCVeB/q1mxXazc3UQVRDZ7feo28dUuxU3Xz3N7SvRzum7v1Y0mdbgF U5I8Y9QluAu9OcOk0LvknHTfd2HLhahqJvvikCbdQl031TtSvUmNcbxfgkz76N8FM/TY QR9g== 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=/7DbCdtUYPRvvfrey8dH3J+v5+7pirUqjyG4vhhFOvA=; b=6NCG3U+kCO8xI7g5Na8x5B7IXsNc8DhAES8tOgjzE1JYzTojgtfceSvXzmark5zjAA kyrFUVdu6Z3FpDqvT+gz71xxoLE+9fhWqk5+m90PYKpOI97ZD3hvrurB75JAg2my5hJE NFodSx826h91NivCL9sVFd/96/lNKagcZBGkcENm/5H55dOoLZI8wLCmrnfRrtaSGTHx 0SD/B7S5iAMJvVm5zjCVvUxj1oKSMu2q1tZtm2q1REr8FxTjK7W65fr1kIkNRsBF+HRI i8tqhdmfHl2ZkAd5UiSNnjsM/Ls9AGzVQhlp59/vG/H9Pp+0enuWDdSRrBptbXBUmAhK /rTw== X-Gm-Message-State: AOAM530IoQjxFJZAyfpxEpVc/du7WZaxDwBNNfWMl6AHkxgqrBOu+PC+ V4AHJgdMGo45rCLLxCe/uhX/5tjvkWrLptaIOilGXw== X-Google-Smtp-Source: ABdhPJw0GoT+Pxoo5AYMG9PLC6TejN6Ph2asyDgImhLt8p4ZFNfCFuqwr4O9t/7HOepZTUfhDs/wJ7yG1zlT7bxr9ZU= X-Received: by 2002:a05:6830:4:: with SMTP id c4mr275474otp.237.1642294514823; Sat, 15 Jan 2022 16:55:14 -0800 (PST) MIME-Version: 1.0 References: <20220111201426.326777-1-krzysztof.kozlowski@canonical.com> <20220111201722.327219-18-krzysztof.kozlowski@canonical.com> In-Reply-To: <20220111201722.327219-18-krzysztof.kozlowski@canonical.com> From: Linus Walleij Date: Sun, 16 Jan 2022 01:55:03 +0100 Message-ID: Subject: Re: [PATCH v2 24/28] dt-bindings: pinctrl: samsung: convert to dtschema To: Krzysztof Kozlowski Cc: Tomasz Figa , Sylwester Nawrocki , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Sam Protsenko , Chanho Park , Alim Akhtar , Rob Herring Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Jan 11, 2022 at 9:18 PM Krzysztof Kozlowski wrote: > Convert the Samsung SoC (S3C24xx, S3C64xx, S5Pv210, Exynos) pin > controller bindings to DT schema format. Parts of description and DTS > example was copied from existing sources, so keep the license as > GPL-2.0-only. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Sam Protsenko > Reviewed-by: Rob Herring Reviewed-by: Linus Walleij I expect that you will merge this into ARM SoC with the rest of the DTS fixes? Yours, Linus Walleij 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 B82C4C433EF for ; Sun, 16 Jan 2022 00:56:32 +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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nNAjLRB0vtsethUq8w1Ghjv4vwoFBLB19gtzbotiCLY=; b=eWZ/Hk1hOSXszj 7SN5BfqFs1f73tAxeiepSj3nXbKBv8qOhyPnDg/xLOa7ZJyAjjuU/LRUb23kdS0fQQ+eK246WM0Sg /o0AYJOjm74D3xkqFiYk5Srl30ojmm5Oo/NFCynDud7+3FLvK9jtVHChoNVpwkBvUFkOGTo6M48c5 V5dV9lQXSaCwTYwS0r0Bn4zr3FVmht6OJAQz7dJ/pDDWSfvUNKBM1tyDbCYBUvoZXiDV9wLl3z1QH GHQAwKhH9yLzM5/hKLtE1hjWmkEeiQQZ075Hye/47+ccKsghbJCfuhZUXazJF2O16DDBEhRACII9l mC28eFIAxGpgYeDGYt1g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n8tpG-00BjYW-F0; Sun, 16 Jan 2022 00:55:18 +0000 Received: from mail-ot1-x333.google.com ([2607:f8b0:4864:20::333]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n8tpD-00BjXu-J2 for linux-arm-kernel@lists.infradead.org; Sun, 16 Jan 2022 00:55:16 +0000 Received: by mail-ot1-x333.google.com with SMTP id i7-20020a9d68c7000000b0059396529af8so8318780oto.4 for ; Sat, 15 Jan 2022 16:55:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/7DbCdtUYPRvvfrey8dH3J+v5+7pirUqjyG4vhhFOvA=; b=BTC/kf0IbDgPTefLMkQyZwz6sWq48UZhUvC7FPyPsl7ZdQEdMMQxabRIvK3OOzUTIA PXMS+u8/ErvpElfiZbvYQxc76885kNWGvQSTJB+sVVxUj+bJhRMkAybn/1UCnttfEfb2 iHj6Uj2fOPXR7hRuLDSaVZqjkjDOHzXk8vdropXWXv+9fwHpetM86IcAZ348Hv90tdLc srT/UTkB5YqBI+lCVeB/q1mxXazc3UQVRDZ7feo28dUuxU3Xz3N7SvRzum7v1Y0mdbgF U5I8Y9QluAu9OcOk0LvknHTfd2HLhahqJvvikCbdQl031TtSvUmNcbxfgkz76N8FM/TY QR9g== 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=/7DbCdtUYPRvvfrey8dH3J+v5+7pirUqjyG4vhhFOvA=; b=qzissGUyS4OmIWHZ/pLIWaZYVbdh35/JSMe/wSgwWDB87RxQulg5H/YuTu5iiEhF/a BIad3edlWSDxu3d9M3D8NWx53URlZOfloiI2U8bVlOReDl2/uoGzBWmfWl6jLA3hdrG8 bJnL5j/XS4cJ8aQ7vk6KUXxgXxAX9x08dHzGBm5nrS4dxL98XZUhh4UYyw+Bnh7ZzPY3 8v71Lq33jGVJQ/o1a6MN+sd7xZe1rJEetZ7VSkwGcUvTLwMSZNXp12adl3u+fl0bQzLZ PfZ+ZUwUJLgpA49gekf/yxWrFDmhvevL8iXa15faktWkQu+cE6WdLFwWauv8YTdhNCjf DVFw== X-Gm-Message-State: AOAM5337EWXRcR8i+WYG71U9IovE30o0UtVOj9vxUqWNik6Oude8o3nY JcLApRXEIWLkh9pgPLjQCkHRgOveh4KubqIDSWaODA== X-Google-Smtp-Source: ABdhPJw0GoT+Pxoo5AYMG9PLC6TejN6Ph2asyDgImhLt8p4ZFNfCFuqwr4O9t/7HOepZTUfhDs/wJ7yG1zlT7bxr9ZU= X-Received: by 2002:a05:6830:4:: with SMTP id c4mr275474otp.237.1642294514823; Sat, 15 Jan 2022 16:55:14 -0800 (PST) MIME-Version: 1.0 References: <20220111201426.326777-1-krzysztof.kozlowski@canonical.com> <20220111201722.327219-18-krzysztof.kozlowski@canonical.com> In-Reply-To: <20220111201722.327219-18-krzysztof.kozlowski@canonical.com> From: Linus Walleij Date: Sun, 16 Jan 2022 01:55:03 +0100 Message-ID: Subject: Re: [PATCH v2 24/28] dt-bindings: pinctrl: samsung: convert to dtschema To: Krzysztof Kozlowski Cc: Tomasz Figa , Sylwester Nawrocki , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Sam Protsenko , Chanho Park , Alim Akhtar , Rob Herring X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220115_165515_662971_ACA9FA7E X-CRM114-Status: GOOD ( 10.82 ) 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 Tue, Jan 11, 2022 at 9:18 PM Krzysztof Kozlowski wrote: > Convert the Samsung SoC (S3C24xx, S3C64xx, S5Pv210, Exynos) pin > controller bindings to DT schema format. Parts of description and DTS > example was copied from existing sources, so keep the license as > GPL-2.0-only. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Sam Protsenko > Reviewed-by: Rob Herring Reviewed-by: Linus Walleij I expect that you will merge this into ARM SoC with the rest of the DTS fixes? Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel