Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp309841pxj; Thu, 10 Jun 2021 01:01:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+ZhZS6Rikcz0RK4ppr3SJstIS+E8WZPoevqgD3aHqL31MVuPTRvMnIdTRw/lJ5j4RNw3T X-Received: by 2002:a17:906:f117:: with SMTP id gv23mr3374173ejb.432.1623312072143; Thu, 10 Jun 2021 01:01:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623312072; cv=none; d=google.com; s=arc-20160816; b=LiedfUJUgzJFh0FTI2OezxhmD+yWxt3sRVhPWG29OTcLYppTyj8slPzan5obyaeYLk cIlF3sDirAo/CV0XtQVnJc+d6bKiJgsYhTuLi0jfIBvcnd7+TzPrS6SUXDA3ID6XD1ts DOHspzIb4P2icKIXnb9EDvsl1a5AkgtAdhQQQ1MCHHZYrnuesP7AqFABQABT+q22g032 MV07s/TBwwSk0v1c8+L0uedygYe7y990GxSKkaXUUbIZmDyWm4uG94nn3dWv/jhJX0F2 N3xL8m6nEQPWRCwDcmnrIkz0nL5jPk/V2h5WceNJAk08jZb8DiZS7aduh8ZvaKKhaQ2c 4oxg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:message-id:in-reply-to :subject:cc:to:from:date; bh=Jwb2pa7Ip3y7/uLvAyxffEPND8ILcr7tzNNtqYlcIqA=; b=J3hdwuBghcmq0ye3HhiQW26bcGf8sFKoLDXk2Rw6REkXKnfpjLr2xLtRuZ9qCZ270C HM52VXgwIUmSkbOgP0J1ngcQFLhwb/DE3HegiV9Z1SKpuiLh8oZ/geuz0QHv65lhTFzR FgvF4R2Uq/0EFt3go/ZnXvi1PbA28rZrXC5ecMbUAPjfd/adGp1277Wlj8QbKe89u2z7 b/1AYdhsQWJex5H/6esNwhLigN48yY2uLoudsnM8+6RGbCL7mDsB9ChzO+uN1EaYhbDJ Ve8Xq94Eao05dpHsDHQ3I7ZiQU3pC1CO/VoY93gJU1AZQUFgPVNJ5a5HFj+c+54OqeVO WNDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 6si1696716ejl.599.2021.06.10.01.00.47; Thu, 10 Jun 2021 01:01:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229770AbhFJH7k (ORCPT + 99 others); Thu, 10 Jun 2021 03:59:40 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:59644 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230137AbhFJH7d (ORCPT ); Thu, 10 Jun 2021 03:59:33 -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-kernel@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...