Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1331123
| From | Lars Persson <lars.persson@axis.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/8] arm: Add Artpec-6 SoC |
| Date | 2016-02-10 13:50 +0100 |
| Message-ID | <r0Cnw-2fc-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Basic support for the Axis Artpec-6 ARM SoC. Timers, interrupts, UARTs and ethernet are wired up. Lars Persson (8): clk: add device tree binding for artpec-6 pll1 clock clk: add artpec-6 pll1 clock driver arm: add device-tree SoC bindings for Axis Artpec-6 arm: dts: add Artpec-6 soc dtsi file arm: dts: add Artpec-6 development board dts arm: initial machine port for artpec-6 SoC arm: multi_v7_defconfig: add MACH_ARTPEC6 arm: mach-artpec: add entry to MAINTAINERS Documentation/devicetree/bindings/arm/axis.txt | 8 + .../devicetree/bindings/clock/artpec6.txt | 14 ++ MAINTAINERS | 10 + arch/arm/Kconfig | 2 + arch/arm/Makefile | 1 + arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/artpec6-devboard.dts | 57 +++++ arch/arm/boot/dts/artpec6.dtsi | 238 +++++++++++++++++++++ arch/arm/configs/multi_v7_defconfig | 2 + arch/arm/mach-artpec/Kconfig | 22 ++ arch/arm/mach-artpec/Makefile | 1 + arch/arm/mach-artpec/board-artpec6.c | 66 ++++++ drivers/clk/Makefile | 1 + drivers/clk/clk-artpec6.c | 70 ++++++ 14 files changed, 494 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/axis.txt create mode 100644 Documentation/devicetree/bindings/clock/artpec6.txt create mode 100644 arch/arm/boot/dts/artpec6-devboard.dts create mode 100644 arch/arm/boot/dts/artpec6.dtsi create mode 100644 arch/arm/mach-artpec/Kconfig create mode 100644 arch/arm/mach-artpec/Makefile create mode 100644 arch/arm/mach-artpec/board-artpec6.c create mode 100644 drivers/clk/clk-artpec6.c -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/8] arm: Add Artpec-6 SoC Lars Persson <lars.persson@axis.com> - 2016-02-10 13:50 +0100
[PATCH 7/8] arm: multi_v7_defconfig: add MACH_ARTPEC6 Lars Persson <lars.persson@axis.com> - 2016-02-10 13:50 +0100
Re: [PATCH 7/8] arm: multi_v7_defconfig: add MACH_ARTPEC6 Arnd Bergmann <arnd@arndb.de> - 2016-02-10 15:50 +0100
[PATCH 4/8] arm: dts: add Artpec-6 soc dtsi file Lars Persson <lars.persson@axis.com> - 2016-02-10 13:50 +0100
Re: [PATCH 4/8] arm: dts: add Artpec-6 soc dtsi file Arnd Bergmann <arnd@arndb.de> - 2016-02-10 15:40 +0100
[PATCH 6/8] arm: initial machine port for artpec-6 SoC Lars Persson <lars.persson@axis.com> - 2016-02-10 13:50 +0100
Re: [PATCH 6/8] arm: initial machine port for artpec-6 SoC Arnd Bergmann <arnd@arndb.de> - 2016-02-10 15:50 +0100
[PATCH 5/8] arm: dts: add Artpec-6 development board dts Lars Persson <lars.persson@axis.com> - 2016-02-10 14:00 +0100
[PATCH 8/8] arm: mach-artpec: add entry to MAINTAINERS Lars Persson <lars.persson@axis.com> - 2016-02-10 14:00 +0100
[PATCH 1/8] clk: add device tree binding for artpec-6 pll1 clock Lars Persson <lars.persson@axis.com> - 2016-02-10 14:00 +0100
Re: [PATCH 1/8] clk: add device tree binding for artpec-6 pll1 clock Arnd Bergmann <arnd@arndb.de> - 2016-02-10 15:40 +0100
[PATCH 3/8] arm: add device-tree SoC bindings for Axis Artpec-6 Lars Persson <lars.persson@axis.com> - 2016-02-10 14:00 +0100
Re: [PATCH 3/8] arm: add device-tree SoC bindings for Axis Artpec-6 Arnd Bergmann <arnd@arndb.de> - 2016-02-10 15:40 +0100
Re: [PATCH 0/8] arm: Add Artpec-6 SoC Arnd Bergmann <arnd@arndb.de> - 2016-02-10 15:50 +0100
csiph-web