Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753677AbbGFDvR (ORCPT ); Sun, 5 Jul 2015 23:51:17 -0400 Received: from conuserg012.nifty.com ([202.248.44.38]:25871 "EHLO conuserg012-v.nifty.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753416AbbGFDuu (ORCPT ); Sun, 5 Jul 2015 23:50:50 -0400 X-Nifty-SrcIP: [106.178.191.106] From: Masahiro Yamada To: arm@kernel.org Cc: Masahiro Yamada , Ian Campbell , Kukjin Kim , Krzysztof Kozlowski , devicetree@vger.kernel.org, Olof Johansson , Peter Griffin , linux-kernel@vger.kernel.org, Kumar Gala , Russell King , Alexandre Belloni , Pawel Moll , Arnd Bergmann , Geert Uytterhoeven , Lee Jones , Rob Herring , Mark Rutland , Javier Martinez Canillas , Ray Jui , linux-arm-kernel@lists.infradead.org, Stephen Warren Subject: [PATCH 0/3] ARM: add UART and EHCI support for UniPhier DTS and enable them. Date: Mon, 6 Jul 2015 12:47:27 +0900 Message-Id: <1436154450-21102-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1368 Lines: 34 The basic support for UniPhier SoC family (arch/arm/mach-uniphier) was mainlined at Linux 4.1-rc1. I am now tackling some drivers to support them in the mainline. I've got UART and EHCI done, so I'd like to enable them from the ARM-SOC subsystem. Masahiro Yamada (3): ARM: multi_v7_defconfig: enable UniPhier UART driver ARM: dts: UniPhier: add on-chip UART device nodes ARM: dts: UniPhier: add USB EHCI device nodes arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts | 29 +++++++++++-- arch/arm/boot/dts/uniphier-ph1-ld4.dtsi | 63 +++++++++++++++++++++++++++++ arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts | 29 +++++++++++-- arch/arm/boot/dts/uniphier-ph1-pro4.dtsi | 56 +++++++++++++++++++++++++ arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts | 36 +++++++++++++++-- arch/arm/boot/dts/uniphier-ph1-sld3.dtsi | 61 ++++++++++++++++++++++++++++ arch/arm/boot/dts/uniphier-ph1-sld8-ref.dts | 33 +++++++++++++-- arch/arm/boot/dts/uniphier-ph1-sld8.dtsi | 63 +++++++++++++++++++++++++++++ arch/arm/configs/multi_v7_defconfig | 1 + 9 files changed, 359 insertions(+), 12 deletions(-) -- 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/