From: James Hogan <james.hogan@mips.com>
To: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@mips.com>
Cc: <linux-mips@linux-mips.org>, <ralf@linux-mips.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/2] MIPS: Xilfpga: Switch to generic kernel
Date: Thu, 9 Nov 2017 13:00:17 +0000 [thread overview]
Message-ID: <20171109130016.GV15260@jhogan-linux> (raw)
In-Reply-To: <20170331090042.29168-1-Zubair.Kakakhel@imgtec.com>
[-- Attachment #1: Type: text/plain, Size: 2074 bytes --]
On Fri, Mar 31, 2017 at 10:00:40AM +0100, Zubair Lutfullah Kakakhel wrote:
> Hi,
>
> Couple of patches that convert the MIPSfpga platform to using
> the generic kernels
>
> Based on v4.11-rc4.
Thanks, Applied for 4.15.
Tweaks to fix conflicts:
- Use separate board-xilfpga.its.S.
- Add 32r2 and little endian requires to board-xilfpga.config
- Update arch/mips/Makefile snippet and move to end
Cheers
James
>
> 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
>
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@mips.com>
To: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@mips.com>
Cc: linux-mips@linux-mips.org, ralf@linux-mips.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] MIPS: Xilfpga: Switch to generic kernel
Date: Thu, 9 Nov 2017 13:00:17 +0000 [thread overview]
Message-ID: <20171109130016.GV15260@jhogan-linux> (raw)
Message-ID: <20171109130017.mf3P4GenLTuDcBLSl2P1yjZfjXGaEIJifjBWmeNCi3w@z> (raw)
In-Reply-To: <20170331090042.29168-1-Zubair.Kakakhel@imgtec.com>
[-- Attachment #1: Type: text/plain, Size: 2074 bytes --]
On Fri, Mar 31, 2017 at 10:00:40AM +0100, Zubair Lutfullah Kakakhel wrote:
> Hi,
>
> Couple of patches that convert the MIPSfpga platform to using
> the generic kernels
>
> Based on v4.11-rc4.
Thanks, Applied for 4.15.
Tweaks to fix conflicts:
- Use separate board-xilfpga.its.S.
- Add 32r2 and little endian requires to board-xilfpga.config
- Update arch/mips/Makefile snippet and move to end
Cheers
James
>
> 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
>
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-11-09 13:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` James Hogan [this message]
2017-11-09 13:00 ` [PATCH 0/2] MIPS: Xilfpga: Switch to generic kernel James Hogan
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=20171109130016.GV15260@jhogan-linux \
--to=james.hogan@mips.com \
--cc=Zubair.Kakakhel@mips.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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.