From patchwork Sun Feb 17 16:23:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Lee X-Patchwork-Id: 1043686 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Sr4lF3z8"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 442XPB3Dfnz9sLw for ; Mon, 18 Feb 2019 03:23:42 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728286AbfBQQXa (ORCPT ); Sun, 17 Feb 2019 11:23:30 -0500 Received: from mail-pf1-f194.google.com ([209.85.210.194]:36263 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727659AbfBQQXa (ORCPT ); Sun, 17 Feb 2019 11:23:30 -0500 Received: by mail-pf1-f194.google.com with SMTP id n22so7296019pfa.3; Sun, 17 Feb 2019 08:23:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=EPBS2GhpwmpEDgTVr1WkimnFnbT2vpcS3OkFjG9Zg54=; b=Sr4lF3z8Eo0Yjl+jXh463UV/0xgjxSvWVaxWccrn8/t2BlKS3+NU3uAPnFngoNNJwo elfzOoAfOvf+85iumwEi63sApLylsD/KCPHPtXyY9723O2RQUtfrTCNAxQkxOuHbt6jr ldqrpQ01Nz/Xwy/Z01a+zhldxkTT1tEvsxgtPB6KXeD60ppfYv6C5kFhq/BJQ+MOQFNA IAeUDtaFwC1yCS/czWFtPK2zEEHjLHssbKowVuJIxylvA1PkllB8zHkDxD7lJqhN5llH 1a37IlIPcBEkhjoA5x5KwuQmuwYOlGesg9I/UBwYt4Th8l70Ht1RqGoTi4K+7HUCNc3z il1g== 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; bh=EPBS2GhpwmpEDgTVr1WkimnFnbT2vpcS3OkFjG9Zg54=; b=m49e6e4FIYlkc0fsX8ggFG7nf3sUr7VvUlwl2YxErOi7w8hzQSb0MWTsEmHYQq0s4i H3CpMUvOXamjyzQfdFGI3E+igKftJQ9dIKG3j+DkST/vvJ/Z0GzUemxxLyGa6ziDCiRD +suKmViVsg+hV3qfK6ANONS2fEVRRE1hES81CZvKUtO/JhNKscIBKCt3Aw+nJnuVZV/u Z4MgdcVKnS8Bh+ZcGGzDqFFrC919RWMCDBV37sQJQg3tNQ6dITVAH8FGoZ61xs2Stu/j O/gxZ1umtdNgBXSGka7Jo7r/zvhd7gvzPfuf8JJO2eGpM7FKiE0zmBCiPc5tD7+ziYM+ 5mDw== X-Gm-Message-State: AHQUAuYz46gKOcmJZYlcSxAylIbEI+fe8fQi78RC/Ci+Det8OjGA5sSC 7EzfUpWG3rPp8wg6uFprZxM= X-Google-Smtp-Source: AHgI3IbTN4cYherFmGvph39bWwD1EtdaeRVZCpQV3H51+TIeDB0ZWYBPmaHvkENyPWilGd6s89koYg== X-Received: by 2002:a62:f51d:: with SMTP id n29mr12736853pfh.21.1550420609462; Sun, 17 Feb 2019 08:23:29 -0800 (PST) Received: from localhost (68.168.130.77.16clouds.com. [68.168.130.77]) by smtp.gmail.com with ESMTPSA id l28sm18060247pfi.178.2019.02.17.08.23.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 17 Feb 2019 08:23:28 -0800 (PST) From: Yangtao Li To: srinivas.kandagatla@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@bootlin.com, wens@csie.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Yangtao Li Subject: [PATCH 1/5] nvmem: sunxi-sid: fix wrong description in kernel doc Date: Sun, 17 Feb 2019 11:23:12 -0500 Message-Id: <20190217162316.14111-2-tiny.windzz@gmail.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20190217162316.14111-1-tiny.windzz@gmail.com> References: <20190217162316.14111-1-tiny.windzz@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org qfprom->sunxi-sid Signed-off-by: Yangtao Li Acked-by: Maxime Ripard Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt b/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt index 99c4ba6a3f61..d37017e343b1 100644 --- a/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt +++ b/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt @@ -12,7 +12,7 @@ Required properties: - reg: Should contain registers location and length = Data cells = -Are child nodes of qfprom, bindings of which as described in +Are child nodes of sunxi-sid, bindings of which as described in bindings/nvmem/nvmem.txt Example for sun4i: From patchwork Sun Feb 17 16:23:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Lee X-Patchwork-Id: 1043687 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="tlSweSvV"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 442XPD14Tkz9sLw for ; Mon, 18 Feb 2019 03:23:44 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728363AbfBQQXn (ORCPT ); Sun, 17 Feb 2019 11:23:43 -0500 Received: from mail-pg1-f194.google.com ([209.85.215.194]:34103 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727659AbfBQQXm (ORCPT ); Sun, 17 Feb 2019 11:23:42 -0500 Received: by mail-pg1-f194.google.com with SMTP id i130so7227914pgd.1; Sun, 17 Feb 2019 08:23:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=v77WHuWVJ9n6wbtheA1rJs8RZVqdPCnng0NLiMUvMxQ=; b=tlSweSvVXkKcOP8R5lzLVzGKM9lPcWBl5axNcBu6LnPg6MmMyRXcezAGVKX3um7oul e1Bai21qB/EpeOV6kAKFRr505Qf+Zb8KxGGsKsrGllrJxoqe9gzWkOVuLAtjlYt4DIZc Hh9MjWa/WSYDAZREa2j70rohw1ai7ifDqxtonhbIitr2ypxMbqBOua7eZe9TqDMyDZug nAahWYq31pMHSd3BnquRY2BxfDGwCKbin4TQzzj87xMSsHJDtJwOt/QqGCvr5o92bz29 WBNqPLUuyBMXet/XDRqDGm4IeS8blwEszu3xgwYNlyYKAVJASvYMKNAIFTtwC3Mi/SrO amYw== 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; bh=v77WHuWVJ9n6wbtheA1rJs8RZVqdPCnng0NLiMUvMxQ=; b=pGbinnVtTQ+xi7wliT/Hzbc/Mp1ZdY2fZmH5glXjdyqN9pbXJFRrg12phLJ5/zhNVv o0O3+bI7hzXcCQnciliGMlG2UUCyA9TYdkl4vyum118k9xQOcB1zG0SWavxwsmWRoBqQ v7zL35eROS+BwVPRz5/TH4suST9dwO/bJAeQVGEaMnJdahL94XgiijE1hAuRCsGcY2QL e6EgOAb1ZCv7D9hLHHWQRCPcxN95C85BrBsebQvhk5nCAIW5DpuUAULBtHyESVNdvzK9 BMUo77kxQB36soQSopclvc6vZWt+U+yRn4XNcKUenBfob/vjtuGyU/IKrPSfMv5BcYgb 7zQg== X-Gm-Message-State: AHQUAua/3sgqLW7BSKCNsdah71qIhw0YyGXLBIIZut38Uck6asSRtGNa 1DIcC3B66y6coAsSXkcLGFI= X-Google-Smtp-Source: AHgI3Ib6zA9gcfCmqIwqd3zxgOlw4olUhTSpcqMgWWdRR+1C5plksRvth5wOy7EXDl7l17ylLEphbg== X-Received: by 2002:a62:8a57:: with SMTP id y84mr19714966pfd.197.1550420622343; Sun, 17 Feb 2019 08:23:42 -0800 (PST) Received: from localhost (68.168.130.77.16clouds.com. [68.168.130.77]) by smtp.gmail.com with ESMTPSA id b26sm17874576pfe.91.2019.02.17.08.23.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 17 Feb 2019 08:23:41 -0800 (PST) From: Yangtao Li To: srinivas.kandagatla@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@bootlin.com, wens@csie.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Yangtao Li Subject: [PATCH 3/5] nvmem: sunxi-sid: add binding for H6's SID controller Date: Sun, 17 Feb 2019 11:23:14 -0500 Message-Id: <20190217162316.14111-4-tiny.windzz@gmail.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20190217162316.14111-1-tiny.windzz@gmail.com> References: <20190217162316.14111-1-tiny.windzz@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add a binding for H6's SID controller. Signed-off-by: Yangtao Li Acked-by: Maxime Ripard Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt b/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt index d37017e343b1..cfb18b4ef8f7 100644 --- a/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt +++ b/Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt @@ -8,6 +8,7 @@ Required properties: "allwinner,sun8i-h3-sid" "allwinner,sun50i-a64-sid" "allwinner,sun50i-h5-sid" + "allwinner,sun50i-h6-sid" - reg: Should contain registers location and length