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=-6.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 5CDA2C48BE5 for ; Wed, 16 Jun 2021 13:52:54 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 16A9E611EE for ; Wed, 16 Jun 2021 13:52:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 16A9E611EE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=UPwwF9NvZEmAtIWYeG+HMDVmry9I6LX2xdgwshn5WhY=; b=vxUnd7uFgjBphO EiyW1r4eKVEpXWcCLUEgdSLnmqaqgig5AuGtF1t/Tq+aHI605xFOR3mnDYOC5dVWVVB3wz7NcbEC1 rloE7iO+0bQdsuhLr5wtRrnkTmKSiK1U33RGHfrhb1cchHOnVg/Ogsy6Ft4XZjdT8n+Ks2vIJLvJW JRKUjPeRoYQ7M8ykGpoFAuTsU1O2CrJkSk2Q/Yu5a1B4S5DSLLVCANYwnB/sak2g8KeAHkJTZM3Mf u+9QrdKiQDYKOcFJUGpc2YEoDS7bV+2+k6o6fGYGFYL4/cR75GW/zJCp0bJWMhmLor3VY4i8+vTIs jQR5iQtAvQBgdti/UU8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltVwh-006XyK-9c; Wed, 16 Jun 2021 13:51:07 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltVt7-006WOj-8e for linux-arm-kernel@bombadil.infradead.org; Wed, 16 Jun 2021 13:47:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=ar1oClf1UL+lamYNMBNzVSUFNOyuj2ILfOaM8Y5ReNI=; b=bBJE5073geXKUMnaGwan/MAEes piyPFh6s2Zb3QRhaqcwm/AIQ8i8wP5c1sSILkHhVCa1xYH1fDvE2YyaxxvECqb+dzgWyIuxSw1yvC q4bpxvj4g5dNNc6aM8+loteS3DtkFfngiW1iEUyJz1pdQVz5HrM3aUpOTWAsQeKf20cAAyEPBb+OS BX31Rs/I3dxaOd9tWTQw/KnhhdxPd3UYa4GqbaA+iA3aiePaZgRb00DJ1e7svJVsI6lOhCjYtiEKd j+yZ6+XANBXgSzyiI+PklzeMll8Y6Nibz6gt9oBbnyrI7eKvFReH0ak6C1qU9s6fz+6bGBKmQWnJN +eA77MwQ==; Received: from [2001:4bb8:19b:fdce:84d:447:81f0:ca60] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltVsh-0085u4-Cp; Wed, 16 Jun 2021 13:47:09 +0000 From: Christoph Hellwig To: "David S. Miller" , Jens Axboe , Geert Uytterhoeven Cc: Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Michael Ellerman , Linus Torvalds , linux-ide@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-m68k@lists.linux-m68k.org Subject: remove the legacy ide driver v2 Date: Wed, 16 Jun 2021 15:46:52 +0200 Message-Id: <20210616134658.1471835-1-hch@lst.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, we've been trying to get rid of the legacy ide driver for a while now, and finally scheduled a removal for 2021, which is three month old now. In general distros and most defconfigs have switched to libata long ago, but there are a few exceptions. This series first switches over all remaining defconfigs to use libata and then removes the legacy ide driver. libata mostly covers all hardware supported by the legacy ide driver. There are three mips drivers that are not supported, but the linux-mips list could not identify any users of those. There also are two m68k drivers that do not have libata equivalents, which might or might not have users, so we'll need some input and possibly help from the m68k community here. This series is against Jens' for-5.14/libata branch. Changes since v1: - dropped various already merged patches - add a new module option to allow disabling DMA just for the quirky cypress devices found on some stone age ARM and Alpha systems _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel