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 BA956C00140 for ; Mon, 15 Aug 2022 06:42:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240386AbiHOGm5 (ORCPT ); Mon, 15 Aug 2022 02:42:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229887AbiHOGmv (ORCPT ); Mon, 15 Aug 2022 02:42:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E0E81ADA6; Sun, 14 Aug 2022 23:42:50 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 02D4860BAF; Mon, 15 Aug 2022 06:42:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83974C433C1; Mon, 15 Aug 2022 06:42:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660545769; bh=K7gjVJTcooAzyr8dmnCy71L8r9aZDglG5OQO4qk2cuQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VyFKl+pjX4M2Feribe7rGlLVxIH6mKbGYSxpqaHCUCcNUV+ihqdq90TK8qUuMOsR5 vbCbWru0Hbn82mdiVqXW2ucwR6wklzeamb+zPf/6GmeQbCnFVLHwA1GxfNyJ5ZNKcJ HqvQqm91wWt+FVrA727FN5Vh/rYWPaf+OBrEp7sw= Date: Mon, 15 Aug 2022 08:42:46 +0200 From: Greg Kroah-Hartman To: Daniil Lunev Cc: Adrian Hunter , Bart Van Assche , Alim Akhtar , Avri Altman , Bean Huo , "James E.J. Bottomley" , Keoseong Park , "Martin K. Petersen" , Mauro Carvalho Chehab , Sohaib Mohamed , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH v7] ufs: core: print UFSHCD capabilities in controller's sysfs node Message-ID: References: <20220815104739.v7.1.Ibf9efc9be50783eeee55befa2270b7d38552354c@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220815104739.v7.1.Ibf9efc9be50783eeee55befa2270b7d38552354c@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 15, 2022 at 10:48:03AM +1000, Daniil Lunev wrote: > Allows userspace to check if Clock Scaling and Write Booster are > supported. > > Signed-off-by: Daniil Lunev Please provide a lot more information about this in the changelog text. What would you want to see here if you had to review this change? thanks, greg k-h