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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 13701ECE58E for ; Thu, 17 Oct 2019 18:11:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D83CF21835 for ; Thu, 17 Oct 2019 18:11:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571335890; bh=q4wTAlyVFBhPMRS0AB+M0djN9O6RVkiuHL493TiXn28=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=uQdxMmCWyijkplVSohopQLEoH3425l/I632Ii/rzLr8rOiqN+csXx9BYYOZehos5V Vm6veXb0P4FRiXd7GsMVah36WZTJbH3fUBpAu9YrXn+WDh3tIp8mc/SbHIxzhflvJt InShTJKPBdX6qMCcGHDGGrQ00X37cirNkyckpYOs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2395528AbfJQSLa (ORCPT ); Thu, 17 Oct 2019 14:11:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:56190 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395229AbfJQSLa (ORCPT ); Thu, 17 Oct 2019 14:11:30 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 64E0E21835; Thu, 17 Oct 2019 18:11:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571335889; bh=q4wTAlyVFBhPMRS0AB+M0djN9O6RVkiuHL493TiXn28=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WMNKsL10d0wYLvLCwl+zGhPNo+VMVQ8sotsWc4e0N8j09l5HYpQkH00OJf1rI/yLw yO3TPAMESMp6FMLiejKCy7OqjhKBji0QnIxPT/JpFQxrPT0y4cUO80u0qzU21mSsbK Zsb103jKDHBUwxgsD0Q12FmvntZPRsdVqtTsFnjg= Date: Thu, 17 Oct 2019 14:11:28 -0400 From: Sasha Levin To: Jean-Baptiste Maneyrol Cc: "jic23@kernel.org" , "linux-iio@vger.kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH] iio: imu: inv_mpu6050: fix no data on MPU6050 Message-ID: <20191017181128.GX31224@sasha-vm> References: <20191016144253.24554-1-jmaneyrol@invensense.com> <20191017143142.489CF21848@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Oct 17, 2019 at 02:43:55PM +0000, Jean-Baptiste Maneyrol wrote: >Hello Sacha, > >I can do a specific patch for backporting to kernel 4.19 and older ones if needed. >This is really simple. > >Tell me if this is OK for you and how to proceed. If you do end up doing a backport, just send it either as a reply to this mail, or add a "4.19" tag and send it over to stable@vger.kernel.org. -- Thanks, Sasha