From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 19 Jul 2012 14:27:20 +0000 Subject: [PATCH 2/2] ARM: vt8500: Add support for UHCI companion controller In-Reply-To: <1342704684-4858-2-git-send-email-linux@prisktech.co.nz> References: <1342704684-4858-1-git-send-email-linux@prisktech.co.nz> <1342704684-4858-2-git-send-email-linux@prisktech.co.nz> Message-ID: <201207191427.20831.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 19 July 2012, Tony Prisk wrote: > Add support for the UHCI companion controller in arch-vt8500. > This patch is based almost entirely off uhci-grlib.c with > additions for device tree support. > > Signed-off-by: Tony Prisk It looks like this file is basically completely generic, so could you just call it uhci-of instead so we can use it for all uhci implementations that have no special requirements? Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/2] ARM: vt8500: Add support for UHCI companion controller Date: Thu, 19 Jul 2012 14:27:20 +0000 Message-ID: <201207191427.20831.arnd@arndb.de> References: <1342704684-4858-1-git-send-email-linux@prisktech.co.nz> <1342704684-4858-2-git-send-email-linux@prisktech.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1342704684-4858-2-git-send-email-linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: vt8500-wm8505-linux-kernel-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Thursday 19 July 2012, Tony Prisk wrote: > Add support for the UHCI companion controller in arch-vt8500. > This patch is based almost entirely off uhci-grlib.c with > additions for device tree support. > > Signed-off-by: Tony Prisk It looks like this file is basically completely generic, so could you just call it uhci-of instead so we can use it for all uhci implementations that have no special requirements? Arnd