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 E5063C43217 for ; Mon, 17 Oct 2022 09:25:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231347AbiJQJZZ (ORCPT ); Mon, 17 Oct 2022 05:25:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231362AbiJQJZL (ORCPT ); Mon, 17 Oct 2022 05:25:11 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 680D34DB0A for ; Mon, 17 Oct 2022 02:25:04 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id s2so15168451edd.2 for ; Mon, 17 Oct 2022 02:25:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=99HDygkhlYlkJy1VPrT+X4XIR81rX8ldiYCS5Kh+i58=; b=awdS55iHEq9m/YsVeL8VJ4ffB/Rg1E3V1Lwv7O9z+YegdEb/YN4Ww52mVvg+Yr/B/o bbm6f22xCqM5kevCff8qhZoHz8Jk5QZWYi485SKSlr0rDZbGWF/GQjFD0ElBdPcHdbnS 3ttKCFg/71s0SSxUpHgESfp0lS9hPKIcJLKR3rGSLiHI2gacCbNDijhVh0xWNItpcFlm L6WDOxy/Ng4hCFG1I3KZE1GnpRa2ZfQELYAXmW326WZJhceEglOm+bgp9GkBAwTLdCOP PmwkZiy8cJFvNTQUKOCxan6i4aylVXBUXyY6ZoEh9JYFdJnXBid0PmgCB2aCTAFY5uyo UxTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=99HDygkhlYlkJy1VPrT+X4XIR81rX8ldiYCS5Kh+i58=; b=iX6Y7+VaGJnlEtxT9tW0iAkjGzjjnG8206w6VJQbMO6UUstVm18dIfFbV6v+23/EdD ZI8ExVzw3JkToIeqLmyo/rk/MgXkXoU15Q7klHcVWDxlb19VnTRaSNhUIHi0et2iLvFf /zJEzkTPboADa1dvN94QjmnVnmMpkF0KDWpmYPn4kl855GYmoeEXgIHUka9cSaU3ytwt 9av/fuias0ntWz3e5XRZrPNDOI5d2MGsZSdMVqOeqqBIBeBzlF99HqltnpA6HJ+Ieuo4 OqPRu4I76B22/NZ/+OtIXOwkB/EXMoLEHYXcHHeOBy0DzDgf2L9+ZyW+o7Cv0xs2udmj NTKA== X-Gm-Message-State: ACrzQf2/3tn2xU9wBhXfUteRceWt++iumBLiRsT+BY7MyEil1P+bvveN alNBFGRD9qkHwHezCLgyEoQEupWXS15KHkHQSMk2jg== X-Google-Smtp-Source: AMsMyM7/azQg/5PEExog+1KORHtKOVrMXyY6GoCgMPlspSuXgL5EjVNSsRaF5/QTUPBBst867ntPiBH0ZWsO/2OcPmA= X-Received: by 2002:a50:eb8f:0:b0:458:482d:43de with SMTP id y15-20020a50eb8f000000b00458482d43demr9417498edr.205.1665998703017; Mon, 17 Oct 2022 02:25:03 -0700 (PDT) MIME-Version: 1.0 References: <20221006140637.246665-1-krzysztof.kozlowski@linaro.org> In-Reply-To: <20221006140637.246665-1-krzysztof.kozlowski@linaro.org> From: Linus Walleij Date: Mon, 17 Oct 2022 11:24:51 +0200 Message-ID: Subject: Re: [PATCH 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings (5th set) To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Stephan Gerhold , Shawn Guo , Srinivas Kandagatla , Vinod Koul , krishna Lanka , Iskren Chernev , Martin Botka , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Oct 6, 2022 at 4:06 PM Krzysztof Kozlowski wrote: > Patches are organized not by file, but rather type of change > 1. First patches is for common TLMM schema and dropping unneeded refs. > 2. Last patches are pure cleanups without functional impact. > > Overview > ======== > This is the *fifth* patchset around Qualcomm pinctrl in recent days: > 1. First round of TLMM fixes: merged > 2. LPASS fixes: > https://lore.kernel.org/linux-devicetree/20220927153429.55365-1-krzysztof.kozlowski@linaro.org/ > 3. ARMv7 TLMM fixes: > https://lore.kernel.org/linux-devicetree/20221006124659.217540-1-krzysztof.kozlowski@linaro.org/ > 4. ARMv8 remaining TLMM fixes: > https://lore.kernel.org/linux-devicetree/20220930192954.242546-1-krzysztof.kozlowski@linaro.org/ > 5. Fifth clean - styles and using common TLMM schema: *THIS PATCHSET* Blanket: Acked-by: Linus Walleij Please send me pull requests for any parts that need to go into the pinctrl tree. Yours, Linus Walleij