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=-5.6 required=3.0 tests=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=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 3BE10C73C66 for ; Sun, 14 Jul 2019 15:21:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 10A8A20896 for ; Sun, 14 Jul 2019 15:21:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563117718; bh=ILrUsZZP1jcAU1UmSStKRc3zHCaHr61V33dU0wu2u8Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=j0Kwqh7pxZQF6oTeTxFfBzkwaWcAAX7+r3ef0t9szByUs8/Celh8p69SGUGqPszYZ Ev/SFpXq1HTzbnkyu1+s4Mg1e9ArCfEtaDL+y+0s5mEYzEuV+x3kgYL5MXAHo9wMYG zR4fIT8NaJpNR8953yXo4W8/IkdS/4vwcq934oDk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728380AbfGNPV5 (ORCPT ); Sun, 14 Jul 2019 11:21:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:32964 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726799AbfGNPV5 (ORCPT ); Sun, 14 Jul 2019 11:21:57 -0400 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 4C93F2063F; Sun, 14 Jul 2019 15:21:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563117716; bh=ILrUsZZP1jcAU1UmSStKRc3zHCaHr61V33dU0wu2u8Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=WI+2np0eZhQ7uKg5kcXd/SUVeEvT0wz8jf0mBT80mUYkqUEpGRBa8AhdiQBxi9w6o w7NaKeT9w/TfiTFfSfbYOObFaq+jZ4itPvoljpZjLZYpNMF/1CmatDJHfHtIPUR9bO LC4BOM4bGcUwBeGEKVxahBjcb6GYcTZw3CJrKbRQ= Date: Sun, 14 Jul 2019 16:21:49 +0100 From: Jonathan Cameron To: Rob Herring Cc: Luca Weiss , "open list:IIO SUBSYSTEM AND DRIVERS" , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Mark Rutland , Maxime Ripard , Mauro Carvalho Chehab , Hans Verkuil , Fabrizio Castro , "Angus Ainslie (Purism)" , Vivek Unune , Hannes Schmelzer , Greg Kroah-Hartman , Thomas Gleixner , Allison Randal , Martijn Braam , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , ~martijnbraam/pmos-upstream@lists.sr.ht Subject: Re: [PATCH 2/3] dt-bindings: iio: light: add stk33xx Message-ID: <20190714162149.0812b187@archlinux> In-Reply-To: References: <20190703180604.9840-1-luca@z3ntu.xyz> <20190703180604.9840-2-luca@z3ntu.xyz> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Fri, 5 Jul 2019 10:23:11 -0600 Rob Herring wrote: > On Wed, Jul 3, 2019 at 12:06 PM Luca Weiss wrote: > > > > Add binding documentation for the stk33xx family of ambient light > > sensors. > > > > Signed-off-by: Luca Weiss > > --- > > .../bindings/iio/light/stk33xx.yaml | 49 +++++++++++++++++++ > > 1 file changed, 49 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/iio/light/stk33xx.yaml > > Reviewed-by: Rob Herring Hmm. Not totally sure it makes sense to list me as the maintainer, but I don't suppose it really matters as I think the author has moved onto other things and it'll fall back on me. Anyone who wants to pick up this one is most welcome! Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan