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=-10.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham 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 31DD2C433E0 for ; Sun, 17 Jan 2021 12:42:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB7E420758 for ; Sun, 17 Jan 2021 12:42:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727480AbhAQMmL convert rfc822-to-8bit (ORCPT ); Sun, 17 Jan 2021 07:42:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:43292 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726209AbhAQMmI (ORCPT ); Sun, 17 Jan 2021 07:42:08 -0500 Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 393A92074F; Sun, 17 Jan 2021 12:41:27 +0000 (UTC) Date: Sun, 17 Jan 2021 12:41:24 +0000 From: Jonathan Cameron To: Jernej =?UTF-8?B?xaBrcmFiZWM=?= Cc: Rob Herring , Frank Rowand , devicetree@vger.kernel.org, Maxime Ripard , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, Lars-Peter Clausen , Peter Meerwald-Stadler Subject: Re: [PATCH 02/19] dt-bindings: iio: adc: Add AXP803 compatible Message-ID: <20210117124124.50559a90@archlinux> In-Reply-To: <1680514.8mbZiZ75fi@kista> References: <20210114113538.1233933-1-maxime@cerno.tech> <20210114113538.1233933-2-maxime@cerno.tech> <1680514.8mbZiZ75fi@kista> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 14 Jan 2021 21:10:19 +0100 Jernej Škrabec wrote: > Dne četrtek, 14. januar 2021 ob 12:35:21 CET je Maxime Ripard napisal(a): > > The AXP803 compatible was introduced recently with a fallback to the > > AXP813, but it was never documented. > > > > Cc: Jonathan Cameron > > Cc: Lars-Peter Clausen > > Cc: Peter Meerwald-Stadler > > Signed-off-by: Maxime Ripard > > Acked-by: Jernej Skrabec Please make sure to cc linux-iio@vger.kernel.org on patches like this. If nothing else I read that a lot more often than I catch up with patches that escaped all my filters! This looks fine and I'm happy for it go with the rest of the series. Acked-by: Jonathan Cameron If preferred I can pick it up directly. > > Best regards, > Jernej > >