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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 94AE9C388F9 for ; Sun, 8 Nov 2020 16:00:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F421221FF for ; Sun, 8 Nov 2020 16:00:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604851256; bh=qpld0sZoZwZiEaTCm7sxX8a3FU2VoZ6d77Ajih5uXUU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=feyL3oE2B1H6Fe70q+6Fxkow5tyTOtxU7WQoum5S5+kssmhbySo0jeE11hbhL1v4l hXOe/iqJonL1f9QokJQ91fGlzeCeRA7SSmLZX7Z0QKs8AQ8tQ6YIDaO92onrTtCysV 36QJwaoiAUKZy8JOIRlizEzbBVCstSnQcLLdO8Y4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728599AbgKHQAz (ORCPT ); Sun, 8 Nov 2020 11:00:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:55894 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727570AbgKHQAz (ORCPT ); Sun, 8 Nov 2020 11:00:55 -0500 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (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 AF18720B1F; Sun, 8 Nov 2020 16:00:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604851254; bh=qpld0sZoZwZiEaTCm7sxX8a3FU2VoZ6d77Ajih5uXUU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=reft4RyaMWs92tat9LSuFLpCB38CpQ3ZcnoHE2GHKYqtECbzHpgshj9SwsXSDXu4I biAFIrFj66zukogu+klCf118FzQkKDbNhuU504Fqc4b5hQmDAZN2WAArVCHqPou1EP oMSsENPCsayL2q+hvuBcfw4ycJC6JiWwVqMXsmM4= Date: Sun, 8 Nov 2020 16:00:50 +0000 From: Jonathan Cameron To: Linus Walleij Cc: linux-iio , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Jonathan Cameron , Kevin Tsai Subject: Re: [PATCH 09/10] dt-bindings:iio:light:capella,cm3605: txt to yaml conversion. Message-ID: <20201108160050.042c043a@archlinux> In-Reply-To: References: <20201031181242.742301-1-jic23@kernel.org> <20201031181242.742301-10-jic23@kernel.org> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; 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-iio@vger.kernel.org On Wed, 4 Nov 2020 15:46:14 +0100 Linus Walleij wrote: > On Sat, Oct 31, 2020 at 7:15 PM Jonathan Cameron wrote: > > > From: Jonathan Cameron > > > > Simple conversion using the new iio-consumers.yaml binding in the > > dt-schema. > > > > Signed-off-by: Jonathan Cameron > > Cc: Linus Walleij > > FWIW Kevin Tsai has listed himself to maintain all Capella > drivers, also this one, so maybe he should be added as > binding maintainer as well? Sure. +cc Kevin. Kevin. Do youmind being listed as maintainer for this binding? > > CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER > M: Kevin Tsai > S: Maintained > F: drivers/iio/light/cm* > > Either way: > Reviewed-by: Linus Walleij > > Yours, > Linus Walleij