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 870DAC433F5 for ; Fri, 13 May 2022 06:05:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377146AbiEMGFS (ORCPT ); Fri, 13 May 2022 02:05:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230347AbiEMGFP (ORCPT ); Fri, 13 May 2022 02:05:15 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26D91291E73; Thu, 12 May 2022 23:05:13 -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 ams.source.kernel.org (Postfix) with ESMTPS id 0EEBCB82C3F; Fri, 13 May 2022 06:05:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2FA62C34100; Fri, 13 May 2022 06:05:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652421910; bh=05TDIcrSRouSVVg0LE7Qt2qs9UfyFi0Y3KQPeMWX/1E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uQhVVudblIX45ryI2VqOBKEmGom3ZuBUiWodG8e9njvegID+E3q4ztW87XIW0z7zX cvfB8wWSGb1gVlpmY1ei/Y7Q3Fb4+ryWdNB1zcCfOUggLuj+pN11YA9MrBj+ykNXkS L04gYD953Am0+Jq7GssSqQwceVfiuUF9GgtbCaao= Date: Fri, 13 May 2022 08:05:05 +0200 From: Greg KH To: Yonglin Tan Cc: mani@kernel.org, quic_hemantk@quicinc.com, loic.poulain@linaro.org, mhi@lists.linux.dev, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] bus: mhi: host: Add support for Quectel EM120 FCCL project. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 13, 2022 at 01:59:11PM +0800, Yonglin Tan wrote: > From: ylintan > > This patch add VendorID/DeviceID definitions for EM120 FCCL project. > It has the same configration as Quectel EM160R-GL and EM120R-GL. > > Signed-off-by: Yonglin Tan > Reviewed-by: Greg Kroah-Hartman > Signed-off-by: Greg Kroah-Hartman I signed off on this commit? Please NEVER add these lines from someone else. THat is a legal statement you are making there, and I do not remember making it. > Link: https://lore.kernel.org/all/YnzRcFy1zwhdSP5D@kroah.com/ That points to a response from me, not the original commit. Something went really wrong with this submission, please try again. greg k-h