From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2994135AbdDZFt2 (ORCPT ); Wed, 26 Apr 2017 01:49:28 -0400 Received: from smtprelay0127.hostedemail.com ([216.40.44.127]:42258 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1950817AbdDZFtT (ORCPT ); Wed, 26 Apr 2017 01:49:19 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::,RULES_HIT:41:69:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3872:4321:4362:4605:5007:8603:10004:10400:10848:11232:11658:11914:12043:12291:12555:12683:12740:12760:12895:13069:13311:13357:13439:14180:14181:14659:14721:21080:21611:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: snake13_6d66f537bce4e X-Filterd-Recvd-Size: 2110 Message-ID: <1493185750.18659.24.camel@perches.com> Subject: Re: [PATCH v3 2/2] staging: iio: isl29028: move out of staging From: Joe Perches To: Jonathan Cameron , Brian Masney , linux-iio@vger.kernel.org Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, linux-kernel@vger.kernel.org, ldewangan@nvidia.com Date: Tue, 25 Apr 2017 22:49:10 -0700 In-Reply-To: <6c005fd8-7fad-4887-601e-2f8756df2c89@kernel.org> References: <20170425013434.1206-1-masneyb@onstation.org> <20170425013434.1206-3-masneyb@onstation.org> <6c005fd8-7fad-4887-601e-2f8756df2c89@kernel.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-04-26 at 06:30 +0100, Jonathan Cameron wrote: > On 25/04/17 02:34, Brian Masney wrote: > > Move ISL29028 ALS / Proximity Sensor out of staging and into mainline. > > > > Signed-off-by: Brian Masney Hey Brian. Next time it's better to use git format-patch -M to reduce the patch size and show renames. > Applied to the togreg branch of iio.git. > > Thanks, > > Jonathan > > --- > > drivers/iio/light/Kconfig | 10 + > > drivers/iio/light/Makefile | 1 + > > drivers/iio/light/isl29028.c | 723 +++++++++++++++++++++++++++++++++++ > > drivers/staging/iio/light/Kconfig | 10 - > > drivers/staging/iio/light/Makefile | 1 - > > drivers/staging/iio/light/isl29028.c | 723 ----------------------------------- > > 6 files changed, 734 insertions(+), 734 deletions(-) > > create mode 100644 drivers/iio/light/isl29028.c > > delete mode 100644 drivers/staging/iio/light/isl29028.c [quoted the entire patch] And Jonathan, please trim your replies a bit more. Thanks.