From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0485EE00CF4; Thu, 4 Aug 2016 08:41:36 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.20 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CA088E00A07 for ; Thu, 4 Aug 2016 08:41:32 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 04 Aug 2016 08:41:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,470,1464678000"; d="scan'208";a="744199667" Received: from swold-mobl2.amr.corp.intel.com ([10.255.76.148]) by FMSMGA003.fm.intel.com with ESMTP; 04 Aug 2016 08:41:18 -0700 Message-ID: <1470325278.3175.351.camel@intel.com> From: Saul Wold To: "Kumar, Anil K" , Felipe Balbi , "Ashfield, Bruce (Wind River)" Date: Thu, 04 Aug 2016 08:41:18 -0700 In-Reply-To: <97161206A1AC0C4498663F483150B6F1552453C3@fmsmsx117.amr.corp.intel.com> References: <87lh0cu5s2.fsf@linux.intel.com> <97161206A1AC0C4498663F483150B6F1552453C3@fmsmsx117.amr.corp.intel.com> X-Mailer: Evolution 3.20.4 (3.20.4-1.fc24) Mime-Version: 1.0 Cc: "Hart, Patrick J" , "Renganathan, Prabu" , "Ponnusamy, Siva Prasath" , "Svahn, Kai" , "yocto@yoctoproject.org" , "Leblanc, Darrell" Subject: Re: [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 15:41:36 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit 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) > Cc: Kumar, Anil K ; Renganathan, Prabu .renganathan@intel.com>; Svahn, Kai ; Ponnusamy, > Siva Prasath ; Hart, Patrick J rick.j.hart@intel.com>; Leblanc, Darrell ; > 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