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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 CFD56C4361B for ; Fri, 18 Dec 2020 20:58:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A38C723B7B for ; Fri, 18 Dec 2020 20:58:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727416AbgLRU60 (ORCPT ); Fri, 18 Dec 2020 15:58:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:51366 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727347AbgLRU6Y (ORCPT ); Fri, 18 Dec 2020 15:58:24 -0500 X-Gm-Message-State: AOAM530stEErVHdrUUDZB6BA6w1qMUkIDs1eNECuVwwjvdc/YX9joBWs d8NKfLfa6+Vv6u3nsadn+v82UDyQqobvsZiOdpM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1608325084; bh=NDWyD44yv5h4fmgy5/aj2LJSkbrK3dYAcTBLz1rEuhE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=KeMJCRnTw9phxa7F612ovvnYF4uSaT2vNACdpXKmZJFI6S3Go0Bxke27R2yuGhx1T qRVjF37iL4eHwXiW7qhGMW981FW0drS3McSsG7PDzSe2cIgwaQhtYatF1oYb9uULNu opb9nw7K2N3T13HAlJDwI7lGUMwS2k6n6qVtiT1lhhKrx0kLXAeAGTzybNyAnd98q7 PsPAruci3WUj25/qzKRKXOZu2DV34ooicBzYNncYOzB6Xuya0mS6K/Oh1T2RcnnRyV FdnDBQJZ88n0hQ76/VdmckeTTWD1SjKs5HuCubgwgwBpOjanoYOz2wTijTZljrEpQN EMA2PCgJjFpgw== X-Google-Smtp-Source: ABdhPJxouB7L6MRsWBksjwJ4rgPpSege1Mw5uUvSWOuHYxF/DoyPNrFkO54j9UDdw1WxdtX3aNU0eJ0hyaR7AFGMuzw= X-Received: by 2002:a9d:7a4b:: with SMTP id z11mr4228287otm.305.1608325084134; Fri, 18 Dec 2020 12:58:04 -0800 (PST) MIME-Version: 1.0 References: <20201218184347.2180772-1-sam@ravnborg.org> <20201218184347.2180772-3-sam@ravnborg.org> In-Reply-To: <20201218184347.2180772-3-sam@ravnborg.org> From: Arnd Bergmann Date: Fri, 18 Dec 2020 21:57:47 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v1 02/13] sparc32: Drop floppy support To: Sam Ravnborg Cc: David S Miller , sparclinux , Andreas Larsson , Alexey Dobriyan , Al Viro , Andrew Morton , Anshuman Khandual , Arvind Sankar , Christian Brauner , Denis Efremov , Dmitry Safonov <0x7f454c46@gmail.com>, Geert Uytterhoeven , Greg Kroah-Hartman , Ira Weiny , Lorenzo Pieralisi , Mark Rutland , Mike Rapoport , Pekka Enberg , Peter Zijlstra , Stephen Rothwell , Thomas Gleixner , Will Deacon , Willy Tarreau , "linux-kernel@vger.kernel.org" , debian-sparc@lists.debian.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 18, 2020 at 7:43 PM Sam Ravnborg wrote: > > LEON do not have floppy support so we can drop it > > Signed-off-by: Sam Ravnborg > Cc: "David S. Miller" > Cc: Sam Ravnborg > Cc: Mike Rapoport > Cc: Andrew Morton > Cc: Denis Efremov > Cc: Willy Tarreau > Cc: Christian Brauner > Cc: sparclinux@vger.kernel.org > Cc: Arnd Bergmann > Cc: Andreas Larsson > --- > arch/sparc/Kconfig | 2 +- > arch/sparc/include/asm/floppy.h | 786 ++++++++++++++++++++++++++++- > arch/sparc/include/asm/floppy_32.h | 393 --------------- > arch/sparc/include/asm/floppy_64.h | 779 ---------------------------- Rather than renaming the floppy_64.h to floppy.h, it might be easier to just remove the #else from floppy.h, similar to what asm/adi.h does. This might be helpful in the (unlikely) case that someone has patches for this file and wants to rebase them. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Fri, 18 Dec 2020 20:57:47 +0000 Subject: Re: [PATCH v1 02/13] sparc32: Drop floppy support Message-Id: List-Id: References: <20201218184347.2180772-1-sam@ravnborg.org> <20201218184347.2180772-3-sam@ravnborg.org> In-Reply-To: <20201218184347.2180772-3-sam@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Sam Ravnborg Cc: David S Miller , sparclinux , Andreas Larsson , Alexey Dobriyan , Al Viro , Andrew Morton , Anshuman Khandual , Arvind Sankar , Christian Brauner , Denis Efremov , Dmitry Safonov <0x7f454c46@gmail.com>, Geert Uytterhoeven , Greg Kroah-Hartman , Ira Weiny , Lorenzo Pieralisi , Mark Rutland , Mike Rapoport , Pekka Enberg , Peter Zijlstra , Stephen Rothwell , Thomas Gleixner , Will Deacon , Willy Tarreau , "linux-kernel@vger.kernel.org" , debian-sparc@lists.debian.org On Fri, Dec 18, 2020 at 7:43 PM Sam Ravnborg wrote: > > LEON do not have floppy support so we can drop it > > Signed-off-by: Sam Ravnborg > Cc: "David S. Miller" > Cc: Sam Ravnborg > Cc: Mike Rapoport > Cc: Andrew Morton > Cc: Denis Efremov > Cc: Willy Tarreau > Cc: Christian Brauner > Cc: sparclinux@vger.kernel.org > Cc: Arnd Bergmann > Cc: Andreas Larsson > --- > arch/sparc/Kconfig | 2 +- > arch/sparc/include/asm/floppy.h | 786 ++++++++++++++++++++++++++++- > arch/sparc/include/asm/floppy_32.h | 393 --------------- > arch/sparc/include/asm/floppy_64.h | 779 ---------------------------- Rather than renaming the floppy_64.h to floppy.h, it might be easier to just remove the #else from floppy.h, similar to what asm/adi.h does. This might be helpful in the (unlikely) case that someone has patches for this file and wants to rebase them. Arnd