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 0249ECDB465 for ; Mon, 16 Oct 2023 18:26:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233699AbjJPS0Z (ORCPT ); Mon, 16 Oct 2023 14:26:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229943AbjJPS0X (ORCPT ); Mon, 16 Oct 2023 14:26:23 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B59CCA2 for ; Mon, 16 Oct 2023 11:26:20 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA4A4C433C8; Mon, 16 Oct 2023 18:26:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697480780; bh=4QtD0+rLtxMS6U30O6ec7Ox44kseY4kSGF0z7NZ53XI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ufl78Ecqmotfjh5acHuhamZFw9ydHrqbHUmCQT+Z2jsGFLPTD0K7kUUVJm6LIuL7B K61baQNTSCk3h+pxmocjQT21QHEiJp13ByRijMcnrX40jbtEjfF8COrDSWjIdZQJfj fdJcyoPUU37C818FG3xVlgjIqDBME8mOk2t+dVjw= Date: Mon, 16 Oct 2023 20:26:12 +0200 From: Greg KH To: Ayush Singh Cc: greybus-dev@lists.linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, vaishnav@beagleboard.org, jkridner@beagleboard.org, nm@ti.com, krzysztof.kozlowski+dt@linaro.org, johan@kernel.org, elder@kernel.org Subject: Re: [PATCH v8 2/3] greybus: Add BeaglePlay Linux Driver Message-ID: <2023101618-concept-rarity-3e0f@gregkh> References: <20231006041035.652841-1-ayushdevel1325@gmail.com> <20231006041035.652841-3-ayushdevel1325@gmail.com> <9affdae9-9e95-1f6c-5f18-845d5ffcbd71@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9affdae9-9e95-1f6c-5f18-845d5ffcbd71@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 13, 2023 at 05:11:23PM +0530, Ayush Singh wrote: > Hello everyone, I would like to get some feedback on the driver patch before > submitting the new version of this patch series. I don't want to review a version that I know you are going to resubmit, as that would waste my time when I should be reviewing patches from others that they think are complete. So just update and resend the new series please, no need to ask. thanks, greg k-h