Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246660
| From | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] MIPS: Add Xilfpga platform |
| Date | 2015-10-14 15:00 +0200 |
| Message-ID | <qjtOW-7od-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This series is based on v4.3-rc5. Adds support for the Imagination University Program MIPSfpga platform. See the first dt-bindings patch for details about the platform. These patches allow the kernel to boot with UART and gpio support. Acks from DT (patch 1/5) and GPIO (patch 2/5) welcome. Regards, ZubairLK Zubair Lutfullah Kakakhel (5): dt-bindings: MIPS: Document xilfpga bindings and boot style gpio/xilinx: enable for MIPS MIPS: dt: xilfpga: Add xilfpga device tree files. MIPS: xilfpga: Add mipsfpga platform code MIPS: Add xilfpga defconfig .../devicetree/bindings/mips/img/xilfpga.txt | 76 ++++++++++++++++++++++ arch/mips/Kbuild.platforms | 1 + arch/mips/Kconfig | 25 +++++++ arch/mips/boot/dts/Makefile | 1 + arch/mips/boot/dts/xilfpga/Makefile | 9 +++ arch/mips/boot/dts/xilfpga/microAptiv.dtsi | 21 ++++++ arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 47 +++++++++++++ arch/mips/configs/xilfpga_defconfig | 59 +++++++++++++++++ arch/mips/include/asm/mach-xilfpga/gpio.h | 19 ++++++ arch/mips/include/asm/mach-xilfpga/irq.h | 18 +++++ arch/mips/xilfpga/Kconfig | 9 +++ arch/mips/xilfpga/Makefile | 7 ++ arch/mips/xilfpga/Platform | 3 + arch/mips/xilfpga/init.c | 57 ++++++++++++++++ arch/mips/xilfpga/intc.c | 26 ++++++++ arch/mips/xilfpga/time.c | 41 ++++++++++++ drivers/gpio/Kconfig | 2 +- 17 files changed, 420 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/mips/img/xilfpga.txt create mode 100644 arch/mips/boot/dts/xilfpga/Makefile create mode 100644 arch/mips/boot/dts/xilfpga/microAptiv.dtsi create mode 100644 arch/mips/boot/dts/xilfpga/nexys4ddr.dts create mode 100644 arch/mips/configs/xilfpga_defconfig create mode 100644 arch/mips/include/asm/mach-xilfpga/gpio.h create mode 100644 arch/mips/include/asm/mach-xilfpga/irq.h create mode 100644 arch/mips/xilfpga/Kconfig create mode 100644 arch/mips/xilfpga/Makefile create mode 100644 arch/mips/xilfpga/Platform create mode 100644 arch/mips/xilfpga/init.c create mode 100644 arch/mips/xilfpga/intc.c create mode 100644 arch/mips/xilfpga/time.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] MIPS: Add Xilfpga platform Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> - 2015-10-14 15:00 +0200
[PATCH 1/5] dt-bindings: MIPS: Document xilfpga bindings and boot style Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> - 2015-10-14 15:00 +0200
Re: [PATCH 1/5] dt-bindings: MIPS: Document xilfpga bindings and boot style James Hogan <james.hogan@imgtec.com> - 2015-10-15 09:30 +0200
[PATCH 3/5] MIPS: dt: xilfpga: Add xilfpga device tree files. Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> - 2015-10-14 15:00 +0200
Re: [PATCH 3/5] MIPS: dt: xilfpga: Add xilfpga device tree files. James Hogan <james.hogan@imgtec.com> - 2015-10-15 09:50 +0200
[PATCH 5/5] MIPS: Add xilfpga defconfig Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> - 2015-10-14 15:00 +0200
Re: [PATCH 5/5] MIPS: Add xilfpga defconfig James Hogan <james.hogan@imgtec.com> - 2015-10-15 10:40 +0200
[PATCH 4/5] MIPS: xilfpga: Add mipsfpga platform code Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> - 2015-10-14 15:00 +0200
Re: [PATCH 4/5] MIPS: xilfpga: Add mipsfpga platform code James Hogan <james.hogan@imgtec.com> - 2015-10-15 10:20 +0200
[PATCH 2/5] gpio/xilinx: enable for MIPS Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> - 2015-10-14 15:00 +0200
Re: [PATCH 2/5] gpio/xilinx: enable for MIPS Lars-Peter Clausen <lars@metafoo.de> - 2015-10-14 18:00 +0200
Re: [PATCH 2/5] gpio/xilinx: enable for MIPS Lars-Peter Clausen <lars@metafoo.de> - 2015-10-14 19:30 +0200
Re: [PATCH 2/5] gpio/xilinx: enable for MIPS Moritz Fischer <moritz.fischer@ettus.com> - 2015-10-14 20:30 +0200
csiph-web