All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL LTSI-4.9] Third Round of Renesas SoCs and Drivers to v4.12
@ 2017-08-31 14:04 Simon Horman
  2017-09-05  7:29 ` [LTSI-dev] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2017-08-31 14:04 UTC (permalink / raw)
  To: ltsi-dev; +Cc: Hisao Munakata, Magnus Damm, linux-renesas-soc

Hi,

This is a submission to LTSI-v4.9.

This series is comprised of a limited backport to v4.9 of usb core,
ohci-platform, ehci-platform and cs2000.

These were have been suggested after examination and testing of
LTSI-4.9 RC1.

There are 5 patches.

This is based on a merge of:
* Earlier work posted as
  "[GIT PULL LTSI-4.9] Second Round Renesas SoCs and Drivers to v4.12"
  and is tagged as tags/backport/v4.9.45/snapshot2-to-v4.12-flattened
* v4.9.46

It appears to apply cleanly to an ltsi-4.9 tree generated using
scripts/generate_git


The following changes since commit 06ce9c3fa43d22ed328b979562b16216053d031d:

  Merge tag 'v4.9.46' into backport/v4.9.46/snapshot-flattened (2017-08-31 12:31:10 +0200)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git tags/backport/v4.9.46/snapshot3-to-v4.12-flattened

for you to fetch changes up to ea34fab45250defe5605f8ebf4d80872e6022925:

  clk: cs2000: add Suspend/Resume feature (2017-08-31 12:32:25 +0200)

----------------------------------------------------------------
Third Round of LTSI-v4.9 Preparation for Renesas SoCs to v4.12

Base:
* v4.9.46
* Second round of such backports

Components selectively backported in this snapshot:
* usb core
* ohci-platform
* ehci-platform
* cs2000

----------------------------------------------------------------
Khiem Nguyen (1):
      clk: cs2000: add Suspend/Resume feature

Yoshihiro Shimoda (4):
      usb: of: add functions to bind a companion controller
      usb: host: ehci-platform: fix usb 1.1 device is not connected in system resume
      usb: host: ehci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()
      usb: host: ohci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()

 Documentation/devicetree/bindings/usb/generic.txt |  1 +
 drivers/clk/clk-cs2000-cp.c                       | 22 ++++++++++++++++++++++
 drivers/usb/core/of.c                             | 23 +++++++++++++++++++++++
 drivers/usb/host/ehci-platform.c                  | 10 ++++++++++
 drivers/usb/host/ohci-platform.c                  |  3 +++
 include/linux/usb/of.h                            |  5 +++++
 6 files changed, 64 insertions(+)

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

* Re: [LTSI-dev] [GIT PULL LTSI-4.9] Third Round of Renesas SoCs and Drivers to v4.12
  2017-08-31 14:04 [GIT PULL LTSI-4.9] Third Round of Renesas SoCs and Drivers to v4.12 Simon Horman
@ 2017-09-05  7:29 ` Greg KH
  2017-09-05  7:50   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2017-09-05  7:29 UTC (permalink / raw)
  To: Simon Horman; +Cc: ltsi-dev, linux-renesas-soc, Magnus Damm

On Thu, Aug 31, 2017 at 04:04:47PM +0200, Simon Horman wrote:
> Hi,
> 
> This is a submission to LTSI-v4.9.
> 
> This series is comprised of a limited backport to v4.9 of usb core,
> ohci-platform, ehci-platform and cs2000.
> 
> These were have been suggested after examination and testing of
> LTSI-4.9 RC1.
> 
> There are 5 patches.
> 
> This is based on a merge of:
> * Earlier work posted as
>   "[GIT PULL LTSI-4.9] Second Round Renesas SoCs and Drivers to v4.12"
>   and is tagged as tags/backport/v4.9.45/snapshot2-to-v4.12-flattened
> * v4.9.46

Did I merge from that tree?  I can't find it locally, so maybe I did...

> It appears to apply cleanly to an ltsi-4.9 tree generated using
> scripts/generate_git
> 
> 
> The following changes since commit 06ce9c3fa43d22ed328b979562b16216053d031d:
> 
>   Merge tag 'v4.9.46' into backport/v4.9.46/snapshot-flattened (2017-08-31 12:31:10 +0200)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git tags/backport/v4.9.46/snapshot3-to-v4.12-flattened

Hm, this is going to be messy, as you are sending me a pull request
based on something that I don't really have.

Can you just send the individual patches in email instead?  There are
only 5 here, it should be pretty simple to do so, that way I can pick
them up properly.

thanks,

greg k-h

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

* Re: [LTSI-dev] [GIT PULL LTSI-4.9] Third Round of Renesas SoCs and Drivers to v4.12
  2017-09-05  7:29 ` [LTSI-dev] " Greg KH
@ 2017-09-05  7:50   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2017-09-05  7:50 UTC (permalink / raw)
  To: Greg KH; +Cc: ltsi-dev, linux-renesas-soc, Magnus Damm

On Tue, Sep 05, 2017 at 09:29:13AM +0200, Greg KH wrote:
> On Thu, Aug 31, 2017 at 04:04:47PM +0200, Simon Horman wrote:
> > Hi,
> > 
> > This is a submission to LTSI-v4.9.
> > 
> > This series is comprised of a limited backport to v4.9 of usb core,
> > ohci-platform, ehci-platform and cs2000.
> > 
> > These were have been suggested after examination and testing of
> > LTSI-4.9 RC1.
> > 
> > There are 5 patches.
> > 
> > This is based on a merge of:
> > * Earlier work posted as
> >   "[GIT PULL LTSI-4.9] Second Round Renesas SoCs and Drivers to v4.12"
> >   and is tagged as tags/backport/v4.9.45/snapshot2-to-v4.12-flattened
> > * v4.9.46
> 
> Did I merge from that tree?  I can't find it locally, so maybe I did...
> 
> > It appears to apply cleanly to an ltsi-4.9 tree generated using
> > scripts/generate_git
> > 
> > 
> > The following changes since commit 06ce9c3fa43d22ed328b979562b16216053d031d:
> > 
> >   Merge tag 'v4.9.46' into backport/v4.9.46/snapshot-flattened (2017-08-31 12:31:10 +0200)
> > 
> > are available in the git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git tags/backport/v4.9.46/snapshot3-to-v4.12-flattened
> 
> Hm, this is going to be messy, as you are sending me a pull request
> based on something that I don't really have.
> 
> Can you just send the individual patches in email instead?  There are
> only 5 here, it should be pretty simple to do so, that way I can pick
> them up properly.

Sure, will do.

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

end of thread, other threads:[~2017-09-05  7:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-31 14:04 [GIT PULL LTSI-4.9] Third Round of Renesas SoCs and Drivers to v4.12 Simon Horman
2017-09-05  7:29 ` [LTSI-dev] " Greg KH
2017-09-05  7:50   ` Simon Horman

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.