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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 DFB46C0650E for ; Wed, 3 Jul 2019 17:30:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9E100218A6 for ; Wed, 3 Jul 2019 17:30:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562175055; bh=dESY6s9erPS+daa9EoD+hzMvKyEvEHwmVOabdgtibc8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=jfZ6a6lKpBzE9Re67zuunHIJ9VdzaapGG4qbcvZLuZS+NXr1Y4XCCuSSpV3nn4DFm DrSiA8BAWDXPksDWxBb/cu35sPunerXWWgAOFkMlyYz6kVbwMCDBPLsvk01vAB0cYK 5WZqRPpdiJ6r7SyXr2zs0Vsy6cTm6UsX2Hyebnk4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726490AbfGCRaz (ORCPT ); Wed, 3 Jul 2019 13:30:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:43404 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726430AbfGCRay (ORCPT ); Wed, 3 Jul 2019 13:30:54 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 4471421882; Wed, 3 Jul 2019 17:30:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562175053; bh=dESY6s9erPS+daa9EoD+hzMvKyEvEHwmVOabdgtibc8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ty3qSp0oxpqzGfs+3PXh97mHnCB7I1BVit4KnVtwb6+Bi0JxyLwSx2WYo7WO+TyXq QUfeb52o/YQbYiKKxFBx4TrbIH3oBcjRLChW/if+5JoPzVJRd55rVu7b2OBm71yVIg 3ykWfIgP3L1tgZk7Cu/JjPb/hbg0L0MX4vKPw2BI= Date: Wed, 3 Jul 2019 19:30:50 +0200 From: Greg Kroah-Hartman To: Eugeniu Rosca Cc: Wolfram Sang , Geert Uytterhoeven , Eugeniu Rosca , Geert Uytterhoeven , Jiri Slaby , Yoshihiro Shimoda , Vinod Koul , Dan Williams , Wolfram Sang , "open list:SERIAL DRIVERS" , Linux-Renesas , dmaengine@vger.kernel.org, "George G . Davis" Subject: Re: [PATCH 0/2] serial: sh-sci: Fix .flush_buffer() issues Message-ID: <20190703173050.GA11328@kroah.com> References: <20190624123540.20629-1-geert+renesas@glider.be> <20190626173434.GA24702@x230> <20190628123907.GA10962@vmlxhi-102.adit-jv.com> <20190628125534.GB1458@ninjato> <20190628130200.GA11231@vmlxhi-102.adit-jv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190628130200.GA11231@vmlxhi-102.adit-jv.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Fri, Jun 28, 2019 at 03:02:00PM +0200, Eugeniu Rosca wrote: > Hi Wolfram, > > On Fri, Jun 28, 2019 at 02:55:34PM +0200, Wolfram Sang wrote: > [..] > > If you could formally add such a tag: > > > > Tested-by: > > > > (maybe also Acked-by: or Reviewed-by:, dunno if you think it is > > apropriate) > > > > to the patches, this would be much appreciated and will usually speed up > > the patches getting applied. > > > > Thanks for your help! > > I am doing this per-patch to allow patchwork to reflect the status of > each patch on the linux-renesas-soc front-page. AFAIK patchwork ignores > series-wide '*-by: Name ' signatures/tags. I don't use patchwork :)