All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: linux-arm-kernel@lists.infradead.org
Cc: Arnd Bergmann <arnd@arndb.de>,
	Russell King <linux@armlinux.org.uk>,
	Christoph Hellwig <hch@lst.de>,
	Linus Walleij <linus.walleij@linaro.org>,
	Marc Zyngier <maz@kernel.org>
Subject: [PATCH v3 0/5] ARM: footbridge: cleanups
Date: Fri,  9 Sep 2022 22:57:44 +0200	[thread overview]
Message-ID: <20220909205749.1793677-1-arnd@kernel.org> (raw)

From: Arnd Bergmann <arnd@arndb.de>

I'm reposting the footbridge cleanup series for reference
after Marc has successfully tested it. Russell still
had concerns about the CONFIG_ISA patch, and I've tried
to capture the result of the earlier email thread but
left it in.

Russell, let me know if you still prefer me to drop
patch 4/5 instead.

     Arnd

Arnd Bergmann (5):
  ARM: footbridge: remove addin mode
  ARM: footbridge: remove leftover from personal-server
  ARM: footbridge: move isa-dma support into footbridge
  ARM: footbridge: limit CONFIG_ISA to CATS
  ARM: footbridge: remove custom DMA address handling

Changes since v2:

- update changelog text for CONFIG_ISA patch
- add patch to remove custom phys_to_dma()/dma_to_phys
- fix a build failure.

 arch/arm/Kconfig                              |  5 --
 arch/arm/include/asm/dma-direct.h             |  1 -
 arch/arm/include/asm/dma.h                    |  2 +-
 arch/arm/include/asm/hardware/dec21285.h      | 20 ++---
 arch/arm/include/asm/mach/dma.h               |  5 --
 arch/arm/include/asm/memory.h                 | 11 ---
 arch/arm/kernel/Makefile                      |  1 -
 arch/arm/mach-footbridge/Kconfig              | 31 +------
 arch/arm/mach-footbridge/Makefile             |  5 +-
 arch/arm/mach-footbridge/common.c             | 79 +-----------------
 arch/arm/mach-footbridge/dc21285.c            | 80 +++++++++----------
 .../arm/{kernel => mach-footbridge}/dma-isa.c | 11 ++-
 arch/arm/mach-footbridge/dma.c                | 58 --------------
 .../mach-footbridge/include/mach/dma-direct.h |  8 --
 .../mach-footbridge/include/mach/isa-dma.h    | 14 +---
 .../arm/mach-footbridge/include/mach/memory.h | 31 -------
 arch/arm/mach-footbridge/isa.c                | 14 ++--
 drivers/tty/serial/21285.c                    |  3 -
 18 files changed, 71 insertions(+), 308 deletions(-)
 delete mode 100644 arch/arm/include/asm/dma-direct.h
 rename arch/arm/{kernel => mach-footbridge}/dma-isa.c (95%)
 delete mode 100644 arch/arm/mach-footbridge/dma.c
 delete mode 100644 arch/arm/mach-footbridge/include/mach/dma-direct.h

-- 
2.29.2

Cc: Russell King <linux@armlinux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Marc Zyngier <maz@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-09-09 20:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09 20:57 Arnd Bergmann [this message]
2022-09-09 20:57 ` [PATCH v3 1/5] ARM: footbridge: remove addin mode Arnd Bergmann
2022-09-09 20:57 ` [PATCH v3 2/5] ARM: footbridge: remove leftover from personal-server Arnd Bergmann
2022-09-09 20:57 ` [PATCH v3 3/5] ARM: footbridge: move isa-dma support into footbridge Arnd Bergmann
2022-09-09 20:57 ` [PATCH v3 4/5] ARM: footbridge: limit CONFIG_ISA to CATS Arnd Bergmann
2022-09-11 19:53   ` Russell King (Oracle)
2022-09-15 14:00     ` Arnd Bergmann
2022-09-09 20:57 ` [PATCH v3 5/5] ARM: footbridge: remove custom DMA address handling Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220909205749.1793677-1-arnd@kernel.org \
    --to=arnd@kernel.org \
    --cc=arnd@arndb.de \
    --cc=hch@lst.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=maz@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.