From: Felipe Balbi <balbi@ti.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Peter Griffin <peter.griffin@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, maxime.coquelin@st.com,
patrice.chotard@st.com, srinivas.kandagatla@gmail.com,
lee.jones@linaro.org, devicetree@vger.kernel.org,
linux-usb@vger.kernel.org, linux-omap@vger.kernel.org,
peppe.cavallaro@st.com
Subject: Re: [PATCH v6 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC
Date: Fri, 5 Sep 2014 10:53:21 -0500 [thread overview]
Message-ID: <20140905155321.GF24449@saruman.home> (raw)
In-Reply-To: <20140905154700.GE24449@saruman.home>
[-- Attachment #1: Type: text/plain, Size: 742 bytes --]
On Fri, Sep 05, 2014 at 10:47:01AM -0500, Felipe Balbi wrote:
> Hi,
>
> On Fri, Sep 05, 2014 at 04:36:30PM +0100, Peter Griffin wrote:
> > +static int st_dwc3_remove_child(struct device *dev, void *c)
> > +{
> > + struct platform_device *pdev = to_platform_device(dev);
> > +
> > + of_device_unregister(pdev);
> > +
> > + return 0;
> > +}
> > +
> > +static int st_dwc3_remove(struct platform_device *pdev)
> > +{
> > + struct st_dwc3 *dwc3_data = platform_get_drvdata(pdev);
> > +
> > + device_for_each_child(&pdev->dev, NULL, st_dwc3_remove_child);
>
> same as before, of_platform_depopulate(). I can fix this one myself this
> time.
it's in my testign/next branch, please make sure it looks alright.
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-09-05 15:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-05 15:36 [PATCH v6 0/3] Add ST dwc3 glue layer driver Peter Griffin
2014-09-05 15:36 ` [PATCH v6 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC Peter Griffin
[not found] ` <1409931392-22340-2-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-09-05 15:47 ` Felipe Balbi
2014-09-05 15:53 ` Felipe Balbi [this message]
[not found] ` <20140905155321.GF24449-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-09-05 16:55 ` Peter Griffin
2014-09-05 16:56 ` Felipe Balbi
2014-09-05 15:36 ` [PATCH v6 2/3] usb: dwc3: dwc3-st: Add st-dwc3 devicetree bindings documentation Peter Griffin
2014-09-05 15:36 ` [PATCH v6 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture Peter Griffin
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=20140905155321.GF24449@saruman.home \
--to=balbi@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=maxime.coquelin@st.com \
--cc=patrice.chotard@st.com \
--cc=peppe.cavallaro@st.com \
--cc=peter.griffin@linaro.org \
--cc=srinivas.kandagatla@gmail.com \
/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).