linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: Xilfpga: Switch to generic kernel
@ 2017-03-31  9:00 Zubair Lutfullah Kakakhel
  2017-03-31  9:00 ` Zubair Lutfullah Kakakhel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2017-03-31  9:00 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: Zubair.Kakakhel, linux-kernel

Hi,

Couple of patches that convert the MIPSfpga platform to using
the generic kernels

Based on v4.11-rc4.

Regards,
ZubairLK

Zubair Lutfullah Kakakhel (2):
  MIPS: generic: Add support for MIPSfpga
  MIPS: Xilfpga: Switch to using generic defconfigs

 arch/mips/Kbuild.platforms                     |  1 -
 arch/mips/Kconfig                              | 24 ---------
 arch/mips/Makefile                             |  4 ++
 arch/mips/boot/dts/xilfpga/Makefile            |  2 +-
 arch/mips/boot/dts/xilfpga/nexys4ddr.dts       |  8 +++
 arch/mips/configs/generic/board-xilfpga.config | 19 +++++++
 arch/mips/configs/xilfpga_defconfig            | 75 --------------------------
 arch/mips/generic/Kconfig                      |  6 +++
 arch/mips/generic/vmlinux.its.S                | 25 +++++++++
 arch/mips/xilfpga/Kconfig                      |  9 ----
 arch/mips/xilfpga/Makefile                     |  7 ---
 arch/mips/xilfpga/Platform                     |  3 --
 arch/mips/xilfpga/init.c                       | 44 ---------------
 arch/mips/xilfpga/intc.c                       | 22 --------
 arch/mips/xilfpga/time.c                       | 41 --------------
 15 files changed, 63 insertions(+), 227 deletions(-)
 create mode 100644 arch/mips/configs/generic/board-xilfpga.config
 delete mode 100644 arch/mips/configs/xilfpga_defconfig
 delete mode 100644 arch/mips/xilfpga/Kconfig
 delete mode 100644 arch/mips/xilfpga/Makefile
 delete mode 100644 arch/mips/xilfpga/Platform
 delete mode 100644 arch/mips/xilfpga/init.c
 delete mode 100644 arch/mips/xilfpga/intc.c
 delete mode 100644 arch/mips/xilfpga/time.c

-- 
2.10.2

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

end of thread, other threads:[~2017-11-09 13:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31  9:00 [PATCH 0/2] MIPS: Xilfpga: Switch to generic kernel Zubair Lutfullah Kakakhel
2017-03-31  9:00 ` Zubair Lutfullah Kakakhel
2017-03-31  9:00 ` [PATCH 1/2] MIPS: generic: Add support for MIPSfpga Zubair Lutfullah Kakakhel
2017-03-31  9:00   ` Zubair Lutfullah Kakakhel
2017-03-31  9:00 ` [PATCH 2/2] MIPS: Xilfpga: Switch to using generic defconfigs Zubair Lutfullah Kakakhel
2017-03-31  9:00   ` Zubair Lutfullah Kakakhel
2017-11-09 13:00 ` [PATCH 0/2] MIPS: Xilfpga: Switch to generic kernel James Hogan
2017-11-09 13:00   ` James Hogan

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).