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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 A6E65C47094 for ; Thu, 10 Jun 2021 07:57:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E244613CB for ; Thu, 10 Jun 2021 07:57:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230113AbhFJH7j (ORCPT ); Thu, 10 Jun 2021 03:59:39 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:59642 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230144AbhFJH7c (ORCPT ); Thu, 10 Jun 2021 03:59:32 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id 2493B2BB40; Thu, 10 Jun 2021 03:57:30 -0400 (EDT) Date: Thu, 10 Jun 2021 17:57:48 +1000 (AEST) From: Finn Thain To: Geert Uytterhoeven cc: Jens Axboe , "David S. Miller" , Joshua Thompson , linux-ide@vger.kernel.org, Linux Kernel Mailing List , linux-m68k , Richard Zidlicky , Michael Schmitz Subject: Re: [PATCH v3 0/2] Use libata platform drivers to replace deprecated m68k IDE drivers In-Reply-To: Message-ID: <417a2d12-6085-e796-a8a5-605a58f131f@linux-m68k.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org On Thu, 10 Jun 2021, Geert Uytterhoeven wrote: > On Thu, Jun 10, 2021 at 3:34 AM Finn Thain wrote: > > This patch series allows m68k platforms to switch from deprecated IDE > > drivers to libata drivers. > > > > Changed since v1: > > - Added reviewed-by and tested-by tags. > > - Improved commit log. > > > > Changed since v2: > > - Added #ifdef guards to prevent build failure when CONFIG_ATARI=n. > > Thanks for the update! > > Note that Jens has already applied v2 to block/for-next. > https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git/commit/?h=for-next&id=9658506fbf8c1b629ca8a660862bc1ee57400506 > Thanks for the tip. I gather that Jens' tree can't be rebased, so I'll have to send another patch...