Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756050AbcLNQ41 (ORCPT ); Wed, 14 Dec 2016 11:56:27 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56900 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753891AbcLNQ40 (ORCPT ); Wed, 14 Dec 2016 11:56:26 -0500 Date: Wed, 14 Dec 2016 08:44:23 -0800 From: Greg Kroah-Hartman To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Bin Liu , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Tony Lindgren , joerg Reisenweber , linux-omap@vger.kernel.org, Ivaylo Dimitrov , Sebastian Reichel , Aaro Koskinen , Pavel Machek , Nishanth Menon , Felipe Balbi Subject: Re: [PATCH] usb: musb: debugfs: allow forcing host mode together with speed in testmode Message-ID: <20161214164423.GB14036@kroah.com> References: <1481726877-18548-1-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1481726877-18548-1-git-send-email-pali.rohar@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 472 Lines: 14 On Wed, Dec 14, 2016 at 03:47:57PM +0100, Pali Roh?r wrote: > Signed-off-by: Pali Roh?r > --- > drivers/usb/musb/musb_debugfs.c | 44 +++++++++++++++++++++++++-------------- > 1 file changed, 28 insertions(+), 16 deletions(-) I don't accept patches without any changelog information, nor would I ever expect any other maintainer to do so. Please read Documentation/SubmittingPatches for how to write a good changelog message. thanks, greg k-h