From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> To: balbi@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Subject: [PATCH v3 0/3] usb: renesas_usbhs: add reset_control and multiple clocks management Date: Thu, 6 Sep 2018 14:50:11 +0900 [thread overview] Message-ID: <1536213014-1325-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> (raw) This patch set is based on Felipe's usb.git / testing/next branch (the commit id is 5b394b2ddf0347bef56e50c69a58773c94343ff3) with the following patch: https://patchwork.kernel.org/patch/10574875/ Changes from v2: - Use clk_bulk_enable_prepare() instead of two functions on patch 3/3. Changes from v1: - Fix error path on patch 3/3. - Use clk_bulk_disable_unprepare() instead of two functions on patch 3/3. - Use staic array of struct clk_bulk_data instead of a pointer on patch 3/3. Yoshihiro Shimoda (3): usb: renesas_usbhs: Add reset_control dt-bindings: usb: renesas_usbhs: add clock-names property usb: renesas_usbhs: Add multiple clocks management .../devicetree/bindings/usb/renesas_usbhs.txt | 2 ++ drivers/usb/renesas_usbhs/common.c | 37 ++++++++++++++++++++++ drivers/usb/renesas_usbhs/common.h | 5 +++ 3 files changed, 44 insertions(+) -- 1.9.1
next reply other threads:[~2018-09-06 5:50 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-09-06 5:50 Yoshihiro Shimoda [this message] 2018-09-06 5:50 ` [PATCH v3 1/3] usb: renesas_usbhs: Add reset_control Yoshihiro Shimoda 2018-09-06 5:50 ` [v3,1/3] " Yoshihiro Shimoda 2018-09-06 5:50 ` [PATCH v3 2/3] dt-bindings: usb: renesas_usbhs: add clock-names property Yoshihiro Shimoda 2018-09-06 5:50 ` [v3,2/3] " Yoshihiro Shimoda 2018-09-06 5:50 ` [PATCH v3 3/3] usb: renesas_usbhs: Add multiple clocks management Yoshihiro Shimoda 2018-09-06 5:50 ` [v3,3/3] " Yoshihiro Shimoda 2018-09-06 6:49 ` [PATCH v3 3/3] " Kuninori Morimoto 2018-09-06 6:49 ` [v3,3/3] " Kuninori Morimoto 2018-09-06 6:49 ` [PATCH v3 3/3] " Kuninori Morimoto 2018-09-06 7:28 ` Geert Uytterhoeven 2018-09-06 7:28 ` [v3,3/3] " Geert Uytterhoeven 2018-09-06 12:09 ` [PATCH v3 3/3] " Yoshihiro Shimoda 2018-09-06 12:09 ` [v3,3/3] " Yoshihiro Shimoda
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=1536213014-1325-1-git-send-email-yoshihiro.shimoda.uh@renesas.com \ --to=yoshihiro.shimoda.uh@renesas.com \ --cc=balbi@kernel.org \ --cc=devicetree@vger.kernel.org \ --cc=gregkh@linuxfoundation.org \ --cc=linux-renesas-soc@vger.kernel.org \ --cc=linux-usb@vger.kernel.org \ --cc=mark.rutland@arm.com \ --cc=robh+dt@kernel.org \ --subject='Re: [PATCH v3 0/3] usb: renesas_usbhs: add reset_control and multiple clocks management' \ /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
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.