From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754164AbbGNJmd (ORCPT ); Tue, 14 Jul 2015 05:42:33 -0400 Received: from mail-la0-f53.google.com ([209.85.215.53]:36792 "EHLO mail-la0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754146AbbGNJm2 (ORCPT ); Tue, 14 Jul 2015 05:42:28 -0400 Date: Tue, 14 Jul 2015 11:22:07 +0200 From: Olof Johansson To: Masahiro Yamada Cc: arm@kernel.org, Ian Campbell , Kukjin Kim , Krzysztof Kozlowski , devicetree@vger.kernel.org, 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: Re: [PATCH v2 0/3] ARM: add UART and EHCI support for UniPhier DTS and enable them. Message-ID: <20150714092207.GF20686@localhost> References: <1436504040-16375-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436504040-16375-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 10, 2015 at 01:53:57PM +0900, Masahiro Yamada wrote: > The basic support for UniPhier SoC family (arch/arm/mach-uniphier) > was mainlined at Linux 4.2-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. > > > Changes in v2: > - Add chip-specific compatible strings "socionext,uniphier-ehci" > Applied 1-3 to next/dt and next/defconfig. Thanks! -Olof