* [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes
@ 2016-08-04 11:34 Felipe Balbi
2016-08-04 14:37 ` Kumar, Anil K
0 siblings, 1 reply; 5+ messages in thread
From: Felipe Balbi @ 2016-08-04 11:34 UTC (permalink / raw)
To: Bruce Ashfield
Cc: Hart, Patrick J, Renganathan, Prabu, Ponnusamy, Siva Prasath,
Svahn, Kai, Kumar, Anil K, yocto, Leblanc, Darrell
[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]
Hi Bruce,
please pull following branch and apply on top of bxt-rebase. It fixes a
few issues with runtime PM with drivers/usb/dwc3/
Best
The following changes since commit 17a1643e70318316c4cd275d1c1f252d0a97f46f:
Merge branch 'standard/intel/base' into standard/intel/bxt-rebase (2016-07-25 23:56:53 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git bxt-testing-pm
for you to fetch changes up to fea0e55419272d6185c1d19a1a5b89e0545cbc39:
usb: dwc3: pci: call _DSM for suspend/resume (2016-08-04 09:35:44 +0300)
----------------------------------------------------------------
Felipe Balbi (5):
usb: dwc3: pci: runtime_resume child device
usb: dwc3: core: allow device to runtime_suspend several times
usb: dwc3: gadget: increment request->actual once
usb: dwc3: make sure UX_EXIT_PX is cleared
usb: dwc3: pci: call _DSM for suspend/resume
drivers/usb/dwc3/core.c | 7 +++
drivers/usb/dwc3/core.h | 1 +
drivers/usb/dwc3/dwc3-pci.c | 105 +++++++++++++++++++++++++++++++++++++-------
drivers/usb/dwc3/gadget.c | 19 ++++----
4 files changed, 107 insertions(+), 25 deletions(-)
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes 2016-08-04 11:34 [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes Felipe Balbi @ 2016-08-04 14:37 ` Kumar, Anil K 2016-08-04 15:41 ` Saul Wold 0 siblings, 1 reply; 5+ messages in thread From: Kumar, Anil K @ 2016-08-04 14:37 UTC (permalink / raw) To: Felipe Balbi, Ashfield, Bruce (Wind River), Wold, Saul Cc: Hart, Patrick J, Renganathan, Prabu, Ponnusamy, Siva Prasath, Svahn, Kai, yocto@yoctoproject.org, Leblanc, Darrell + Saul Anil K Kumar, PhD Principal Engineer Lead System Architect Makers & Innovators Group (MIG) / New Technology Group (NTG) -----Original Message----- From: Felipe Balbi [mailto:felipe.balbi@linux.intel.com] Sent: Thursday, August 4, 2016 4:34 AM To: Ashfield, Bruce (Wind River) <bruce.ashfield@windriver.com> Cc: Kumar, Anil K <anil.k.kumar@intel.com>; Renganathan, Prabu <prabu.renganathan@intel.com>; Svahn, Kai <kai.svahn@intel.com>; Ponnusamy, Siva Prasath <siva.prasath.ponnusamy@intel.com>; Hart, Patrick J <patrick.j.hart@intel.com>; Leblanc, Darrell <darrell.leblanc@intel.com>; yocto@yoctoproject.org Subject: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes Hi Bruce, please pull following branch and apply on top of bxt-rebase. It fixes a few issues with runtime PM with drivers/usb/dwc3/ Best The following changes since commit 17a1643e70318316c4cd275d1c1f252d0a97f46f: Merge branch 'standard/intel/base' into standard/intel/bxt-rebase (2016-07-25 23:56:53 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git bxt-testing-pm for you to fetch changes up to fea0e55419272d6185c1d19a1a5b89e0545cbc39: usb: dwc3: pci: call _DSM for suspend/resume (2016-08-04 09:35:44 +0300) ---------------------------------------------------------------- Felipe Balbi (5): usb: dwc3: pci: runtime_resume child device usb: dwc3: core: allow device to runtime_suspend several times usb: dwc3: gadget: increment request->actual once usb: dwc3: make sure UX_EXIT_PX is cleared usb: dwc3: pci: call _DSM for suspend/resume drivers/usb/dwc3/core.c | 7 +++ drivers/usb/dwc3/core.h | 1 + drivers/usb/dwc3/dwc3-pci.c | 105 +++++++++++++++++++++++++++++++++++++------- drivers/usb/dwc3/gadget.c | 19 ++++---- 4 files changed, 107 insertions(+), 25 deletions(-) -- balbi ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes 2016-08-04 14:37 ` Kumar, Anil K @ 2016-08-04 15:41 ` Saul Wold 2016-08-04 15:52 ` Kumar, Anil K 0 siblings, 1 reply; 5+ messages in thread From: Saul Wold @ 2016-08-04 15:41 UTC (permalink / raw) To: Kumar, Anil K, Felipe Balbi, Ashfield, Bruce (Wind River) Cc: Hart, Patrick J, Renganathan, Prabu, Ponnusamy, Siva Prasath, Svahn, Kai, yocto@yoctoproject.org, Leblanc, Darrell These requests need to go to the linux-yocto@yoctoproject.org list. This is part of the open source process and needs to be followed for transparency. Sending it to me or directly to Bruce will not work. Also, please understand that Bruce is on vacation this week, he will merge things time permitting, but his gmail email must also be CC'ed otherwise he may not see it. (bruce.ashfield@gmail.com). Sau! On Thu, 2016-08-04 at 07:37 -0700, Kumar, Anil K wrote: > + Saul > > Anil K Kumar, PhD > Principal Engineer > Lead System Architect > Makers & Innovators Group (MIG) / New Technology Group (NTG) > > > -----Original Message----- > From: Felipe Balbi [mailto:felipe.balbi@linux.intel.com] > Sent: Thursday, August 4, 2016 4:34 AM > To: Ashfield, Bruce (Wind River) <bruce.ashfield@windriver.com> > Cc: Kumar, Anil K <anil.k.kumar@intel.com>; Renganathan, Prabu <prabu > .renganathan@intel.com>; Svahn, Kai <kai.svahn@intel.com>; Ponnusamy, > Siva Prasath <siva.prasath.ponnusamy@intel.com>; Hart, Patrick J <pat > rick.j.hart@intel.com>; Leblanc, Darrell <darrell.leblanc@intel.com>; > yocto@yoctoproject.org > Subject: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes > > > Hi Bruce, > > please pull following branch and apply on top of bxt-rebase. It fixes > a few issues with runtime PM with drivers/usb/dwc3/ > > Best > > The following changes since commit > 17a1643e70318316c4cd275d1c1f252d0a97f46f: > > Merge branch 'standard/intel/base' into standard/intel/bxt-rebase > (2016-07-25 23:56:53 -0400) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git bxt- > testing-pm > > for you to fetch changes up to > fea0e55419272d6185c1d19a1a5b89e0545cbc39: > > usb: dwc3: pci: call _DSM for suspend/resume (2016-08-04 09:35:44 > +0300) > > ---------------------------------------------------------------- > Felipe Balbi (5): > usb: dwc3: pci: runtime_resume child device > usb: dwc3: core: allow device to runtime_suspend several times > usb: dwc3: gadget: increment request->actual once > usb: dwc3: make sure UX_EXIT_PX is cleared > usb: dwc3: pci: call _DSM for suspend/resume > > drivers/usb/dwc3/core.c | 7 +++ > drivers/usb/dwc3/core.h | 1 + > drivers/usb/dwc3/dwc3-pci.c | 105 > +++++++++++++++++++++++++++++++++++++------- > drivers/usb/dwc3/gadget.c | 19 ++++---- > 4 files changed, 107 insertions(+), 25 deletions(-) > > > -- > balbi ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes 2016-08-04 15:41 ` Saul Wold @ 2016-08-04 15:52 ` Kumar, Anil K 2016-08-05 2:25 ` Bruce Ashfield 0 siblings, 1 reply; 5+ messages in thread From: Kumar, Anil K @ 2016-08-04 15:52 UTC (permalink / raw) To: Wold, Saul, Felipe Balbi, Ashfield, Bruce (Wind River), linux-yocto@yoctoproject.org, bruce.ashfield@gmail.com Cc: Hart, Patrick J, Renganathan, Prabu, Ponnusamy, Siva Prasath, Svahn, Kai, yocto@yoctoproject.org, Leblanc, Darrell Anil K Kumar, PhD Principal Engineer Lead System Architect Makers & Innovators Group (MIG) / New Technology Group (NTG) -----Original Message----- From: Wold, Saul Sent: Thursday, August 4, 2016 8:41 AM To: Kumar, Anil K <anil.k.kumar@intel.com>; Felipe Balbi <felipe.balbi@linux.intel.com>; Ashfield, Bruce (Wind River) <bruce.ashfield@windriver.com> Cc: Renganathan, Prabu <prabu.renganathan@intel.com>; Svahn, Kai <kai.svahn@intel.com>; Ponnusamy, Siva Prasath <siva.prasath.ponnusamy@intel.com>; Hart, Patrick J <patrick.j.hart@intel.com>; Leblanc, Darrell <darrell.leblanc@intel.com>; yocto@yoctoproject.org Subject: Re: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes These requests need to go to the linux-yocto@yoctoproject.org list. This is part of the open source process and needs to be followed for transparency. Sending it to me or directly to Bruce will not work. Also, please understand that Bruce is on vacation this week, he will merge things time permitting, but his gmail email must also be CC'ed otherwise he may not see it. (bruce.ashfield@gmail.com). Sau! On Thu, 2016-08-04 at 07:37 -0700, Kumar, Anil K wrote: > + Saul > > Anil K Kumar, PhD > Principal Engineer > Lead System Architect > Makers & Innovators Group (MIG) / New Technology Group (NTG) > > > -----Original Message----- > From: Felipe Balbi [mailto:felipe.balbi@linux.intel.com] > Sent: Thursday, August 4, 2016 4:34 AM > To: Ashfield, Bruce (Wind River) <bruce.ashfield@windriver.com> > Cc: Kumar, Anil K <anil.k.kumar@intel.com>; Renganathan, Prabu <prabu > .renganathan@intel.com>; Svahn, Kai <kai.svahn@intel.com>; Ponnusamy, > Siva Prasath <siva.prasath.ponnusamy@intel.com>; Hart, Patrick J <pat > rick.j.hart@intel.com>; Leblanc, Darrell <darrell.leblanc@intel.com>; > yocto@yoctoproject.org > Subject: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes > > > Hi Bruce, > > please pull following branch and apply on top of bxt-rebase. It fixes > a few issues with runtime PM with drivers/usb/dwc3/ > > Best > > The following changes since commit > 17a1643e70318316c4cd275d1c1f252d0a97f46f: > > Merge branch 'standard/intel/base' into standard/intel/bxt-rebase > (2016-07-25 23:56:53 -0400) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git bxt- > testing-pm > > for you to fetch changes up to > fea0e55419272d6185c1d19a1a5b89e0545cbc39: > > usb: dwc3: pci: call _DSM for suspend/resume (2016-08-04 09:35:44 > +0300) > > ---------------------------------------------------------------- > Felipe Balbi (5): > usb: dwc3: pci: runtime_resume child device > usb: dwc3: core: allow device to runtime_suspend several times > usb: dwc3: gadget: increment request->actual once > usb: dwc3: make sure UX_EXIT_PX is cleared > usb: dwc3: pci: call _DSM for suspend/resume > > drivers/usb/dwc3/core.c | 7 +++ > drivers/usb/dwc3/core.h | 1 + > drivers/usb/dwc3/dwc3-pci.c | 105 > +++++++++++++++++++++++++++++++++++++------- > drivers/usb/dwc3/gadget.c | 19 ++++---- > 4 files changed, 107 insertions(+), 25 deletions(-) > > > -- > balbi ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes 2016-08-04 15:52 ` Kumar, Anil K @ 2016-08-05 2:25 ` Bruce Ashfield 0 siblings, 0 replies; 5+ messages in thread From: Bruce Ashfield @ 2016-08-05 2:25 UTC (permalink / raw) To: Kumar, Anil K Cc: linux-yocto@yoctoproject.org, Hart, Patrick J, Renganathan, Prabu, Ponnusamy, Siva Prasath, Svahn, Kai, yocto@yoctoproject.org, Leblanc, Darrell, Wold, Saul [-- Attachment #1: Type: text/plain, Size: 3850 bytes --] On Thu, Aug 4, 2016 at 11:52 AM, Kumar, Anil K <anil.k.kumar@intel.com> wrote: > > > Anil K Kumar, PhD > Principal Engineer > Lead System Architect > Makers & Innovators Group (MIG) / New Technology Group (NTG) > A clean resend would have been better, since this history comes through somewhat mangled with a forward like this. > > > -----Original Message----- > From: Wold, Saul > Sent: Thursday, August 4, 2016 8:41 AM > To: Kumar, Anil K <anil.k.kumar@intel.com>; Felipe Balbi < > felipe.balbi@linux.intel.com>; Ashfield, Bruce (Wind River) < > bruce.ashfield@windriver.com> > Cc: Renganathan, Prabu <prabu.renganathan@intel.com>; Svahn, Kai < > kai.svahn@intel.com>; Ponnusamy, Siva Prasath < > siva.prasath.ponnusamy@intel.com>; Hart, Patrick J < > patrick.j.hart@intel.com>; Leblanc, Darrell <darrell.leblanc@intel.com>; > yocto@yoctoproject.org > Subject: Re: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes > > > These requests need to go to the linux-yocto@yoctoproject.org list. > This is part of the open source process and needs to be followed for > transparency. > > Sending it to me or directly to Bruce will not work. > > Also, please understand that Bruce is on vacation this week, he will merge > things time permitting, but his gmail email must also be CC'ed otherwise he > may not see it. (bruce.ashfield@gmail.com). > > > Sau! > > > On Thu, 2016-08-04 at 07:37 -0700, Kumar, Anil K wrote: > > + Saul > > > > Anil K Kumar, PhD > > Principal Engineer > > Lead System Architect > > Makers & Innovators Group (MIG) / New Technology Group (NTG) > > > > > > -----Original Message----- > > From: Felipe Balbi [mailto:felipe.balbi@linux.intel.com] > > Sent: Thursday, August 4, 2016 4:34 AM > > To: Ashfield, Bruce (Wind River) <bruce.ashfield@windriver.com> > > Cc: Kumar, Anil K <anil.k.kumar@intel.com>; Renganathan, Prabu <prabu > > .renganathan@intel.com>; Svahn, Kai <kai.svahn@intel.com>; Ponnusamy, > > Siva Prasath <siva.prasath.ponnusamy@intel.com>; Hart, Patrick J <pat > > rick.j.hart@intel.com>; Leblanc, Darrell <darrell.leblanc@intel.com>; > > yocto@yoctoproject.org > > Subject: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes > > > > > > Hi Bruce, > > > > please pull following branch and apply on top of bxt-rebase. It fixes > > a few issues with runtime PM with drivers/usb/dwc3/ > > > But I was able to pick up the pull request from here and do the merge. Cheers, Bruce > > Best > > > > The following changes since commit > > 17a1643e70318316c4cd275d1c1f252d0a97f46f: > > > > Merge branch 'standard/intel/base' into standard/intel/bxt-rebase > > (2016-07-25 23:56:53 -0400) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git bxt- > > testing-pm > > > > for you to fetch changes up to > > fea0e55419272d6185c1d19a1a5b89e0545cbc39: > > > > usb: dwc3: pci: call _DSM for suspend/resume (2016-08-04 09:35:44 > > +0300) > > > > ---------------------------------------------------------------- > > Felipe Balbi (5): > > usb: dwc3: pci: runtime_resume child device > > usb: dwc3: core: allow device to runtime_suspend several times > > usb: dwc3: gadget: increment request->actual once > > usb: dwc3: make sure UX_EXIT_PX is cleared > > usb: dwc3: pci: call _DSM for suspend/resume > > > > drivers/usb/dwc3/core.c | 7 +++ > > drivers/usb/dwc3/core.h | 1 + > > drivers/usb/dwc3/dwc3-pci.c | 105 > > +++++++++++++++++++++++++++++++++++++------- > > drivers/usb/dwc3/gadget.c | 19 ++++---- > > 4 files changed, 107 insertions(+), 25 deletions(-) > > > > > > -- > > balbi > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" [-- Attachment #2: Type: text/html, Size: 6301 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-08-05 2:25 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-08-04 11:34 [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes Felipe Balbi 2016-08-04 14:37 ` Kumar, Anil K 2016-08-04 15:41 ` Saul Wold 2016-08-04 15:52 ` Kumar, Anil K 2016-08-05 2:25 ` Bruce Ashfield
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.