Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp9141568ybi; Tue, 23 Jul 2019 22:40:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqw/l1JmpgwJQij299x8toaillvLgecMHKQGzH0HfCCa21gDWddA5Fl3PBs3Lgm+NG8MGRc2 X-Received: by 2002:a63:9c5:: with SMTP id 188mr46265957pgj.2.1563946828826; Tue, 23 Jul 2019 22:40:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563946828; cv=none; d=google.com; s=arc-20160816; b=vL/Pyg5X3n8BImb4JjKEzx3l8jW1bcgct6RFKNYyIQ3N7cH9EMctgyScUCRz12sXTC ww00piNtGBAIAZzIXufDOAUXbnQEggVnGbM3tBGSt8rBjFTzw+Hd4QqaXhPfFzIP8dIb ITsRCfLf2Yl+1Ard3j6r/9iSAGFL5C6SaCi6Ry/1SS7yNDj1rQB0w6Rar61RsHLDFpqK B2eYZkyyQ8dYul3JDM/TP+0+yXm5iZ66ZOI1rhRGM6cXccPcDyvEOnL4YYsnEk7qBkIb 5i3tyfZ03q0kGFxY9JnHxaNeKnkdyADpZ7bs9+CII7Ei5TVp9ICoPxZcDsiiDt4Ogb5Y /bnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=y78ZzoFynAYWgZ/UpEr694LiItNQkZBHP/WkJqyYKCk=; b=anEDKhYjhBuBiAhvnULzWw30CSFuFE9vQEAxevw+J+aUYvWa5yAzgylW6t7hvKaypf YEhhMxyEr4z3U/HM4iWqynbSWZ1fFpGpBAjwdMUu3JlBZ5j7PjZbYEglmK72miFFZXJF YENGe/+2gdfbvJnoi56/Y9HoMwpeC+TARY/nV1WuS7SGWOrEAE6L0wGGod7ZvuGQDXBG gkM1eR/LulFZbnCvHKe4Lg0Xm3ryTa7GhKBbv6iOtpDMDFcK2wtnQOVqaXWsmeUKb409 VbMOBC6agHHe33avhnw2aVxJwHoEI4nsgFFrWYkg0EjPcFFbBBr3RI8lxxiKaUL/usSL Jupg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c4si14522930pfn.71.2019.07.23.22.40.13; Tue, 23 Jul 2019 22:40:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726126AbfGXFjj (ORCPT + 99 others); Wed, 24 Jul 2019 01:39:39 -0400 Received: from gofer.mess.org ([88.97.38.141]:46635 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725894AbfGXFjj (ORCPT ); Wed, 24 Jul 2019 01:39:39 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 432CE60E91; Wed, 24 Jul 2019 06:39:37 +0100 (BST) Date: Wed, 24 Jul 2019 06:39:37 +0100 From: Sean Young To: Maxime Ripard Cc: =?iso-8859-1?Q?Cl=E9ment_P=E9ron?= , Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Chen-Yu Tsai , devicetree , linux-kernel , linux-sunxi , linux-arm-kernel , linux-media@vger.kernel.org Subject: Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition Message-ID: <20190724053937.4ic5n35xtw2chjdy@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> <20190723062557.hnbi6hgrg4ecawkn@gofer.mess.org> <20190723070440.nfmhbrfykumxayjj@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190723070440.nfmhbrfykumxayjj@flea> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 23, 2019 at 09:04:40AM +0200, Maxime Ripard wrote: > Hi Sean, > > On Tue, Jul 23, 2019 at 07:25:57AM +0100, Sean Young wrote: > > On Mon, Jul 15, 2019 at 01:12:45PM +0100, Sean Young wrote: > > > On Sun, Jul 14, 2019 at 04:32:22PM +0200, Cl?ment P?ron 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. > > Ideally the media bits should go through the media tree, the DT bits > will go through arm-soc > > So you can apply the patches 1-4, 7 and 10, I'll apply the rest. > > Does that work for you? Works for me, I'll add them to my next pull request to Mauro. Thanks, Sean