All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: host: xhci-plat: add support suspend/resume for R-Car
@ 2017-03-17 10:02 Yoshihiro Shimoda
  2017-03-17 10:02 ` [PATCH 1/3] usb: host: xhci-plat: enable clk in resume timing Yoshihiro Shimoda
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Yoshihiro Shimoda @ 2017-03-17 10:02 UTC (permalink / raw)
  To: mathias.nyman, gregkh; +Cc: linux-usb, linux-renesas-soc, Yoshihiro Shimoda

This patch adds support suspend/resume for R-Car controllers.
The controllers need firmware downloading and the current code has
such process only when probe timing. After suspend the system and
the power of controller down, the driver needs to re-download the firmware
in resume timing. This patch adds such a process.
Also, since previous xhci-plat code didnn't handle the clk in suspend/resume,
this patch set has such process.

Yoshihiro Shimoda (3):
  usb: host: xhci-plat: enable clk in resume timing
  usb: host: xhci-plat: add resume_quirk()
  usb: host: xhci-plat: set resume_quirk() for R-Car controllers

 drivers/usb/host/xhci-plat.c | 29 ++++++++++++++++++++++++++++-
 drivers/usb/host/xhci-plat.h |  1 +
 drivers/usb/host/xhci-rcar.c | 11 +++++++++++
 drivers/usb/host/xhci-rcar.h |  6 ++++++
 4 files changed, 46 insertions(+), 1 deletion(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-18 10:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-17 10:02 [PATCH 0/3] usb: host: xhci-plat: add support suspend/resume for R-Car Yoshihiro Shimoda
2017-03-17 10:02 ` [PATCH 1/3] usb: host: xhci-plat: enable clk in resume timing Yoshihiro Shimoda
2017-03-17 10:02 ` [PATCH 2/3] usb: host: xhci-plat: add resume_quirk() Yoshihiro Shimoda
2017-03-17 10:02 ` [PATCH 3/3] usb: host: xhci-plat: set resume_quirk() for R-Car controllers Yoshihiro Shimoda
2017-04-18 10:28   ` Mathias Nyman
2017-04-12  0:46 ` [PATCH 0/3] usb: host: xhci-plat: add support suspend/resume for R-Car Yoshihiro Shimoda
2017-04-13  8:15   ` Mathias Nyman

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.