Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4184876ybi; Mon, 15 Jul 2019 05:13:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqyt6MQAoc2QqAtVVGCaBSb6HUCj+gsvDcPR7cTX6gnUz7mHZQvVZJxgCjQIJWI9LRBJJ3Hy X-Received: by 2002:a65:6288:: with SMTP id f8mr22316107pgv.292.1563192817399; Mon, 15 Jul 2019 05:13:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563192817; cv=none; d=google.com; s=arc-20160816; b=TW42NQF/yJi3lTU3HGkbinYIwa8+yhokAubMpJWSsg4BFAw8RytfHDu3N5iCu2v/9E Axcp0fFT35yagsXvA/EyTRuUnZVLyj7lWok5vw8Y6jp+f2y2UT5bpRsLE9cZyLA9+f7j kEHz5B2j/Lv+yobjvskAbZtG071kNwTmcjnNG7hxPajKwc/ptb5wzL68z9ZyoQDrueOw MnOl9V6rPuZ28oZkWmKqcPcSPEfqT+TAsP+0Tm9ve64gcYVGBsjtNLRUNPPxSi1OkOE8 aPOOrTlShujxIgN7UbIt/ToMaQjj6tfEA3uroFec7+rKZVh5JjJlLwDJGNCpyjT0XXsc DJwg== 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=YAbnOQQUdywK/luLqVMLRxDZhGI9eyxSyvartxyVN44=; b=QmiULJWoWTC08UEPsicNb3xHka16MXPjyyOrpnTwytmWjTabsyKcMD3xsP194aqQew KmGQ/zMTnmnWfvIDtm4aHjopjc2NGgY6CZxrRf8+m3qLFWnhCWdSoDVucka4DAzw3Z1j uFUqqAoLKPDjGT3HU2ha3yUr6O+uFI6IQZyEpJeB4PJAth6JOMwSrks235R2XUEGwm0H EbhmQrHGZIlMH/G4IiCApyHQchFVDZuv6AG45Vo8aciK+0OAA80F4ZmYvNJxsXTTNxZJ 8ZzVhKtzHGj8xRtAOkuNZqLBLna1+viqsm1EkLncCKkVDELM/10GdDzymvkznDuBvKVM E4HQ== 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 v99si15676307pjb.82.2019.07.15.05.13.18; Mon, 15 Jul 2019 05:13:37 -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 S1730003AbfGOMMs (ORCPT + 99 others); Mon, 15 Jul 2019 08:12:48 -0400 Received: from gofer.mess.org ([88.97.38.141]:43089 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729827AbfGOMMs (ORCPT ); Mon, 15 Jul 2019 08:12:48 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 3D79460523; Mon, 15 Jul 2019 13:12:45 +0100 (BST) Date: Mon, 15 Jul 2019 13:12:45 +0100 From: Sean Young To: =?iso-8859-1?Q?Cl=E9ment_P=E9ron?= Cc: Mauro Carvalho Chehab , Maxime Ripard , 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: <20190715121244.2vrsw6qa4fgp72fn@gofer.mess.org> References: <20190607231100.5894-1-peron.clem@gmail.com> <20190607231100.5894-5-peron.clem@gmail.com> <20190610095243.7xwp4xhauds22qzw@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 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 Thanks Sean > > Thanks, > Cl?ment > > > > > On Mon, 10 Jun 2019 at 11:52, Maxime Ripard wrote: > > > > On Sat, Jun 08, 2019 at 01:10:51AM +0200, Cl?ment P?ron wrote: > > > We are using RXINT bits definition when looking at RXSTA register. > > > > > > These bits are equal but it's not really proper. > > > > > > Introduce the RXSTA bits and use them to have coherency. > > > > > > Signed-off-by: Cl?ment P?ron > > > > Acked-by: Maxime Ripard > > > > Maxime > > > > -- > > Maxime Ripard, Bootlin > > Embedded Linux and Kernel engineering > > https://bootlin.com