LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Manu Gautam <mgautam@codeaurora.org> To: Masahiro Yamada <yamada.masahiro@socionext.com>, linux-usb@vger.kernel.org, Felipe Balbi <felipe.balbi@linux.intel.com> Cc: Rob Herring <robh@kernel.org>, Roger Quadros <rogerq@ti.com>, Martin Blumenstingl <martin.blumenstingl@googlemail.com>, Masami Hiramatsu <mhiramat@kernel.org>, Jassi Brar <jaswinder.singh@linaro.org>, Kunihiko Hayashi <hayashi.kunihiko@socionext.com>, devicetree@vger.kernel.org, Felipe Balbi <balbi@kernel.org>, linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Mark Rutland <mark.rutland@arm.com> Subject: Re: [PATCH v2 0/2] usb: dwc3: support clocks and resets for DWC3 core Date: Mon, 23 Apr 2018 17:11:39 -0700 [thread overview] Message-ID: <31be9c49-7562-1c06-7bf9-bafaea2f1c16@codeaurora.org> (raw) In-Reply-To: <1524135818-14825-1-git-send-email-yamada.masahiro@socionext.com> HI, On 4/19/2018 4:03 AM, Masahiro Yamada wrote: > In the current design of DWC3 driver, > the DT typically becomes a nested structure like follows: > > dwc3-glue { > compatible = "foo,dwc3"; > ... > > dwc3 { > compatible = "snps,dwc3"; > ... > }; > } > > The current DWC3 core (drivers/usb/dwc3/core.c) can not handle > clocks / resets at all. > > The only solution we have now, is to put DWC3 core node under > the glue layer node, then add clocks and resets there. > Actually, dwc3-of-simple.c exists to handle clocks and resets. > > As always for digital circuits, DWC3 core IP itself needs clock input. > This is specific to this IP. So, supporting clocks and resets in > dwc3/core.c makes sense. Why can't dwc3-of-simple be used with this IP? Adding core/reset handling in both core and glue drivers might only add to confusion and I cant think of a reason why having a parent node representing dwc3-of-simple glue would be any concern. Or are you planning to remove dwc3-of-simple.c driver? > > In this version, the number of clocks (and names) is specific > to this IP, with clock names taken from Synopsys datasheet. -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2018-04-24 0:11 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-04-19 11:03 [PATCH v2 0/2] usb: dwc3: support clocks and resets for DWC3 core Masahiro Yamada 2018-04-19 11:03 ` [PATCH v2 1/2] usb: dwc3: use local copy of resource to fix-up register offset Masahiro Yamada 2018-05-01 14:07 ` Masahiro Yamada 2018-04-19 11:03 ` [PATCH v2 2/2] usb: dwc3: support clocks and resets for DWC3 core Masahiro Yamada 2018-04-23 17:44 ` Martin Blumenstingl 2018-04-24 1:17 ` Masahiro Yamada 2018-04-28 2:41 ` Masahiro Yamada 2018-04-28 14:20 ` Martin Blumenstingl 2018-05-10 9:24 ` Masahiro Yamada 2018-04-25 15:21 ` Rob Herring 2018-04-27 16:20 ` Masahiro Yamada 2018-04-27 18:40 ` Rob Herring 2018-04-24 0:11 ` Manu Gautam [this message] 2018-04-24 1:36 ` [PATCH v2 0/2] " Masahiro Yamada
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=31be9c49-7562-1c06-7bf9-bafaea2f1c16@codeaurora.org \ --to=mgautam@codeaurora.org \ --cc=balbi@kernel.org \ --cc=devicetree@vger.kernel.org \ --cc=felipe.balbi@linux.intel.com \ --cc=gregkh@linuxfoundation.org \ --cc=hayashi.kunihiko@socionext.com \ --cc=jaswinder.singh@linaro.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-usb@vger.kernel.org \ --cc=mark.rutland@arm.com \ --cc=martin.blumenstingl@googlemail.com \ --cc=mhiramat@kernel.org \ --cc=robh+dt@kernel.org \ --cc=robh@kernel.org \ --cc=rogerq@ti.com \ --cc=yamada.masahiro@socionext.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: linkBe 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).