From patchwork Wed Feb 1 15:00:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 13124550 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 BA0D2C636D3 for ; Wed, 1 Feb 2023 15:03:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232923AbjBAPDf (ORCPT ); Wed, 1 Feb 2023 10:03:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232926AbjBAPDU (ORCPT ); Wed, 1 Feb 2023 10:03:20 -0500 Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3ACD721C1 for ; Wed, 1 Feb 2023 07:00:53 -0800 (PST) Received: by mail-wm1-x331.google.com with SMTP id m16-20020a05600c3b1000b003dc4050c94aso1671648wms.4 for ; Wed, 01 Feb 2023 07:00:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=/K9COTcFlAS0U4RierMnuwuOF33gGwaSy7WkKbceLio=; b=p/mIW+z9sZEhKWaw1AJkTS2Zu7BhIw/LmqOCegv7o+hkHLMwxdO0ttGB735ElQUiP6 OvDw5qlRmURo5VxVWJouTgJNAg/256p2jHe+RWbexnDLiexuDxYG66z8/gmqbacg16+E c7R7famAiPFfWTZIG43OUmCUmX1IluN/2c4frI54D+iP9aXOevp7rnJQM6cXHBCrvpD5 oZg5Uw5jO8J3BN1cfp8HjchnjjQSB1rZaZQgv6YRNT4+S/xEotguQKe6ydILMjQ9DtAS kKRehybrLXynjzJrEu2Mv/UJ6zrKVwrblkPV1WSQ99YCxtSwPw3+huBfee8MQqfNPMof 6flg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/K9COTcFlAS0U4RierMnuwuOF33gGwaSy7WkKbceLio=; b=trZ/uUOMbOAwZeIzFfESaHEWAgrnMGqF8CzXtelG81Y1WQIF93lXVDflzGtbdatcbE IKq6bKtn9GwXAYhE7UfZCMXH1d7N02IZiWJlrZCgZUF8qRrKFGyGJAMav70W+lJaNPz/ b83YmUbbDpsOsRGqVzAtihscsMHQrTMmS5cb9DqgmPWHEf6uAhIMln6PK0jMAB3AzXxI ApKmhIiRVVqWYSEMOeljAdZycAuqS4RKUOhB+G5nsiuqgApEvqXVAKM4yTNqZnV3pmCY NxKXqUZiw5qCLN04uvN7pVe8J9RYV6UjAbfvqtIdNiI6YS9G7kFy/XcZDK63bLbc0iLm O13Q== X-Gm-Message-State: AO0yUKVGaE3c2lgvdmarKDYPuc/MhwvnU9jBvNjLhpXto4XazSvoUR+Z JGTF/TLoXzsyWg+4I9t8iRQpiQ== X-Google-Smtp-Source: AK7set+cvxx+A6u/0XIDpmD66fIdcV03aPZBVGL7pbpgTOBCfVDRoPJBj2UYfsJh0iTd/FCBVR28dQ== X-Received: by 2002:a7b:cd17:0:b0:3db:14d0:65be with SMTP id f23-20020a7bcd17000000b003db14d065bemr2277347wmj.34.1675263617793; Wed, 01 Feb 2023 07:00:17 -0800 (PST) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:d64:a4e6:40a8:8e69]) by smtp.gmail.com with ESMTPSA id f28-20020a5d58fc000000b002be5401ef5fsm18063754wrd.39.2023.02.01.07.00.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Feb 2023 07:00:17 -0800 (PST) From: Bartosz Golaszewski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v3 0/2] pinctrl: qcom: add dt-bindings and driver for sa8775p-tlmm Date: Wed, 1 Feb 2023 16:00:09 +0100 Message-Id: <20230201150011.200613-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org From: Bartosz Golaszewski This series contains the device-tree bindings and the pinctrl driver for the SA8775P platforms. v2 -> v3 (Changes in DT bindings only) - fix the gpio pattern property (platform has 148 GPIOs) - add blank lines for better readability v1 -> v2: - squash several functions into bigger groups - fixed the emacX_ptp functions (they were generated automatically and the script made two separate functions into one) - fixed the compatible and DT bindings examples - added missing DT properties - made sure the bindings pass tests - coding style fixes in the driver Bartosz Golaszewski (1): dt-bindings: pinctrl: describe sa8775p-tlmm Yadu MG (1): pinctrl: qcom: add the tlmm driver sa8775p platforms .../bindings/pinctrl/qcom,sa8775p-tlmm.yaml | 138 ++ drivers/pinctrl/qcom/Kconfig | 9 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-sa8775p.c | 1537 +++++++++++++++++ 4 files changed, 1685 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-sa8775p.c