From patchwork Fri Jan 27 15:44:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 648336 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 CD4C6C636CC for ; Fri, 27 Jan 2023 15:45:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234303AbjA0PpA (ORCPT ); Fri, 27 Jan 2023 10:45:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234637AbjA0Pov (ORCPT ); Fri, 27 Jan 2023 10:44:51 -0500 Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FBDE8396D for ; Fri, 27 Jan 2023 07:44:32 -0800 (PST) Received: by mail-wr1-x429.google.com with SMTP id d14so5324462wrr.9 for ; Fri, 27 Jan 2023 07:44:31 -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=hN2o/e9rRLgXbQAGcxrtMiIjFe2ewgcFKUp84Rc2SBQ=; b=datZ6QYgnHqP8hAIoPDHYYDGC/cBUeRmTQ8Luf3cZtxE80Rks74cwizgo+XiOTw6IN NqhmT7BCRn/NxsMxGAG9bhizk6pNH8JrvJ2K9RiXCkeBDAR2wuryGp5TQip19g+E54X9 Rnfq7Lv5rWS2dytr0L0vRUspsOsWZ8uLDFp0tdd1o4QPhebet1CVg0b2PAKFnDkCtw9U hNHMuZlJLJL5ieVFIHisLz/aZ+vl+Ar+7Xd4RW8XCbIQnNmW80YcVz+nJ+adEWBN38/R S1/LJ6QHFb8w9vbVOKTUu2zODThtgVonLXNYUhF0Km2klt5pFYbP471M58t0fHMjQjQ5 UhwQ== 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=hN2o/e9rRLgXbQAGcxrtMiIjFe2ewgcFKUp84Rc2SBQ=; b=4F3trR/HTvThFJU9uCtFFx7TB0ydxhJz94EIZ4M6Wt0DQFmm/mc7BnCTGvP8IfbUQ/ XMN8/5xAdzmRPBIAJo0k9kkBBGioluvGjtrorxS0vJwCiVuR3qby9vjzycHaep4GBt/a +ewsGk5WFtL3OkU47j2wVERQymCR3zI4Qq5GDvFXESG3hM499YZYnX8arOXMc/DkI7v4 TxgnzyENM0V96rHXWyfzQ2LlLJvXf8yGMeruCaT3pvHq0oKvRrxYyw8PGGGIehNox/3o uhEJW00Ul1/1HcjH0zS3GJRf/2fdOLlmEYhZNg4PQyKqdbVrr+Ly0AwRXLgCeZlQ0HxK A10g== X-Gm-Message-State: AFqh2krewH5b+ZHQWtjTZDxxT2rGtqPN41bvwtfgF+6lwI1+EIElsIaO cjn46k845kCf1O90441q5iqRQG0DdGVXZ+6B X-Google-Smtp-Source: AMrXdXsdmCOJBAPLIp3vyZLghATYApCU0bxcIo7S20HDOGqd4C2GVj3EmATmc7HrPTA08bCQoJqCSw== X-Received: by 2002:a05:6000:1f14:b0:2ac:5b46:9c85 with SMTP id bv20-20020a0560001f1400b002ac5b469c85mr34470662wrb.68.1674834270301; Fri, 27 Jan 2023 07:44:30 -0800 (PST) Received: from brgl-uxlite.home ([2a01:cb1d:334:ac00:624:f1a4:edb9:78d5]) by smtp.gmail.com with ESMTPSA id n6-20020a7bcbc6000000b003d237d60318sm4755229wmi.2.2023.01.27.07.44.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 07:44:29 -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 v2 0/2] pinctrl: qcom: add dt-bindings and driver for sa8775p-tlmm Date: Fri, 27 Jan 2023 16:44:24 +0100 Message-Id: <20230127154426.173863-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Bartosz Golaszewski This series contains the device-tree bindings and the pinctrl driver for the SA8775P platforms. 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 | 136 ++ drivers/pinctrl/qcom/Kconfig | 9 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-sa8775p.c | 1537 +++++++++++++++++ 4 files changed, 1683 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-sa8775p.c