From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="Z1ihlZp5" Received: from mail-yw1-x1134.google.com (mail-yw1-x1134.google.com [IPv6:2607:f8b0:4864:20::1134]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62A93B3 for ; Mon, 4 Dec 2023 01:53:16 -0800 (PST) Received: by mail-yw1-x1134.google.com with SMTP id 00721157ae682-5cd81e76164so46669567b3.1 for ; Mon, 04 Dec 2023 01:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1701683595; x=1702288395; darn=vger.kernel.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=B4N5YX1BKV8oox5fEfVsppXE4Fy2jzNA7d1t/N82c1Q=; b=Z1ihlZp5OvACtHh8wDM8HVv9cYHgGpVvf6XuwF/q1xhvV3BuS5YPMfHQnyiYd/WR49 YSv4lnUiHpL+ELL6YxhotvcpuHrUFm0VCRJc28m5EpLM1Lo9NH7UBOmiaoBkuHstMi0n tNJdaZIZxjmvlUUA8HIdNTScCS59ruHrdze4WNXHCUAkuAHm/3Kj3f/e9BoTcSgBSTMi V7Bn11D5fI+sxqeUyRvq3KrXk2Wjfeb78tazkOp3CpwrAmcEkED+7ziK6SN57BszxQrr AO9JtIBXhy5u4eA3vnkRLu3xzC16lXXws//SNG98yv+L7pThx6HjOCUS1JNk5exGiK8P hSpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701683595; x=1702288395; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=B4N5YX1BKV8oox5fEfVsppXE4Fy2jzNA7d1t/N82c1Q=; b=QHBpmTbwZrv9UlXc7wEqGDDdDo0sgGZldGzkaCOTsqa0guFcNEe7IvN2TY9hIHZT/f AfU8RoS3Sia8Ip1cDvwGzdJBP6xkFMDe+pcwS4w+R2kCWZ7MHoHKIErUH7VpIVU+mUd9 AqUC67l/LOdGutcfqR5Nn9Snd3ELv8kCQJEl9UAyudBvhZBQRyg3ESnerHJO57gj3mGm mY/DvNboDhNAYL2uHoaHFyk4HUtisD3MHZ/9DHc+g3U3advbQ0eES9pmHpJ1c9lHLDbR gp37+ak/D/5bx4MNm1efOLB//DR6rT6qzMifQ7AT3XT2bC0pgeEeKkEz2mokBwKbiFRR 2gDA== X-Gm-Message-State: AOJu0YyiOebjApqX829BBTXHFUYH1XhthI2GuDwvq6IBOvWuT1NNoLdl xP5M1mkbeClaEqKcANxRHQTb0ifCUDd49/tRFnwkkg== X-Google-Smtp-Source: AGHT+IHcnTMe/JadPl1Hll5euXLI4XbibjJDI0jfVQz3qrgnV13paxopm65SeTqFDG1zbpo/IAuRT5PYQjZPVvBBMpw= X-Received: by 2002:a81:ae05:0:b0:5d4:1fe1:312d with SMTP id m5-20020a81ae05000000b005d41fe1312dmr5265235ywh.17.1701683595605; Mon, 04 Dec 2023 01:53:15 -0800 (PST) Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20231128-j7200-pinctrl-s2r-v1-0-704e7dc24460@bootlin.com> In-Reply-To: <20231128-j7200-pinctrl-s2r-v1-0-704e7dc24460@bootlin.com> From: Linus Walleij Date: Mon, 4 Dec 2023 10:53:04 +0100 Message-ID: Subject: Re: [PATCH 0/3] pinctrl: pinctrl-single: fix suspend/resume on j7200 To: Thomas Richard Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Tony Lindgren , Haojian Zhuang , Nishanth Menon , Vignesh Raghavendra , Tero Kristo , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, thomas.petazzoni@bootlin.com, gregory.clement@bootlin.com, theo.lebrun@bootlin.com, u-kumar1@ti.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Nov 28, 2023 at 4:35=E2=80=AFPM Thomas Richard wrote: > Thomas Richard (3): > dt-bindings: pinctrl: pinctrl-single: add ti,j7200-padconf compatib= le > pinctrl: pinctrl-single: add ti,j7200-padconf compatible Patch 1 & 2 applied to the pin control tree, thanks! > arm64: dts: ti: k3-j7200: use ti,j7200-padconf compatible Please funnel this through the SoC tree. Yours, Linus Walleij