Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Vivek Gautam <gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Cc: Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
	Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>,
	Kamil Debski <k.debski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Mark Brown <broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Kyungmin Park
	<kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 3/5] usb: phy: samsung: remove old USB 2.0 PHY driver
Date: Mon, 18 Aug 2014 13:02:49 +0200	[thread overview]
Message-ID: <3463371.y41zGdSnsX@amdc1032> (raw)
In-Reply-To: <34FCC3B2EE8F481198CEF3037F168FB3-htTAPpqcxwk4Q++5jOxPmw@public.gmane.org>


Hi,

On Thursday, August 14, 2014 08:07:40 PM Vivek Gautam wrote:
> Hi Bartlomiej Zolnierkiewicz,
> 
> 
> On Thursday, August 14, 2014 7:55 PM, Bartlomiej Zolnierkiewicz 
> <b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> wrote
> 
> Subject: [PATCH 3/5] usb: phy: samsung: remove old USB 2.0 PHY driver
> 
> I would say it co-incidence that both of us sent the patch-series for 
> similar cleanup at the same time. ;)

:)

> There's one thing that I would want to comment here, since we don't have any 
> new usb-phy driver for S3C64XX,
> so we can't simply remove this entire driver.
> I have posted my patch-series [1], which does cleanup while keeping the 
> support for S3C64XX.

AFAIK S3C64XX code from drivers/usb/phy/phy-samsung-usb2.c has
never been used as this platform still uses its own code from
arch/arm/mach-s3c64xx/setup-usb-phy.c (there are no users in
the kernel tree of either s3c64xx-usb2phy platform device or
"samsung,s3c64xx-usb2phy" DT compatible) .  Therefore I think
that the entire drivers/usb/phy/phy-samsung-usb2.c driver
should be removed (somebody with the hardware can as well add
S3C64XX support to the new drivers/phy/phy-samsung-usb2.c
driver and port the platform to use it).

> Please let me know what you think of that series.
> 
> [1] [PATCH 0/7] usb-phy: samsung: Cleanup the unused drivers
>       https://lkml.org/lkml/2014/8/14/235

Looks fine to me except the above mentioned issue with S3C64XX
platform support.

> > drivers/usb/phy/phy-samsung-usb2 driver got replaced by
> > drivers/phy/phy-samsung-usb2 one and is no longer used.
> >
> > Cc: Kamil Debski <k.debski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> > Cc: Vivek Gautam <gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> > Acked-by: Kyungmin Park <kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

--
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:[~2014-08-18 11:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14 14:25 [PATCH 0/5] usb: phy: samsung: remove old USB PHY code Bartlomiej Zolnierkiewicz
2014-08-14 14:25 ` [PATCH 1/5] ARM: dts: remove old USB2 PHY node hook for Arndale Bartlomiej Zolnierkiewicz
2014-08-20 15:20   ` Kishon Vijay Abraham I
2014-08-14 14:25 ` [PATCH 2/5] ARM: dts: remove old USB2 PHY node for Exynos5250 Bartlomiej Zolnierkiewicz
2014-08-20 15:20   ` Kishon Vijay Abraham I
2014-08-14 14:25 ` [PATCH 3/5] usb: phy: samsung: remove old USB 2.0 PHY driver Bartlomiej Zolnierkiewicz
2014-08-14 14:37   ` Vivek Gautam
     [not found]     ` <34FCC3B2EE8F481198CEF3037F168FB3-htTAPpqcxwk4Q++5jOxPmw@public.gmane.org>
2014-08-18 11:02       ` Bartlomiej Zolnierkiewicz [this message]
2014-08-18 11:22         ` Tomasz Figa
2014-08-21  4:30           ` Vivek Gautam
2014-08-21  5:11             ` Jingoo Han
2014-08-20 15:19   ` Kishon Vijay Abraham I
2014-08-14 14:25 ` [PATCH 4/5] usb: phy: samsung: remove old USB 3.0 " Bartlomiej Zolnierkiewicz
     [not found]   ` <1408026327-31437-5-git-send-email-b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-08-20 15:20     ` Kishon Vijay Abraham I
2014-08-14 14:25 ` [PATCH 5/5] usb: phy: samsung: remove old common USB PHY code Bartlomiej Zolnierkiewicz
2014-08-20 15:21   ` Kishon Vijay Abraham I
2014-08-20 18:12 ` [PATCH 0/5] usb: phy: samsung: remove old " Felipe Balbi
2014-08-22 17:14   ` Bartlomiej Zolnierkiewicz
2014-09-14  1:12     ` Kukjin Kim
2014-08-21  4:33 ` Vivek Gautam
2014-08-21  5:20   ` Jingoo Han

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=3463371.y41zGdSnsX@amdc1032 \
    --to=b.zolnierkie-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=k.debski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=kishon-l0cyMroinI0@public.gmane.org \
    --cc=kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-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