From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chunfeng Yun Subject: Re: [PATCH v6 07/10] usb: roles: Add fwnode_usb_role_switch_get() function Date: Tue, 4 Jun 2019 14:42:37 +0800 Message-ID: <1559630557.8487.59.camel@mhfsdcap03> References: <1559115828-19146-1-git-send-email-chunfeng.yun@mediatek.com> <1559115828-19146-8-git-send-email-chunfeng.yun@mediatek.com> <20190603131901.GB10397@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190603131901.GB10397@kroah.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Greg Kroah-Hartman Cc: Mark Rutland , devicetree@vger.kernel.org, Heikki Krogerus , Hans de Goede , Linus Walleij , linux-usb@vger.kernel.org, Yu Chen , linux-kernel@vger.kernel.org, Biju Das , Badhri Jagan Sridharan , Andy Shevchenko , Rob Herring , linux-mediatek@lists.infradead.org, Min Guo , Matthias Brugger , Adam Thomson , linux-arm-kernel@lists.infradead.org, Li Jun List-Id: devicetree@vger.kernel.org On Mon, 2019-06-03 at 15:19 +0200, Greg Kroah-Hartman wrote: > On Wed, May 29, 2019 at 03:43:45PM +0800, Chunfeng Yun wrote: > > From: Heikki Krogerus > > > > The fwnode_usb_role_switch_get() function is exactly the > > same as usb_role_switch_get(), except that it takes struct > > fwnode_handle as parameter instead of struct device. > > > > Signed-off-by: Heikki Krogerus > > --- > > v6: > > new patch > > If you are forwarding on a patch from someone else, like this, you need > to put your signed-off-by line on it as well. > > Please fix that up, and add the tested-by one, when you resend this > series. Got it, thanks > > thanks, > > greg k-h