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=-15.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable 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 7E2C2C432BE for ; Sun, 8 Aug 2021 14:25:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 613E961052 for ; Sun, 8 Aug 2021 14:25:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231820AbhHHOZk (ORCPT ); Sun, 8 Aug 2021 10:25:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:42944 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231137AbhHHOZi (ORCPT ); Sun, 8 Aug 2021 10:25:38 -0400 Received: from jic23-huawei (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 2E52E60EE0; Sun, 8 Aug 2021 14:25:16 +0000 (UTC) Date: Sun, 8 Aug 2021 15:28:07 +0100 From: Jonathan Cameron To: Rob Herring Cc: Siddharth Manthan , linux-kernel@vger.kernel.org, nikita@trvn.ru, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-iio@vger.kernel.org, ktsai@capellamicro.com, lars@metafoo.de Subject: Re: [PATCH 1/2] dt-bindings: Add bindings for Capella cm3323 Ambient Light Sensor Message-ID: <20210808152807.5d4fc31c@jic23-huawei> In-Reply-To: References: <20210728110048.14593-1-siddharth.manthan@gmail.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2 Aug 2021 15:34:16 -0600 Rob Herring wrote: > On Wed, 28 Jul 2021 16:30:47 +0530, Siddharth Manthan wrote: > > Update trivial-devices.yaml with Capella cm3323 Ambient Light Sensor > > description. > > > > Signed-off-by: Siddharth Manthan > > --- > > This patch was previously sent using outlook email provider. Unfortunately > > I had no knowledge of outlook being banned from mailing lists. I am > > resending these patches using gmail. Please ignore the previous patches. > > > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > Acked-by: Rob Herring Seems we have two versions of this series, only one of which made it to the archive. Anyhow, I've tweaked the message for patch 2 to remove implication that the of_device_id table is 'necessary' for dt based probing rather than nice to have. Applied to the togreg branch of iio.git and pushed out as testing for 0-day to see if it can find anything we missed before I make a mess of linux-next. Thanks, Jonathan