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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0BDBBC433EF for ; Sun, 24 Oct 2021 23:16:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E4A0360FD7 for ; Sun, 24 Oct 2021 23:16:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231394AbhJXXTL (ORCPT ); Sun, 24 Oct 2021 19:19:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229670AbhJXXTK (ORCPT ); Sun, 24 Oct 2021 19:19:10 -0400 Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E6C8C061745 for ; Sun, 24 Oct 2021 16:16:49 -0700 (PDT) Received: by mail-lj1-x235.google.com with SMTP id f16so3509605ljo.12 for ; Sun, 24 Oct 2021 16:16:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7c8mDt5oU6grN/T27nlrN9m6S6mPoCForSkLbFys4hQ=; b=qm7X+j5P9wG5YV6anbu6txrHkdOtZrGzk1C5p/otJ90cVX2ViknRy63w2NST+aK1KR hkoVJSSE3lZuf0IZNeFIa9IPBtST8cTG0ssSFn8w9HJxBH1ovF4L4LKUgzMNMhIcVI5N xjyPA2x2ZyLJO48lKunCAsA1/4dlkCPMgmr33Ca4OvKlrQhE1Q80eSmJiMl44JB1OcES ePDBF+TAIkwyohEzFmh9rhkHXh3zOWpLjt0ngdsPfCJqolFqoaEbXJAGg2tw4s6BVj3m LIhEyxrkGLPhWF6Z7eTbNFsG+PT3F8nO9H+KqXGqKYn80qN11u4xRFnklv1rcGffqZQg vMkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7c8mDt5oU6grN/T27nlrN9m6S6mPoCForSkLbFys4hQ=; b=Qa9AUSmr9FHBV+7usdwrdDUtpelLs/X/FQxfVP5YP6PcbSEdfW8ay82q6wHQREIqNL t8jMw2vRFyo11JXGOgVvPt7O9KYE4p0HP00IP3pmXoOMzUfkQl0tcwjGuBt7ODlJ0Byw 853xthWYGPjOWY2y080xh7zMupCrUph7kvskypQKUS/aRVbXPufdrdZ+bYtnZWRzXy3W 7RydEE6Z/SPzQXZRmiSQV9JX0JUWrS1usvCd/Qz309ZrTauBjIJYEWatEamOgwWGeJER qcSChViuf8QVkXMrS6ftsM78LVbGGfVck3T5rppDOXZomsOHoabhXnF3rLvJXtAtnbvT c/EQ== X-Gm-Message-State: AOAM532+aXthrO0SX7CtGlFZMWcwTykGjwbd3aKt/zzu6UxjP3dEW6Y2 KF0myJo97oK5+ef65c/QqWHgXjL1hRP/roNQN4Qcdw== X-Google-Smtp-Source: ABdhPJzK8HuLWgNka0Gsm1lpjg1VBs6Cv75aRPFmVlFmVh5ohfE5x4WnvPYnpbTcdht3SFLyy7pXW+rG7G6BNzLvJfo= X-Received: by 2002:a2e:98c5:: with SMTP id s5mr15404100ljj.432.1635117407175; Sun, 24 Oct 2021 16:16:47 -0700 (PDT) MIME-Version: 1.0 References: <20211013143810.2101838-1-arnd@kernel.org> In-Reply-To: From: Linus Walleij Date: Mon, 25 Oct 2021 01:16:35 +0200 Message-ID: Subject: Re: [PATCH 1/2] ARM: versatile: remove leading 0 on unit address To: Rob Herring List-Id: Cc: Arnd Bergmann , Viresh Kumar , Bjorn Andersson , Arnd Bergmann , Liviu Dudau , SoC Team , Greg Kroah-Hartman , Rui Miguel Silva , Sudeep Holla , linux-arm-kernel , DTML , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Oct 21, 2021 at 11:10 PM Rob Herring wrote: > On Thu, Oct 21, 2021 at 3:49 PM Arnd Bergmann wrote: > > On Thu, Oct 14, 2021 at 2:53 AM Rob Herring wrote: > > > On Wed, Oct 13, 2021 at 9:38 AM Arnd Bergmann wrote: > > > > > > Please apply these instead: > > > https://lore.kernel.org/all/20210913192816.1225025-7-robh@kernel.org/ > > > https://lore.kernel.org/all/20210913192816.1225025-8-robh@kernel.org/ > > Linus? I don't recognize these patches, no idea why I have missed them :( Reviewed-by: Linus Walleij Arnd, please feel free to go ahead and apply these. Yours, Linus Walleij