linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] sh: Remove Cayman board support
@ 2020-06-17  6:55 Geert Uytterhoeven
  2020-06-17  6:55 ` [PATCH 1/2] sh: Remove SH5-based Cayman platform Geert Uytterhoeven
  2020-06-17  6:55 ` [PATCH 2/2] input: i8042 - Remove special Cayman handling Geert Uytterhoeven
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2020-06-17  6:55 UTC (permalink / raw)
  To: Yoshinori Sato, Rich Felker, Dmitry Torokhov, Arnd Bergmann
  Cc: linux-sh, linux-input, linux-kernel, Geert Uytterhoeven

	Hi all,

Commit 37744feebc086908 ("sh: remove sh5 support") removed all core SH5
support, but forgot to remove board support for the SH5-based Hitachi
Cayman development board.

This patch (hopefully) completes the removal, by dropping Cayman board
support, and Cayman-specific handling in the i8042 driver.

Both patches can be applied independently.
The first patch is intended for the SH tree.
The second patch is intended for the input tree, but could be merged
through the SH tree, if acked.

Thanks!

Geert Uytterhoeven (2):
  sh: Remove SH5-based Cayman platform
  input: i8042 - Remove special Cayman handling

 arch/sh/Kconfig                     |   5 +-
 arch/sh/Makefile                    |   5 -
 arch/sh/boards/Kconfig              |   6 -
 arch/sh/boards/mach-cayman/Makefile |   5 -
 arch/sh/boards/mach-cayman/irq.c    | 148 -----------------------
 arch/sh/boards/mach-cayman/panic.c  |  46 -------
 arch/sh/boards/mach-cayman/setup.c  | 181 ----------------------------
 arch/sh/configs/cayman_defconfig    |  66 ----------
 arch/sh/drivers/pci/Makefile        |   1 -
 arch/sh/drivers/pci/fixups-cayman.c |  78 ------------
 arch/sh/tools/mach-types            |   1 -
 drivers/input/serio/i8042-io.h      |   2 -
 12 files changed, 2 insertions(+), 542 deletions(-)
 delete mode 100644 arch/sh/boards/mach-cayman/Makefile
 delete mode 100644 arch/sh/boards/mach-cayman/irq.c
 delete mode 100644 arch/sh/boards/mach-cayman/panic.c
 delete mode 100644 arch/sh/boards/mach-cayman/setup.c
 delete mode 100644 arch/sh/configs/cayman_defconfig
 delete mode 100644 arch/sh/drivers/pci/fixups-cayman.c

-- 
2.17.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-17  7:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17  6:55 [PATCH 0/2] sh: Remove Cayman board support Geert Uytterhoeven
2020-06-17  6:55 ` [PATCH 1/2] sh: Remove SH5-based Cayman platform Geert Uytterhoeven
2020-06-17  7:16   ` Arnd Bergmann
2020-06-17  6:55 ` [PATCH 2/2] input: i8042 - Remove special Cayman handling Geert Uytterhoeven
2020-06-17  7:17   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).