From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752509AbdGFSzu (ORCPT ); Thu, 6 Jul 2017 14:55:50 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:34271 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751935AbdGFSzr (ORCPT ); Thu, 6 Jul 2017 14:55:47 -0400 Date: Thu, 6 Jul 2017 13:55:44 -0500 From: Rob Herring To: Brian Masney Cc: jic23@kernel.org, linux-iio@vger.kernel.org, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, linux-kernel@vger.kernel.org, Jon.Brenner@ams.com, Mark Rutland , devicetree@vger.kernel.org Subject: Re: [PATCH 1/6] staging: iio: tsl2x7x: add of_match table for device tree support Message-ID: <20170706185544.dhhwfh3c7f6cerbp@rob-hp-laptop> References: <20170629170352.11264-1-masneyb@onstation.org> <20170629170352.11264-2-masneyb@onstation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170629170352.11264-2-masneyb@onstation.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 29, 2017 at 01:03:47PM -0400, Brian Masney wrote: > Add device tree support for the tsl2x7x IIO driver with no custom > properties. > > Signed-off-by: Brian Masney > CC: Rob Herring > CC: Mark Rutland > CC: devicetree@vger.kernel.org > --- > Documentation/devicetree/bindings/trivial-devices.txt | 10 ++++++++++ It's better if you split this so I can take it and avoid any conflicts. > drivers/staging/iio/light/tsl2x7x.c | 16 ++++++++++++++++ > 2 files changed, 26 insertions(+)