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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 F3E1EC76194 for ; Tue, 23 Jul 2019 06:26:10 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CC33F2239E for ; Tue, 23 Jul 2019 06:26:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qBXt2B9I" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC33F2239E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mess.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IVz5Sla4BmLp9B4JsBNp0VTOz18d0fS08OzpiItktSw=; b=qBXt2B9IemXdeP xhVx8Ktg/GZjBrPkFa8bW2A7HEId3QGIdxbEnrcjiLhQsm6UMLlOe67sINjcmDvZaRqnDGL4U6Yhw OJ1XbLnPskbZ+fpzS+0/VOewtlLdoCoiOKAVq9yyZiCFMQ4tbtTWgfnNq4agpyxjhXdpeImvr777l 2SensoNAVsK5YFNTCct1z8D68I5kd9EqW9BjxwLC+Da+NlCJdqIwcyv5jKVHFk+/Mc0sGJU3TXHGy qxtqOfiygBsO+q19MWy9XP03YeCxmdDWzYHJVG0lOf1dIiQRHtLD3/Dkg2pwjgofinesETiH9epFg d7SkRGqqjU4Tc4dmuL9w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hpoFW-0007vO-GK; Tue, 23 Jul 2019 06:26:10 +0000 Received: from gofer.mess.org ([2a02:8011:d000:212::1]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hpoFT-0007u7-0o for linux-arm-kernel@lists.infradead.org; Tue, 23 Jul 2019 06:26:08 +0000 Received: by gofer.mess.org (Postfix, from userid 1000) id 5807060439; Tue, 23 Jul 2019 07:25:57 +0100 (BST) Date: Tue, 23 Jul 2019 07:25:57 +0100 From: Sean Young To: =?iso-8859-1?Q?Cl=E9ment_P=E9ron?= Subject: Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition Message-ID: <20190723062557.hnbi6hgrg4ecawkn@gofer.mess.org> References: <20190607231100.5894-1-peron.clem@gmail.com> <20190607231100.5894-5-peron.clem@gmail.com> <20190610095243.7xwp4xhauds22qzw@flea> <20190715121244.2vrsw6qa4fgp72fn@gofer.mess.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190715121244.2vrsw6qa4fgp72fn@gofer.mess.org> User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190722_232607_203129_612A7868 X-CRM114-Status: GOOD ( 10.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree , Maxime Ripard , linux-sunxi , linux-kernel , Chen-Yu Tsai , Rob Herring , Mauro Carvalho Chehab , linux-arm-kernel , linux-media@vger.kernel.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On Mon, Jul 15, 2019 at 01:12:45PM +0100, Sean Young wrote: > On Sun, Jul 14, 2019 at 04:32:22PM +0200, Cl=E9ment P=E9ron wrote: > > Hi Sean, > > = > > You acked the whole v3 series but this patch has been introduced in v5 > > could you ack this one too? > = > Acked-by: Sean Young So who's tree should this series go through? It seems mostly device tree. Alternatively I'm happy to try it get merged via the media tree. Thanks Sean _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel