public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: jmmahler@gmail.com (Jeremiah Mahler)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] usb: phy: add lubbock phy driver
Date: Sat, 29 Nov 2014 14:44:48 -0800	[thread overview]
Message-ID: <20141129224448.GA1607@hudson.localdomain> (raw)
In-Reply-To: <1417298525-5587-3-git-send-email-dbaryshkov@gmail.com>

Dmitry,

On Sun, Nov 30, 2014 at 01:02:04AM +0300, Dmitry Eremin-Solenikov wrote:
> Extract lubbock-specific code from pxa25x_udc driver. As a bonus, phy
> 
[]
> diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
> index 0cd1f44..98b1682 100644
> --- a/drivers/usb/phy/Kconfig
> +++ b/drivers/usb/phy/Kconfig
> @@ -137,6 +137,16 @@ config USB_ISP1301
>  	  To compile this driver as a module, choose M here: the
>  	  module will be called phy-isp1301.
>  
> +config USB_LUBBOCK
> +	tristate "USB VBUS PHY Driver for DBPXA250 Lubbock platform"
> +	depends on ARCH_LUBBOCK
> +	help
> +	  Say Y here to add support for the USB Gadget VBUS tranceiver driver
                                                        ^^^^^^^^^^
                                                        transceiver
> +	  for DBPXA250 (Lubbock) platform.
> +
> +	  To compile this driver as a module, choose M here: the
> +	  module will be called phy-lubbock.
> +
>  config USB_MSM_OTG
>  	tristate "Qualcomm on-chip USB OTG controller support"
>  	depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM || COMPILE_TEST)
> diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile
> +};
[]
> +module_platform_driver(lubbock_vbus_driver);
> +
> +MODULE_DESCRIPTION("OTG transceiver driver for DBPXA250 Lubbock platform");
> +MODULE_AUTHOR("Dmitry Eremin-Solenikov");
> +MODULE_LICENSE("GPL v2");
> -- 
> 2.1.3
> 
> --
[]

-- 
- Jeremiah Mahler

  reply	other threads:[~2014-11-29 22:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-29 22:02 [PATCH v2 0/3] ARM/usb: add PHY for Lubbock platform Dmitry Eremin-Solenikov
2014-11-29 22:02 ` [PATCH v2 1/3] ARM: pxa: lubbock: add declaration of vbus tranceiver Dmitry Eremin-Solenikov
2014-11-29 22:02 ` [PATCH v2 2/3] usb: phy: add lubbock phy driver Dmitry Eremin-Solenikov
2014-11-29 22:44   ` Jeremiah Mahler [this message]
2014-11-30 21:07   ` Robert Jarzmik
2015-01-08 16:58   ` Felipe Balbi
2015-01-11 18:44     ` Dmitry Eremin-Solenikov
2015-01-12 21:51       ` Felipe Balbi
2015-01-13  6:10         ` Kishon Vijay Abraham I
2015-01-15  1:45           ` Dmitry Eremin-Solenikov
2014-11-29 22:02 ` [PATCH v2 3/3] usb: gadget: drop lubbock-specific code from pxa25x_udc Dmitry Eremin-Solenikov

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=20141129224448.GA1607@hudson.localdomain \
    --to=jmmahler@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox