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=-10.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 4080FC43461 for ; Sat, 5 Sep 2020 23:02:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C072220C09 for ; Sat, 5 Sep 2020 23:02:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=onstation.org header.i=@onstation.org header.b="LiFzpu1E" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728491AbgIEXCo (ORCPT ); Sat, 5 Sep 2020 19:02:44 -0400 Received: from onstation.org ([52.200.56.107]:41568 "EHLO onstation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728103AbgIEXCn (ORCPT ); Sat, 5 Sep 2020 19:02:43 -0400 X-Greylist: delayed 433 seconds by postgrey-1.27 at vger.kernel.org; Sat, 05 Sep 2020 19:02:42 EDT Received: from localhost (c-98-239-145-235.hsd1.wv.comcast.net [98.239.145.235]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: masneyb) by onstation.org (Postfix) with ESMTPSA id 2BB3A3EA33; Sat, 5 Sep 2020 22:55:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=onstation.org; s=default; t=1599346529; bh=GIR2HiRFUTveB1N7snRGzhHiGetAZFJ8HK5+25fJ4lI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LiFzpu1EvY3zA9zrGNjwy1HI1UhWCdH81MF4ZZF3YOclUpKkkRnDdIyaB/uaIWC2M xUzjJYS2FN4mgiCfJj6oibjaC3398tBU0DOunAfBPOI8qcFJumV6OU3r+M1pjLzrVO HIzGqPb78+Cvuhbyh7g02sVD5PV/QpY4sP1vSRLA= Date: Sat, 5 Sep 2020 18:55:28 -0400 From: Brian Masney To: Jonathan Cameron Cc: linux-iio@vger.kernel.org, Jonathan Cameron Subject: Re: [PATCH 2/4] staging:iio:light: Move tsl2x7x ABI docs to correct location. Message-ID: <20200905225528.GA44421@onstation.org> References: <20200905174721.216452-1-jic23@kernel.org> <20200905174721.216452-3-jic23@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200905174721.216452-3-jic23@kernel.org> Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sat, Sep 05, 2020 at 06:47:19PM +0100, Jonathan Cameron wrote: > From: Jonathan Cameron > > These seem to be up to date but never moved out of staging when the driver > did. Hence let us move them out now. > > Signed-off-by: Jonathan Cameron > Cc: Brian Masney Oops, that was my mistake. Thanks for the cleanup! Reviewed-by: Brian Masney Brian > --- > .../ABI/testing/sysfs-bus-iio-light-tsl2772 | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > > diff --git a/drivers/staging/iio/Documentation/light/sysfs-bus-iio-light-tsl2x7x b/Documentation/ABI/testing/sysfs-bus-iio-light-tsl2772 > similarity index 100% > rename from drivers/staging/iio/Documentation/light/sysfs-bus-iio-light-tsl2x7x > rename to Documentation/ABI/testing/sysfs-bus-iio-light-tsl2772 > -- > 2.28.0