From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753544AbcGYSyk (ORCPT ); Mon, 25 Jul 2016 14:54:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43495 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752610AbcGYSyi (ORCPT ); Mon, 25 Jul 2016 14:54:38 -0400 Date: Mon, 25 Jul 2016 11:54:54 -0700 From: Greg KH To: robert.foss@collabora.com Cc: mathias.nyman@intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, abrestic@chromium.org Subject: Re: [PATCH 1/2] usb: xhci: plat: Enable runtime PM Message-ID: <20160725185454.GA4544@kroah.com> References: <1469472474-27521-1-git-send-email-robert.foss@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469472474-27521-1-git-send-email-robert.foss@collabora.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 25, 2016 at 02:47:53PM -0400, robert.foss@collabora.com wrote: > From: Andrew Bresticker > > Enable runtime PM for the xhci-plat device so that the parent device > may implement runtime PM. > > Signed-off-by: Andrew Bresticker Why are you forwarding on patches without adding your signed-off-by to them? Sorry, I can't take them without that... greg k-h