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 B4ECDC4167B for ; Wed, 6 Dec 2023 05:26:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376703AbjLFF0A (ORCPT ); Wed, 6 Dec 2023 00:26:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230170AbjLFFZ5 (ORCPT ); Wed, 6 Dec 2023 00:25:57 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A32518F for ; Tue, 5 Dec 2023 21:26:04 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F283AC433C8; Wed, 6 Dec 2023 05:26:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701840364; bh=mCsuqmzNCQBuIT2HaIRPP4kIonvYoG1ZmvJUL6xFUzU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=BcZx+WE0P2aceV4rStln3Xjx/bKk50k9vhCCmv+F3+KXp51jRbwaQyWhkHATOk6IV YsH/IevhHvfhqW+X/gGHiWmw67ycudMhgiF7voZPLd9xKpfks5fLdhcZgX2QH8zjlo uTnJ0Hkhe9Fc69T5om98McaSNj/qOjDLR8biHeOJtCU/YrUqBf/JfzCe9bpH7Ha40Z UtSQz/yn5oNlfeyVX8XaOEwnxXYnqPC8LeHRvo2Znx4qZWN7WijeyTfbCD2ky5nhVd 9wXDrqQx1L6InAwGviSfyO0Yg7JWETLfEltB/RPlAcPKhUDp99el6ugxY36tB1cTtQ IQyGAJj11ppWw== Received: by mail-lf1-f50.google.com with SMTP id 2adb3069b0e04-50c0f6b1015so1118987e87.3; Tue, 05 Dec 2023 21:26:03 -0800 (PST) X-Gm-Message-State: AOJu0YzxOy33zo1i9VDG5a1Yr0wstLJtyrwswYnTvDgnK31yUL5ekScr dBaRE+a2b3I9WX5aDsLHC76wfiELjMbUeRzyPn4= X-Google-Smtp-Source: AGHT+IEwSyMRoA5jlfXhSkOQJSpXeiZHoZzfxHuEWR1zzWpUg+LFSGyGEw8giAsWSjeaInTaYK+fZfqSCPNKAPzIE9U= X-Received: by 2002:ac2:5224:0:b0:50c:e:171e with SMTP id i4-20020ac25224000000b0050c000e171emr158833lfl.5.1701840362186; Tue, 05 Dec 2023 21:26:02 -0800 (PST) MIME-Version: 1.0 References: <20231206154730.00346f93@canb.auug.org.au> In-Reply-To: <20231206154730.00346f93@canb.auug.org.au> From: Shawn Guo Date: Wed, 6 Dec 2023 13:25:50 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: linux-next: Fixes tag needs some work in the imx-mxs tree To: Stephen Rothwell Cc: Alexander Stein , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 6, 2023 at 12:47=E2=80=AFPM Stephen Rothwell wrote: > > Hi all, > > In commit > > 50f8906b310e ("arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells") > > Fixes tag > > Fixes: a05c329644d81 ("arm64: dts: freescale: imx8-ss-lsio: add support= for lsio_pwm0-3") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: 23fa99b205ea ("arm64: dts: freescale: imx8-ss-lsio: add support fo= r lsio_pwm0-3") Fixed. Thanks for reporting! Shawn