All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Premi, Sanjeev" <premi-l0cyMroinI0@public.gmane.org>
To: "Munegowda,
	Keshava" <keshava_mgowda-l0cyMroinI0@public.gmane.org>,
	Igor Grinberg <grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
Cc: "linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"Balbi, Felipe" <balbi-l0cyMroinI0@public.gmane.org>,
	"Gadiyar, Anand" <gadiyar-l0cyMroinI0@public.gmane.org>,
	"parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org"
	<parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org>
Subject: RE: [PATCH 3/5] arm: omap: usb: device name change for the clk names of usbhs
Date: Fri, 13 May 2011 14:35:39 +0530	[thread overview]
Message-ID: <B85A65D85D7EB246BE421B3FB0FBB593024CF130EB@dbde02.ent.ti.com> (raw)
In-Reply-To: <BANLkTin0hU95m5msSge_TYDPc774i4rGpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

> -----Original Message-----
> From: Munegowda, Keshava 
> Sent: Friday, May 13, 2011 12:04 PM
> To: Igor Grinberg
> Cc: Premi, Sanjeev; linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; 
> linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Balbi, Felipe; Gadiyar, Anand; 
> parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org
> Subject: Re: [PATCH 3/5] arm: omap: usb: device name change 
> for the clk names of usbhs
> 
> On Thu, May 12, 2011 at 4:58 PM, Igor Grinberg 
> <grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> wrote:
> >
> >
> > On 05/12/11 13:49, Premi, Sanjeev wrote:
> >
> >>> -----Original Message-----
> >>> From: linux-omap-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> >>> [mailto:linux-omap-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of
> >>> Munegowda, Keshava
> >>> Sent: Wednesday, May 11, 2011 7:35 PM
> >>> To: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> >>> Cc: Munegowda, Keshava; Balbi, Felipe; Gadiyar, Anand;
> >>> parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org
> >>> Subject: [PATCH 3/5] arm: omap: usb: device name change for
> >>> the clk names of usbhs
> >> [snip]...[snip]
> >>
> >>> --- a/drivers/mfd/omap-usb-host.c
> >>> +++ b/drivers/mfd/omap-usb-host.c
> >>> @@ -27,7 +27,7 @@
> >>>  #include <linux/gpio.h>
> >>>  #include <plat/usb.h>
> >>>
> >>> -#define USBHS_DRIVER_NAME   "usbhs-omap"
> >>> +#define USBHS_DRIVER_NAME   "usbhs_omap"
> >>>  #define OMAP_EHCI_DEVICE    "ehci-omap"
> >>>  #define OMAP_OHCI_DEVICE    "ohci-omap3"
> >>
> >> [sp] Shouldn't we be consistent in using minus/dash and
> >>      underscore in the device names?
> >
> > Also, can't we avoid once again changing the clock names
> > (at least for a while...)?
> > Is that really necessary? Can't hwmod use current clock names?
> > Because, Linus is sooo happy each time he sees that kind of 
> changes....
> >
> 
> This was actually earlier comment saying use _ as the convention for
> hwmod and runtime pm.
> only usbhs_omap uses the hwmod; the ehci and ohci drivers are children
> of usbhsh and they get the
> data from usbhs. Hence the older name of ehci and ochi drivers are
> retained as it is.
>   if it is really needed,  to change ehci and ohci driver names , then
> i can make it as another patch.

[sp] A common convetion helps. Another patch will definitely help usability.

~sanjeev

> 
> 
> >
> > --
> > Regards,
> > Igor.
> >
> >
> --
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2011-05-13  9:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-11 14:04 [PATCH 0/5] arm: omap: usb: Runtime PM support for EHCI and OHCI drivers Keshava Munegowda
     [not found] ` <1305122676-27236-1-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-05-11 14:04   ` [PATCH 1/5] arm: omap: usb: ehci and ohci hwmod structures for omap3 and omap4 Keshava Munegowda
     [not found]     ` <1305122676-27236-2-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-05-11 14:04       ` [PATCH 2/5] arm: omap: usb: register hwmods of usbhs Keshava Munegowda
2011-05-11 14:04         ` [PATCH 3/5] arm: omap: usb: device name change for the clk names " Keshava Munegowda
     [not found]           ` <1305122676-27236-4-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-05-11 14:04             ` [PATCH 4/5] arm: omap: usb: Runtime PM support Keshava Munegowda
2011-05-11 14:04               ` [PATCH 5/5] arm: omap: usb: global Suspend and resume support of ehci and ohci Keshava Munegowda
2011-05-12 10:49           ` [PATCH 3/5] arm: omap: usb: device name change for the clk names of usbhs Premi, Sanjeev
2011-05-12 11:28             ` Igor Grinberg
2011-05-13  6:34               ` Munegowda, Keshava
     [not found]                 ` <BANLkTin0hU95m5msSge_TYDPc774i4rGpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-05-13  9:05                   ` Premi, Sanjeev [this message]
     [not found]                     ` <B85A65D85D7EB246BE421B3FB0FBB593024CF130EB-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2011-05-13  9:40                       ` Munegowda, Keshava
2011-05-13 11:01 ` [PATCH 0/5] arm: omap: usb: Runtime PM support for EHCI and OHCI drivers Felipe Balbi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B85A65D85D7EB246BE421B3FB0FBB593024CF130EB@dbde02.ent.ti.com \
    --to=premi-l0cymroini0@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=gadiyar-l0cyMroinI0@public.gmane.org \
    --cc=grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org \
    --cc=keshava_mgowda-l0cyMroinI0@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.