From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756331AbdDMUrx (ORCPT ); Thu, 13 Apr 2017 16:47:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41952 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752028AbdDMUrw (ORCPT ); Thu, 13 Apr 2017 16:47:52 -0400 Date: Thu, 13 Apr 2017 13:47:48 -0700 From: Andrew Morton To: Chris Healy Cc: Andrey Smirnov , linux-kernel , Andrey Vostrikov Subject: Re: [PATCH] lib/crc-ccitt: add CCITT-FALSE CRC16 variant Message-Id: <20170413134748.f0d4b1f9a860733fc22d6d09@linux-foundation.org> In-Reply-To: References: <20170413142932.27287-1-andrew.smirnov@gmail.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 13 Apr 2017 13:09:37 -0700 Chris Healy wrote: > On Thu, Apr 13, 2017 at 7:29 AM, Andrey Smirnov > wrote: > > From: Andrey Vostrikov > > > > Cc: cphealy@gmail.com > > Cc: Andrew Morton > > Signed-off-by: Andrey Vostrikov > > Signed-off-by: Andrey Smirnov > > --- > > include/linux/crc-ccitt.h | 7 ++++++ > > lib/crc-ccitt.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++- > > 2 files changed, 64 insertions(+), 1 deletion(-) > > > > In support of a soon to be published MFD driver using serdev to talk > to a supervisory processor that uses the CCITT-FALSE CRC16 variant in > it's protocol, this patch was tested successfully on an i.MX6 ARM > platform. > > Tested-by: Chris Healy OK. Please add the above text to the changelog and include this patch in whatever tree adds the new driver. Acked-by: Andrew Morton