All of lore.kernel.org
 help / color / mirror / Atom feed
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 v2 0/3] usb: renesas_usbhs: add reset_control and multiple clocks management
Date: Fri, 31 Aug 2018 19:32:56 +0900	[thread overview]
Message-ID: <1535711579-15169-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 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                 | 47 ++++++++++++++++++++++
 drivers/usb/renesas_usbhs/common.h                 |  5 +++
 3 files changed, 54 insertions(+)

-- 
1.9.1

             reply	other threads:[~2018-08-31 10:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31 10:32 Yoshihiro Shimoda [this message]
2018-08-31 10:32 ` [PATCH v2 1/3] usb: renesas_usbhs: Add reset_control Yoshihiro Shimoda
2018-08-31 10:32   ` [v2,1/3] " Yoshihiro Shimoda
2018-08-31 10:32 ` [PATCH v2 2/3] dt-bindings: usb: renesas_usbhs: add clock-names property Yoshihiro Shimoda
2018-08-31 10:32   ` [v2,2/3] " Yoshihiro Shimoda
2018-08-31 10:32 ` [PATCH v2 3/3] usb: renesas_usbhs: Add multiple clocks management Yoshihiro Shimoda
2018-08-31 10:32   ` [v2,3/3] " Yoshihiro Shimoda
2018-09-05 13:59   ` [PATCH v2 3/3] " Geert Uytterhoeven
2018-09-05 13:59     ` [v2,3/3] " Geert Uytterhoeven
2018-09-06  3:19     ` [PATCH v2 3/3] " Yoshihiro Shimoda
2018-09-06  3:19       ` [v2,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=1535711579-15169-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 \
    /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 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.