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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 8EC7DC48BE5 for ; Wed, 16 Jun 2021 14:04:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 63D546115B for ; Wed, 16 Jun 2021 14:04:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232796AbhFPOGg (ORCPT ); Wed, 16 Jun 2021 10:06:36 -0400 Received: from verein.lst.de ([213.95.11.211]:54549 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233722AbhFPOGd (ORCPT ); Wed, 16 Jun 2021 10:06:33 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 551C368B05; Wed, 16 Jun 2021 16:04:24 +0200 (CEST) Date: Wed, 16 Jun 2021 16:04:24 +0200 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Christoph Hellwig , "David S. Miller" , Jens Axboe , Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Michael Ellerman , Linus Torvalds , linux-ide@vger.kernel.org, "open list:DOCUMENTATION" , Linux Kernel Mailing List , alpha , Linux ARM , linux-m68k Subject: Re: [PATCH 5/6] m68k: use libata instead of the legacy ide driver Message-ID: <20210616140424.GA32014@lst.de> References: <20210616134658.1471835-1-hch@lst.de> <20210616134658.1471835-6-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org On Wed, Jun 16, 2021 at 04:03:38PM +0200, Geert Uytterhoeven wrote: > Hi Christoph, > > On Wed, Jun 16, 2021 at 3:50 PM Christoph Hellwig wrote: > > Switch the m68 defconfigs from the deprecated ide subsystem to use libata > > instead. The gayle and buddha and falcon drivers are enabled for libata, > > while support for the q40 and macide drivers is lost. > > I guess you forgot to update the last sentence, too? > These are now handled by the falcon and generic platform libata drivers. Indeed. > With the above fixed: > Acked-by: Geert Uytterhoeven Thanks!