From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7098C433EF for ; Fri, 4 Mar 2022 07:37:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235612AbiCDHib (ORCPT ); Fri, 4 Mar 2022 02:38:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232100AbiCDHi3 (ORCPT ); Fri, 4 Mar 2022 02:38:29 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14B9722BE3; Thu, 3 Mar 2022 23:37:42 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B4A28B8277C; Fri, 4 Mar 2022 07:37:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 89550C340E9; Fri, 4 Mar 2022 07:37:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646379459; bh=SmoE5UjCUd3W++2b9JAzb4pzBTmdPhYj9JV4FeqbwQw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vvwa8W5hvQcan5zzohua0lgoPw3VZBVtg0hvKlj7SsrvmzpLqL8CohsxrLXmXrtW0 I0of4Aw/lIpl4s8unT+MbFrOOOGOtddERTK0vUsLcARNsu0Rt6/+aUPV0RelVs0R3c Ez2U6pHgUsQy/qC2WFR5iJuZC9NdwK2JhjnIut0o= Date: Fri, 4 Mar 2022 08:37:35 +0100 From: Greg Kroah-Hartman To: Daehwan Jung Cc: Mathias Nyman , "open list:USB XHCI DRIVER" , open list , Howard Yen , Jack Pham , Puma Hsu , "J . Avila" , "chihhao . chen" , sc.suh@samsung.com, cpgs@samsung.com, cpgsproxy5@samsung.com Subject: Re: [PATCH v1 4/4] usb: host: add xhci-exynos module Message-ID: References: <1646375038-72082-1-git-send-email-dh10.jung@samsung.com> <1027007693.21646375582736.JavaMail.epsvc@epcpadp4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1027007693.21646375582736.JavaMail.epsvc@epcpadp4> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Fri, Mar 04, 2022 at 03:23:58PM +0900, Daehwan Jung wrote: > Signed-off-by: Daehwan Jung I can not take patches without any changelog comments, sorry. Especially ones that do real things, like this, please describe what this does properly. thanks, greg k-h