From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423366AbbEOOMF (ORCPT ); Fri, 15 May 2015 10:12:05 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:53777 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422669AbbEOOMB (ORCPT ); Fri, 15 May 2015 10:12:01 -0400 From: Arnd Bergmann To: Rob Herring Cc: Sebastian Hesselbarth , Greg Kroah-Hartman , Alan Stern , Kishon Vijay Abraham I , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Linux USB List , Jason Cooper , Andrew Lunn , Gregory Clement , Thomas Petazzoni Subject: Re: [PATCH 0/5] Marvell PXA1928 USB support Date: Fri, 15 May 2015 16:11:34 +0200 Message-ID: <2878212.YRcsYyF5mD@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <1431557340-5421-1-git-send-email-robh@kernel.org> <5555C2A5.8010509@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:TDLNEh3CmYwGwK4EFGeJP+hIvQ7hOSVhyZNrwGQVcne6vwqXEdf jf4RaqynDjwgAt1pIDAsO+5VrHHbauHfRCdlCmTL//Lej5H7G35g8pErcoFsNJIMqTs+9Da XV4vk3laXaDlyAs1Scku4C5fSe0yrbvG7u6Fb5KfF7S9b1XL52SxcyPUW0tfX/CabN6XhbD rHQ7EPjO3FNrjuaB3BY1A== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 15 May 2015 07:48:24 Rob Herring wrote: > > > Anyway, if you are introducing new PHY drivers with _that_ generic > > names, it will either clash with every other Marvell USB PHYs - > > or we'll have to add the PHY code into the drivers above. > > How about phy-pxa-28nm-{usb2,hsic}? > Seems ok to me, but please verify that these are actually usb2 and hsic specific devices. There are a lot of PHY implementations that share the basic layout between devices for different purposes, e.g. USB3 and PCIe and they should have a name that is not too specific for one connection when the same driver gets reused by another part. Arnd