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 857F3C433FE for ; Tue, 14 Dec 2021 10:53:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233279AbhLNKxs (ORCPT ); Tue, 14 Dec 2021 05:53:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231486AbhLNKxp (ORCPT ); Tue, 14 Dec 2021 05:53:45 -0500 Received: from mail-pg1-x52d.google.com (mail-pg1-x52d.google.com [IPv6:2607:f8b0:4864:20::52d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CBBBC061574; Tue, 14 Dec 2021 02:53:45 -0800 (PST) Received: by mail-pg1-x52d.google.com with SMTP id l18so12328295pgj.9; Tue, 14 Dec 2021 02:53:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id; bh=s32Q5IxQslkiM+08lVnILc8RgiNSWpcCVbn4fLntZlo=; b=VczYifIIXTXrO2Mj9p4p9xjhD7B4LTnR3XCyA2IlkXG/RIAcL6rE6kGg+tpt0KRtQp MIeqPQFcM41Zaf1s5UvC6S9EuAH01Q0jJr2bUvvOmpT6/mGrPUdtqekpwZ0tlGEEzmB0 H7dBwbt44svRkgsx3zJnGQa6Ldeb4S/rzZs+BznWsWPuzxXywPKUwgOoj/l68N67R/qn Rwb2uel63ldvI06zvpv+LHffBPCRvcqZLQJo6I6MEOQ5wZ6z/iOwJKrhXut45tVN3cP5 CzzH9jmfCtFWy+WKhTOhFVCY0WsNSiC6vqizts1A7K+m3sroGtJptA0D4kGMvlZuI5i2 s5fQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=s32Q5IxQslkiM+08lVnILc8RgiNSWpcCVbn4fLntZlo=; b=R18QpiZR0RJaueInz7u/KZjqeZeEPMdAf3wv70QNme2XPHgUL8Gx2ULR9jz9sX6RPM QFWg371+v9yialFZ8lBTLPLlyRoIT8s+t4+gzTHV8vwzTryVlVXVgIpTLAJyXoL6YYl7 M4WawyQ9AppEdC2THNosrd6fyULY0gzmKWx3HlgDA2W5SQ7IiAaUg7/ueEO042jaTNz9 b9dpSNUKCuo7wrDn+AXYSzQBswLinOTYQucZbPWLJJaDPQxlMZyhYDB1qVZ/pDJBVy3D LPdC002FELe3Bcv8tiaHs35OBAAWNj0/nCKZOQoCHRM0ztV41Q5/fM7Hwm4SSwYXldfm 0Ziw== X-Gm-Message-State: AOAM531S916N80zWHsVkbhbbvdwpbeaHLJmz0Mb+k2WhMxAiF/rVUDp9 B/2n5S0E4O6pxHXsaBmYqWQ= X-Google-Smtp-Source: ABdhPJyq9SkW6BEPLk09UF9FveUWuMs/rwg1ox02zqj1R7qTnQMBuNYlSIVAPfwYcGyGXWSedbVDZw== X-Received: by 2002:a63:f706:: with SMTP id x6mr3205694pgh.69.1639479225077; Tue, 14 Dec 2021 02:53:45 -0800 (PST) Received: from scdiu3.sunplus.com ([113.196.136.192]) by smtp.googlemail.com with ESMTPSA id mm22sm2109303pjb.28.2021.12.14.02.53.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Dec 2021 02:53:44 -0800 (PST) From: Wells Lu To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: wells.lu@sunplus.com, dvorkin@tibbo.com, Wells Lu Subject: [PATCH v4 0/2] This is a patch series for pinctrl driver of Sunplus SP7021 SoC. Date: Tue, 14 Dec 2021 18:53:07 +0800 Message-Id: <1639479189-6693-1-git-send-email-wellslutw@gmail.com> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and etc.) into a single chip. It is designed for industrial control applications. Refer to: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview https://tibbo.com/store/plus1.html Wells Lu (2): dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021 pinctrl: Add driver for Sunplus SP7021 .../bindings/pinctrl/sunplus,sp7021-pinctrl.yaml | 375 ++++++ MAINTAINERS | 10 + drivers/pinctrl/Kconfig | 1 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/sunplus/Kconfig | 21 + drivers/pinctrl/sunplus/Makefile | 5 + drivers/pinctrl/sunplus/sppctl.c | 1192 ++++++++++++++++++++ drivers/pinctrl/sunplus/sppctl.h | 167 +++ drivers/pinctrl/sunplus/sppctl_sp7021.c | 536 +++++++++ include/dt-bindings/pinctrl/sppctl-sp7021.h | 173 +++ include/dt-bindings/pinctrl/sppctl.h | 40 + 11 files changed, 2521 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/sunplus,sp7021-pinctrl.yaml create mode 100644 drivers/pinctrl/sunplus/Kconfig create mode 100644 drivers/pinctrl/sunplus/Makefile create mode 100644 drivers/pinctrl/sunplus/sppctl.c create mode 100644 drivers/pinctrl/sunplus/sppctl.h create mode 100644 drivers/pinctrl/sunplus/sppctl_sp7021.c create mode 100644 include/dt-bindings/pinctrl/sppctl-sp7021.h create mode 100644 include/dt-bindings/pinctrl/sppctl.h -- 2.7.4 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 22D10C433F5 for ; Tue, 14 Dec 2021 10:55:27 +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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=wP7p2kJ+uLckIhBQVjxG3RawHtIZDkRrnPLBmpCOA1A=; b=YovPFkrx+ZU0NF 61vx3k9JoIxO6n5PDoQJTcTvfoUG66a9YrU4ReTsgEywn+2hUhZFMT5J/Su6uoPVwE+XnU+NwjlOf F9tqWE2F4uT1EIKt5fw1drvPWFfgvlv8W2mNEQTrilHZM697JYlzBP/Vwq05P2ial+78UqeCud3N6 7DZjiUwqBdCetbkipKm3SHWCRLYJ98QCYrwTM6/eCyyu7i2EXv5tXv6dMLKSvvWJ14fP6QStTqJdq yWUJVGr2b0rMUpzDO+wKykq59X8zASuWCqoje4B2xnFI7vh6REESMutxrRl+BAbgVoGk9aB5/4Zai aoi2vs7C47ocoAyxGyLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mx5RV-00DYul-Lg; Tue, 14 Dec 2021 10:53:57 +0000 Received: from mail-pg1-x536.google.com ([2607:f8b0:4864:20::536]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mx5RK-00DYsG-IP for linux-arm-kernel@lists.infradead.org; Tue, 14 Dec 2021 10:53:48 +0000 Received: by mail-pg1-x536.google.com with SMTP id y9so3859025pgj.5 for ; Tue, 14 Dec 2021 02:53:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id; bh=s32Q5IxQslkiM+08lVnILc8RgiNSWpcCVbn4fLntZlo=; b=VczYifIIXTXrO2Mj9p4p9xjhD7B4LTnR3XCyA2IlkXG/RIAcL6rE6kGg+tpt0KRtQp MIeqPQFcM41Zaf1s5UvC6S9EuAH01Q0jJr2bUvvOmpT6/mGrPUdtqekpwZ0tlGEEzmB0 H7dBwbt44svRkgsx3zJnGQa6Ldeb4S/rzZs+BznWsWPuzxXywPKUwgOoj/l68N67R/qn Rwb2uel63ldvI06zvpv+LHffBPCRvcqZLQJo6I6MEOQ5wZ6z/iOwJKrhXut45tVN3cP5 CzzH9jmfCtFWy+WKhTOhFVCY0WsNSiC6vqizts1A7K+m3sroGtJptA0D4kGMvlZuI5i2 s5fQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=s32Q5IxQslkiM+08lVnILc8RgiNSWpcCVbn4fLntZlo=; b=ZF5hIb6oksAvQvNm/ZUnLQvWLUj5KP+xYn0QbCHFCJNTY89U3kp6H9+Q9sLp8H4JHU lIt0d280mN2aZyDwA800XscgzDc+rjiJU7/b0YqnS0m8ieehJxy1yw42enmcGmChfAeN RJ7O5VnyoT1U0w1LUAbujVgdIskU+1pslUZsmg2Ww4tlobA0oEy98pcr7sNHdCxb9NOh PVcm5tMUDj8WEWuilvlxxyM0p1f/9NWtbj7buc/5Er4ZXbCd5LWbpAWkEaXQFCET8mN0 nSy4UiXe8g2WZhoj3diCYwH+2x4Q4xidlSgH2sI+Y5aghIIF+QGDpxyw9cpjZk5qmpDP OZ9w== X-Gm-Message-State: AOAM531JfaNRxsiEJwAVLnKLRVTlCGUz5qU3+KvJ5mwZ5CM5YrnRExit Ohb0OZreM3Os2eCdzZPzUQM= X-Google-Smtp-Source: ABdhPJyq9SkW6BEPLk09UF9FveUWuMs/rwg1ox02zqj1R7qTnQMBuNYlSIVAPfwYcGyGXWSedbVDZw== X-Received: by 2002:a63:f706:: with SMTP id x6mr3205694pgh.69.1639479225077; Tue, 14 Dec 2021 02:53:45 -0800 (PST) Received: from scdiu3.sunplus.com ([113.196.136.192]) by smtp.googlemail.com with ESMTPSA id mm22sm2109303pjb.28.2021.12.14.02.53.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Dec 2021 02:53:44 -0800 (PST) From: Wells Lu To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: wells.lu@sunplus.com, dvorkin@tibbo.com, Wells Lu Subject: [PATCH v4 0/2] This is a patch series for pinctrl driver of Sunplus SP7021 SoC. Date: Tue, 14 Dec 2021 18:53:07 +0800 Message-Id: <1639479189-6693-1-git-send-email-wellslutw@gmail.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211214_025346_664153_F94DB64E X-CRM114-Status: GOOD ( 11.07 ) 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: , MIME-Version: 1.0 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 Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and etc.) into a single chip. It is designed for industrial control applications. Refer to: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview https://tibbo.com/store/plus1.html Wells Lu (2): dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021 pinctrl: Add driver for Sunplus SP7021 .../bindings/pinctrl/sunplus,sp7021-pinctrl.yaml | 375 ++++++ MAINTAINERS | 10 + drivers/pinctrl/Kconfig | 1 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/sunplus/Kconfig | 21 + drivers/pinctrl/sunplus/Makefile | 5 + drivers/pinctrl/sunplus/sppctl.c | 1192 ++++++++++++++++++++ drivers/pinctrl/sunplus/sppctl.h | 167 +++ drivers/pinctrl/sunplus/sppctl_sp7021.c | 536 +++++++++ include/dt-bindings/pinctrl/sppctl-sp7021.h | 173 +++ include/dt-bindings/pinctrl/sppctl.h | 40 + 11 files changed, 2521 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/sunplus,sp7021-pinctrl.yaml create mode 100644 drivers/pinctrl/sunplus/Kconfig create mode 100644 drivers/pinctrl/sunplus/Makefile create mode 100644 drivers/pinctrl/sunplus/sppctl.c create mode 100644 drivers/pinctrl/sunplus/sppctl.h create mode 100644 drivers/pinctrl/sunplus/sppctl_sp7021.c create mode 100644 include/dt-bindings/pinctrl/sppctl-sp7021.h create mode 100644 include/dt-bindings/pinctrl/sppctl.h -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel