From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Tue, 14 Jul 2015 11:22:07 +0200 Subject: [PATCH v2 0/3] ARM: add UART and EHCI support for UniPhier DTS and enable them. In-Reply-To: <1436504040-16375-1-git-send-email-yamada.masahiro@socionext.com> References: <1436504040-16375-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <20150714092207.GF20686@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH v2 0/3] ARM: add UART and EHCI support for UniPhier DTS and enable them. Date: Tue, 14 Jul 2015 11:22:07 +0200 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 Return-path: Content-Disposition: inline In-Reply-To: <1436504040-16375-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Masahiro Yamada Cc: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Ian Campbell , Kukjin Kim , Krzysztof Kozlowski , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Peter Griffin , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Stephen Warren List-Id: devicetree@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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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