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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4338C433ED for ; Fri, 7 May 2021 09:40:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A40CC6145D for ; Fri, 7 May 2021 09:40:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236780AbhEGJlu (ORCPT ); Fri, 7 May 2021 05:41:50 -0400 Received: from muru.com ([72.249.23.125]:52728 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231753AbhEGJlt (ORCPT ); Fri, 7 May 2021 05:41:49 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 1FBCD80E0; Fri, 7 May 2021 09:40:50 +0000 (UTC) Date: Fri, 7 May 2021 12:40:45 +0300 From: Tony Lindgren To: Thorsten Leemhuis Cc: Naresh Kamboju , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , lkft-triage@lists.linaro.org, Linux ARM , Linux-OMAP , regressions@lists.linux.dev, Benoit Cousson , Kishon Vijay Abraham I , Vignesh Raghavendra , Viresh Kumar , Rob Herring Subject: Re: #regzb introduced: 98feab31ac49 ("ARM: OMAP2+: Drop legacy platform data for dra7 sata") Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Thorsten Leemhuis [210507 09:39]: > On 07.05.21 11:35, Tony Lindgren wrote: > > * Thorsten Leemhuis [210507 08:27]: > >> Great to see that this is about to be fixed. And Naresh, many thx for > >> giving the #regzb tag a try, even if regzbot (shameless plug for the > >> unaware: https://linux-regtracking.leemhuis.info/post/regzbot-approach/ > >> ) is not up and running already, much appreciated! > > > > Hmm so the link above does not show where to git clone the regzb program > > from? Or is that not yet published? Just wondering. > > The code is still very early WIP, so not yet published, but I'll publish > the first few bits in a week or two, even if they are not yet useful to > anyone besides myself. ;-) OK thanks for the update. Tony