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 X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 011D8C432BE for ; Thu, 5 Aug 2021 09:41:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B3CB6104F for ; Thu, 5 Aug 2021 09:41:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239726AbhHEJlx (ORCPT ); Thu, 5 Aug 2021 05:41:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:48688 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239650AbhHEJlx (ORCPT ); Thu, 5 Aug 2021 05:41:53 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id EFD8E60F22; Thu, 5 Aug 2021 09:41:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628156499; bh=NhFLwlHs4kG7ncNlAn7w5y4NU5vrgQsthU4UhEIvk/0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eubwCFWz/jlA8ukedR5SHGlaNJBF7JMWYqySNZNndswo0I45H6Lt9o2k5scnS7OiF S6vcQDnZ34Q/c2UNuaLTjXRn03r7bP95E1Lfs4hEUdWnAVb1HofCXTKsNZ8ETgIRGg 8/keiX2WE46ijvpNipyp+7dzF8wHYiwpimTT03Co= Date: Thu, 5 Aug 2021 11:41:36 +0200 From: Greg KH To: Minas Harutyunyan Cc: Marek Szyprowski , "linux-usb@vger.kernel.org" , "linux-samsung-soc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Artur Petrosyan , Felipe Balbi , Bartlomiej Zolnierkiewicz , Krzysztof Kozlowski Subject: Re: [PATCH 1/2] usb: dwc2: rename DWC2_POWER_DOWN_PARAM_NONE state Message-ID: References: <20210804114421.10282-1-m.szyprowski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Thu, Aug 05, 2021 at 09:22:05AM +0000, Minas Harutyunyan wrote: > Hi Greg, > > On 8/5/2021 1:15 PM, Greg KH wrote: > > On Wed, Aug 04, 2021 at 01:44:20PM +0200, Marek Szyprowski wrote: > >> DWC2_POWER_DOWN_PARAM_NONE really means that the driver still uses clock > >> gating to save power when hardware is not used. Rename the state name to > >> DWC2_POWER_DOWN_PARAM_CLOCK_GATING to match the driver behavior. > >> > >> Suggested-by: Minas Harutyunyan > >> Signed-off-by: Marek Szyprowski > >> --- > >> This is a follow-up of this discussion: > >> https://urldefense.com/v3/__https://lore.kernel.org/linux-usb/26099de1-826f-42bf-0de7-759a47faf4a0@samsung.com/__;!!A4F2R9G_pg!LG012E4LzO4qVgWZHu_3eTbZ5zmdI4qENHbOuuLwm-IlhHF9KKIaYyJNaY2vXeg$ > >> > >> This should be applied on top of v5.14-rc3. > > > > What else would I apply it on top of, we can't go back in time :) > > > > Where is this needed for 5.14-final, or for 5.15-rc1? > > > > I would prefer to apply to 5.14-final. Just I need 1 more day to > complete testing. Have I this additional day? Sure, I'll drop this from my queue, please resubmit when you are ready to have them reviewed/accepted. Also, if these "fix" a previous patch, please put a "Fixes:" tag in the patch so we know that. thanks, greg k-h