devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: Vivek Gautam <gautam.vivek@samsung.com>
Cc: linux-usb@vger.kernel.org, balbi@ti.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	grant.likely@linaro.org, gregkh@linuxfoundation.org,
	stern@rowland.harvard.edu, jg1.han@samsung.com,
	s.nawrocki@samsung.com, k.debski@samsung.com
Subject: Re: [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers
Date: Wed, 20 Aug 2014 13:14:06 -0500	[thread overview]
Message-ID: <20140820181406.GA6023@saruman.home> (raw)
In-Reply-To: <1408026240-28365-1-git-send-email-gautam.vivek@samsung.com>

[-- Attachment #1: Type: text/plain, Size: 1684 bytes --]

Hi,

On Thu, Aug 14, 2014 at 07:53:53PM +0530, Vivek Gautam wrote:
> - This series is based on 'usb-next' branch.
> 
> Now that we have support for USB PHY controllers for Exynos SoC series,
> we are free to remove the older usb-phy support.
> In the process, we are removing the entire phy-samsung-usb3 driver, and
> besides that all support for Exynos4x and Exynos5 from phy-samsung-usb2
> driver.
> 
> We have also removed the older USB-PHY support from ehci-exynos and ohci-exynos
> since those drivers now can use newer GENERIC-PHYs, and don't need the older
> USB-PHYs and related code anymore. These patches for ohci-exynos and ehci-exynos
> now replaces the older sent patch for phy sequence cleanup for them.[1]
> 
> I have build-tested this series for exynos_defconfig and s3c64xx_defconfig,
> and have tested the EHCI and OHCI operations on smdk5250 board, but
> have not tested the actual working due to unavailability of S3C64XX
> board. So can someone please help me testing this series.
> 
> [1] https://lkml.org/lkml/2014/8/5/142
> 
> Vivek Gautam (7):
>   usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver
>   usb-phy: samsung-usb2: Remove support for Exynos5250
>   usb-phy: samsung-usb2: Remove support for Exynos4X12
>   usb-phy: samsung-usb2: Remove support for Exynos4210
>   usb-phy: samsung-usb2: Clean up to leave only S3C64XX support
>   usb: host: ehci-exynos: Remove unnecessary usb-phy support
>   usb: host: ohci-exynos: Remove unnecessary usb-phy support

some of these patches are still RFC, can you resend without RFC and all
proper Acks in place ? Also rebased on top of v3.17-rc1.

thanks

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2014-08-20 18:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14 14:23 [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers Vivek Gautam
2014-08-14 14:23 ` [PATCH 1/7] usb-phy: samsung-usb3: Remove older phy-samsung-usb3 driver Vivek Gautam
2014-08-18  1:34   ` Jingoo Han
2014-08-14 14:23 ` [PATCH RFC 2/7] usb-phy: samsung-usb2: Remove support for Exynos5250 Vivek Gautam
2014-08-14 14:23 ` [PATCH RFC 3/7] usb-phy: samsung-usb2: Remove support for Exynos4X12 Vivek Gautam
2014-08-14 14:23 ` [PATCH RFC 4/7] usb-phy: samsung-usb2: Remove support for Exynos4210 Vivek Gautam
2014-08-14 14:23 ` [PATCH RFC 5/7] usb-phy: samsung-usb2: Clean up to leave only S3C64XX support Vivek Gautam
2014-08-14 14:23 ` [PATCH RFC 6/7] usb: host: ehci-exynos: Remove unnecessary usb-phy support Vivek Gautam
     [not found]   ` <1408026240-28365-7-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-08-15 15:22     ` Alan Stern
2014-08-18  1:36     ` Jingoo Han
     [not found] ` <1408026240-28365-1-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-08-14 14:24   ` [PATCH RFC 7/7] usb: host: ohci-exynos: " Vivek Gautam
2014-08-15 15:22     ` Alan Stern
     [not found]     ` <1408026240-28365-8-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-08-18  1:36       ` Jingoo Han
2014-08-20 18:14 ` Felipe Balbi [this message]
     [not found]   ` <20140820181406.GA6023-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-08-21  4:37     ` [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers Vivek Gautam

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=20140820181406.GA6023@saruman.home \
    --to=balbi@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gautam.vivek@samsung.com \
    --cc=grant.likely@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jg1.han@samsung.com \
    --cc=k.debski@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=s.nawrocki@samsung.com \
    --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;
as well as URLs for NNTP newsgroup(s).