From: Tomasz Figa <t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v4 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs
Date: Tue, 11 Sep 2012 10:47:38 +0200 [thread overview]
Message-ID: <k2mtra$7jj$3@ger.gmane.org> (raw)
In-Reply-To: 1344582631-13658-1-git-send-email-p.paneri@samsung.com
Hi Praveen,
Praveen Paneri wrote:
> Changes from v3:
> Replaced susbsys_initcall()/module_exit() by module_platform_driver().
> Accordingly in the hsotg driver returned -EPROBE_DEFER until phy driver
> is registered
> Removed unnecessary devm_usb_put_phy() call from the hsotg driver remove.
>
> Changes from v2:
> Changed the driver filenames to samsung-usbphy
> Changed 's3c' to 'samsung' for platform device as well as platform data
> Moved platform data structure to a separate file
> Rectified coding style related errors
>
> Changes from v1:
> Rebased patches to latest usb-next branch
> Changed the name 'sec_usbphy' to 'samsung_usbphy'
>
> This patch set introduces a phy driver for samsung SoCs. It uses the
> existing transceiver infrastructure to provide phy control functions. Use
> of this driver can be extended for usb host phy as well. Over the period
> of time all the phy related code for most of the samsung SoCs can be
> integrated here. Removing the existing phy code from mach-s3c64xx. Same
> can be done for other SoCs when they start supporting this phy driver.
> This driver is tested with smdk6410 and Exynos4210(with DT).
>
> Praveen Paneri (5):
> usb: phy: samsung: Introducing usb phy driver for hsotg
> usb: s3c-hsotg: Adding phy driver support
> ARM: S3C64XX: Removing old phy setup code
> ARM: S3C64XX: Enabling samsung-usbphy driver
> ARM: Exynos4210: Enabling samsung-usbphy driver
>
> .../devicetree/bindings/usb/samsung-usbphy.txt | 9 +
> arch/arm/boot/dts/exynos4210.dtsi | 5 +
> arch/arm/mach-exynos/include/mach/map.h | 1 +
> arch/arm/mach-exynos/mach-exynos4-dt.c | 8 +
> arch/arm/mach-exynos/setup-usb-phy.c | 13 +
> arch/arm/mach-s3c64xx/include/mach/map.h | 2 +
> arch/arm/mach-s3c64xx/mach-crag6410.c | 7 +-
> arch/arm/mach-s3c64xx/mach-smartq.c | 8 +-
> arch/arm/mach-s3c64xx/mach-smdk6410.c | 7 +-
> arch/arm/mach-s3c64xx/setup-usb-phy.c | 79 +----
> arch/arm/plat-samsung/devs.c | 33 ++
> arch/arm/plat-samsung/include/plat/devs.h | 1 +
> arch/arm/plat-samsung/include/plat/usb-phy.h | 1 +
> drivers/usb/gadget/s3c-hsotg.c | 37 ++-
> drivers/usb/phy/Kconfig | 8 +
> drivers/usb/phy/Makefile | 1 +
> drivers/usb/phy/samsung-usbphy.c | 345
> ++++++++++++++++++++
> drivers/usb/phy/samsung-usbphy.h | 48 +++
> include/linux/platform_data/samsung-usbphy.h | 27 ++
> 19 files changed, 549 insertions(+), 91 deletions(-)
> create mode 100644
> Documentation/devicetree/bindings/usb/samsung-usbphy.txt create mode
> 100644 drivers/usb/phy/samsung-usbphy.c create mode 100644
> drivers/usb/phy/samsung-usbphy.h create mode 100644
> include/linux/platform_data/samsung-usbphy.h
>
> --
> 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
Any news on this patchset?
Best regards,
--
Tomasz Figa
Samsung Poland R&D Center
prev parent reply other threads:[~2012-09-11 8:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-10 7:10 [PATCH v4 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs Praveen Paneri
2012-08-10 7:06 ` Felipe Balbi
[not found] ` <20120810070623.GL1689-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2012-08-10 7:34 ` Praveen Paneri
2012-08-10 7:40 ` Felipe Balbi
[not found] ` <1344582631-13658-1-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-08-10 7:10 ` [PATCH v4 1/5] usb: phy: samsung: Introducing usb phy driver for hsotg Praveen Paneri
[not found] ` <1344582631-13658-2-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-08-10 7:04 ` Felipe Balbi
2012-08-10 7:16 ` Praveen Paneri
2012-08-10 7:19 ` ABRAHAM, KISHON VIJAY
[not found] ` <CAAe_U6K=h7gP+fTQTkzP_WQfccVMYhG+UtsLprDMrsozuBywoQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-08-10 7:36 ` Praveen Paneri
2012-08-10 7:10 ` [PATCH v4 2/5] usb: s3c-hsotg: Adding phy driver support Praveen Paneri
2012-08-10 7:10 ` [PATCH v4 4/5] ARM: S3C64XX: Enabling samsung-usbphy driver Praveen Paneri
2012-08-10 7:10 ` [PATCH v4 5/5] ARM: Exynos4210: " Praveen Paneri
2012-08-10 7:10 ` [PATCH v4 3/5] ARM: S3C64XX: Removing old phy setup code Praveen Paneri
2012-09-11 8:47 ` Tomasz Figa [this message]
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='k2mtra$7jj$3@ger.gmane.org' \
--to=t.figa-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
--cc=devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).