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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable 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 77F48C433E9 for ; Thu, 18 Mar 2021 17:03:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40CD664E38 for ; Thu, 18 Mar 2021 17:03:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232126AbhCRRC3 (ORCPT ); Thu, 18 Mar 2021 13:02:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:39052 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230509AbhCRRCA (ORCPT ); Thu, 18 Mar 2021 13:02:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0AF8A64E07; Thu, 18 Mar 2021 17:01:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616086916; bh=I+1tJaROjaJ2NLUs21QiIetoDQNwWx//QTiUSM9j4cg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aNpMoVHPxFHJZw4WcY7Vu0ygCumpxDxXXnErqv2bxlUYJNawbUA/YRNMb+NSqG1oJ 4ohWHclFIBMD7KoZMao08chX3xqNFexR0as3skRjb1+vq1nlt1UNxwrfdmL8EEmsgp 0oZJf0DGlstrG0j0aYz3v0ccvt5Bf2hsJJpwPfnA= Date: Thu, 18 Mar 2021 18:01:53 +0100 From: Greg KH To: =?utf-8?B?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= Cc: wsa@kernel.org, paul@crapouillou.net, stable@vger.kernel.org, linux-mips@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com, sernia.zhou@foxmail.com Subject: Re: [PATCH] I2C: JZ4780: Fix bug for Ingenic X1000. Message-ID: References: <1616084743-112402-1-git-send-email-zhouyanjie@wanyeetech.com> <1616084743-112402-2-git-send-email-zhouyanjie@wanyeetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1616084743-112402-2-git-send-email-zhouyanjie@wanyeetech.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Mar 19, 2021 at 12:25:43AM +0800, 周琰杰 (Zhou Yanjie) wrote: > Only send "X1000_I2C_DC_STOP" when last byte, or it will cause > error when I2C write operation. > > Fixes: 21575a7a8d4c ("I2C: JZ4780: Add support for the X1000.") > > Signed-off-by: 周琰杰 (Zhou Yanjie) > --- > drivers/i2c/busses/i2c-jz4780.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.