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 07611C0015E for ; Fri, 11 Aug 2023 20:57:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233706AbjHKU4y (ORCPT ); Fri, 11 Aug 2023 16:56:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230077AbjHKU4w (ORCPT ); Fri, 11 Aug 2023 16:56:52 -0400 Received: from mail-pl1-x629.google.com (mail-pl1-x629.google.com [IPv6:2607:f8b0:4864:20::629]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB0F1B4 for ; Fri, 11 Aug 2023 13:56:51 -0700 (PDT) Received: by mail-pl1-x629.google.com with SMTP id d9443c01a7336-1bda51aa6bdso13854365ad.2 for ; Fri, 11 Aug 2023 13:56:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20221208.gappssmtp.com; s=20221208; t=1691787411; x=1692392211; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=SGS8qetysZI/xubNvlzNZcECPzi8Y5beVEhoTCGql20=; b=bpz5rrOB8dMu6WWNnYOXXAwIOIjBSjI7o2elghyuwXnP5DQLKx3iWPgixgTpKDWF1G EbqI2QCDyQ3ghd95YR8ukIj6Op2eGv3Z9CAQh8ccDEsKq4QJhnt/K+ptdRUeb+SrZQpU M450fT0Q5fDU4c95+lzi99xgNKXHLf/2GIja99c/jSOsg83A4CugiBNd3gE5Wt9EQ/Wh jgHFHQd3xz2cEPApwpjGJyFU5aDmFkIFmrMyNBN+ZSXKH0r+TYl3SCXRGYU+x6JCMlJN xLuTjWZYjEyCjnSdgaioBMLUk+CFvuQczOrrtfs7/WouLfif+h4/Rqerv/mgRvacWQW1 M9Ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691787411; x=1692392211; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=SGS8qetysZI/xubNvlzNZcECPzi8Y5beVEhoTCGql20=; b=CmBueOSKYOs5+7cQWuEbcYUAOJNeC6pmspU/BEDhFrmKOghixKg/ovgbw24ySsGa+Y rzFDfWIP3A7B4HMN6Mu2g3eSHZZx5mU67LgmbXMg9WGVWTVlV7yxBgb4N44DF3olU37s kNiR73cA6+p7KG0qmZmTY6gTxfFyUilTId89G+W2UZ99YwZJTezKaa6BN1Pa/UPSTi8h fV9RpPKdN6Bg4tvj5M+f9D1XyjwYLS14+nA2WL292Q9Zo5h/Y1+IIhX5PorqbWftNhId YV8NiS5etdrMkLNLtfpLtuHEMtU8aN0+tBDfvT0JpxBkmaNiEfbzveWrUhPpk8f4fMUb lIbQ== X-Gm-Message-State: AOJu0Yyez4RvmCgluHFQJgHduBqBDlrGQSNyv6WYRZQOFIzWExADQPVZ gS4spmliRLtsmQ9Nw3c1ujHARA== X-Google-Smtp-Source: AGHT+IFWwzlZWGEa1qaJhVMxY4tldBHlHxQRTemKBJAviOEhIv+CzAGpXXWqZBF6EUGQ5FdiChtF4w== X-Received: by 2002:a17:902:c94b:b0:1b3:8862:9823 with SMTP id i11-20020a170902c94b00b001b388629823mr2989679pla.28.1691787410964; Fri, 11 Aug 2023 13:56:50 -0700 (PDT) Received: from x1 ([2601:1c2:1800:f680:5b85:b986:e090:9abc]) by smtp.gmail.com with ESMTPSA id y2-20020a170902700200b001bbb1eec92dsm4358978plk.224.2023.08.11.13.56.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Aug 2023 13:56:50 -0700 (PDT) Date: Fri, 11 Aug 2023 13:56:48 -0700 From: Drew Fustini To: Conor Dooley Cc: Jisheng Zhang , Guo Ren , Fu Wei , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Nelson , Jason Kridner , Krzysztof Kozlowski Subject: Re: [PATCH v2 0/3] riscv: Add BeagleV Ahead board support Message-ID: References: <20230722-upstream-beaglev-ahead-dts-v2-0-a470ab8fe806@baylibre.com> <20230811-unashamed-county-a3f662479f46@spud> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230811-unashamed-county-a3f662479f46@spud> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 11, 2023 at 06:49:16PM +0100, Conor Dooley wrote: > Hey, > > On Mon, Jul 24, 2023 at 10:20:37AM -0700, Drew Fustini wrote: > > The BeagleV Ahead single board computer [1] features the T-Head TH1520 > > SoC. Similar to the Lichee Pi 4A series from Jisheng [2], this adds a > > minimal device tree file to support booting to a basic shell [3]. > > What is the status of this series? > Does Drew need to repost with the MAINTAINERS patch removed? > Do you want me to queue this with the MAINTAIERS patch removed Jisheng? > If so, I'd like to do so soon so I can get my PRs into Arnd a reasonable > amount of time before the merge window opens. > > Thanks, > Conor. Thank you for the reminder. I don't want to miss the window so I'll resubmit without the MAINTAINERS patch as it doesn't really matter. Drew