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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 1CB8AC2D0E8 for ; Fri, 3 Apr 2020 09:12:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D9A5D20787 for ; Fri, 3 Apr 2020 09:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585905125; bh=Dq2bhaYM74yoMEleEz8AwU4odSwlFg8pjuATFM1XS4w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NbcG/2fm539uJpCwEBH3mNfcwCLm6Jbz7ghBdGacHVeHMpc4yRSF0snf4Z9l9Vn5x IkYloDik4wNwv2XSovcGhlZw9WwBRBeWJzHMeXoc4lXR8PBpvk9g42i4pFz7AKPsnf 92TUvDOX9OzsOuciF0XnHp9qvV9aErfizR/PSmXY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388221AbgDCJMF (ORCPT ); Fri, 3 Apr 2020 05:12:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:34198 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732595AbgDCJMF (ORCPT ); Fri, 3 Apr 2020 05:12:05 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1532E20787; Fri, 3 Apr 2020 09:12:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585905124; bh=Dq2bhaYM74yoMEleEz8AwU4odSwlFg8pjuATFM1XS4w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DZ89oRDBudO/p5wx4MZLC5sS0y4i9jKftl4XFn0B3sojBt2hUcxR9JtyEmVGzfM4T zuJmJioT88aT7UtS9tuGvoBHKXF1C48+OXlbFksGuqGHG2zrnnxMVeq+BCWqQlAh7e j92z5ksQKFWoT8uf8II7XWupMKUF9tz94zeJA3iY= Date: Fri, 3 Apr 2020 11:12:02 +0200 From: Greg KH To: Lee Jones Cc: stable@vger.kernel.org Subject: Re: [PATCH 4.19 01/14] clk: qcom: rcg: Return failure for RCG update Message-ID: <20200403091202.GA3739689@kroah.com> References: <20200402191220.787381-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200402191220.787381-1-lee.jones@linaro.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Apr 02, 2020 at 08:12:07PM +0100, Lee Jones wrote: > From: Taniya Das you sent a bunch of patch series here, but no explaination of what these are, what they are for, or why we should apply them at all. Any hints? Usually a 00/XX email is nice to describe all of this... thanks, greg k-h