From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: Re: [PATCH 0/5] dwc3: omap: adapt dwc3 to use extcon framework Date: Wed, 12 Jun 2013 09:58:27 +0900 Message-ID: References: <1370276020-17446-1-git-send-email-kishon@ti.com> <51B7C6E0.3000603@samsung.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5238615566093843807==" Return-path: In-Reply-To: <51B7C6E0.3000603-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Kishon Vijay Abraham I Cc: pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, anish198519851985-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, Greg KH , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel , balbi-l0cyMroinI0@public.gmane.org, "myungjoo.ham-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org" , Rob Herring , Grant Likely , benoit.cousson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org --===============5238615566093843807== Content-Type: multipart/alternative; boundary=089e0149c0f0f6c3b004deea82d9 --089e0149c0f0f6c3b004deea82d9 Content-Type: text/plain; charset=ISO-8859-1 Hi Kishon, I confused patch number. I applied patch2,3 on extcon-linus branch. extcon: Kconfig: Make extcon config type as bool extcon: add EXPORT_SYMBOL_GPL for exported functions And I will reply comment about patch1 soon. extcon: Add an API to get extcon device from dt node Thanks, Chanwoo Choi On Wed, Jun 12, 2013 at 9:54 AM, Chanwoo Choi wrote: > Hi Kishon, > > Sorry for late reply. > > I applied patch1,2 on extcon-linus branch. > - > http://git.kernel.org/cgit/linux/kernel/git/chanwoo/extcon.git/log/?h=extcon-linus > > But, I have comment of patch 3 about dt API. I send comment on patch 3 > mailing thread. > > Thanks, > Chanwoo Choi > > On 06/04/2013 01:13 AM, Kishon Vijay Abraham I wrote: > > The first three patches deals with cleanup of extcon inorder to get > > through compilation without any issues. It also adds an API to get > > extcon device from dt node which I felt was missing. > > > > The next two patches deals with adapt dwc3 to use extcon framework. > > The 4th patch (usb: dwc3: omap: improve error handling of > dwc3_omap_probe) > > should have ideally been sent to Felipe, however since > > there will be merge conflicts with the 5th patch > > (usb: dwc3: use extcon fwrk to receive connect/disconnect) > > in this series, I've sent in the same series. > > > > Once this patch series get merged, dwc3 in omap would be functional > > in device mode. However there is still some discussion on modelling > > SMPS10 regulator. Once that gets finalized, dwc3 should be functional > > in host mode as well. > > > > Kishon Vijay Abraham I (5): > > extcon: Add an API to get extcon device from dt node > > extcon: Kconfig: Make extcon config type as bool > > extcon: add EXPORT_SYMBOL_GPL for exported functions > > usb: dwc3: omap: improve error handling of dwc3_omap_probe > > usb: dwc3: use extcon fwrk to receive connect/disconnect > > > > Documentation/devicetree/bindings/usb/omap-usb.txt | 5 + > > drivers/extcon/Kconfig | 2 +- > > drivers/extcon/extcon-class.c | 42 +++++++ > > drivers/usb/dwc3/dwc3-omap.c | 133 > ++++++++++++++++---- > > include/linux/extcon.h | 8 ++ > > include/linux/usb/dwc3-omap.h | 30 ----- > > 6 files changed, 168 insertions(+), 52 deletions(-) > > delete mode 100644 include/linux/usb/dwc3-omap.h > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > --089e0149c0f0f6c3b004deea82d9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Kishon,

I confused patch number. I applied = patch2,3 on extcon-linus branch.
  extcon: Kconfig: Make extcon con=
fig type as bool
  extcon: add EXPORT_SYMBOL_GPL for exported functions

And I= will reply comment about patch1 soon.
  extcon: Add an A=
PI to get extcon device from dt node

Thanks,
Chanwoo= Choi



On Wed, Jun 12, 2013 at 9:54 AM, Chanwoo Choi <cw0= 0.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> wrote:
Hi Kishon,

Sorry for late reply.

I applied patch1,2 on extcon-linus branch.
- http://git.kernel.org/cgit/linux/= kernel/git/chanwoo/extcon.git/log/?h=3Dextcon-linus

But, I have comment of patch 3 about dt API. I send comment on patch 3 mail= ing thread.

Thanks,
Chanwoo Choi

On 06/04/2013 01:13 AM, Kishon Vijay Abraham I wrote:
> The first three patches deals with cleanup of extcon inorder to get > through compilation without any issues. It also adds an API to get
> extcon device from dt node which I felt was missing.
>
> The next two patches deals with adapt dwc3 to use extcon framework. > The 4th patch (usb: dwc3: omap: improve error handling of dwc3_omap_pr= obe)
> should have ideally been sent to Felipe, however since
> there will be merge conflicts with the 5th patch
> (usb: dwc3: use extcon fwrk to receive connect/disconnect)
> in this series, I've sent in the same series.
>
> Once this patch series get merged, dwc3 in omap would be functional > in device mode. However there is still some discussion on modelling > SMPS10 regulator. Once that gets finalized, dwc3 should be functional<= br> > in host mode as well.
>
> Kishon Vijay Abraham I (5):
> =A0 extcon: Add an API to get extcon device from dt node
> =A0 extcon: Kconfig: Make extcon config type as bool
> =A0 extcon: add EXPORT_SYMBOL_GPL for exported functions
> =A0 usb: dwc3: omap: improve error handling of dwc3_omap_probe
> =A0 usb: dwc3: use extcon fwrk to receive connect/disconnect
>
> =A0Documentation/devicetree/bindings/usb/omap-usb.txt | =A0 =A05 +
> =A0drivers/extcon/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 | =A0 =A02 +-
> =A0drivers/extcon/extcon-class.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0| =A0 42 +++++++
> =A0drivers/usb/dwc3/dwc3-omap.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 | =A0133 ++++++++++++++++----
> =A0include/linux/extcon.h =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 | =A0 =A08 ++
> =A0include/linux/usb/dwc3-omap.h =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0| =A0 30 -----
> =A06 files changed, 168 insertions(+), 52 deletions(-)
> =A0delete mode 100644 include/linux/usb/dwc3-omap.h
>

--
To unsubscribe from thi= s list: send the line "unsubscribe linux-kernel" in
the body of a message to major= domo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at =A0http://vger.kernel.org/majordomo-info.html
Please read the FAQ at =A0http://www.tux.org/lkml/

--089e0149c0f0f6c3b004deea82d9-- --===============5238615566093843807== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ devicetree-discuss mailing list devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org https://lists.ozlabs.org/listinfo/devicetree-discuss --===============5238615566093843807==--