mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: <gregkh@linuxfoundation.org>
Cc: <balbi@ti.com>, <stern@rowland.harvard.edu>, <kishon@ti.com>,
	<arnd@arndb.de>, <adrienverge@gmail.com>,
	<linux-usb@vger.kernel.org>, <linux-omap@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, Roger Quadros <rogerq@ti.com>,
	Pavankumar Kondeti <pkondeti@codeaurora.org>
Subject: [PATCH 3/5] USB: ehci-msm: USB_EHCI_MSM need not depend on USB_PHY
Date: Wed, 29 May 2013 14:43:29 +0300	[thread overview]
Message-ID: <1369827811-534-4-git-send-email-rogerq@ti.com> (raw)
In-Reply-To: <1369827811-534-1-git-send-email-rogerq@ti.com>

As the USB PHY drivers no longer depend on USB_PHY but
select it if needed, the controller drivers need not
depend on USB_PHY. They can safely select the necessary
PHY driver i.e. USB_MSM_OTG in this case.

Signed-off-by: Roger Quadros <rogerq@ti.com>
CC: Pavankumar Kondeti <pkondeti@codeaurora.org>
---
 drivers/usb/host/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 5561b47..48e1b70 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -186,7 +186,6 @@ config USB_EHCI_HCD_AT91
 config USB_EHCI_MSM
 	tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
 	depends on ARCH_MSM
-	depends on USB_PHY
 	select USB_EHCI_ROOT_HUB_TT
 	select USB_MSM_OTG
 	---help---
-- 
1.7.4.1


  parent reply	other threads:[~2013-05-29 11:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 11:43 [PATCH 0/5] USB: PHY: Improve PHY selection logic Roger Quadros
2013-05-29 11:43 ` [PATCH 1/5] USB: PHY: Make PHY driver selection possible by controller drivers Roger Quadros
2013-05-29 11:43 ` [PATCH 2/5] USB: ehci-omap: select NOP_USB_XCEIV PHY driver Roger Quadros
2013-05-29 15:33   ` Adrien Vergé
2013-05-29 11:43 ` Roger Quadros [this message]
2013-05-29 11:43 ` [PATCH 4/5] USB: lpc32xx: USB_LPC32XX need not depend on USB_PHY Roger Quadros
2013-05-29 14:06   ` Roland Stigge
2013-05-29 11:43 ` [PATCH 5/5] USB: OMAP: USB_OMAP need not depend USB_PHY Roger Quadros
2013-05-29 11:59 ` [PATCH 0/5] USB: PHY: Improve PHY selection logic Arnd Bergmann
2013-05-29 12:05   ` Roger Quadros

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=1369827811-534-4-git-send-email-rogerq@ti.com \
    --to=rogerq@ti.com \
    --cc=adrienverge@gmail.com \
    --cc=arnd@arndb.de \
    --cc=balbi@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=pkondeti@codeaurora.org \
    --cc=stern@rowland.harvard.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome