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 9D87FC433FE for ; Thu, 6 Oct 2022 19:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231617AbiJFT0S (ORCPT ); Thu, 6 Oct 2022 15:26:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230345AbiJFT0P (ORCPT ); Thu, 6 Oct 2022 15:26:15 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1928BFF229; Thu, 6 Oct 2022 12:26:06 -0700 (PDT) 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 CFFD2B8217B; Thu, 6 Oct 2022 19:26:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A084C433D6; Thu, 6 Oct 2022 19:26:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665084363; bh=SWN3c1N2i17Oor7GLoDa7xCK+GAkdthttvFiuHhjth0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mdkzhlGRl1IZSM4GPFP0dUXuqimdexxUKdl4kXd/FhiNw0Fb9837NUdVv9N0SVd/T +h2g1QOFc1TKP9oNPP84kJhlaIvd676jF9PZwn7TgiB0SPeb4OpQsrim85uXoeab/s Xh4Hu6PsgGNsxDxdWbf48JxdDWXDzaUi+pH4aLzQ= Date: Thu, 6 Oct 2022 21:26:43 +0200 From: Greg Kroah-Hartman To: Vadym Kochan Cc: Alan Stern , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Elad Nachman , Yuval Shaia Subject: Re: [PATCH] usb: ehci-orion: Extend DMA mask to 64 bit for AC5 platform Message-ID: References: <20221006095257.6934-1-vadym.kochan@plvision.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221006095257.6934-1-vadym.kochan@plvision.eu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 06, 2022 at 12:52:57PM +0300, Vadym Kochan wrote: > From: Elad Nachman > > Signed-off-by: Elad Nachman > Signed-off-by: Vadym Kochan For obvious reasons, I can't take patches without any changelog text. Nor would you want me to do so. Please read the documentation for how to write a good changelog text. thanks, greg k-h