From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752894AbcFJHC2 (ORCPT ); Fri, 10 Jun 2016 03:02:28 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:48063 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752476AbcFJHC0 (ORCPT ); Fri, 10 Jun 2016 03:02:26 -0400 Subject: Re: [PATCH v9 03/14] usb: hcd.h: Add OTG to HCD interface To: Alan Stern , Sergei Shtylyov References: CC: , , , , , , , , , , , , , , , , From: Roger Quadros Message-ID: <575A65E5.6030908@ti.com> Date: Fri, 10 Jun 2016 10:01:57 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/06/16 17:11, Alan Stern wrote: > On Thu, 9 Jun 2016, Sergei Shtylyov wrote: > >> Hello. >> >> On 6/9/2016 10:31 AM, Roger Quadros wrote: >> >>>>>>> The OTG core will use struct otg_hcd_ops to interface >>>>>>> with the HCD controller. >>>>>> >>>>>> Host controller driver (HCD) controller? Maybe just HC? :-) >>>>> >>>>> OK. >>>> >>>> OTOH, my googling has shown that HCD may stand for both HC driver and HC device... The host controller device sounds a bit tautological however... >>> >>> Yeah I always meant it to be Host Controller Device :). >> >> The question here is more what was meant by the previous Linux USB >> authors. :-) > > I have always used "HCD" to mean Host Controller Driver, and I believe > that's what other people have done too. > > If I want to refer to a Host Controller Device, I would write either > "HC" or "host controller". > > Admittedly, this means that struct usb_hcd has a slightly illogical > name. > OK, I'll re-spin this series so that HCD means HC driver. cheers, -roger