Message ID | cover.1677520830.git.Ryan.Wanner@microchip.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 170F3C7EE31 for <linux-arm-kernel@archiver.kernel.org>; Mon, 27 Feb 2023 18:08:29 +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: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=X61XsLecZ41vhNY49F4ypZ9hdSXqvEOjwgKVL9tbOIM=; b=5DMH4L7L5Kv462 ahgin16e7O+/bObBfNTIBCVx4NbYKwYGkbDTKrQgPn83S0m5WpkX1LydqmARr11XmAmya9TcKNy3H 1biDaamq2EM2FyekigbY6XUD871Hi9o1rpM1Oao6YlvAxN7aUdL/d76CNU/VHlgSSjfKGUtRcUWym wh1Ey7jRDtZEAvdAyz0MG7DVT3KHInCdm8PVSVKEjiUyYxW3SAg+eutKfGkpSS0ny9lvmjNQkiAZP fQ8Hd70S2FI3L7l2xsDZyGo8uMMh78f1+NcGtnjBE1b+qcv5XWhHXsJ4uuI7nt9j6GjUUlXzYPXSx PdM3KPQYyIFDHSBCCqrg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pWhuR-00Ae9J-GY; Mon, 27 Feb 2023 18:07:35 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pWhuO-00Ae7M-8b for linux-arm-kernel@lists.infradead.org; Mon, 27 Feb 2023 18:07:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1677521252; x=1709057252; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=scY7UonjFChQcjD94QJl2vOVah5UAvdvzWmSDMUa7Ss=; b=SdMIdyZanOgj3WeVPd+Jd3YhuSTHHnN+8P8mZFaKdbCVEeNmfyqSaJYU XsVi3JLoehFl55I7Z1sU4xT6mD7LqQxvK6mJbXL1bvW9QAjYeuiiEthvu iM33xne8H+KyIYpt8Hm/kCL0qoEllAwPiuTpvfIrpVEfe9hEosbtl98Bx PzxoC5jjJjQ3d/wnBvz9nW8GrxyM8VjwyIS9gfm6WZlhgc0DWj9vj17kx R5YEu5v8t9nfgU590YIbxEcHD5FYlwuzvB6Xu/6SQIqD95CeKMUOx2sUx cEH18i9YSCxHjcYekzeqgq2SY6A9i/Y9jseXCtCVVk9WV2mk7U2ZYph5P g==; X-IronPort-AV: E=Sophos;i="5.98,219,1673938800"; d="scan'208";a="202436815" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 27 Feb 2023 11:07:25 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Mon, 27 Feb 2023 11:07:19 -0700 Received: from ryan-Precision-3630-Tower.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.16 via Frontend Transport; Mon, 27 Feb 2023 11:07:19 -0700 From: <Ryan.Wanner@microchip.com> To: <ludovic.desroches@microchip.com>, <linus.walleij@linaro.org>, <nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>, <claudiu.beznea@microchip.com>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org> CC: <linux-arm-kernel@lists.infradead.org>, <linux-gpio@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>, Ryan Wanner <Ryan.Wanner@microchip.com> Subject: [PATCH v3 0/2]Sama7g5 drive strength options updated Date: Mon, 27 Feb 2023 11:07:26 -0700 Message-ID: <cover.1677520830.git.Ryan.Wanner@microchip.com> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230227_100732_374929_F3A140BC X-CRM114-Status: UNSURE ( 5.41 ) 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: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Sama7g5 drive strength options updated
|
expand
|
From: Ryan Wanner <Ryan.Wanner@microchip.com> This patch set updates drive strength options for the Sama7g5 to align with drive strength options in the Sama7g5 data sheet. changes since v1: - Fix ABI break. - Add explanation for drive strength macros. changes since v2: -Fix subject prefix to match subsystem. -Add more indepth discription of sama7g5 define values. -Fix formatting issues. -Add sama7g5 differences to dbg_show. -Remove array length for xlate. Ryan Wanner (2): pinctrl: at91-pio4: Implement the correct drive values for sama7g5 dt-bindings:pinctrl:at91:Adding macros for sama7g5 drivers/pinctrl/pinctrl-at91-pio4.c | 54 ++++++++++++++++++++++++++--- include/dt-bindings/pinctrl/at91.h | 15 +++++++- 2 files changed, 63 insertions(+), 6 deletions(-)